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

I haven't tested this prope...

2155c92be66863c4634778bf522efe14 Talk
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 Star_full

That's a handy script Phili...

2155c92be66863c4634778bf522efe14 Talk

Python On Custom sort a list of words

by armandino.myopenid.com, December 12, 2007 03:00

Hi Jared,

There seems to b...

2155c92be66863c4634778bf522efe14 Talk
1
2
3
4

def sort(words):
...

Python Custom sort a list of words

by armandino.myopenid.com, December 10, 2007 02:36, 7 refactorings, tagged with python, sort

My second python script. :)...

2155c92be66863c4634778bf522efe14 Talk
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 ...

2155c92be66863c4634778bf522efe14 Talk
1
2
3
4
import re

def addWord(token, frequencies):
...

Python Count word occurrences in a...

by armandino.myopenid.com, December 08, 2007 07:03, 6 refactorings, tagged with python

This code counts number of ...

2155c92be66863c4634778bf522efe14 Talk