1 2 3 4
import java.util.Scanner; public class LeapYear { ...
Java On Leapyear
by juo100@gmail.com,
October 27, 2008 11:45
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...
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...
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
Im new to Ruby, I think it ...
Thanks for all the refactor...