Skip to content

Instantly share code, notes, and snippets.

View netvor's full-sized avatar

Floris van der Meijs netvor

  • Prague, Czech Republic
View GitHub Profile
int main (void)
{
int x;
int *ptr;
ptr = &x;
x = 42;
return *ptr;
}
#!/bin/bash
#Leave empty if not verbose
VERBOSE=
#Don't change
SECONDENTRYSUFFIX=__without_tags__
#Where to store the data files. A subdir /detailed/ and /duplicates/ must exist
OUTDIR=/dir/to/store/output/in/
#Counters
NUMFILES=0