How do I get photos and live stats on my fanatsy sports website
[code} How do I go about getting sports photos to my website.I am the comissioner of a new fantasy sports site called fantzgm and I am in the devlopent phase of the project and should be ready for...
View Articlenetbeans/javadoc question
Hello, this is actually a net beans specific question, I wasn't sure where else to ask it. Does anyone know with NetBeans how I can view the javadocs for constructors? Every other java doc comes up...
View ArticleFTN95: Anyone using/used BEMLIB? I keep getting run-time error
Hi all! First, I didn't find a proper place to post a FORTRAN related problem. I am using FTN95 to compile a software BEMLIB to solve some simple problem. As the first step, I just tried to run the...
View ArticleJava Math.random() Equivalent function in c#
Any one describe Java Math.random() Equivalent function in C# generates random floating point numbers return like this 0.45028185518458486
View ArticlePython cgi.FieldStorage field delete problem.
I get this error: 'FieldStorage' object does not support item deletion. when I try to delete an object from from fieldstorage when it tells me I can here:...
View ArticleStanford's Intro to Databases start today!
In addition to EdX and Coursera, Stanford is experimenting with their own education platform Class2Go. The database class launches today. I'm taking the class, so if anyone is interested in...
View ArticleLoop in java to give only certain amount of tries problem
this is my code. i wanted it to see if the password the user enters is correct. it supposed to give them 5 tries and when the user puts in the right password it doesn't continue to do the loop 5 times....
View ArticleLoop in java to give only certain amount of tries problem
this is my code. i wanted it to see if the password the user enters is correct. it supposed to give them 5 tries and when the user puts in the right password it doesn't continue to do the loop 5 times....
View ArticleLoop in java to give only certain amount of tries problem
this is my code. i wanted it to see if the password the user enters is correct. it supposed to give them 5 tries and when the user puts in the right password it doesn't continue to do the loop 5 times....
View Articlehow to use a text file as a database
Hi, I'm just strating to work with files and databases.. In my project I'm getting a word and then search for it in my text file. The text file has just words splitted by ";" and the words are not...
View ArticleNew line when writing to text file
I want my program to read through a text file and insert a new line in the file every time it finds the letter "v". text file: "v 100 200 300v 20 goop glopv 300 2.9" Output: " v 100 200 300 v 20 goop...
View ArticleProblem deleting in table
Hi, i have a problem with deleting data from a table. First problem is that the data doesnt show in the table. second the delete doesnt work. here is the code: <?php $host="localhost"; // Host name...
View ArticleSimple java timer question
Hello, Im in the middle of a larger school project, where we are making the classic game Space Invaders! My question if revolving around timers, since my goal is to call a method every so and so...
View ArticleBinary Search problem
I have been working on a dictionary project for school for hours now. All i need is a second pair of eyes as i have been staring at this to long. The solution is probably right in front of my face, but...
View ArticleWhats the point of abstract methods
Whats the point in making abstract methods if you have to override them anyway in a derived class and you don't even define the body? it seems like its just a waste of time. I understand what...
View Articlejava.util.NoSuchElementException error help
This is my code import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.Scanner; import java.util.StringTokenizer; public class addDog { private...
View ArticleMultiple Markers error
Class SubClass.java line 5 contains a Multiple Markers error. Eclipse asks me to rename file but nothing I write down satisfies it. Could someone help me with this code? public class SubClass { void...
View ArticleInterest in Game programming
I'm relatively new to programming in some ways. I just completed my AS in Comp Science last summer and have studied in C++, Java, VB, and SQL. My interest in programming is ever growing and I seek out...
View ArticleProblem in update
Hi., I want to update an entry that ive selected from a table. Everything is running but the data does not update> This is the code of the Table where I select the data. <?php...
View ArticleAdding Objects to Arraylist
public void addBook (Book newBook) { if (books.contains(newBook)) { int b = books.indexOf(newBook); int a = books.get(B)/>.getQuantity(); newBook.setQuantity(a++); } else { books.add(newBook); } }...
View Article