Skip to content

{ Tag Archives } createdbyjilles

Website reorganization

I just made a few changes that effectively retires the static portion of my website. For several years I had a nice, funky, handcrafted, css styled bit of html living at www.jillesvangurp.com and publications.jillesvangurp.com. The design has been more or less the same since 2003 and the content was not evolving much either. Actually, most [...]

Also tagged

simple note encrypt/decrypt with AES in javascript

Inspired by the hype surrounding the iphone and web applications, I hacked together a nice little toy to encrypt and decrypt text using aes. I borrowed the aes implementation from here and basically wrote a somewhat nicer UI for it. I still need to integrate sha1 hashing of passwords as the aes.js script [...]

Also tagged ,

Using rsync for backup

As you may recall, I had a nice incident recently which made me really appreciate the fact that I was able to restore my data from a backup. Over the years I’ve sort of gobbled together my own backup solution using rsync (I use the cygwin port to windows).
First a little about hardware. Forget about [...]

Also tagged , , , ,

kml2html.xsl

A nice feature in Google Earth is that you can export your placemarks as a kmz file. This is just a zipfile with a .kml file inside. This file in turn is just a xml format that Google uses to list your placemarks.
I spent some time creating a nice xsl file with which you can [...]

Also tagged , , ,

JAlbum repository

I updated my jalbum skin at the JAlbum repository

Also tagged

Anamorphic aspect ratio calculator

Anamorphic aspect ratio calculator. I sometimes play movies from my PC to my widescreen TV. Unfortunately the tvout of my Geforce 4 card does not support widescreen. In other words, it sends a signal with a 4:3 aspect
ratio to my tv. Luckily my tv can stretch the image to 16×9. Normally this would result in [...]

Also tagged ,

Explorerer menu option to generate m3u file for directory

If you are like me, you probably ‘receive’ mp3s occasionally. Unfortunately, most mp3s do not have proper filenames and generally have incomplete metainformation tags attached. I’m one of these guys who likes the songs on [...]

Also tagged

JQWeb

JQWeb is a software package for creating and running webquestionaires. You can create questionaires with JQWebEdit, save them as an XML file. The XML file can then be read by the JQWebServlet which produces an [...]

Also tagged

Beercan crusher

BeercanCrusher. This is a demo application for Aspectj I created for my own pleasure. It is absolutley completely useless. The demo requires AspectJ 0.6 and won’t work on later versions. Porting is also not easy to do because some features [...]

Also tagged

Finite State Machine Framework

FSM framework. This is a small demo framework for creating and manipulating finite state machines at run-time. The nice thing about it is that I separated control flow (i.e. the structure of states and transitions), data and functionality. It [...]

Also tagged