Recent Posts
Full archives
Hacks
Some quick-and-dirty hacks you might enjoy:
pommed-light
- A stripped-down, less resource-hungry version of the pommed macbook hotkeys daemon.
netcat-sec
- A netcat clone in go that supports TLS authentication, for easy debugging of secured interfaces.
sloc
- A simple and fast source-lines-of-code counter.
cgiserve
- A trivial webserver to wrap a CGI script. Useful for e.g. gitweb.
gen-music
- Web hack to visualize procedurally generated music.
taint-hunt
- A pair of tools for finding data leaks.
randalloc
- Fuzz programs by randomizing allocated memory.
shroud
- Protect programs from information leaks by clearing freed memory.
Libraries
- Haskell
format
- A format string library allowing rendering and scanning.
- Go
go-mail
- A better RFC5322 implementation for go.
go-pop3
- A POP3 implementation.
throttle
- Quota-based execution throttling.
queue
- Simple execution queue
ebnf
- Create parsers by specifying grammars in EBNF notation