1 2 3 4
typedef short int (* BITFUN)(short int, short int); ...
C On LPT garland
by zetafish,
November 23, 2009 14:53
1 2
def count_leading_spaces(input_str): return re.match('\s*', input_str).end()
Python On filter by indentation level
by zetafish,
October 12, 2009 07:56
The count_leading_spaces co...
1 2 3 4
// NOTE: Compiling the 'input.sch' is needed only once. private final Transformer transformer = compileTransformer(); ...
Java On Multiple XSLT for Schematro...
by zetafish,
October 09, 2009 14:15
Compiling the schematron fi...
ActionScript On Can anyone please refactor ...
by zetafish,
October 06, 2009 07:37
This method is too big, it ...
1 2 3 4
S = [ [/111/, 1000], [/222/, 200], [/333/, 300], ...
Ruby On Cleanly write checks in a m...
by zetafish,
September 24, 2009 23:10
Hey sohoo, nice tutorial pr...

The methods with the single...