<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MadSoft &#187; Programs</title>
	<atom:link href="http://www.madsoft.org/topics/programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madsoft.org</link>
	<description></description>
	<lastBuildDate>Sat, 12 Dec 2009 20:47:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>QOverclock 0.1</title>
		<link>http://www.madsoft.org/2008/08/13/qoverclock-01/</link>
		<comments>http://www.madsoft.org/2008/08/13/qoverclock-01/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 04:32:25 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Programs]]></category>
		<category><![CDATA[overclocking]]></category>
		<category><![CDATA[qoverclock]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/?p=35</guid>
		<description><![CDATA[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&#8217;t any Linux or open source alternatives to [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;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.</p>
<p><a href="http://www.madsoft.org/wp-content/uploads/2008/08/qoverclock.png"><img class="size-full wp-image-36 alignnone" title="QOverclock 0.1" src="http://www.madsoft.org/wp-content/uploads/2008/08/qoverclock.png" alt="" width="163" height="56" /></a></p>
<p><span style="text-decoration: underline;"><a title="QOverclock 0.1" href="http://dl.madsoft.org/qoverclock-0.1.tar.gz" target="_blank">Download QOverclock 0.1</a></span></p>
<p><span style="text-decoration: underline;"><a title="QOverclock 0.1 (Win32 Binary)" href="http://dl.madsoft.org/qoverclock-0.1-win32.zip" target="_blank">Download QOverclock 0.1 (Win32 Binary)</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madsoft.org/2008/08/13/qoverclock-01/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ProxyBot 0.7 Stable Released</title>
		<link>http://www.madsoft.org/2008/03/12/proxybot-07-stable-released/</link>
		<comments>http://www.madsoft.org/2008/03/12/proxybot-07-stable-released/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 21:31:27 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Programs]]></category>
		<category><![CDATA[proxybot]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/2008/03/12/proxybot-07-stable-released/</guid>
		<description><![CDATA[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&#8217;t thread safe and would require a new instance in every [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;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.</p>
<p><a href="http://code.google.com/p/ircproxybot/downloads/list" target="_blank">Download ProxyBot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madsoft.org/2008/03/12/proxybot-07-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProxyBot 0.6 Stable Released</title>
		<link>http://www.madsoft.org/2008/03/07/proxybot-06-stable-released/</link>
		<comments>http://www.madsoft.org/2008/03/07/proxybot-06-stable-released/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 03:30:09 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Programs]]></category>
		<category><![CDATA[proxybot]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/2008/03/07/proxybot-06-stable-released/</guid>
		<description><![CDATA[Although I was finished with this about a month ago, I just haven&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p>Although I was finished with this about a month ago, I just haven&#8217;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 &#8211;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&#8217;t plan on addinany more features so if you have any ideas, please feel free to contact me and let me know.</p>
<p><a href="http://code.google.com/p/ircproxybot/downloads/list" target="_blank">Download ProxyBot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madsoft.org/2008/03/07/proxybot-06-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Micro GTK+ Media Player</title>
		<link>http://www.madsoft.org/2008/01/24/micro-gtk-media-player/</link>
		<comments>http://www.madsoft.org/2008/01/24/micro-gtk-media-player/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 01:00:03 +0000</pubDate>
		<dc:creator>Alec Hussey</dc:creator>
				<category><![CDATA[Programs]]></category>

		<guid isPermaLink="false">http://www.madsoft.org/?p=5</guid>
		<description><![CDATA[Well I havn&#8217;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+ [...]]]></description>
			<content:encoded><![CDATA[<p>Well I havn&#8217;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 (<a HREF="http://www.tllts.org/">The Linux Link Tech Show</a>) 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&#8217;t for me either.</p>
<p>You can download a tar-bzip2 package <a HREF="http://www.dximages.uni.cc/files/1/private/oggplayer.tar.gz">here</a>. 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&#8217;t use windows but I hear that you can compile GTK+ apps under windows, wouldn&#8217;t know because I havn&#8217;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.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madsoft.org/2008/01/24/micro-gtk-media-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
