1
2
3
4
typedef short int (* BITFUN)(short int, short int);

...

C On LPT garland

by zetafish, November 23, 2009 14:53 Star_fullStar_fullStar_fullStar_fullStar_full

The methods with the single...

220a1ce7a99b513ece2aca0f6d4688c7 Talk
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...

220a1ce7a99b513ece2aca0f6d4688c7 Talk
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...

220a1ce7a99b513ece2aca0f6d4688c7 Talk

ActionScript On Can anyone please refactor ...

by zetafish, October 06, 2009 07:37

This method is too big, it ...

220a1ce7a99b513ece2aca0f6d4688c7 Talk
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...

220a1ce7a99b513ece2aca0f6d4688c7 Talk