Projects

Some stuff that is either cool or at least still works. Hopefully.

2020

vrqp

Visualize Redshift query plans and show some hints about possible issues or optimizations.

Source on GitHub

2016

travel-log


Create a presentation of your vacation pictures that synchronizes with a map and a timeline.

Example

Source on GitHub

2015

pgui



Browser-based frontend for PostgreSQL.

Goal is to have a nice frontend for PostgreSQL, that nevertheless displays a lot of technical details.

Still at a pretty early stage, and mostly work in progress (for some value of progress).

Source on GitHub

2012

Taktiktafel

Attempt to build a browser-based digital soccer chalkboard.

Mainly an experiment to see whether something like this would work well with a touch-screen (probably yes).

Source on GitHub

2011

Tabellenrechner

Simple soccer table prediction calculator.

Most important feature would be that it is quite easy to add to a page.

Source on GitHub

2009

Sudoku

Sudoku solver with a JavaScript frontend.

The implemented algorithm does a quite interesting reduction of the sudoku to the exact cover problem. The exact cover is then solved using the dancing links implementation of Knuth's Algorithm X.

Solutions for fields of different sizes are displayed in (more or less) real-time.

Source on GitHub