Unicode Character Map

Here’s another project I’m working on: The Unicode Character Map – a small but (hopefully) useful tool to view all available Unicode characters.

Portal Turret Project

My (then 6-year-old) daughter and me were pretty impressed by this build of a Portal Turret, and since she is quite a big Portal fan, this thing went straight up to the top of her birthday wish-list.

Local Environment Chat (LEChat)

Time to mention a little project I’m working on since a while: A simple chat interface that will run inside your web browser (read: made in JavaScript) in combination with a server that can run under OpenWRT, which in turn means it can run on your old router at home. Yes, no dedicated server needed.

New Code Portal

I used the opportunity that I had to do some redesigning anyway to start to consolidate my software to a new portal: The Kolmio Code Repository. The first thing you find there is a JavaScript class to create (pseudo-) modal dialogs called js.Dialog. Have a look!

XML Cheat Sheets

Als Prüfungsvorbereitung für das Seminar “XML-Technologien”, habe ich wieder mal angefangen, ein paar Cheat Sheets zu machen. Vielleicht findet der ein oder andere das auch hilfreich, ich stelle sie jedenfalls mal hier online…

RegEx Cheat Sheet

Nachdem ich viel gutes (und z.T. auch kritisches) Feedback zum Java Cheat Sheet bekommen habe, hier noch einmal etwas ähnliches: das RegEx Cheat Sheet. Wie gewohnt ist das alles so kurz und knapp wie möglich beschrieben. Wer noch keine Ahnung von RegEx-Mustern hat, sollte sich wohl besser erst mal woanders schlau machen, aber wer eine […]

Java Cheat Sheet

Für alle, die Java lernen wollen, und keinen Platz mehr für noch einen 1000-Seiten-Wälzer im Bücherschrank haben (oder denen es auch einfach an Zeit und Lust mangelt, sich durch solch einen Katalog hindurchzuarbeiten), habe ich eine ganz, ganz kurze Einführung geschrieben: das Java Cheat Sheet.

The Nil Interpreter

Well, for those of you who don’t know it: The Nil Programming Language is a programmer’s joke I came up with some time ago. Well, there’s not much to it except that I always thought it’s an example that you shouldn’t use a computer after a couple of beers 🙂 Now, it seems some people […]