Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse I

Alphabetical listing with fast deep pagination.
87858 items • Page 151 / 1758

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
I have a class that represents a list of people. class AddressBook { public: Add
I have a class that represents a list of people. class AddressBook { public: AddressBook(); private: std::vector<People> people; } I want to allow clients to iterate over th…
I have a class that represents a process. In this process there are inputs boxes
I have a class that represents a process. In this process there are inputs boxes and output boxes. public class Process {     public long ProcessId { get; set; }     public virtua…
I have a class that runs as a service and returns html code of a website when su
I have a class that runs as a service and returns html code of a website when supplied with a URL. The code: public interface IHtmlDownloader {     IWebProxy Proxy { get; set; }  …
I have a class with a public method. It has other methods that \'assist\' with t
I have a class with a public method. It has other methods that 'assist' with the purpose of the public method. The public method must be tested. However, I also want to unit test …
I have a class written on a project I\'m working on that I\'ve been told is usin
I have a class written on a project I'm working on that I've been told is using the module pattern, but it's doing things a little differently than the examples I've seen. It basi…
I have a class, which wraps another class of a common base type. Because the bas
I have a class, which wraps another class of a common base type. Because the base type interface is quite large this involves writing a lot of pass-through functions. I am looking…
I have a client function that merges two instances of the Sorted List ADT. I nee
I have a client function that merges two instances of the Sorted List ADT. I need help with the following: 1. Make MergeLists an array-based member function of the Sorted List ADT…
I have a client that generates a csr, sends it to a server, the server then sign
I have a client that generates a csr, sends it to a server, the server then sign it and return the certificate as a String. the String is then decoded to a x509Certificate (using …
I have a client who claims that some text messages \"appeared\" on her phone tha
I have a client who claims that some text messages "appeared" on her phone that she did not send. I think she may be telling the truth because it seems entirely too coincidental t…
I have a client who is given a tab delimited .txt file containing hundreds of th
I have a client who is given a tab delimited .txt file containing hundreds of thousands of rows. I have a user story as follows: As a user I want to take the text file and add a n…
I have a code below that is suppose to draw lines across each otherin a window f
I have a code below that is suppose to draw lines across each otherin a window frame using a Borderline layout. My code is saying my variables lineNorth lineSouth etc are nonstati…
I have a code error C2120: \'void\' illegal with all types line 31 i dont have a
I have a code error C2120: 'void' illegal with all types line 31 i dont have a clue I am trying to test my void arctangent function input some angles can anyone help #include<i…
I have a code for inventory controls as follows. Private Sub CommandButton1_Clic
I have a code for inventory controls as follows. Private Sub CommandButton1_Click()     Dim FindPartNo As String     Dim partNoRng As Range     FindPartNo = TextBox1.Value     Dim…
I have a code for socket that reads a text file and takes user input and display
I have a code for socket that reads a text file and takes user input and display it back. I need to add some modifications as the following: 1. read a specific line from the same …
I have a code here that tests prime and perfect numbers and gives it divisors. I
I have a code here that tests prime and perfect numbers and gives it divisors. I was wondering how can I make this code look something like this output: Sample Run 1: Enter an int…
I have a code in C i need some help with, here is the question You are to write
I have a code in C i need some help with, here is the question You are to write a program that will scan in data about elements from the periodic table of elements, and print that…
I have a code like this. My derived class man, may not properly have a member fu
I have a code like this. My derived class man, may not properly have a member function declared pure virtual higher up the hierarchy. eg. WagTail here class mammal{ public:     vi…
I have a code of a doubly linked circular queue where you are to use one pointer
I have a code of a doubly linked circular queue where you are to use one pointer to the front, add (enqueue) to the back and delete (dequeue) from the front. It works fine in theo…
I have a code that I can not finish and do not understand how to fix it. Here is
I have a code that I can not finish and do not understand how to fix it. Here is what I have... //Stephanie Rickert // CIS 247C W2 BlackJack //July 19 2018 #include <iostream&g…
I have a code that does a simple task. It asks users how many numbers they want
I have a code that does a simple task. It asks users how many numbers they want to enter, the user enters the number, and the program stores the integers in an array. It then give…
I have a code that doesnt work.. im still trying to finish it but when i created
I have a code that doesnt work.. im still trying to finish it but when i created the bullet .. it doesnt work. Java, in eclipse .. it shows me the error Exception in thread "Threa…
I have a code that reads a .txt file. It reads different Student class and Cours
I have a code that reads a .txt file. It reads different Student class and Course class attributes and pass them to an array of Student and an array of Course objects. The error I…
I have a code that will take two user inputted strings, \"input\" and \"list\" T
I have a code that will take two user inputted strings, "input" and "list" The code then returns another string that has the words from "input" but any repeating letters included …
I have a code written but it isn\'t working correctly, so I will be able to tell
I have a code written but it isn't working correctly, so I will be able to tell if your code fake. Function ODE45 is needed. If wanted, I can send my code and someone help debug f…
I have a code, but I keep getting multiple errors and I\'m not sure why. Any hel
I have a code, but I keep getting multiple errors and I'm not sure why. Any help would be greatly appreciated! Lifesaver rating is guaranteed if you get it to work! /** * Write a …
I have a codes table that stores name value pairs and a group name. So for this
I have a codes table that stores name value pairs and a group name. So for this example let me demonstrate with two rows, each row would represent one value in the same drop down.…
I have a coding recursion question in c: Implement a recursive function: m(n) =m
I have a coding recursion question in c: Implement a recursive function: m(n) =m(n-1)*m(n-1) + c, m(0) = c, where c={-1, 1}, which is a complex number, and the addition and multip…
I have a coin flip project for java. the coin flip and count work fine, but we a
I have a coin flip project for java. the coin flip and count work fine, but we are also supposed to have a seperate function (flip) that returns true for heads and false for tails…
I have a colleague who has come up with a way of \'genericizing\' information fr
I have a colleague who has come up with a way of 'genericizing' information from a database so that all his web application's drop-down lists can share the same object in his MVC.…
I have a colleague who has moonlighted as an on call clinician in the Emergency
I have a colleague who has moonlighted as an on call clinician in the Emergency Room of a local hospital for about three decades and has seen it all but he is now training you to …
I have a collection of clients on server\'s side. And there are some objects tha
I have a collection of clients on server's side. And there are some objects that need to work with that collection - adding and removing clients, sending message to them, updating…
I have a color detection code using the Pi Camera and OpenCV. I need help with W
I have a color detection code using the Pi Camera and OpenCV. I need help with WHILE and ELSE or IF and ELSE statements in the code on recognizing a particular color. I want to kn…
I have a column B with article numbers. I\'d like to match these article numbers
I have a column B with article numbers. I'd like to match these article numbers with a price in another sheet in the same workbook. My formula looks like this: =INDIRECT("Pricelis…
I have a combination lock program I need to make. In the test, I need to have wh
I have a combination lock program I need to make. In the test, I need to have where the user inputs three strings to try to guess the lock combination. If it's right, display unlo…
I have a commercial application that uses a Qt Solutions component. Until recent
I have a commercial application that uses a Qt Solutions component. Until recently, this component was licensed under the LGPL license, so I was forced to use the component in the…
I have a compiler for a programming language that targets JavaScript. That langu
I have a compiler for a programming language that targets JavaScript. That language needs some global functions such as: alloc, memcpy, write and so on. My question is: where shou…
I have a complete code worked out so that when I request user input, it works ju
I have a complete code worked out so that when I request user input, it works just fine. However, when I try to read from a separate .in file, I have a blank output. This may seem…
I have a complete program written that will seed a random number generator, then
I have a complete program written that will seed a random number generator, then use the random numbers to flip a coin and roll a die. The program uses inheritance. The output sho…
I have a completed program that works fine when the user manually types in each
I have a completed program that works fine when the user manually types in each value, 1 by 1, to the screen. However, I need the program to be able to read from a file, as well. …
I have a complex power value as 25761.6. I am pretty sure thatthis is in polar f
I have a complex power value as 25761.6. I am pretty sure thatthis is in polar form However, i want to get this value in rectangular form (i.e.S=P+jQ). What is the formula for get…
I have a computer assignment due on the SPS program, and I\'m trying to figure o
I have a computer assignment due on the SPS program, and I'm trying to figure out whether I need to run a one-sample, independant saple, or paired sample t-test for this data set:…
I have a computer science project I\'m working on and I need help. I need to imp
I have a computer science project I'm working on and I need help. I need to implient the int sum into my main function and write the code for it to get the recursive version to ca…
I have a conceptual question concerning the fourier transform. As it has been ex
I have a conceptual question concerning the fourier transform. As it has been explained to me, functions may be represented as an infinite series of sines and cosines. The way the…
I have a conceptual question with linear algebra. For deciding whether a set is
I have a conceptual question with linear algebra. For deciding whether a set is a basis, I have to show that it spans the vector space and that is is linearly independent. Many of…
I have a contact form on my website. After filling out the form and clicking sub
I have a contact form on my website. After filling out the form and clicking submit, the button gets stuck on "sending..." BUT I still receive the email. I think it might have som…
I have a contact form on my website. After filling out the form and clicking sub
I have a contact form on my website. After filling out the form and clicking submit, the button gets stuck on "sending..." BUT I still receive the email. I think it might have som…
I have a contradiction between answers for one of my HWprobs. The question is Ch
I have a contradiction between answers for one of my HWprobs. The question is Ch. 5 Problem 5P from Fundamentals of PhysicsExtended (8th) by Halliday, Resnick, Walker /fundamental…
I have a contradiction in my textbook. In one place it says that the definition
I have a contradiction in my textbook. In one place it says that the definition of the money supply is the cash held by the public + the amount of money held in their checking acc…
I have a corporate laptop (Windows 7) that has restrictive permissions as far as
I have a corporate laptop (Windows 7) that has restrictive permissions as far as installing ad hoc software packages. I need to be able to remotely use a Linux desktop (Ubuntu), a…
I have a couple answers to this problem but I can\'t seem to figure out C and E.
I have a couple answers to this problem but I can't seem to figure out C and E. A cannon tilted upward at = 31.1 fires a cannonball with a speed of 87.0 m/s on level ground. A) At…