Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 118 / 1758
I created a GUI Login App where a password when submitted it is inputted into a
I created a GUI Login App where a password when submitted it is inputted into a log.txt file. The log should include the username, the date, the time and if the login was successf…
I created a GUI Login App where a password when submitted it is inputted into a
I created a GUI Login App where a password when submitted it is inputted into a log.txt file. The log should include the username, the date, the time and if the login was successf…
I created a SN of Vb and Vc and then created a system ofequations to get the val
I created a SN of Vb and Vc and then created a system ofequations to get the values for Ix, Va, Vb, and Vc: Ix = -12, Va = 10, Vb = -40 Vc = -36 (I'd like to know if those are cor…
I created a Simple Calculator for my mobile app class and I am having trouble. M
I created a Simple Calculator for my mobile app class and I am having trouble. My code works but when I click a button, nothing happens. My calculations should come from a websie …
I created a Simple Calculator for my mobile app class and I am having trouble. M
I created a Simple Calculator for my mobile app class and I am having trouble. My code works but when I click a button, nothing happens. My calculations should come from a websie …
I created a \"Library\" in Java. The code has 10 classes. I need help with the C
I created a "Library" in Java. The code has 10 classes. I need help with the Catalog class and the main program. Below is the code and what each class does. LibraryCard.java holds…
I created a \"phone directory\" java program where I can read \"raw data directl
I created a "phone directory" java program where I can read "raw data directly from original text file, add contact to textfile, and print out a file with the list sorted in order…
I created a c program that will calculate the employee salary including Overtime
I created a c program that will calculate the employee salary including Overtime for any hours worked over 40 hours. The program is running successfully however, the Gross Pay is …
I created a class Set with elements made up of class Rational. In adding Rationa
I created a class Set with elements made up of class Rational. In adding Rational elements in my class Set, NO element should be repeated. Right now, my problem is that all the lo…
I created a class named bank.java that has a bunch of different things it does i
I created a class named bank.java that has a bunch of different things it does in the class. Below is the class where my main method is. I am going to used checking and savings va…
I created a class that stores 3 objects. ID (int), Name (string) and Grade (doub
I created a class that stores 3 objects. ID (int), Name (string) and Grade (double). I stored 5 initial objects and printed them at the beginning of my code. This is my code that …
I created a code with C. Now I need it to run on UART. This my C code output: Th
I created a code with C. Now I need it to run on UART. This my C code output: This is my current code output using UART: The program only prompts me for resistance then does not l…
I created a database CD ( i don\'t know correctly or not): create database CD th
I created a database CD ( i don't know correctly or not): create database CD then I wanted to create a table: CREATE TABLE ALBUM (ALBUM_ID VARCHAR (7), ALBUM_TITLE VARCHAR (50) NO…
I created a empty Web application called Grocery Store and added a new web page
I created a empty Web application called Grocery Store and added a new web page named Default.aspx to the application. I have changed the DOCUMENT object’s Title property to Groce…
I created a empty Web application called Grocery Store and added a new web page
I created a empty Web application called Grocery Store and added a new web page named Default.aspx to the application. I have changed the DOCUMENT object’s Title property to Groce…
I created a empty Web application called RideAway and added a new web page named
I created a empty Web application called RideAway and added a new web page named Default.aspx to the application. I have changed the DOCUMENT object’s Title property to Ride-Away …
I created a empty Web application called RideAway and added a new web page named
I created a empty Web application called RideAway and added a new web page named Default.aspx to the application. I have changed the DOCUMENT object’s Title property to Ride-Away …
I created a form in word with legacy tools only. I created a save as command but
I created a form in word with legacy tools only. I created a save as command button which works but it saves under a predetermined name: "safety tour". I was wondering if it is po…
I created a google form to evaluate team members based on certain questions. Eac
I created a google form to evaluate team members based on certain questions. Each question has its own weightage. A google sheet was created to recond the responses. I have create…
I created a program rotate.c to do the following but it has some bugs. Can you f
I created a program rotate.c to do the following but it has some bugs. Can you fix the bugs and write comments on how you fixed them. /* * rotate.c * * This program is supposed to…
I created a recursive and iterative palindrome program that determines whether t
I created a recursive and iterative palindrome program that determines whether the string entered is a palindrome or not. A semi-formal recursive definition of a palindrome a) wha…
I created a simple regular expression lexer and parser to take a regular express
I created a simple regular expression lexer and parser to take a regular expression and generate its parse tree. Creating a non-deterministic finite state automaton from this pars…
I created a simple yet efficient message encrypting page that will encrypt messa
I created a simple yet efficient message encrypting page that will encrypt messages using Pi. Though not being an expert in this area, I am nowhere near sure how secure this is an…
I created a stored procedure to add a student to a school. The problem i\'m havi
I created a stored procedure to add a student to a school. The problem i'm having is converting date from character string. currently using SQL 2008 server management studio and b…
I created a tic tac toe game for the android. The game is set for the user vs. A
I created a tic tac toe game for the android. The game is set for the user vs. AI. However, I want a user vs user. like player 1 vs player 2. Here is the code : package com.exampl…
I created an SQL table and I can\'t run it. Can anybody check it for errors? Tha
I created an SQL table and I can't run it. Can anybody check it for errors? Thank you. CREATE TABLE PROPERTY( Poperty_ID SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, Ad…
I created an array of ratings and movies from 30 people in my java program in cl
I created an array of ratings and movies from 30 people in my java program in class. Now my professor wants us to Create a method that determines a score for each of the 30 people…
I created both tables with no problem. I sucessfully put the values in the emplo
I created both tables with no problem. I sucessfully put the values in the employees table is correct. However, does anybody know why i cannot process my values for the emp_num f…
I created my code. But I keep getting an error because of this message on the sc
I created my code. But I keep getting an error because of this message on the screen. How do I define EmployeeTest as its own file so the program can run ? ( I ALSO INCLUDED THE C…
I created some tables but when I go to enter the values for the table I\'m getti
I created some tables but when I go to enter the values for the table I'm getting an error. CREATE TABLE Users (UserID INT PRIMARY KEY, EmailAddress VARCHAR(255) NOT NULL, FirstNa…
I created the ImageData.h file Please make the implementation part of ImageData.
I created the ImageData.h file Please make the implementation part of ImageData.h. When you create it, divide it into ImageData.cpp and Test.cpp. class ImageData { private: …
I created the following code using C programmming but for some reason its not ru
I created the following code using C programmming but for some reason its not running. Can you show me whats wrong. #include <stdio.h> void matrix_multiplication(int* left_m…
I created the following code with that instructions A. How Make a shellScript na
I created the following code with that instructions A. How Make a shellScript named ExShell.sh to create a menu with the following options : Search for a file and delete it Create…
I created the follwing function: %First for the vector we need to find the large
I created the follwing function: %First for the vector we need to find the largest element the below is the %statement to sort the vector. A=[1 2 5 0 5]; %sorting the vector. [C,I…
I created the program; but, having issues during execution. It is eleminating th
I created the program; but, having issues during execution. It is eleminating the duplicates; but, placing "0" in their place. The size of the array should decrease after dups or …
I created this 2 tables: CREATE TABLE Battles ( battleName VARCHAR2(20), battleY
I created this 2 tables: CREATE TABLE Battles ( battleName VARCHAR2(20), battleYr INT, CONSTRAINT pkBattles PRIMARY KEY (battleName) ); CREATE TABLE Outcomes ( s…
I created this code in java, using the eclipse neon IDE. It runs until an there
I created this code in java, using the eclipse neon IDE. It runs until an there is an exception that something is found. Please post the corrected code(not as an image). This is f…
I created this div using bootstrap, I am running into an issue. I can\'t figure
I created this div using bootstrap, I am running into an issue. I can't figure out how to adjust the length of the alert info, when I view it, the border is too close to the text,…
I created this function for my homework for python 3.5 and my teacher emailed us
I created this function for my homework for python 3.5 and my teacher emailed us back and said that we could not use comprehension, but that we had to use a for loop instead. I am…
I created this xml file and posted it online but I cant seems to get it to work
I created this xml file and posted it online but I cant seems to get it to work with Yahoo API or Google. Help please. This is my server upload link http://www.acme.com/GeoRSS/?xm…
I crushed acetamide and heated until melted, i let it cool and started again. Me
I crushed acetamide and heated until melted, i let it cool and started again. Melting Point of Acetamide (°C) Trial 1 80 C Trial 2 82 C Trial 3 81 C Average of the 3 Trials 81 C A…
I currently am working on my last semester at San Jose State University as a psy
I currently am working on my last semester at San Jose State University as a psychology major. However, I am now interested in pursing a masters in Computer Sceince from Northeast…
I currently have a code that needs an option 4 that plays a bingo game and decla
I currently have a code that needs an option 4 that plays a bingo game and declares a winner. this is my current code -------------------------------------------------------------…
I currently have a desktop app written in Java (Swing) which talks to a C-based
I currently have a desktop app written in Java (Swing) which talks to a C-based backend over SSL. I am trying to understand the pros/con from a security perspective to move to a w…
I currently have a desktop application which requires the user to have a usernam
I currently have a desktop application which requires the user to have a username and a password. These credentials are stored on a webserver (myserver.com), so when he types the …
I currently have a distributed application that runs on multiple embedded PCs. T
I currently have a distributed application that runs on multiple embedded PCs. The whole application is composed of one master server and several nodes. Each node is an embedded P…
I currently have a long running application on an embedded Linux environment and
I currently have a long running application on an embedded Linux environment and all debug messages are currently being outputted to stdout using printf. This isn't ideal for spec…
I currently have a method, that accepts 2 ints as parameters,and returns their a
I currently have a method, that accepts 2 ints as parameters,and returns their average. I need to overload the method to accept3, or 4 integers as parameters and return their aver…
I currently have a mini game made in Java using Zen graphics but I was told to a
I currently have a mini game made in Java using Zen graphics but I was told to add more stuff to it if possible. If anyone could help me that would be awesome. Nothing challenging…
I currently have a mini game made in Java using Zen graphics but I was told to a
I currently have a mini game made in Java using Zen graphics but I was told to add more stuff to it if possible. If anyone could help me that would be awesome. Nothing challenging…