<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for r3dux.org</title>
	<atom:link href="http://r3dux.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://r3dux.org</link>
	<description>A number-pimping side project from the valleys in *NEW* upside-down flavour.</description>
	<lastBuildDate>Mon, 13 May 2013 03:00:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on How To: Build OpenKinect/LibFreenect in Linux by r3dux</title>
		<link>http://r3dux.org/2010/11/how-to-build-openkinectlibfreenect-in-linux/#comment-12233</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Mon, 13 May 2013 03:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=3648#comment-12233</guid>
		<description><![CDATA[Compile it! Have a look at the makefile to see which libraries are included and how it&#039;s compiled, or take a look here for a starter on using gcc: &lt;a href=&quot;http://www.network-theory.co.uk/docs/gccintro/gccintro_17.html&quot;&gt;http://www.network-theory.co.uk/docs/gccintro/gccintro_17.html&lt;/a&gt;

Another thing you could do if you just wanted to get it built, and not worry about the how and why, would be to take a copy of the folder, modify their code sample and rebuild the sample using their own makefile.

The correct way to do it though is to grab an IDE like Code::Blocks or such, and (with no offence meant) learn how to use it!

Hope this helps!]]></description>
		<content:encoded><![CDATA[<p>Compile it! Have a look at the makefile to see which libraries are included and how it&#8217;s compiled, or take a look here for a starter on using gcc: <a href="http://www.network-theory.co.uk/docs/gccintro/gccintro_17.html">http://www.network-theory.co.uk/docs/gccintro/gccintro_17.html</a></p>
<p>Another thing you could do if you just wanted to get it built, and not worry about the how and why, would be to take a copy of the folder, modify their code sample and rebuild the sample using their own makefile.</p>
<p>The correct way to do it though is to grab an IDE like Code::Blocks or such, and (with no offence meant) learn how to use it!</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Remove all desktop.ini (or indeed any recurring) files in Linux by A</title>
		<link>http://r3dux.org/2011/01/how-to-remove-all-desktop-ini-or-indeed-any-recurring-files-in-linux/#comment-12223</link>
		<dc:creator>A</dc:creator>
		<pubDate>Sun, 12 May 2013 21:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=3966#comment-12223</guid>
		<description><![CDATA[linux being godly with its terminal

thanks!]]></description>
		<content:encoded><![CDATA[<p>linux being godly with its terminal</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Convert .WBFS Image Files to .ISO Images by aberroncho</title>
		<link>http://r3dux.org/2010/04/how-to-convert-wbfs-image-files-to-iso-images/#comment-12219</link>
		<dc:creator>aberroncho</dc:creator>
		<pubDate>Sun, 12 May 2013 19:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=2424#comment-12219</guid>
		<description><![CDATA[muchisimas gracias estaba desesperado]]></description>
		<content:encoded><![CDATA[<p>muchisimas gracias estaba desesperado</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Block Access To Specific Websites from your Router using Tomato Firmware by cspyr0</title>
		<link>http://r3dux.org/2009/12/how-to-block-access-to-specific-websites-from-your-router-using-tomato-firmware/#comment-12177</link>
		<dc:creator>cspyr0</dc:creator>
		<pubDate>Sun, 12 May 2013 00:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=1407#comment-12177</guid>
		<description><![CDATA[Nice examples, thanks!

I would point out that it doesn&#039;t really use regex, though. As far as I can tell, it only uses the caret (^) and dollar ($) signs, which work as they do in regex, but it doesn&#039;t include anything useful beyond that (which is a shame, because with full regex syntax it would be easy to make this into a whitelist instead of a blacklist).]]></description>
		<content:encoded><![CDATA[<p>Nice examples, thanks!</p>
<p>I would point out that it doesn&#8217;t really use regex, though. As far as I can tell, it only uses the caret (^) and dollar ($) signs, which work as they do in regex, but it doesn&#8217;t include anything useful beyond that (which is a shame, because with full regex syntax it would be easy to make this into a whitelist instead of a blacklist).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Build OpenKinect/LibFreenect in Linux by Mark</title>
		<link>http://r3dux.org/2010/11/how-to-build-openkinectlibfreenect-in-linux/#comment-12160</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 11 May 2013 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=3648#comment-12160</guid>
		<description><![CDATA[Hi,
i installed libfreenect and the sample is running. How can i run a sample .c file that i have modified? 
I need the glpclview!
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
i installed libfreenect and the sample is running. How can i run a sample .c file that i have modified?<br />
I need the glpclview!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-To: Fix Gnome 3 sessions failing to start by Solucionant l’accés a Gnome3 en Debian Wheezy &#124; Anotacions al marge</title>
		<link>http://r3dux.org/2011/11/how-to-fix-gnome-3-sessions-failing-to-start/#comment-12075</link>
		<dc:creator>Solucionant l’accés a Gnome3 en Debian Wheezy &#124; Anotacions al marge</dc:creator>
		<pubDate>Thu, 09 May 2013 07:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=5730#comment-12075</guid>
		<description><![CDATA[[...] gràcies, Tomàs i tota la resta) em va posar en el bon camí tot passant-me el següent enllaç: «How-To: Fix Gnome 3 sessions failing to start». Us resumeixo tot seguit la proposta de l&#8217;autor de l&#8217;article, r3dox, que em va [...]]]></description>
		<content:encoded><![CDATA[<p>[...] gràcies, Tomàs i tota la resta) em va posar en el bon camí tot passant-me el següent enllaç: «How-To: Fix Gnome 3 sessions failing to start». Us resumeixo tot seguit la proposta de l&#8217;autor de l&#8217;article, r3dox, que em va [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Fix Zone Alarm (zclient.exe) High CPU Usage by stranger</title>
		<link>http://r3dux.org/2010/01/how-to-fix-zone-alarm-zclient-exe-high-cpu-usage/#comment-11951</link>
		<dc:creator>stranger</dc:creator>
		<pubDate>Mon, 06 May 2013 14:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=1497#comment-11951</guid>
		<description><![CDATA[I may be a little to late but if you still have your issue, you can solve it(for me it worked at least) by going to zonealarm &gt; firewall &gt; basic firewall &gt; choose the thing that says (X access attempts blocked.) This will open an Alerts and Logs interface. go to main and turn &#039;event logging&#039; and &#039;program logging&#039; off.]]></description>
		<content:encoded><![CDATA[<p>I may be a little to late but if you still have your issue, you can solve it(for me it worked at least) by going to zonealarm > firewall > basic firewall > choose the thing that says (X access attempts blocked.) This will open an Alerts and Logs interface. go to main and turn &#8216;event logging&#8217; and &#8216;program logging&#8217; off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrogaming on Android by Anonymous</title>
		<link>http://r3dux.org/2012/07/retrogaming-on-android/#comment-11902</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 05 May 2013 10:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6455#comment-11902</guid>
		<description><![CDATA[nice this was helpful thanks... now if i could only find a .139 compat list haha]]></description>
		<content:encoded><![CDATA[<p>nice this was helpful thanks&#8230; now if i could only find a .139 compat list haha</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple C++/SDL_Net Chat Server &amp; Client by r3dux</title>
		<link>http://r3dux.org/2011/01/a-simple-sdl_net-chat-server-client/#comment-11634</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Sun, 28 Apr 2013 00:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=3859#comment-11634</guid>
		<description><![CDATA[In what operating system and IDE?]]></description>
		<content:encoded><![CDATA[<p>In what operating system and IDE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple C++/SDL_Net Chat Server &amp; Client by Slider</title>
		<link>http://r3dux.org/2011/01/a-simple-sdl_net-chat-server-client/#comment-11611</link>
		<dc:creator>Slider</dc:creator>
		<pubDate>Sat, 27 Apr 2013 13:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=3859#comment-11611</guid>
		<description><![CDATA[Just a stupid question... How do you link SDL_Net?]]></description>
		<content:encoded><![CDATA[<p>Just a stupid question&#8230; How do you link SDL_Net?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
