<?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>0xDEADC0DE</title>
	<atom:link href="http://www.madurax86.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.madurax86.com</link>
	<description>*trollface*</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:31:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Permutation and Combination&#8230;again.</title>
		<link>http://www.madurax86.com/permutation-and-combination-again</link>
		<comments>http://www.madurax86.com/permutation-and-combination-again#comments</comments>
		<pubDate>Tue, 31 Jan 2012 18:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[combinations]]></category>
		<category><![CDATA[permutations]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=334</guid>
		<description><![CDATA[These here are updated versions to my previous attempts at listing permutations and combinations, and these are a lot shorter than those and easier to understand. Even though it is in C++, converting to pure C is not a huge endevour either. Combinations #include &#60;iostream&#62; #include &#60;string&#62; #include &#60;cstdio&#62; #define MAX 100 using namespace std; ...<p class="read-more"><a href="http://www.madurax86.com/permutation-and-combination-again">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/permutation-and-combination-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send SMS using Android ADB</title>
		<link>http://www.madurax86.com/send-sms-using-android-adb</link>
		<comments>http://www.madurax86.com/send-sms-using-android-adb#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:49:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[ADB]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=329</guid>
		<description><![CDATA[After a great deal of searching through Android documentation, I&#8217;ve made a simple shell script that&#8217;ll send SMS! To send, run this script with argument 1 as the phone number(in CCIIXXXXXXX format C is for country code and I is for company code) and argument 2 as the message. Use &#8220;&#8221; if you have spaces ...<p class="read-more"><a href="http://www.madurax86.com/send-sms-using-android-adb">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/send-sms-using-android-adb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spectrum</title>
		<link>http://www.madurax86.com/spectrum</link>
		<comments>http://www.madurax86.com/spectrum#comments</comments>
		<pubDate>Sun, 08 Jan 2012 12:12:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ALSA]]></category>
		<category><![CDATA[OpenGL]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=322</guid>
		<description><![CDATA[This is a sound spectrum using ALSA &#38; OpenGL, it is not a *proper* spectrum because it does not have any FFT support it just shows data only ordered by time. Download the code and &#8216;make&#8217; to compile. Following packages are needed, freeglut3, libasound-dev]]></description>
		<wfw:commentRss>http://www.madurax86.com/spectrum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dancing cubes</title>
		<link>http://www.madurax86.com/dancing-cubes</link>
		<comments>http://www.madurax86.com/dancing-cubes#comments</comments>
		<pubDate>Sun, 01 Jan 2012 16:30:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ALSA]]></category>
		<category><![CDATA[ODE]]></category>
		<category><![CDATA[OpenGL]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=317</guid>
		<description><![CDATA[This is true ALSA multi-threaded capturing! This my first, ALSA and POSIX thread application. Happy that it works as intended(well I hope the cubes jumped much higher but hey..they jump!). Drawing is done on one thread and the capturing is done on another. Make sure you set the recording source for ALSA to your system ...<p class="read-more"><a href="http://www.madurax86.com/dancing-cubes">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/dancing-cubes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>500 Balls hitting a static box(OpenGL and ODE)</title>
		<link>http://www.madurax86.com/500-balls-ode-og</link>
		<comments>http://www.madurax86.com/500-balls-ode-og#comments</comments>
		<pubDate>Sat, 31 Dec 2011 13:18:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ODE]]></category>
		<category><![CDATA[OpenGL]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=311</guid>
		<description><![CDATA[Enter &#8220;Balls from heaven&#8221;! This is an improvement to the bouncing ball application I posted before, I left it as the way I found the code snippets from multiple sample projects and tutorials, now that I&#8217;ve got the hang of it more stuff can be done. The source includes links to some sites that I&#8217;ve ...<p class="read-more"><a href="http://www.madurax86.com/500-balls-ode-og">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/500-balls-ode-og/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ball Collision with ODE and OpenGL</title>
		<link>http://www.madurax86.com/ball-bounce</link>
		<comments>http://www.madurax86.com/ball-bounce#comments</comments>
		<pubDate>Thu, 29 Dec 2011 20:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ODE]]></category>
		<category><![CDATA[OpenGL]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=308</guid>
		<description><![CDATA[This is a ball colliding with an unseen surface, using ODE and OpenGL. Took a lot of time to get my head around ODE because there are no good tutorials or simpler sources to learn from. Download Source You need to install the following(Ubuntu) sudo apt-get install freeglut3-dev sudo apt-get install libode-dev For other OSs ...<p class="read-more"><a href="http://www.madurax86.com/ball-bounce">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/ball-bounce/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix ibus unprocessed keys bug on 11.10</title>
		<link>http://www.madurax86.com/ibus-unprocessed</link>
		<comments>http://www.madurax86.com/ibus-unprocessed#comments</comments>
		<pubDate>Tue, 27 Dec 2011 09:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[ibus]]></category>
		<category><![CDATA[rsinglish]]></category>
		<category><![CDATA[spaces-out-of-order]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=295</guid>
		<description><![CDATA[All Oneiric users are having an ibus bug that does not let them to use any plug-in for ibus to work properly(unprocessed keys such as spaces get added to the text before the converted text). Seems it was introduced with Unity, but it is not just Unity. I am not using Unity(Kubuntu+gnome-shell), but I was ...<p class="read-more"><a href="http://www.madurax86.com/ibus-unprocessed">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/ibus-unprocessed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xtreme hack</title>
		<link>http://www.madurax86.com/xtreme-hack</link>
		<comments>http://www.madurax86.com/xtreme-hack#comments</comments>
		<pubDate>Wed, 21 Dec 2011 09:03:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[ieeextreme5.0]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=292</guid>
		<description><![CDATA[The answer to problem X, in IEEEXtreme 5.0 and I didn&#8217;t even read it properly in the competition trying to do other problems, and without a fresh mind to think it through this one slipped out too. Anyways, did it now and C++ really boosts your development time. I don&#8217;t care what others say, I&#8217;ve ...<p class="read-more"><a href="http://www.madurax86.com/xtreme-hack">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/xtreme-hack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xtreme collisions</title>
		<link>http://www.madurax86.com/xtreme-collisions</link>
		<comments>http://www.madurax86.com/xtreme-collisions#comments</comments>
		<pubDate>Tue, 20 Dec 2011 14:41:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[ieeextreme5.0]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=282</guid>
		<description><![CDATA[This is the answer for problem H of IEEEXtreme 5.0, I did not attempt this one on the competition and now feel bad about it! Nevertheless it can have defects still. If you find any please let me know. I haven&#8217;t completely finished it as a submission, so please make sure of these before you ...<p class="read-more"><a href="http://www.madurax86.com/xtreme-collisions">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/xtreme-collisions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xtreme cable ways</title>
		<link>http://www.madurax86.com/xtreme-cable-way</link>
		<comments>http://www.madurax86.com/xtreme-cable-way#comments</comments>
		<pubDate>Sun, 18 Dec 2011 12:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Platform]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[ieeextreme5.0]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.madurax86.com/?p=271</guid>
		<description><![CDATA[This answer is for the question C in IEEEXtreme 5.0, is based partially on my answer at the actual competition(still don&#8217;t feel like giving up on this one, it kept on getting errors back then). It features a timer too, I need you to run it(by compiling the original version by me, ofcause) and get it ...<p class="read-more"><a href="http://www.madurax86.com/xtreme-cable-way">More</a></p>]]></description>
		<wfw:commentRss>http://www.madurax86.com/xtreme-cable-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

