def self.generate_required_data(orders)
all_the_orders = []
orders.each do |order|
...
import java.util.Scanner; import java.util.Random; ...
Java Guessing Game
by juo100@gmail.com,
October 27, 2008 11:44,
4 refactorings
Simple program that is supp...
import java.util.Scanner;
public class LeapYear {
...
Java Leapyear
by juo100@gmail.com,
October 16, 2008 18:10,
7 refactorings
This *should* calculate lea...
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 ...
Just interested to see how ...