java
Name:
Anonymous
2010-05-04 16:16
I am bored and trying to learn Java, can someone give me some sort of problem to solve/project to hone my 1337 skills.
Nothing too intense, I know all the basics, OOP etc, no file input/output although I could learn the rudimentary bits if required.
Name:
Anonymous
2010-05-04 16:16
Write a Java interpreter.
Name:
Anonymous
2010-05-04 16:54
Write a bf interpreter.
Name:
Anonymous
2010-05-04 17:29
Write a custom garbage collector.
Name:
Anonymous
2010-05-04 17:31
Write a OS
Name:
Anonymous
2010-05-04 17:33
Write an MVC framework for web development in Java
Name:
Anonymous
2010-05-04 17:40
Write a leading-edge integration solution for on-demand data logistics.
Name:
Anonymous
2010-05-04 17:47
Write an turnkey enterprise solution
Name:
Anonymous
2010-05-04 17:48
Go outside
Name:
Anonymous
2010-05-04 18:15
Write an IRC bot. The IRC protocol is pretty simple.
Name:
Anonymous
2010-05-04 19:20
Write a suicide note.
Name:
Anonymous
2010-05-04 20:22
Name:
Anonymous
2010-05-04 20:40
>>12
You live in a safe seat, so your vote doesn't count anyway.
Name:
Anonymous
2010-05-05 0:06
Read SICP
Name:
Anonymous
2010-05-05 3:17
do some project eulers
Name:
Anonymous
2010-05-05 8:22
Name:
Anonymous
2010-05-05 14:27
My first experience with Java was writing a program that implemented the Euclidean algorithm, finding the gcd of two numbers. Try that.
I also wrote a program to do modular exponentiation. Both of these were to help me with my homework for a discrete mathematics course.
Name:
Anonymous
2010-12-23 18:32
Newer Posts