1 2 3
public Collection findAllDuplicates(List<NameAddress> list, int threshold) {
...
Java On clean up nested loops?
by armandino.myopenid.com,
January 19, 2008 04:33
1 2
svn st | grep ? | sed -e 's/?//g' | xargs svn add
Ruby On script for subversion statu...
by armandino.myopenid.com,
December 18, 2007 07:06
That's a handy script Phili...
Python On Custom sort a list of words
by armandino.myopenid.com,
December 12, 2007 03:00
Hi Jared,
There seems to b...
1 2 3 4
public boolean equals(Object obj) { ...
Java On Equals Method
by armandino.myopenid.com,
December 08, 2007 07:13
I usually implement equals ...
1 2 3 4
import re def addWord(token, frequencies): ...
Python Count word occurrences in a...
This code counts number of ...
I haven't tested this prope...