Automatic Unit-testing with git

If you (like me) have always wanted to automatically run your unit tests before commiting your work to git the following steps might be of interest to you.
Let’s assume we have a small python app we want to automatically test on git-commit.
For this purpose i use “nose“, a python extension which recursively discovers all unit […]

Read the rest of Automatic Unit-testing with git

atNight - a dark colorscheme for (g)vim

I just uploaded my “atNight” colorscheme for (g)vim. It’s dark and generally easy on the eyes.
atNight uses some Elements from the “moria-dark” colorscheme and from koehler.
Here are the obligatory screenshots: C-Source and Py-Source.
You can get the colorscheme from here.
If you have any suggestions or improvements, please let me know. Other than that: Have a […]

Read the rest of atNight - a dark colorscheme for (g)vim

My .vimrc available!

Vim is my favorite editor. I grew so accustomed to it i nearly use it everywhere
The default installation, however, misses some settings which i set up in my .vimrc configuration file.
This is primarily meant as a starting point for developing your own configs.
Features

Smart indent
Syntax highlighting
Dark colorscheme
Default settings for tabs and whitespaces (expand to […]

Read the rest of My .vimrc available!

python-shoutcastfeed 0.1

At the moment i am developing a small application for recording online radio streams in python / pygtk and gstreamer. It can browse the Shoutcast yellowpages service (a list of all available stations). For that purpose i developed a small wrapper, which i call python-shoutcastfeed.
I am aware that there already exists a python class […]

Read the rest of python-shoutcastfeed 0.1