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 150 / 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 beginner linked list question. I\'m trying to get ready for a final. I
I have a beginner linked list question. I'm trying to get ready for a final. I really dont understand. How I can get this function to work. He gives step by step direction of how …
I have a binary bomb homework and currently in PHASE_4: please help trace throug
I have a binary bomb homework and currently in PHASE_4: please help trace through the following assembly code to get the resutl. I am confusing on how this phase work. I know that…
I have a binary min-heap, size n, and I want to delete a number of elements, ide
I have a binary min-heap, size n, and I want to delete a number of elements, identified by some predicate. Any algorithm needs at least n tests of the predicate (preferably, exact…
I have a binary search algorithm, it needs to test 13 cases according to the ins
I have a binary search algorithm, it needs to test 13 cases according to the instructions below: There are 3 conditions that need to be tested that are related to the positioning …
I have a bit of a challenge and I am not sure how to approach this. We have a ve
I have a bit of a challenge and I am not sure how to approach this. We have a very very large project (that is about 5 years old). The code base is HUGE so a full refactor is out …
I have a bit of a challenging programming problem involving structs and function
I have a bit of a challenging programming problem involving structs and function writing. The program should be able to accurately read in the input test cases that are provided. …
I have a bit of a dilemma and wanted to get some other developers\' opinions on
I have a bit of a dilemma and wanted to get some other developers' opinions on it and maybe some guidance. So I have created a 2D game for Android from the ground up, learning and…
I have a block resting on an inclined plane. The angle of the incline is 30 degr
I have a block resting on an inclined plane. The angle of the incline is 30 degrees (with respect to the ground). The coefficient of static friction between the incline and the bl…
I have a book class which is as follows class Book { private int numberOfPages;
I have a book class which is as follows class Book { private int numberOfPages; private boolean hardBack; private String title; private double price; //constructors Book() {   tit…
I have a book class which is as follows class Book{ private int numberOfPages; p
I have a book class which is as follows class Book{ private int numberOfPages; private boolean hardBack; private String title; private double price; //constructors Book() { title …
I have a box of 100 cubes, 1 or 2 of the cube faces are painted, lets call this
I have a box of 100 cubes, 1 or 2 of the cube faces are painted, lets call this 'X-face' it will represent an atom going under radioactive decay. The procedure is as follows: i ha…
I have a box on the floor with a stick attached to it at anangle, and I use the
I have a box on the floor with a stick attached to it at anangle, and I use the stick to push the box. Suppose the forceon the box has a magnitude of F=100 N in a direction along …
I have a bug in my code I can\'t figure out. The bolded part is supposed to loop
I have a bug in my code I can't figure out. The bolded part is supposed to loop back to asking for the size of a vector if a non-integer is the input, and to the end if q or Q is …
I have a bunch \"Property Sets\" (which are simple structs containing POD member
I have a bunch "Property Sets" (which are simple structs containing POD members). I'd like to modify these property sets (eg: add a new member) at run time so that the definition …
I have a bunch of 6x7 matrixes in matlab and I want to know how I can use sprint
I have a bunch of 6x7 matrixes in matlab and I want to know how I can use sprintf to print the values in of the colums in each row 1 by 1 so for example 1,2,3,4,5,6,7 8,9,10,11,12…
I have a bunch of methods that are commonly used everywhere. Right now the codef
I have a bunch of methods that are commonly used everywhere. Right now the codefile is named globals, to represent the fact that they are... in fact... global. However, I do not l…
I have a bunch of network data and I would like to determine if it is either 1)
I have a bunch of network data and I would like to determine if it is either 1) encrypted or 2) compressed. I doubt it is both, but the potential exists. If I am assuming that the…
I have a bunch of questions like the ones below. Would anyonewalk me through or
I have a bunch of questions like the ones below. Would anyonewalk me through or give me a start on these so I can understand howto do them for the rest? "A thermometer is in a con…
I have a bunch of questions like this, so just need answered so I know how to ta
I have a bunch of questions like this, so just need answered so I know how to tackle the other problems like this. thank you too whoever can help Go to the Saccharomyces Genome Da…
I have a bunch of servers that need to access somewhat sensitive data (passwords
I have a bunch of servers that need to access somewhat sensitive data (passwords for ftps, api keys, etc). Currently I copy a plaintext file back-and-forth between the servers via…
I have a bunch of these different questions but they are little different than t
I have a bunch of these different questions but they are little different than this one. I have no idea which formula to use or even start on. Suppose a tribal language consists o…
I have a business of flipping houses. The houses I sell are very similar to each
I have a business of flipping houses. The houses I sell are very similar to each other. I sell them for 100000 with probability 0.2, for 150000 with probability 0.5 and finally fo…
I have a business of flipping houses. The houses I sell are very similar to each
I have a business of flipping houses. The houses I sell are very similar to each other. I sell them for 100000 with probability 0.2, for 150000 with probability 0.5 and finally fo…
I have a business requirement for a javascript \"write once run everywhere\" App
I have a business requirement for a javascript "write once run everywhere" App. I did research and discovered that there are a few options between: FireFox OS, ChromeOS, NodeOS, T…
I have a button that will be disabled until you send out a tweet that I have cra
I have a button that will be disabled until you send out a tweet that I have crafted. Only users with twitter accounts will have access to this, and I will require users to sign-i…
I have a c++ assignment to build a string calculator that adds and subtracts bas
I have a c++ assignment to build a string calculator that adds and subtracts based on the ASCII value of the string that is inputted. So far I have the general format of a class d…
I have a c++ code that does not compile. if you copy and paste the code into a c
I have a c++ code that does not compile. if you copy and paste the code into a compiler you will notice the bugs can you fix them and make it compile? CODE: #include <iostream&…
I have a c++ program I am creating. The user is taking an input file that has a
I have a c++ program I am creating. The user is taking an input file that has a Student ID, their assignments percent grade, their exam 1 percent grade, their exam 2 percent grade…
I have a c++ program to sort an random integer array using bubblesort, quicksort
I have a c++ program to sort an random integer array using bubblesort, quicksort, mergesort, and selection sort. Every sorting algorithm sorts correctly except that only one array…
I have a c++ program with opencv library which takes an image as input and perfo
I have a c++ program with opencv library which takes an image as input and perform pose estimation,color detection,phog. When I run this program from the command line it takes aro…
I have a c++ project that involves making a invetory of items (like a store) wit
I have a c++ project that involves making a invetory of items (like a store) with the items names, prices, add item, remove item, sell item, buy item and save all the data. The pr…
I have a c++/cli tcp client application sending a data in a specific format like
I have a c++/cli tcp client application sending a data in a specific format like L,20100930033425093,-5.929958,13.164021 to a main application on port 9000.The main application is…
I have a car on cone-shaped, circular track, and the plane is frictionless incli
I have a car on cone-shaped, circular track, and the plane is frictionless inclined at 45 degrees. The car weighs 11,000 kg and it's driving in a circle at a steady distance from …
I have a cart weighing 550g on a horizontal track with values for \\muK at .09 a
I have a cart weighing 550g on a horizontal track with values for muK at .09 and muS at .15.No string or hnagar is attached this time. The cart is moved to the right end of the tr…
I have a case where I need to create recovery accounts and I want to create them
I have a case where I need to create recovery accounts and I want to create them so that nobody knows the password to them until/unless necessary. Hence, I thought that I would do…
I have a cat named Lenny Kravitz (IG @funnylittlelenny). I go out of town severa
I have a cat named Lenny Kravitz (IG @funnylittlelenny). I go out of town several times a year, and Lenny does not come with me (not to worry, he is well cared-for while I'm gone)…
I have a cell (A14) that is blank (\"\"). I want to add a validation to cell A16
I have a cell (A14) that is blank (""). I want to add a validation to cell A16 that cell that says if cell A14 is blank (""), then A16 must be blank. The intent is that if A14 is …
I have a circuit with 3 loops, 5 resisters, and 3 batteries Resistor
I have a circuit with 3 loops, 5 resisters, and 3 batteries Resistor <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /?> Resistance [?] Battery Vol…
I have a class (\"Class A\", we\'ll call it) which calculates the value of a pri
I have a class ("Class A", we'll call it) which calculates the value of a private variable (which we can call numLoaves) with a public function. I need to use the value of numLoav…
I have a class Base that has several children, say A, B, C. For testing purposes
I have a class Base that has several children, say A, B, C. For testing purposes I'd like to mock those derived classes by deriving from them. So MockA derives from A, MockB deriv…
I have a class Person: public class Person { private String firstName; private S
I have a class Person: public class Person { private String firstName; private String lastName; private String middleName; public Person(Person p) { firstName = p.getFirstName(); …
I have a class System, which uses a bunch of other classes, to achieve a complex
I have a class System, which uses a bunch of other classes, to achieve a complex signal processing. In debugging System, one needs to observe the output signal for patterns. This …
I have a class called CS160 and it\'s all about (JavaProgramming). I have this h
I have a class called CS160 and it's all about (JavaProgramming). I have this homework that was pretty tuff for me to do and WE USEECLIPSE SOFTWARE to we write the inputs for prog…
I have a class called DataPoint that is defined like the following. Currently, i
I have a class called DataPoint that is defined like the following. Currently, it goes through each property on an object and based on the DataPoint, it does some formatting like …
I have a class for cards which picks a radom card number and suit. I have the be
I have a class for cards which picks a radom card number and suit. I have the belo code which will show me what the 2 cards are. I need to add something tht will determine if one …
I have a class of seven students named: Abby, Brian, Charles, Dorothy, Elaina, F
I have a class of seven students named: Abby, Brian, Charles, Dorothy, Elaina, Francis, Geoff. Call event A when a student has an ‘a’ in their name. Call event E when a student ha…
I have a class that I need to write a mergeLists method (the method is to merge
I have a class that I need to write a mergeLists method (the method is to merge two lists into a new list) for, I'm not sure how to write it so if someone could write it and expla…
I have a class that basically builds up a memory-efficient version of a structur
I have a class that basically builds up a memory-efficient version of a structure to be used in a performance-critical section of code. The resulting structure is ugly but extreme…
I have a class that has three methods A(), B() and C(). Those methods modify the
I have a class that has three methods A(), B() and C(). Those methods modify the own instance. While the methods have to return an instance when the instance is a separate copy (j…
I have a class that represents a file in specific binary format on disk (the par
I have a class that represents a file in specific binary format on disk (the parent in the title) and another class that represents an object inside that file (child). When the ob…