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 […]

realXML

realXML is an (almost) complete XML parser and event router (formerly known as rXML), completely written in pure REALbasic code without any declares or external libraries.

RB Debug Object

If you need to track what’s going on in your RB-App, this is the way to go. It simply implements the “Debug.Print” method and logs the messages to a floating window, a text file – or (OS X only) to the system console. All of this works cross-platform and is as customizable as it’s “Plug […]

RealBackup

This program backs up any REALbasic project file in regular intervalls, so you can easily go back to a previous version if necessary. Since this has proven to be quite handy even for some other files (Photoshop works well!), I spiced it up a bit and made it public.

TextConverter

Ever got letter soup and don’t know how to clean it up? TextConverter offers an easy and user friendly interface to your Macintosh’s text encoding converter functions. Additionally, it features an html-entity converter and an option to define your own custom encoding.

RB Localization

Some thoughts on how to localize software – since this was originally written for the REALbasic User Group Finland its main target group is REALbasic users, of course, but others might find an insight or two as well.