April 23rd, 2008 at 4:31pm |
I was looking for a nice easy to use GUI for the Streamripper commandline program, which is used to record online radio streams to disk, e.g. if you want to listen to them in your car.
Each of them had something i didn’t like, so i stopped looking and started coding. Streamtastic is the result. It’s […]
Read the rest of Radio Stream recording? Enter Streamtastic :-)
February 20th, 2008 at 6:34pm |
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
February 14th, 2008 at 12:23pm |
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
February 12th, 2008 at 11:02am |
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