Small Apps
Some small applications or projects that I have written. I post them as I get around to it.
Password Generator
A simple password generator I wrote for myself a few years ago when I first started learning python. Very simple. Added a PyGTK gui to it a couple of days ago. Run the gui with password_gen.py and from the command line with password_cli.py.
2iso GUI
Version 1.2, uploaded 12 April 2008
2iso GUI is gtk gui that uses the programs uif2iso and daa2iso to convert uif files to iso files on linux. Version 1.2 adds support for password protected uif and daa files.
- 2iso GUI source code - 18.2 KB
- 2iso GUI package (amd64) - 28.7 KB - includes compiled (amd64) uif2iso and daa2iso
- 2iso GUI package (i386) - 27.6 KB - includes compiled (i386) uif2iso and daa2iso
- uif2iso source code
- uif2iso binary (amd64) - compiled on ubuntu 7.10
- daa2iso source code
- daa2iso binary (amd64) - compiled on ubuntu 7.10
Video Convert
VideoConvert is a c# wrapper around mplayer and mencoder. Basically does the the same thing as DeVeDe but in c#. Just a project to learn some c#. Not complete, but it does include a gtk-sharp gui and will convert a video and create an iso.
flac2mp3 conversion/deletion
flac2mp3 conversion/deletion is a small script I wrote for myself to convert flac files to mp3. Well not quite. It can set an option to delete flac files if there is already a mp3 with the same name. If there is only a flac file convert it to a mp3 before delting the flac. Also there is an option to delete mp3 files if there is already a flac file with the same name.
If you use it, the location of flac and lame need to specified in the source and you also need to specify in the source what action to take. A quick google search did not find something that does this. So I am putting it here for when I need it again.
Web Projects
Help Desk Ticket System
A web based help desk to submit error/problem reports. Includes an administration section to manage categories, submitted problems, and print reports.
Projects I have contributed to
DeVeDe for Windows
One of the more fun projects I have been working on is DeVeDe for Windows. It is a simple patch of DeVeDe code to make sure it will work on Windows. You should give DeVeDe for Windows a try if you are looking for a video to DVD program.