This is an overview of the projects I'm currently working on or have worked on in the past.

Public git mirrors

I'm maintaining public git mirrors for a couple projects. Some of these are automatically updated via a cron script and some I have to manually update. All git repositories are then pushed to github.

GraphCanvas

A JavaScript library that allows you to render a GraphViz graph to a HTML canvas. The code only supports certain types of graphs (directed graphs with rectangular nodes), but is good enough for if you don't need any of the extended capabilities that the dot language offers. It supports click and mouseover callbacks, so you can dynamically edit the graph (within certain limitations). The source code and a small demo is available from the git repository.