public InputSource resolveEntity(String publicId, String systemId) {
        List<String> knownSchemas = Arrays.asList(
...

Java On Long if ladder

by zetafish, December 10, 2011 13:15

You want to load a schema f...

220a1ce7a99b513ece2aca0f6d4688c7 Talk
public InputSource resolveEntity(String publicId, String systemId) {
        List<String> knownSchemas = Arrays.asList(
                "documents.xsd",
...

Java On Long if ladder

by zetafish, December 10, 2011 13:13

You want to load a schema f...

220a1ce7a99b513ece2aca0f6d4688c7 Talk
public InputSource resolveEntity(String publicId, String systemId) {
        List<String> knownSchemas = Arrays.asList(
                "documents.xsd",
...

Java On Long if ladder

by zetafish, December 10, 2011 13:13

You want to load a schema f...

220a1ce7a99b513ece2aca0f6d4688c7 Talk
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
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
// 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 Star_fullStar_fullStar_fullStar_fullStar_full

This method is too big, it ...

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