Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 82 / 1758
I am trying to make this code rename the file it is uploading with a unique file
I am trying to make this code rename the file it is uploading with a unique file name and keep its extension. Please help! I will rate high! <?php …
I am trying to merge two files in emacs. I am supposed to choose option A in the
I am trying to merge two files in emacs. I am supposed to choose option A in the first difference and B in the second. I tried the a and b commands but it doesn`t work. What am I …
I am trying to model a system in which cubes of about 2 cm in size are floating
I am trying to model a system in which cubes of about 2 cm in size are floating in a circular water thank of about 30 cm in diameter. The cubes move around under the influence of …
I am trying to model water wave propagation in 2D with CFD. What would be a suit
I am trying to model water wave propagation in 2D with CFD. What would be a suitable boundary condition to generate the waves on the left boundary? Currently I vary the fraction o…
I am trying to modify the following query so the solution only counts and totals
I am trying to modify the following query so the solution only counts and totals line items that have an item_price value that’s greater than 400. But not sure if I should be usin…
I am trying to move files from my github account to my local svn server on my de
I am trying to move files from my github account to my local svn server on my device. I followed the instructions listed on http://www.kerrybuckley.org/2009/10/06/maintaining-a-re…
I am trying to move the false element in 2d arraay to a different blank space in
I am trying to move the false element in 2d arraay to a different blank space in the array x o _ x _ _ o o x x o _ The first and last element(x) in the first row are false because…
I am trying to move the false element in 2d arraay to a different blank space in
I am trying to move the false element in 2d arraay to a different blank space in the array x o _ x _ _ o o x x o _ The first and last element(x) in the first row are false because…
I am trying to my C# program to a SQL Database. This is my code for making the c
I am trying to my C# program to a SQL Database. This is my code for making the connection: SqlConnection con = new SqlConnection(@"Data Source=LORI-PCSQLEXPRESS;AttachDbFilename=C…
I am trying to nest functions in matlab, so as to calculate the deteminant of a
I am trying to nest functions in matlab, so as to calculate the deteminant of a 9 x 9 matrix, using determinants of an 8 x 8, 7 x 7, and so on. I started small with a 3 x 3 and 2 …
I am trying to open a new JFrame when I click on the add button but I am having
I am trying to open a new JFrame when I click on the add button but I am having trouble adding the code correctly. Below is my code. Basically I need to know what I have to put in…
I am trying to open a text file in my java program but in the console it says Ma
I am trying to open a text file in my java program but in the console it says Maze.txt (The system cannot find the file specified). I am not sure if it is where the text file is i…
I am trying to parse the SCOP parseable files, specifically dir.des.scop.txt ver
I am trying to parse the SCOP parseable files, specifically dir.des.scop.txt ver 1.75. But, I have been facing problems with the PDB residue identifiers in the file. This is a tab…
I am trying to partition an array using 2 different methods. Apparently, to part
I am trying to partition an array using 2 different methods. Apparently, to partition an array is to arrange the elemnts of an array around a pivot element such that all the eleme…
I am trying to plot a function in python 2.7.12 and keep getting a syntax error
I am trying to plot a function in python 2.7.12 and keep getting a syntax error at xd3.append(0). I'm basing the script off of another script through which my function was derived…
I am trying to populate listview from another form textbox in visual basic. Form
I am trying to populate listview from another form textbox in visual basic. Form 1 has the listview and a button to take you to form 2. When you get to form 2 there is a textbox f…
I am trying to print every third item in the list using the Iterator in the list
I am trying to print every third item in the list using the Iterator in the list object. import java.util.Iterator; import java.util.LinkedList; import java.util.List; public clas…
I am trying to print out the chapters that i need for class. When i printed out
I am trying to print out the chapters that i need for class. When i printed out chp 1 everything went fine. Then i tried chp 2 and it said there was a internal error and internant…
I am trying to print out the chapters that i need for class. When i printed out
I am trying to print out the chapters that i need for class. When i printed out chp 1 everything went fine. Then i tried chp 2 and it said there was a internal error and internant…
I am trying to print out the chapters that i need for class. When i printed out
I am trying to print out the chapters that i need for class. When i printed out chp 1 everything went fine. Then i tried chp 2 and it said there was a internal error and internant…
I am trying to program on Matlab and there is something wrong with my code. I st
I am trying to program on Matlab and there is something wrong with my code. I still do not get what is it. I am assuming it is defining the variables because they are uderlined fo…
I am trying to prove whether or not the set of all straightlines in the Cartesia
I am trying to prove whether or not the set of all straightlines in the Cartesian plane, each of which passes through theorigin, is a countable set. I'm sure that it isuncountable…
I am trying to put a clock divider into my VHDL code. I have two entities, one f
I am trying to put a clock divider into my VHDL code. I have two entities, one for the clock divider and one for my main VHDL. I am not sure how to do the timing for my lab becaus…
I am trying to put the second half (after a whitespace tab) of a string into a n
I am trying to put the second half (after a whitespace tab) of a string into a new string array. However, I keep getting java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayI…
I am trying to put this Matlab homework together and am having some problems. I
I am trying to put this Matlab homework together and am having some problems. I can't figure out how to call in a file from the user to use in the computation. There are some othe…
I am trying to read a list of words from a file example.txt and sort the list an
I am trying to read a list of words from a file example.txt and sort the list and rewrite the sorted list to the file. So far I am able to read and sort the list but am unable to …
I am trying to read a soduku file. Can somebody help me how to create a main rou
I am trying to read a soduku file. Can somebody help me how to create a main routine with atleast a one subroutine to validate a set of nine values? Validating for each of the 9 c…
I am trying to read a text file into a 2d list and swap the inner list elements
I am trying to read a text file into a 2d list and swap the inner list elements so that the elements in the rows are reversed. I cannot use .reverse or any function like it. I hav…
I am trying to read from a file but I keep getting this error when running the d
I am trying to read from a file but I keep getting this error when running the driver for my program: TestDriver2.java:8: error: unreported exception EmptyFileException; must be c…
I am trying to read from a text file and calculate the total points and average
I am trying to read from a text file and calculate the total points and average points for each classroom. I have it set up the following way: studentID, roomNumber, testScore SID…
I am trying to read from a text file with integers seperated with commas, store
I am trying to read from a text file with integers seperated with commas, store them into an arraylist and use mergeSort() to sort the arraylist. public class ArrayListMergeSort//…
I am trying to read in a file and separate the file into multiple arrays that ca
I am trying to read in a file and separate the file into multiple arrays that can be searched through and manipulated. The file is in this format "lastName, firstName" position de…
I am trying to read in a string from a file and set one of the members of my str
I am trying to read in a string from a file and set one of the members of my struct to that string. A last name for example. the error that i get in DevC++ says that I have incomp…
I am trying to read rational number like this (5/9) here is the property of this
I am trying to read rational number like this (5/9) here is the property of this class class CRational { public: CRational(int numerator = 0, int denominator = 1) : m_numerator(nu…
I am trying to read the third column from a file to catch the error using except
I am trying to read the third column from a file to catch the error using exception Handling in C++. Let's say this is the file: 123 Laptop 1000.00 HP 124 Monitor …
I am trying to recognize waterways from aerial photographs (say from Google Maps
I am trying to recognize waterways from aerial photographs (say from Google Maps). Local governments often have GIS data that says where the waterways (and roads, buildings etc) a…
I am trying to redirect a login page to go to another page on my web app using P
I am trying to redirect a login page to go to another page on my web app using PHP. I have the following two lines of code within a conditional statement. I am trying to get the p…
I am trying to remove an element from an array by employee number. However, it d
I am trying to remove an element from an array by employee number. However, it does remove the one I wish it to, yet it copies and creates a double copy of another element in the …
I am trying to replace the two sections where Bok Choi is and Teriyaki Sauce is
I am trying to replace the two sections where Bok Choi is and Teriyaki Sauce is with a slide show code. How do I do that? The code for the webstie is http://htmlandcssbook.com/cod…
I am trying to replicate a graph learning matLab. The graph is close but it is o
I am trying to replicate a graph learning matLab. The graph is close but it is off either in calculations or something. % L MATCHING CODE FOR REFLECTION COEFFICIENT WITH FREQUENCY…
I am trying to return the previous day from an entered day like Monday. This kee
I am trying to return the previous day from an entered day like Monday. This keeps returning an empty string, please help. The code I have is; public String getThePreviousDay(Stri…
I am trying to reverse an array at certain indexes eg:Example: Array = [ 1,2,3,4
I am trying to reverse an array at certain indexes eg:Example: Array = [ 1,2,3,4,5,6,7,8 ] * reverse(3,6) results in * Array = [ 1,2,3,7,6,5,4,8 ] Below are the methods i already …
I am trying to reverse this array by copying it to a new array andmy prof told m
I am trying to reverse this array by copying it to a new array andmy prof told me to embed my method "reverse" to this java file andsomehow have it display the array before and af…
I am trying to run a threadable client server game of tic tac toe and the only t
I am trying to run a threadable client server game of tic tac toe and the only thing running is the intial print message. server Start Page x Client.java x ls Server.java x ticGam…
I am trying to run an image tampering program based on MATLAB, however on my mac
I am trying to run an image tampering program based on MATLAB, however on my mac it doesn't seem to read all of the files. It gives me this error, can somebody please tell me what…
I am trying to run multiple sites using single code base and code base consist o
I am trying to run multiple sites using single code base and code base consist of the following module (i.e. classes) User module Q & A module Faq module and each class works …
I am trying to run my C++ program with my professor\'s main.C file. it has worke
I am trying to run my C++ program with my professor's main.C file. it has worked previously with a smaller main file but this larger main file that was released I am receiving a b…
I am trying to run my final code, however I am recieving an error: \"Illegal sta
I am trying to run my final code, however I am recieving an error: "Illegal start of expression" on the line of code that is in bold below. Not sure what I am missing or need to a…
I am trying to run my program code but it is\'nt working, can anyone tell what a
I am trying to run my program code but it is'nt working, can anyone tell what am I missing? here is my code: //my shape.h file #pragma once #include <iostream> using namespa…
I am trying to run some INSERT INTO SQL command in OpenOffice Base and i get the
I am trying to run some INSERT INTO SQL command in OpenOffice Base and i get the error message below 1: Wrong data type: java.lang.IllegalArgumentException) The Create table code …