MadSoft


13 Aug

QOverclock 0.1


I actually wrote this little application quite a few weeks ago, I was just contemplating whether it was worth posting or not. I had just finished building my new PC and was starting to do a lot of overclocking and tweaking. Frustrated by the fact that there weren’t any Linux or open source alternatives to overclocking calculators, I quickly wrote one up using Qt 4. It simply calculates the resulting clock speed of your CPU given the FSB and the multiplier. Who knows, maybe somebody will find it useful. I was thinking about adding some tray icon functionality to monitor system temps. as well. Although, I am going to sit on that idea for a little while.

Download QOverclock 0.1

Download QOverclock 0.1 (Win32 Binary)


12 Mar

ProxyBot 0.7 Stable Released


So there were some things that were in need of tweaking in the last version, so I have now released version 0.7. Due to popular demand I have implemented support for MySQL in addition to Postgres. I tried getting SQLite to work but it isn’t thread safe and would require a new instance in every thread which makes things messy and does not work with the current database abstraction layer. So until I can pass SQLite instances across threads, that feature will not work. I put some more details in the readme which is included with the source distribution. I am always open to feedback so feel free.

Download ProxyBot


07 Mar

ProxyBot 0.6 Stable Released


Although I was finished with this about a month ago, I just haven’t gotten around to it until now. So here it is. Its the first stable release of ProxyBot, my port scanning IRC bot, version 0.6. As far as usage goes, its pretty self explanatory, simply download the tarball or zip archive and change directory into the proxybot folder and run the main.py file from the command line. For a set of command line options simply use –help or no arguments at all. As usual its Open Source and under the GNU GPL v3 and a copy of the license is included with the distribution. I currently don’t plan on addinany more features so if you have any ideas, please feel free to contact me and let me know.

Download ProxyBot


24 Jan

Micro GTK+ Media Player


Well I havn’t posted in little a while, but I do have some stuff cuing up for the future. I was bored and wanted to work on a GTK program while listening to one of my favorite linux podcasts (The Linux Link Tech Show) and decided to make a small multithreaded media player in C/GTK+ with an SDL backend for the audio playback and threading support. Apparently SDL_mixer has some issue with pausing that hasnt been sorted yet so the pause button probably wont work properly, as it didn’t for me either.

You can download a tar-bzip2 package here. Obviously I use linux, so there is a linux-x86 binary in there along with the source code, as well as a Makefile. I don’t use windows but I hear that you can compile GTK+ apps under windows, wouldn’t know because I havn’t really tried it. But to run under linux you just need the gtk+-2.0, libsdl-1.2, and libsdl-mixer libraries and if you want to compile it from source, you obviously need the development headers as well.


No Response Filed under: Programs