Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~12.1K People Reached
About Me

My technical career started about 6 years ago when I worked as a navy IT. Since I have left the navy I have been persueing a CS degree at Illinois Tech. When I am not programming, you can find me hanging out with friends or out on the town.

Interests
frisbee golf
Favorite Tags

16 Posted Topics

Member Avatar for Dani

hey jus thought i would introduce myself and say hi... CS major at Illinois tech... prefered language of progamming: Java

Member Avatar for jamesjoseph1
0
9K
Member Avatar for JJ___
Member Avatar for higherGround574

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 the user enters some info onto a form. I want to pull the …

0
70
Member Avatar for higherGround574

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 this operation. I'm using GridBagLayout manager, the whole thing runs inside …

Member Avatar for cms271828
0
98
Member Avatar for higherGround574

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 displays a bunch of pentagons in a circle with different colors and …

Member Avatar for higherGround574
0
184
Member Avatar for higherGround574

does anyone know of a good distro that offers a downloadable iso .. and the gnome environment???

Member Avatar for jbennet
0
221
Member Avatar for higherGround574

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 the files will not even start. I also noticed that …

Member Avatar for TKSS
0
126
Member Avatar for higherGround574

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 anyone might have would be appreciated

Member Avatar for hollystyles
0
100
Member Avatar for higherGround574

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 ... --thanx

Member Avatar for l3.azarmehr
0
93
Member Avatar for higherGround574

I'm currenty using Eclipse for my compiler ... does anyone have any better suggestions?

Member Avatar for freesoft_2000
0
157
Member Avatar for vex

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 / (n+1)) + (1 / (n+2)) where x and n both start as …

Member Avatar for server_crash
0
196
Member Avatar for CoolHandLuke

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 from the wholeNumber, divide it by 10 and pass the wholeNumber …

Member Avatar for server_crash
0
99
Member Avatar for higherGround574

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?

Member Avatar for jwenting
0
103
Member Avatar for higherGround574

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?

Member Avatar for server_crash
0
180
Member Avatar for higherGround574

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: increasing integer a1, a2, a3.... an) i=1//left end point j=n//right end point while (i<j) t=[ (i+j/3) ] begin if ( x < …

Member Avatar for higherGround574
0
270

The End.