My Programs

This is a simple list of the most interesting open source programs that I've wrote:

buildhealth

source and details download

A command line tool to see the quality of your build. Shows the same info on developer machines and on the build machine. Think a command line Jenkins wannabe.

jfg

source and details download

A java library to create an SWT form with data from an object (using reflection). Supports even lists.

dependency-checker

source and details download

Command line tool to find dependencies between C# Visual Studio projects or Eclipse projects and allow specifying rules to apply to them. The intention is to fail the build if incorrect dependencies are added. It also allows you to explore the full dependency graph from the console.

progressmonitor

source and details download NuGet

A library to allow reporting progress of long tasks to the user. Currently only for C#, but I intend to implement the same API for other languages (mainly Java and C++).

merge-jar-services

source and details download

Ant task to merge services from jar files.

git-stats

source and details download

Stats for your git repository. Basically a grouped git blame over all the files of the repository.

node-dummy-cache

source and details npm

A simple in memory cache to use with javascript (nodejs or HTML).

Model#

source and details

A code generator tool to create C# Models. Runs as a Visual Studio plugin.

dummy-cassandra

source and details

My shot at trying to create a simple Cassandra Java API. Just a POC, but worked at some point in time.

Miranda IM plugins

source and details downloads

A long time ago I developed a bunch of plugins for Miranda IM. The code is still there, but I cannot support them anymore. Some of them still live on Miranda NG.

ComicRack plugins

source and details downloads

Some plugins I wrote for ComicRack a long time ago.