Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 29 / 1758
I am currently bushing up on my data structures and basic algorithms, part of th
I am currently bushing up on my data structures and basic algorithms, part of that is the Binary Tree. I do understand the algorithms, and how to implement a binary search tree an…
I am currently coding a project in Java that simulates the dice game of Pig. I a
I am currently coding a project in Java that simulates the dice game of Pig. I am supposed to simulate a computer user and count how many turns it takes to get to 20, then I need …
I am currently designing an n-tier solution which is using Entity Framework 5 (.
I am currently designing an n-tier solution which is using Entity Framework 5 (.net 4) as its data access strategy, but am concerned about how to incorporate dependency injection …
I am currently developping a platform with a PHP framework for our client. The h
I am currently developping a platform with a PHP framework for our client. The head of the client's IT department wants us to handle authentication with one database field contain…
I am currently doing a lab experiment on viscosity. Basically placing a glass ba
I am currently doing a lab experiment on viscosity. Basically placing a glass ball inside a tube full of sugra solotuin., and recording the times for the ball to travel a distance…
I am currently doing a lab report on Hess\' law and have the following question
I am currently doing a lab report on Hess' law and have the following question as part of the lab report to answer 5. Use the thermodynamic quantities given below to calculate the…
I am currently doing a lab to demonstrate Standard Input/Output Functions, and I
I am currently doing a lab to demonstrate Standard Input/Output Functions, and I need help creating a C program (please not C++) that performs the following: Using a loop running …
I am currently doing an unknown salts project where I am given 2 vials. Vial A c
I am currently doing an unknown salts project where I am given 2 vials. Vial A contains 2 salts, and vial B contains the two salts found + another salt. Here are all the possible …
I am currently employed as a software developer using C# and C++. However, I wan
I am currently employed as a software developer using C# and C++. However, I want to find a new job for personal reasons and applied for a job ad that listed PHP, CSS, and Javascr…
I am currently enrolled in a strategic marketing class. The class includes an on
I am currently enrolled in a strategic marketing class. The class includes an online business development website called Capsim. Our final (CompXM) is at the end of the year. Ever…
I am currently getting involved in a startup, I am the only developer involved a
I am currently getting involved in a startup, I am the only developer involved at the moment, and the other guys are leaving all the tech decisions up to me at the moment. For my …
I am currently having trouble figuring out a code to use on matlab. I have resea
I am currently having trouble figuring out a code to use on matlab. I have researched and looked through textbooks to no avail. In matlhematics, a Taylor scrics expansion is a rep…
I am currently heading up a project dealing with excel, wherein rows of data mus
I am currently heading up a project dealing with excel, wherein rows of data must be examined and a decision on whether to keep said data is made and written in the last column of…
I am currently implementing a class for a network protocol. The protocol uses a
I am currently implementing a class for a network protocol. The protocol uses a quite complex and extensive finite state machine. A pair of an event plus a state is mapped to a fu…
I am currently in a Modern Systems Controls Class, a Vibration Analysis class, a
I am currently in a Modern Systems Controls Class, a Vibration Analysis class, and other linear algebra heavy classes (despite lin alg not being a prerequisite...) The math is pre…
I am currently in a beginners Java Programming course and am having trouble with
I am currently in a beginners Java Programming course and am having trouble with this homework problem. If someone has any input on the question please post your thoughts. Thanks.…
I am currently in a graduate program for operations science management, currentl
I am currently in a graduate program for operations science management, currently we are doing integer programming, but I am stuck. Dr. Konur has recently completed a project for …
I am currently in a graduate program for operations science management, currentl
I am currently in a graduate program for operations science management, currently we are doing integer programming, but I am stuck. Dr. Konur has recently completed a project for …
I am currently in the final year of my graduation in computer science course. I
I am currently in the final year of my graduation in computer science course. I love programming in PHP but not under pressure. As my graduation life is going to be over I have to…
I am currently investigating different alternatives for building a mobile instan
I am currently investigating different alternatives for building a mobile instant messaging application for iOS and Android, using an XMPP server (probably ejabberd) as the back-e…
I am currently learning Newtons Second Law in my physics class. The question tha
I am currently learning Newtons Second Law in my physics class. The question that I am stuck on is regarding a flat plane with a cart on it. The surface is not frictionless and th…
I am currently learning functional programming using Underscore.js. What I want
I am currently learning functional programming using Underscore.js. What I want to do is add two co-ordinates together. Let P1 = (0, 0) and P2 = (1, 1). Therefore, P1 + P2 = (1, 1…
I am currently learning how to code , can anyone show me a reference or example
I am currently learning how to code , can anyone show me a reference or example of a code that 1. Creates a text file with the persons name and stores anything typed. 2. The Progr…
I am currently learning symfony and going through the book A Gentle Introduction
I am currently learning symfony and going through the book A Gentle Introduction to symfony and came across this section in "Chapter 4: The Basics of Page Creation" on creating te…
I am currently looking for solution for 4-6 but I wanted to give some background
I am currently looking for solution for 4-6 but I wanted to give some background information. I am coding in python and using its numpy library. (1) Start Spyder and create a new …
I am currently looking into Google Caja to run user-supplied JS code in the brow
I am currently looking into Google Caja to run user-supplied JS code in the browser and in Node. So far, I understand, that, in a browser context, "cajoled code" disallows reading…
I am currently looking into solutions for geographically distributing an FTP sol
I am currently looking into solutions for geographically distributing an FTP solution. Here is the use case: The company I work for has a software product that can produce very la…
I am currently maintaining a code that makes liberal use of raw pointers where s
I am currently maintaining a code that makes liberal use of raw pointers where std::vector would be a better option. Worse, these pointers are not always properly handled (when ru…
I am currently making a biography program in Swift. The code below is fully func
I am currently making a biography program in Swift. The code below is fully functional. When one of the buttons on the main screen is clicked, it will use a transition to show the…
I am currently making a rock paper scissors game in Java and need help with one
I am currently making a rock paper scissors game in Java and need help with one part. The FULL move history of the user is is to be placed in an array of Strings and the FULL move…
I am currently making a simple list tool. You can click a checkbox to mark it as
I am currently making a simple list tool. You can click a checkbox to mark it as done and if you navigate away from the page/close the browser and reload, it will still be saved. …
I am currently making an app in Swift Playgrounds with a multi page layout. Afte
I am currently making an app in Swift Playgrounds with a multi page layout. After the first button is pressed, it will load a new page with a new button, and I want this button to…
I am currently programming an assignment for a C++ class and was wondering how t
I am currently programming an assignment for a C++ class and was wondering how to make the text below happen. I need to link rooms together with pointers, but i dont understand ho…
I am currently reading Fuss, Futexes and Furwocks: Fast Userland Locking in Linu
I am currently reading Fuss, Futexes and Furwocks: Fast Userland Locking in Linux and came across this quote: In a fair locking scheme the lock is granted in the order it was requ…
I am currently reading Richard Dawkins\'s book \'The Greatest Show On Earth: The
I am currently reading Richard Dawkins's book 'The Greatest Show On Earth: The proof for evolution' and in the second chapter he talks very much about the evolution of dogs. He sa…
I am currently reading \"The Chemistry of Life\" by Rose. It\'s a great book (to
I am currently reading "The Chemistry of Life" by Rose. It's a great book (to me as a lay reader at least) and an interesting topic so I am interested in pursuing some of the furt…
I am currently reading the Algorithm Design textbook by Kleinberg and Tardos and
I am currently reading the Algorithm Design textbook by Kleinberg and Tardos and I am having difficulty understanding a proof using an exchange argument Statement: A binary tree c…
I am currently refactoring an application that i built in JavaScript. The applic
I am currently refactoring an application that i built in JavaScript. The application uses a starting hour and a total working hour count in order to construct a timetable for dai…
I am currently reviewing the potentials of cloud computing regarding energy effi
I am currently reviewing the potentials of cloud computing regarding energy efficiency and green IT. In connection with this review I am having a look on techniques for increasing…
I am currently sitting on step 1 of a project for digital electronics class and
I am currently sitting on step 1 of a project for digital electronics class and am not sure at all how to go about starting this project. I am not trying to get someone to do the …
I am currently sitting on step 1 of a project for digital electronics class and
I am currently sitting on step 1 of a project for digital electronics class and am not sure at all how to go about starting this project. I am not trying to get someone to do the …
I am currently studding OpengGL with OpenGL Supebible 5th edition. I\'ve found i
I am currently studding OpengGL with OpenGL Supebible 5th edition. I've found interested for me some C++ code that is distributed with the book (see also on google code). That cod…
I am currently studying Simple Harmonicmotion I have a take home assigment that
I am currently studying Simple Harmonicmotion I have a take home assigment that is asking me to write anexpression for a spring in S.H.M. Q.)Im requried to use the mass of thespri…
I am currently studying experimental analytical assays such as: 1. deletion anal
I am currently studying experimental analytical assays such as: 1. deletion analysis + reporter assay 2. linker scanning mutation assay 3. DNase I foot-printing assay 4. Electroph…
I am currently studying kinetics and i missed these two questions on a test: 1.
I am currently studying kinetics and i missed these two questions on a test: 1. A plot of lm[reactant] vs. time (with reactant in M and time in seconds) yeilds a straight line wit…
I am currently taking a watson analytics online course and I got the following q
I am currently taking a watson analytics online course and I got the following question, but when I input my answer it marked it as wrong. Am I missing something? I thought this w…
I am currently taking summer classes in organic chemistry 2. I am covering a uni
I am currently taking summer classes in organic chemistry 2. I am covering a unit on structure and synthesis of alcohols as well as reactions of alcohols. indolizomycin is an anti…
I am currently testing windows 10 technical preview. I would like to be able to
I am currently testing windows 10 technical preview. I would like to be able to automatically reinstall all programs that I am using, everytime I install a new build (in theory it…
I am currently trying to carry out the construction of the generalised Hamiltoni
I am currently trying to carry out the construction of the generalised Hamiltonian, constraints and constraint algebra, etc for a particular field theory following the procedure i…
I am currently trying to create a simulation using three different vector for ph
I am currently trying to create a simulation using three different vector for phi, alpha, and beta. The following is the code I have thus far in R: As you can see by my function, …