Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

Category: projects

pyBrainfuck v0.2 released

I just released v0.2 of pyBrainfuck. PyBrainfuck is a speed-optimized Brainfuck interpreter written in Python. Some other Python interpreters already exists for Brainfuck, but they are either obfuscated or awfully slow. PyBrainfuck has been optimized for speed by doing various preprocessing on the code such as pre-caching loop instructions, removing non-instructions, etc. PyBrainfuck also has […]

MiniOrganizer v0.1 released

I just released the first version of MiniOrganizer. MiniOrganizer is a small no-nonsense personal digital organizer written in GTK2, featuring appointments, todos and notes. It uses iCalendar files as its native back-end, supports multiple alarms per appointment/todo and has recursive todos. MiniOrganizer currently features: Appointments. Hierarchical Todos. Multiple alarms per appointment and todo. Alarm notification. […]

pyBrainfuck

For fun, I wrote a brainfuck interpreter in Python. Brainfuck is an esoteric (joke) programming language which is Turing-complete (given enough memory) with only 8 op-codes (instructions). It was designed to allow for the smallest possible compiler. There are already some other Brainfuck implementations in Python, but they are either obfuscated or extremely slow. pyBrainfuck […]

localenv v0.3

I just released Localenv v0.3. localenv is a collection of scripts that run other scripts and replace (configuration) files depending on the current profile, which is determined by the network you’re currently on. It is ideal for laptop owners that move between different networks. Scripts are provided for discovering which network you’re on (by using […]

Rabobank internet banking

This is for Dutch people only I’m afraid. If you’re curious… RaboBank internet bankieren heeft een kicken ‘Download’ feature waar je je volledige rekeningen overzicht kan downloaden. Dat scheeuwt natuurlijk om het genereren van zinloze statistieken. (Lies, damned lies and statistics!). Zie hier, RaboGRAP. (Ik weet het; zinloze titel. Het betekend ‘Rabo Gegenereerde Rapportages’. Hip, […]

RssMerger v0.5

Version 0.5 of RSSMerger is available. Changes in this release include: (My)SQL insert queries can now be generated for inserting into a database.

Alarm.sh v0.2

Alarm.sh v0.2. Get it while it’s hot! Changes: No output shown when in daemon mode anymore. Alarm.sh no longer adds alarms with an invalid date/time.

localenv v0.1

localenv is a collection of scripts that run other scripts and replace (configuration) files depending on the current profile, which is determined by the network you’re currently on. It is ideal for laptop owners that move between different networks. Scripts are provided for discovering which network you’re on (by using known MAC addresses of machines […]

DataQ v0.4

Due to some feature requests, I’ve made some updates to DataQ. Hereby I release v0.4 unto the unsuspecting public. Changes: A new command has been added to the protocol: PEEK. PEEK can be used to pop the current message from the queue without actually modifing the queue. Hosts can now be specified with netmasks to […]

Backup v0.5

Even though it’s unmaintained, I still added a new version of the Backup script: version 0.5. Changes include: Complete rewrite Much stuff moved to functions Pre, post, pre_each and post_each script support added.

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.