Published on
December 30, 2008 in
Software.
I wrote a small script that converts an m3u playlist to a k3b project.
Just save the following code snippet in a file called m3utok3b.sh, make it executable (chmod +x m3utok3b.sh) and run it (./m3utok3b.sh yourplaylist.m3u). Use it at your own risk!
Continue reading ‘Script to convert a music playlist (.m3u) to a K3b project’
Published on
April 30, 2008 in
Software.
TinyMCE 3.0.8 as well as an updated spellchecker plugin have been released. If you use the spellchecker plugin with the PSpellShell engine you should upgrade as soon as possible. I discovered a serious security issue which has been fixed in the new version. My enchant plugin is now also included by default. A changelog is available here.
Published on
April 25, 2008 in
Software.
For the upcoming version of the online spellchecker for spellchecker.lu I decided to use a combination of enchant/hunspell as the core spellchecking engine. However, the versions of libenchant and hunspell that come with the new Ubuntu 8.4 are not really up-to-date, so I compiled my own versions. As a reference for myself, this is a small howto:
Continue reading ‘Installing php-enchant on Ubuntu 8.4′
I wrote a small application that converts UML models in the XMI format to configuration files for applications based on the symfony framework. It is licensed under the LGPL v2.
Continue reading ‘xmi2symfony 0.1: convert UML models to code skeletons for the symfony framework’