Category: Programming

I have a development server set up so that I can back up my code and colloborate with others on code, similar to Google Code, but self hosted. It is set up using apache as the webserver, SVN for the code repository, and Trac for the wiki, source management frontend. Trac is extremely expandable and customizable and is used by a number of projects such as Pidgin. I will highlight my trac modifications in my next post.

In this post I will highlight installing and setting up all of the needed components on a Debian system.

Continue Reading

4 minute read

I have recently converted a farily large object oriented python program to use the python standard multiprocessing library. I ran into some minor issues along the way, so I thought I would highlight the issues and how I was able to work around it.

Continue Reading