1. flashdictator

    Flashdictator [Try It!|repository] is a simple flash based application which helps you to transcript speech-to-text. Flashdictator is a stone downgraded version of f4 an audio transcription tool.
    Computer driven speech-to-text transformation works badly especially with recordings from interviews.
    Well! You're on your own.
    Flashdictator will help you, it plays your recordings in chunks with definable breaks, to avoid struggling with endless loops of pushing Play, Alt+Tab, listen and transcript, Alt+Tab, Pause, Rewinding and so on.
    And that was about it.

  2. dlgr - data logger

    Datalogger (dlgr) is a simple command-line application. It logs a floating point value at a time. The application is written in C and uses a SQLite database to store the data.


    » ...
  3. cfgkeeper puts your configuration files under revision control

    cfgkeeper is a bash script that stores your configuration files in a git (mercurial or bzr) repository.


    » ...
  4. roundcube webmail https/ssl reverse proxy patch

    To cut a long story short. I needed to get Roundcube webmail to work with a HTTPS/SSL reverse proxy. I wrote a patch because it dosen't work out of the box.


    » ...
  5. ant svntask on github

    svntask [repository] is a simple solution to use subversion (svn) from apache ant. compared to svnant it's a pure java implementation based on the svnkit library.
    i forked the project from google code [repository] and added support for authentication and a few other use full commands.
    any suggestions are welcome. feel free to use it [wiki].