public static String findsite(InputStream text) {
String site, line = null;
Boolean nospace = true;
...
Java speed up this horrendous co...
I don't know too much about...
#players = select distinct(player) from actions;
players = repository(:default).adapter.query('select distinct(player) from actions')
...
Ruby getting 20-100+ sums in one go
by feydr.myopenid.com,
February 10, 2009 19:13,
2 refactorings, tagged with sql, ruby, iteratate, sum
I have an actions table tha...
I do like the use of reflec...