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 24 / 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 am attempting to reproduce results from a number of journal articles all refer
I am attempting to reproduce results from a number of journal articles all referring to the same SNP. In doing this I'm using the same primer set outlined in the articles. When I …
I am attempting to solve a system of equations with initial values in python. Th
I am attempting to solve a system of equations with initial values in python. The code I have is as follows. import numpy import matplotlib.pyplot as plt from scipy.integrate impo…
I am attempting to solve this problem. Here is the code that I have thus far. L=
I am attempting to solve this problem. Here is the code that I have thus far. L=5; W=10; x=linspace(0,L,8); y = linspace(0,W,6); N=15; T1=80; T2=180; T = ones(length(y),length(x))…
I am attempting to write a java program that acts as a \"Password\" tester. It n
I am attempting to write a java program that acts as a "Password" tester. It needs to test for at least 2 uppercase, 2 lower case, 2 digits, and 2 speical characters. It also need…
I am attempting to write a java program that acts as a \"Password\" tester. It n
I am attempting to write a java program that acts as a "Password" tester. It needs to test for at least 2 uppercase, 2 lower case, 2 digits, and 2 speical characters. It also need…
I am attempting to write a program with several functions( 6 ) anda unique data
I am attempting to write a program with several functions( 6 ) anda unique data set for each. Unfortunately i am gettting hung up inthe beginning. The instructions for the first f…
I am authoring a lot of plugins for the content management system that I am writ
I am authoring a lot of plugins for the content management system that I am writing. I believe it to be of utmost importance that script files (especially if they're plugins) shou…
I am aware matlab is unavailable for most, so please just dont answer the questi
I am aware matlab is unavailable for most, so please just dont answer the question if you dont have access to it....its that simple. I am only asking for a code to integrate this …
I am aware matlab is unavailable for most, so please just dont answer the questi
I am aware matlab is unavailable for most, so please just dont answer the question if you dont have access to it... its that simple. I am only asking for a code to integrate this …
I am aware of DCHP tables, and apps that can scan your network to see who is \"c
I am aware of DCHP tables, and apps that can scan your network to see who is "currently" on your wifi network, but I am more interested in how to tell if someone has been on my wi…
I am aware of that is a difficult question and depends on the game mechanics and
I am aware of that is a difficult question and depends on the game mechanics and game type being applied. So, many answers can be given. For the sake of simplicity, it would be be…
I am aware of the C++ Virtual Table which allows dynamic dispatch for doing thin
I am aware of the C++ Virtual Table which allows dynamic dispatch for doing things at runtime (although if I am honest I am not completely sure of the full list of things it achie…
I am aware of the implications that hashing something more than once correctly w
I am aware of the implications that hashing something more than once correctly will increase the security of a system, but doing it incorrectly will decrease it, as noted here and…
I am aware of tools which write zeros or other useless data to fill up your hard
I am aware of tools which write zeros or other useless data to fill up your harddrive, however so far all of the tools I have come across must fill up the entire harddrrive. My un…
I am aware that this question already been answered here. Please I need a differ
I am aware that this question already been answered here. Please I need a different answer beside the one already been post here. Just in your own word. This learning activity is …
I am back again. Still working on a program. The help with the incrementing was
I am back again. Still working on a program. The help with the incrementing was great. I am trying now to incorporate functions into the program. I have written the following code…
I am basically an Electronics student - background in computer science (that\'s
I am basically an Electronics student - background in computer science (that's where I want to work). I applied for an internship in USA in a research institute where the group is…
I am beggning functions in the C language and am vary confused. I need to provid
I am beggning functions in the C language and am vary confused. I need to provide 6 functions as follows 1] function to compute an exponent x^n and cannot call library functions 2…
I am beginning to refactor a large, very old, messy project. One of the biggest
I am beginning to refactor a large, very old, messy project. One of the biggest issues is the lack of a central location on the filesystem for simple things like images, icons, do…
I am being asked a question that I am not sure how to interpret: \"Write a defin
I am being asked a question that I am not sure how to interpret: "Write a definition of a sequence." Would it be as simple as, a1, a2, a3, ... or would it be I do not understand e…
I am being asked if each scenario is mostly potential energy or mostly kinetic e
I am being asked if each scenario is mostly potential energy or mostly kinetic energy. I am not sure if I am correct on these and would appreciate any correction if needed. Thank …
I am being asked to code this in matlab and display figures and am having troubl
I am being asked to code this in matlab and display figures and am having trouble figuring out how to do joint pdf. If you could atleast provide the equations needed or possibly a…
I am being asked to prepare multiple ratios. For example, \"prepare the ratio of
I am being asked to prepare multiple ratios. For example, "prepare the ratio of cost of materials to total manufacturing cost. The cost of materials is $983,860 while the manufact…
I am being asked to show that the following two graphs are notisomorphic by supp
I am being asked to show that the following two graphs are notisomorphic by suppossing they are isomorphic and deriving acontradiction. Then they give me the two graphs. however i…
I am being asked to solve a two part question in Joyce Farrell\'s 5th Edition of
I am being asked to solve a two part question in Joyce Farrell's 5th Edition of Java Programming. I was able to solve the first part (with a little help from this site and a frien…
I am beyond confused about titration. Any help with work shown would be greatly
I am beyond confused about titration. Any help with work shown would be greatly appreciated. Thank you! Consider the titration of 33.0 mL of 0.117 M ammonia with 0.0700 M HCl. I a…
I am bringing data from one sheet to another based on matched ID\'s. Where the I
I am bringing data from one sheet to another based on matched ID's. Where the ID doesn't exist it is returning blanks or #N/A which is fine, but if the ID exists and the cell I am…
I am building a .NET 4.5 C# Web API RESTful solution and I would like someone to
I am building a .NET 4.5 C# Web API RESTful solution and I would like someone to tell me if my project solution is correct and/or wise(-enough?) for a solution designed using Doma…
I am building a 3d solar system simulation using WebGL and have come across the
I am building a 3d solar system simulation using WebGL and have come across the problem of establishing the direction of tilt of the various planets. No I know the tilt of the pla…
I am building a GUI for a bank as my project. I have the frame and panel built,
I am building a GUI for a bank as my project. I have the frame and panel built, but am having trouble with the listeners. I am trying to get it so that when you enter the amount y…
I am building a GUI for a bank as my project. I have the frame and panel built,
I am building a GUI for a bank as my project. I have the frame and panel built, but am having trouble with the clear listener. BankFrame.java //Date //Author: import javax.swing.J…
I am building a battery charger. I am looking for a really strong adhesive by wh
I am building a battery charger. I am looking for a really strong adhesive by which I can glue my components together. I am including two links of the components I need to glue to…
I am building a cart in Java and would like to give users the ability to update
I am building a cart in Java and would like to give users the ability to update the quantity and see the new price instantly. I am using BigDecimal on the back-end for complete ac…
I am building a classifier for short texts in a chat system. My features are wor
I am building a classifier for short texts in a chat system. My features are words and pairs of words. Naturally, the sentences contain spelling mistakes. If a particular wrong sp…
I am building a lot of client-side heavy SPA-like apps with VS2010 and MVC3/4. V
I am building a lot of client-side heavy SPA-like apps with VS2010 and MVC3/4. VS2010 Javascript/HTML/CSS editing (mostly javascript) is interminably slow and sluggish. I'd love t…
I am building a program the draws three circle, three line connecting the circle
I am building a program the draws three circle, three line connecting the circles to make a triangle, and display text of the calculated angle. When you move the circles the angle…
I am building a simple c# windows form to connect to an access database. I tried
I am building a simple c# windows form to connect to an access database. I tried using OleDb and SQL statements, but I couldn't get it to function correctly. So I decided to try u…
I am building a simple c# windows form to connect to an access database. I tried
I am building a simple c# windows form to connect to an access database. I tried using OleDb and SQL statements, but I couldn't get it to function correctly. So I decided to try u…
I am building a small to medium sized website for a potential business. In the f
I am building a small to medium sized website for a potential business. In the first phase, I would like the site to have the following features: Users with login/passwords. The u…
I am building a small website, in PHP and I am using MVC design pattern for the
I am building a small website, in PHP and I am using MVC design pattern for the UI. In the future I will need to add mobile support for my website. It will be in the sub domain "m…
I am building a strategy game where multiple units(5 - 20) is fighting each othe
I am building a strategy game where multiple units(5 - 20) is fighting each other in the same time. I have a logic part that calculate those actions for each turn, and than pass i…
I am building a strategy game where units can interact with each other. As input
I am building a strategy game where units can interact with each other. As input I am getting a list of actions. I need to output a scheduler, that will tell when to start each ac…
I am building a truck from trash as materials. I have one small motor and a a fe
I am building a truck from trash as materials. I have one small motor and a a few small gears, but no other engineered materials are allowed. The truck must carry a load for a dis…
I am building a website for a class the following is my code for google sign in.
I am building a website for a class the following is my code for google sign in. The follwoing code is for the index page where the user first visits. Once they login with google …
I am building a website for a class the following is my code for google sign in.
I am building a website for a class the following is my code for google sign in. The follwoing code is for the index page where the user first visits. Once they login with google …
I am building a website with a large amount of sounds that should be played upon
I am building a website with a large amount of sounds that should be played upon clicking elements. (It is a language learning website, and many words and phrases will be clickabl…
I am building a wizard and the first step of this wizard is to let the user sele
I am building a wizard and the first step of this wizard is to let the user select a file. In the following steps I need this file to display some data from it and as a final step…
I am building an API that returns data about companies Multiple applications wil
I am building an API that returns data about companies Multiple applications will access the API, some of these applications will have access to one company, some to multiple comp…
I am building an online game much like Mafia Wars. I was thinking of displaying
I am building an online game much like Mafia Wars. I was thinking of displaying the number of registered users on the home page, but then I thought: "What if a new user sees that …
I am building one of these for a physics demonstration (This part shows him test
I am building one of these for a physics demonstration (This part shows him testing the prototype which resembles what I am making, feel free to watch part one and other parts to …