• Access OS X keychain from Terminal

    Access OS X keychain from Terminal

    At everyday scripting, you often need to access sensible information like passwords. A common practice is to just write them...
  • How to patch binary files with Java

    How to patch binary files with Java

    Recently, I wanted to create an “intelligent” binary patcher, which not only replaces some chunk of binary data at a...
  • Robust HTML parsing the Groovy way

    Robust HTML parsing the Groovy way

    With Groovy, it’s very easy to parse XML data and extract arbitrary information. This works great as long as the...