Perl

Jannich Brendle on May 13th, 2009

When making websites and programs I found it rather tedious to produce java classes that reflected the structure of a table in a database, so I made a perl script to automate the task, hence miniORM. It’s rather crude at the moment, and a lot of options could be included, like, but not limited to: [...]

Continue reading about miniORM – a simple Object-relational mapping tool

Jannich Brendle on May 16th, 2008

A while ago I found out that the tilt sensor in my Macbook works as a joystick and I figured that I might as well have some fun with it… First of all I installed a kernel module that will make the tilt sensor work, as well as a perl module using CPAN: sudo modprobe [...]

Continue reading about Macbook tiltsensor and Perl