Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.4 KB

File metadata and controls

34 lines (25 loc) · 1.4 KB
layout default
title Welcome

Blog Posts

    {% for post in site.posts %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}

Feedback

Feel free to leave feedback as issues on the github page for this site.

Projects

Just a short list of a few of the projects I'm working on at the moment:

  • nginx queuing module ( private ) for high-throughput web applications
  • Added pev to homebrew - hopefully my pull-request will be accepted soon!
  • offline homebrew - want all the goodness of homebrew....on a aeroplane?!
  • petool - a simple little app to extract PE header information from windows binaries
  • git-mirror-sync - a very small collection of scripts (git-hooks) to keep multiple git mirrors in sync.
  • diffiecat - a simple encrypted tcp client/server, like a very simple netcat.

Some project ideas.

Other peoples projects that rock

  • gollum - git powered wiki
  • jekyll - static-site generator
  • homebrew - osx opensource package-manager