projects

These are my current projects. The older ones are written in Java, the newer ones in Python. The web applications are all in PHP.

Most of them are command line utilities which help with a little task.

Some of the started in some sort of “code jam” where somebody would say “Hey, I got this problem that I want to solve, any idea how I could get started?” and that would lead to a coding session into the night.

You can download the source tar achieves of a couple of my projects from the download folder. There usually is a git repository that can be cloned from either GitHub or a backup server. If you need the latest version, use the git repository. All repositories are pushed daily.

Most information on the projects is on this website. There is additional information on these websites:

Ubuntu packages

I made Ubuntu packages for most of my projects, since I like to install my own software with the package manager as well. You can find my packages in the Launchpad PPA. If you add that to your Ubuntu system, you can install my programs with apt-get or the Software Center and get automatic updates for them as well.

To add the PPA, do the following:

$ sudo add-apt-repository ppa:martin-ueding/stable
$ sudo apt-get update

Then, you can install my program PACKAGE with:

$ sudo apt-get install PACKAGE

Warning

Only do this, it you trust me with root (sudo) rights on your computer! If you installed any of my programs with sudo make install before, you already trusted me. You might want to look at the warning on Launchpad as well.

Debian watch file

If you need a Debian watch file for one of my projects, you could do the following:

version=3
http://martin-ueding.de/download/PROJECT PROJECT(.+).tar.gz