Projects

Software projects and utilities can also be found on my github profile or my bitbucket profile

emacs-smart-hungry-delete

An emacs package to delete whitespace between words, parenthesis and other delimiters in a smart (but not very) way.

py-org-write

A small python library to easily write org-mode files.

tolino-notes-orgmode-export

Import notes from a Tolino Shine 2 HD into org-mode.

org-from-csv-notes

A Python script to convert CSV files with "created, modified, content"-lines into org-mode headlines.

split-gpx-track

Detect pauses in a monolithic gpx track and split it into segments.

python-gpm

A stub at a generic package manager/library in python that handles different types of packages using custom handlers

.emacs.d

My .emacs.d, minus private stuff. Periodically updated from my main branch (bug me to do it).

emacsclient-in-vm

A python script to call an emacsclient running in a Virtualbox Client OS from a Windows host.

python-glapi-parse

A very rough prototype that parses the OpenGL documentation XML files to generate gl*-function headers.

QuakeInjector Package Manager

Download, install and play quake singleplayer maps from the quaddicted.com archive

glfw-cmake-start

A simplistic "draw a triangle" project using glfw and cmake, to ease the start into a new project.

cpp-kdtree

An optimized, single-header kD-Tree library for points written in C++11.