A few scripts I've written

Driving school test downloader and parser. It downloads answers from national driving exam and saves the results to disk. Later it parses the questions into a more suitable format so other programs can use them a bit easier

ripper.sh Bash script downloading the HTML
parser.awk AWK script for parsing the HTML
address.cpp: small struct packing example
applett: a primitive Java applett example