Forum: Python Mar 13th, 2007 |
| Replies: 0 Views: 878 Hi,
I'm working on a OOP school project, and I'm trying to add a web interface to it; however, my experience working with html forms is limited. Anyways, I'm trying to set up a user login, where... |
Forum: Java Oct 13th, 2006 |
| Replies: 1 Views: 1,387 I have to get an animation to restart once the user scrolls the mouse over the image... I know I have to use MouseMotionListener, what I don't know is how to get the coordinates of the image to do... |
Forum: Java Oct 11th, 2006 |
| Replies: 2 Views: 5,076 Ok, so I got it running, I figure I would post the working code for anyone interested ....
import java.awt.*;
import java.awt.geom.GeneralPath;
import java.awt.Graphics;
import... |
Forum: Java Oct 9th, 2006 |
| Replies: 2 Views: 5,076 package projectA;
import java.awt.*;
import java.awt.geom.GeneralPath;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Color;
import java.util.Random; |
Forum: Java Oct 4th, 2006 |
| Replies: 2 Views: 5,076 Hey guys, I'm for the most part a backend programmer but I'm taking a GUI class as a elective, and I'm haveing some problems with an applet. Part of the assigment is to create a logo design that... |
Forum: Getting Started and Choosing a Distro Sep 9th, 2005 |
| Replies: 1 Views: 2,068 i jus installed fedora version 4 ... and I am unable to access any of my windows partion files. I had been using suse 9.3 previously and all of the mounting was automaticly done .. so any help... |
Forum: C Sep 1st, 2005 |
| Replies: 3 Views: 6,688 no i jus started a class on assembly, C, and hardware and trying to get started programming C through linux command line... so any helpful webpages covering command line programming you may have... |
Forum: C Aug 31st, 2005 |
| Replies: 3 Views: 6,688 if anyone knows of some good tutorials or links covering the how/to's of programming C completly off of linux command line... inputs would be greatly appreciated ... ... |
Forum: Getting Started and Choosing a Distro Aug 31st, 2005 |
| Replies: 1 Views: 2,469 im a linux noob.... and i jus installed suse pro 9.3 however, i am not able to play any audio files. ive tried to play mp3's on amarok and xmms. It is not a hardware or volume control prob since... |
Forum: Getting Started and Choosing a Distro Aug 28th, 2005 |
| Replies: 8 Views: 2,730 does anyone know of a good distro that offers a downloadable iso .. and the gnome environment??? |
Forum: Java Jul 24th, 2005 |
| Replies: 3 Views: 1,266 I'm currenty using Eclipse for my compiler ... does anyone have any better suggestions? |
Forum: Geeks' Lounge Jun 16th, 2005 |
| Replies: 50 Views: 8,657 Halo
Halo 2
Doom series (classic)
metriod prime
unreal |
Forum: Java Jun 15th, 2005 |
| Replies: 2 Views: 4,651 the easiest way to break a number down right to left is to use the mod function
rightDigit = wholeNumber % 10 will give you the right most digit then all you have to do is subtract the rightDigit... |
Forum: Java Jun 15th, 2005 |
| Replies: 9 Views: 1,932 In my opinion the best way to tackle this is with a recursive algorithm. This equation looks kind of like a Fibonacci's numbers problem with a slight difference.
the equation should be X = X - (1... |
Forum: Java May 29th, 2005 |
| Replies: 2 Views: 1,392 I want to start studying for the scjp exam but I'm not too sure where to start... Does anyone have some good book or link suggestions? |
Forum: Java Apr 4th, 2005 |
| Replies: 3 Views: 13,840 thanx for the information... makes sense |
Forum: Java Apr 4th, 2005 |
| Replies: 3 Views: 13,840 in the past i have been able to run dos commands thru C++... for example: system("cls") in C++ used to clear the screen... does anyone know if this can be done in java? |
Forum: Computer Science Mar 2nd, 2005 |
| Replies: 2 Views: 3,518 |
Forum: Computer Science Feb 25th, 2005 |
| Replies: 2 Views: 3,518 I would appreciate any input anyone might have for the following problem:
Describe the worst-case time complexity, measured in terms of comparisons, of the following searching algorithm:
(x:... |
Forum: Computer Science Feb 14th, 2005 |
| Replies: 24 Views: 17,234 Discrete math is probably the single most important CS class i have taken, for examining algorithms... but im still trying to figure out how biology fits into the picture |
Forum: Community Introductions Feb 14th, 2005 |
| Replies: 612 Views: 123,889 hey jus thought i would introduce myself and say hi... CS major at Illinois tech... prefered language of progamming: Java |