b!ANd-aid home archive

Rendering Image Locations

If you want to visualize where all your pictures were taken (provided the GPS-Exif data is present), ... Read More ...

Image Tagging With Xtext

Sometimes, very small changes (additional features) greatly improve usability. Adding a view showing the current photo and a simple browser presentation of images matching a search made Jtag usable at all. Read More ...

Xtext Parse Rules With Guards

Guards may help you to make your Xtext grammar more readable. They allow you to enable or disable alternatives without having to copy rules. Read More ...

Migrating a 32-bit Eclipse RCP to 64-bit

This post shows how I migrated a legacy 32-bit Eclipse RCP to 64-bit. Read More ...

Parsing Generic Csv With Beanio

This post provides a small example illustrating how to process csv files using BeanIO — files containing (some) columns whose name is not known in advance. Read More ...