1
2
3
4
import java.util.Scanner;

public class LeapYear {
...

Java On Leapyear

by juo100@gmail.com, October 27, 2008 11:45

Thanks for all the refactor...

B543a43dc8cb0aae562278484db60d25 Talk
1
2
3
4
import java.util.Scanner;
import java.util.Random;

...

Java Guessing Game

by juo100@gmail.com, October 27, 2008 11:44, 2 refactorings

Simple program that is supp...

B543a43dc8cb0aae562278484db60d25 Talk
1
2
3
4
import java.util.Scanner;

public class LeapYear {
...

Java Leapyear

by juo100@gmail.com, October 16, 2008 18:10, 6 refactorings

This *should* calculate lea...

B543a43dc8cb0aae562278484db60d25 Talk
1
2
3
feed = RssParser.run("http://ws.audioscrobbler.com/1.0/user/me/recenttracks.rss")
  song1 = feed[:items][0][:title]
...

Ruby Think this needs a loop

by juo100@gmail.com, September 06, 2008 19:54, 3 refactorings, tagged with ruby, loop, noob

Im new to Ruby, I think it ...

B543a43dc8cb0aae562278484db60d25 Talk