<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>code candies - codecandies.com</title>
	
	<link>http://www.codecandies.com</link>
	<description />
	<lastBuildDate>Tue, 17 Apr 2012 20:26:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/code-candies" /><feedburner:info uri="code-candies" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>IE caching for ajax requests</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/cnldkiSMO54/</link>
		<comments>http://www.codecandies.com/2012/04/17/ie-caching-for-ajax-requests/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 20:20:39 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2326</guid>
		<description><![CDATA[Thanks to dac-xp for this code candy /* &#160;* random number for the shitty InternetExplorer to f*ck &#160;* their caching-system. I hope the programmers of the IE &#160;* caching for ajax requests will die a terrible death. &#160;*/ var requestid = Math.random() * (9999999999-0+1); Programming language: JavaScript Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to dac-xp for this code candy</p>
<blockquote><p>
/*<br />
&nbsp;* random number for the shitty InternetExplorer to f*ck<br />
&nbsp;* their caching-system. I hope the programmers of the IE<br />
&nbsp;* caching for ajax requests will die a terrible death.<br />
&nbsp;*/<br />
var requestid = Math.random() * (9999999999-0+1);
</p></blockquote>
<p><strong>Programming language:</strong> JavaScript</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/04/17/ie-caching-for-ajax-requests/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/04/17/ie-caching-for-ajax-requests/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2326" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F04%2F17%2Fie-caching-for-ajax-requests%2F&amp;via=codecandiescom&amp;text=IE%20caching%20for%20ajax%20requests&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F04%2F17%2Fie-caching-for-ajax-requests%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/cnldkiSMO54" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/04/17/ie-caching-for-ajax-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/04/17/ie-caching-for-ajax-requests/</feedburner:origLink></item>
		<item>
		<title>God were we wrong</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/J_pRnoxtAEo/</link>
		<comments>http://www.codecandies.com/2012/04/03/god-were-we-wrong/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 20:14:31 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2320</guid>
		<description><![CDATA[Thanks to Andi for this code candy /** this code does more than necessary. this was because we thought we could leave the parameters optional. god were we wrong&#8230; */ Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to Andi for this code candy</p>
<blockquote><p>
/**<br />
this code does more than necessary. this was because we thought we could leave the parameters optional. god were we wrong&#8230;<br />
*/
</p></blockquote>
<p><strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/04/03/god-were-we-wrong/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/04/03/god-were-we-wrong/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2320" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F04%2F03%2Fgod-were-we-wrong%2F&amp;via=codecandiescom&amp;text=God%20were%20we%20wrong&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F04%2F03%2Fgod-were-we-wrong%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/J_pRnoxtAEo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/04/03/god-were-we-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/04/03/god-were-we-wrong/</feedburner:origLink></item>
		<item>
		<title>Clean it up</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/Y-M6NE_XO6o/</link>
		<comments>http://www.codecandies.com/2012/01/06/clean-it-up/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 20:37:07 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[OpenBSD]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2313</guid>
		<description><![CDATA[/* &#160;* This code is rather messy, but I don&#8217;t have time right &#160;* now to clean it up as much as I would like. &#160;* But it works, so I&#8217;m happy. :-) jpw &#160;*/ Source: Direct link to the source code Software: OpenBSD Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
&nbsp;* This code is rather messy, but I don&#8217;t have time right<br />
&nbsp;* now to clean it up as much as I would like.<br />
&nbsp;* But it works, so I&#8217;m happy. :-) jpw<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#pVnjyrKOxRk/arch/mac68k/dev/adb.c&#038;type=cs&#038;l=66" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> OpenBSD<br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/01/06/clean-it-up/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/01/06/clean-it-up/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2313" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F01%2F06%2Fclean-it-up%2F&amp;via=codecandiescom&amp;text=Clean%20it%20up&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F01%2F06%2Fclean-it-up%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/Y-M6NE_XO6o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/01/06/clean-it-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/01/06/clean-it-up/</feedburner:origLink></item>
		<item>
		<title>out-of-date preferences</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/ud1qGYiazrw/</link>
		<comments>http://www.codecandies.com/2011/12/06/out-of-date-preferences/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 21:36:51 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PilotManager]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2305</guid>
		<description><![CDATA[# Now bring out-of-date preferences back up to speed # What a nice developer I am, taking care of the # behind-the-times users. :-) Source: Direct link to the source code Software: PilotManager Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# Now bring out-of-date preferences back up to speed<br />
# What a nice developer I am, taking care of the<br />
# behind-the-times users. :-)
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#DPabaZP21vg/pub/NetBSD/packages/distfiles/LOCAL_PORTS/pilotmgr-1.107p2.tar.bz2%7CQ_7c0p_FdDw/pilotmgr/SyncCM.pm&#038;type=cs&#038;l=720" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://pilotmanager.sourceforge.net">PilotManager</a><br />
<strong>Programming language:</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/12/06/out-of-date-preferences/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/12/06/out-of-date-preferences/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2305" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F12%2F06%2Fout-of-date-preferences%2F&amp;via=codecandiescom&amp;text=out-of-date%20preferences&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F12%2F06%2Fout-of-date-preferences%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/ud1qGYiazrw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/12/06/out-of-date-preferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/12/06/out-of-date-preferences/</feedburner:origLink></item>
		<item>
		<title>this needs to be explained</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/rRFH1zUxico/</link>
		<comments>http://www.codecandies.com/2011/12/06/this-needs-to-be-explained/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 21:32:17 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[göttliche Eingebung]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2301</guid>
		<description><![CDATA[Thanks to David for this code candy // this needs to be explained!! $this->_searchResult[$type] = $this->_searchResult[$type]; Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to David for this code candy</p>
<blockquote><p>
// this needs to be explained!!<br />
$this->_searchResult[$type] = $this->_searchResult[$type];
</p></blockquote>
<p><strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/12/06/this-needs-to-be-explained/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/12/06/this-needs-to-be-explained/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2301" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F12%2F06%2Fthis-needs-to-be-explained%2F&amp;via=codecandiescom&amp;text=this%20needs%20to%20be%20explained&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F12%2F06%2Fthis-needs-to-be-explained%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/rRFH1zUxico" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/12/06/this-needs-to-be-explained/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/12/06/this-needs-to-be-explained/</feedburner:origLink></item>
		<item>
		<title>Complicate your code</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/4tpV7ocM218/</link>
		<comments>http://www.codecandies.com/2011/10/23/complicate-your-code/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 19:31:36 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jstore]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2281</guid>
		<description><![CDATA[// To make Flash Storage work on IE, we have to load up an // iFrame which contains an HTML page that embeds the // object using an object tag wrapping an embed tag. // Of course, this is unnecessary for all browsers except // for IE, which, to my knowledge, is the only browser [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// To make Flash Storage work on IE, we have to load up an<br />
// iFrame which contains an HTML page that embeds the<br />
// object using an object tag wrapping an embed tag.<br />
// Of course, this  is unnecessary for all browsers except<br />
// for IE, which, to my knowledge, is the only browser in<br />
// existance where you need to complicate your code to<br />
// fix bugs. Goddamnit. :(
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#DvRdSXpx2js/trunk/%20wsctn/WS-Web/WebContent/script/hp/jquery.jstore-all.js&#038;type=cs&#038;l=657" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://code.google.com/p/jquery-jstore">jStore</a><br />
<strong>Programming language:</strong> Java Script</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/10/23/complicate-your-code/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/10/23/complicate-your-code/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2281" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F10%2F23%2Fcomplicate-your-code%2F&amp;via=codecandiescom&amp;text=Complicate%20your%20code&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F10%2F23%2Fcomplicate-your-code%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/4tpV7ocM218" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/10/23/complicate-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/10/23/complicate-your-code/</feedburner:origLink></item>
		<item>
		<title>Trying to understand this years from now</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/p8rTCg6OD40/</link>
		<comments>http://www.codecandies.com/2011/09/27/trying-to-understand-this-years-from-now/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 19:52:26 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Perl Source]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2275</guid>
		<description><![CDATA[/* Most of this code was written while watching the Marlins sweep the Giants in the 1997 National League Playoffs &#8211; no Braves fans allowed to use this code (just kidding :-). I realize that if I wanted to be true to the perl tradition, the only comment in this file would be something like: [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
   Most of this code was written while watching the Marlins sweep the Giants in the 1997 National League Playoffs &#8211; no Braves fans allowed to use this code (just kidding :-).</p>
<p>   I realize that if I wanted to be true to the perl tradition, the only comment in this file would be something like:</p>
<p>   &#8230;they shuffled back towards the rear of the line. &#8216;No, not at the rear!&#8217;  the slave-driver shouted. &#8216;Three files up. And stay there&#8230;</p>
<p>   However, I really needed to violate that tradition just so I could keep track of what happens myself, not to mention some poor fool trying to understand this years from now :-).<br />
*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#E4XixW5gvCc/pub/CPAN/src/latest.tar.bz2|NU9eyGOUCk8/perl-5.12.1/pp_sort.c&#038;l=599" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.cpan.org/src/">Perl Source</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/09/27/trying-to-understand-this-years-from-now/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/09/27/trying-to-understand-this-years-from-now/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2275" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F09%2F27%2Ftrying-to-understand-this-years-from-now%2F&amp;via=codecandiescom&amp;text=Trying%20to%20understand%20this%20years%20from%20now&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F09%2F27%2Ftrying-to-understand-this-years-from-now%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/p8rTCg6OD40" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/09/27/trying-to-understand-this-years-from-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/09/27/trying-to-understand-this-years-from-now/</feedburner:origLink></item>
		<item>
		<title>Relax</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/M94gyHAEEf8/</link>
		<comments>http://www.codecandies.com/2011/09/13/relax/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 21:15:47 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[QEcho]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2269</guid>
		<description><![CDATA[/* uhhh&#8230;. i&#8217;ve commented this out. it was a great pervertion, i know, but it could result in broken packets, and that&#8217;s more f*cking than a simply crash. Relax. */ Source: Direct link to the source code Software: QEcho Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
   uhhh&#8230;. i&#8217;ve commented this out. it was a great pervertion,<br />
   i know, but it could result in broken packets, and that&#8217;s<br />
   more f*cking than a simply crash. Relax.<br />
*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#-3MUC_MJZAo/pub/misc/unsorted/qecho-3.57pl9.1e.tgz|lva7enIrJoA/qecho-3.57pl9.1e/qecho.c&#038;type=cs&#038;l=153" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> QEcho<br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/09/13/relax/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/09/13/relax/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2269" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F09%2F13%2Frelax%2F&amp;via=codecandiescom&amp;text=Relax&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F09%2F13%2Frelax%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/M94gyHAEEf8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/09/13/relax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/09/13/relax/</feedburner:origLink></item>
		<item>
		<title>feel good today?</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/F9QaJAr1wlw/</link>
		<comments>http://www.codecandies.com/2011/08/23/feel-good-today/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 19:59:11 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cinema4d]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2258</guid>
		<description><![CDATA[/* okay, this is a mess. some 3d apps seem to try being */ /* unique, hello cinema4d &#038; 3d exploration, feel good */ /* today?, and save this crap in tons of different */ /* formats. gah, those screwed coders. tho the */ /* wavefront obj standard defines exactly two ways */ /* of [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* okay, this is a mess. some 3d apps seem to try being */<br />
/* unique, hello cinema4d &#038; 3d exploration, feel good */<br />
/* today?, and save this crap in tons of different */<br />
/* formats. gah, those screwed coders. tho the */<br />
/* wavefront obj standard defines exactly two ways */<br />
/* of storing face information. so, i really won&#8217;t */<br />
/* support such stupid extravaganza here! */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#oNJWyUxJnsI/trunk/libs/picomodel/pm_obj.c&#038;type=cs&#038;l=676" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://code.google.com/p/osxnetradiant/">osxnetradiant</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/08/23/feel-good-today/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/08/23/feel-good-today/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2258" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F23%2Ffeel-good-today%2F&amp;via=codecandiescom&amp;text=feel%20good%20today%3F&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F23%2Ffeel-good-today%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/F9QaJAr1wlw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/08/23/feel-good-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/08/23/feel-good-today/</feedburner:origLink></item>
		<item>
		<title>smelling like retched cigarette ashes</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/70arGo8zrNg/</link>
		<comments>http://www.codecandies.com/2011/08/16/smelling-like-retched-cigarette-ashes/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 20:27:07 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2252</guid>
		<description><![CDATA[/* We changed phase but ESP shows bus service, &#160;* in this case it is most likely that we, the &#160;* hacker who has been up for 20hrs straight &#160;* staring at the screen, drowned in coffee &#160;* smelling like retched cigarette ashes &#160;* have miscoded something&#8230; so, try to &#160;* recover as best we [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* We changed phase but ESP shows bus service,<br />
&nbsp;* in this case it is most likely that we, the<br />
&nbsp;* hacker who has been up for 20hrs straight<br />
&nbsp;* staring at the screen, drowned in coffee<br />
&nbsp;* smelling like retched cigarette ashes<br />
&nbsp;* have miscoded something&#8230; so, try to<br />
&nbsp;* recover as best we can.<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#KVTjzuVpblQ/pub/linux/kernel/v2.1/linux-2.1.132.tar.bz2|rRQVdpFovMU/linux/drivers/scsi/esp.c&#038;type=cs&#038;l=3149" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://kernel.org/">Linux Kernel</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/08/16/smelling-like-retched-cigarette-ashes/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/08/16/smelling-like-retched-cigarette-ashes/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2252" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F16%2Fsmelling-like-retched-cigarette-ashes%2F&amp;via=codecandiescom&amp;text=smelling%20like%20retched%20cigarette%20ashes&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F16%2Fsmelling-like-retched-cigarette-ashes%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/70arGo8zrNg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/08/16/smelling-like-retched-cigarette-ashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/08/16/smelling-like-retched-cigarette-ashes/</feedburner:origLink></item>
		<item>
		<title>Why are smart people using this?</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/BU1vYUFezuk/</link>
		<comments>http://www.codecandies.com/2011/08/09/why-are-smart-people-using-this/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 22:14:47 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Tamatebako]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2241</guid>
		<description><![CDATA[# WTF is this? http://optionparser.rubyforge.org/ # why are there like 20 differnt option parsers all called # OptionParser!? and seemingly no attempt at # disambiguation. its like an oldskool CPAN clusterfuck # all over again. This is what you get when a buncha non # english speakers design a programming language in # english, and [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# WTF is this? http://optionparser.rubyforge.org/<br />
#   why are there like 20 differnt option parsers all called<br />
#   OptionParser!? and seemingly no attempt at<br />
#   disambiguation. its like an oldskool CPAN clusterfuck<br />
#   all over again. This is what you get when a buncha non<br />
#   english speakers design a programming language in<br />
#   english, and a buncha SanFran webdesigners, in all their<br />
#   VWbug-pastelcolored-sushiloving-DeathCabforCutie glory<br />
#   flocked like hipster lemmings because Ruby was<br />
#   &#8220;written by a Japanese guy&#8221;. This language is seriously<br />
#   pissing me off. Why are smart people using this?
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#Qf0ue6KK-Bc/bincompare.rb&#038;l=13" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="https://github.com/s7ephen/Tamatebako">Tamatebako</a><br />
<strong>Programming language:</strong> Ruby</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/08/09/why-are-smart-people-using-this/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/08/09/why-are-smart-people-using-this/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2241" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F09%2Fwhy-are-smart-people-using-this%2F&amp;via=codecandiescom&amp;text=Why%20are%20smart%20people%20using%20this%3F&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F09%2Fwhy-are-smart-people-using-this%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/BU1vYUFezuk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/08/09/why-are-smart-people-using-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/08/09/why-are-smart-people-using-this/</feedburner:origLink></item>
		<item>
		<title>Don’t read this code right after dinner</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/ypMZeaNJem4/</link>
		<comments>http://www.codecandies.com/2011/07/26/dont-read-this-code-right-after-dinner/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 21:14:38 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Magie]]></category>
		<category><![CDATA[black magic]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2233</guid>
		<description><![CDATA[/* &#160;* Accessing the EEPROM is `interesting&#8217; to say the least &#160;* &#8211; don&#8217;t read this code right after dinner. &#160;* &#160;* This is all about black magic and bit-banging the &#160;* device&#8230; I wonder in what hospital they have put the guy &#160;* who designed the i2c specs. &#160;* &#160;* Oh yes, this is [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
&nbsp;* Accessing the EEPROM is `interesting&#8217; to say the least<br />
&nbsp;* &#8211; don&#8217;t read this code right after dinner.<br />
&nbsp;*<br />
&nbsp;* This is all about black magic and bit-banging the<br />
&nbsp;* device&#8230; I wonder in what hospital they have put the guy<br />
&nbsp;* who designed the i2c specs.<br />
&nbsp;*<br />
&nbsp;* Oh yes, this is only the beginning!<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#KMCRKdMbI4g/drivers/net/acenic.c&#038;l=2999" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> Linux driver for the Alteon AceNIC Gigabit Ethernet card<br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/07/26/dont-read-this-code-right-after-dinner/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/07/26/dont-read-this-code-right-after-dinner/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2233" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F07%2F26%2Fdont-read-this-code-right-after-dinner%2F&amp;via=codecandiescom&amp;text=Don%26%238217%3Bt%20read%20this%20code%20right%20after%20dinner&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F07%2F26%2Fdont-read-this-code-right-after-dinner%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/ypMZeaNJem4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/07/26/dont-read-this-code-right-after-dinner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/07/26/dont-read-this-code-right-after-dinner/</feedburner:origLink></item>
		<item>
		<title>yellow pages</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/O0O3EEkCWQg/</link>
		<comments>http://www.codecandies.com/2011/07/17/yellow-pages/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 22:29:17 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2230</guid>
		<description><![CDATA[/* &#160;* It&#8217;s someone else&#8217;s. Let our fingers &#160;* do the walking. (Why the fuck do they call it &#160;* the &#8220;yellow pages&#8221; anyway. They&#8217;re white pages &#160;* dammit! If they were YELLOW pages, we could &#160;* say ypmatch &#8220;Automobile, Dealers, Retail&#8221;, and &#160;* things like that !). &#160;*/ Source: Direct link to the source [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
&nbsp;* It&#8217;s someone else&#8217;s. Let our fingers<br />
&nbsp;* do the walking. (Why the fuck do they call it<br />
&nbsp;* the &#8220;yellow pages&#8221; anyway. They&#8217;re white pages<br />
&nbsp;* dammit! If they were YELLOW pages, we could<br />
&nbsp;* say ypmatch &#8220;Automobile, Dealers, Retail&#8221;, and<br />
&nbsp;* things like that !).<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#8hsCawl-2Kk/pub/grafik/urt-3.1.tar.gz|FmVf0f4anKw/urt-3.1/get/gettaac.c&#038;type=cs&#038;l=525" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.cs.utah.edu/gdc/projects/urt/" target="_blank">Utah Raster Toolkit</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/07/17/yellow-pages/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/07/17/yellow-pages/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2230" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F07%2F17%2Fyellow-pages%2F&amp;via=codecandiescom&amp;text=yellow%20pages&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F07%2F17%2Fyellow-pages%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/O0O3EEkCWQg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/07/17/yellow-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/07/17/yellow-pages/</feedburner:origLink></item>
		<item>
		<title>This algorithm sucks</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/a0AA0fkvG0o/</link>
		<comments>http://www.codecandies.com/2011/07/13/this-algorithm-sucks/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 21:02:38 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[flood]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2223</guid>
		<description><![CDATA[/* FIXME: This algorithm sucks. I need to be shot for &#160;* writing such atrocious code. Grr. */ Source: Direct link to the source code Software: Flood &#8211; a profile-driven HTTP load tester Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* FIXME: This algorithm sucks.  I need to be shot for<br />
&nbsp;* writing such atrocious code.  Grr.  */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#gxQraQScfmw/trunk/flood_round_robin.c&#038;type=cs&#038;l=1078" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://httpd.apache.org/test/flood/" target="_blank">Flood &#8211; a profile-driven HTTP load tester</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/07/13/this-algorithm-sucks/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/07/13/this-algorithm-sucks/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2223" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F07%2F13%2Fthis-algorithm-sucks%2F&amp;via=codecandiescom&amp;text=This%20algorithm%20sucks&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F07%2F13%2Fthis-algorithm-sucks%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/a0AA0fkvG0o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/07/13/this-algorithm-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/07/13/this-algorithm-sucks/</feedburner:origLink></item>
		<item>
		<title>Kitchen Sink</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/oxQyKSGwVfk/</link>
		<comments>http://www.codecandies.com/2011/05/28/kitchen-sink-2/#comments</comments>
		<pubDate>Sat, 28 May 2011 10:35:23 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1918</guid>
		<description><![CDATA[// OK, Carl, here it is. Read it and weep. Heheheh. // You&#8217;re probably the only one who will notice this // in here. :-) return [[self class] newWithString:&#8221;Kitchen Sink&#8221;]; // Yes, you&#8217;ve found the easter egg. Sorry, I guess it&#8217;s too // late. Better get some sleep&#8230; Source: Direct link to the source code [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// OK, Carl, here it is.  Read it and weep.  Heheheh.<br />
// You&#8217;re probably the only one who will notice this<br />
// in here.  :-)</p>
<p>return [[self class] newWithString:&#8221;Kitchen Sink&#8221;];</p>
<p>// Yes, you&#8217;ve found the easter egg.  Sorry, I guess it&#8217;s too<br />
// late. Better get some sleep&#8230;
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#-Mg2ByMiS_w/pub/NeXT/graphic/apps/NDCamera.0.21.N.bsd.tar.gz|FbtXxtPtrPA/NDCamera.0.21.N.bsd/Source/MiscSources.subproj/MiscString.m&#038;l=453" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> MiscString<br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/05/28/kitchen-sink-2/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/05/28/kitchen-sink-2/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton1918" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F28%2Fkitchen-sink-2%2F&amp;via=codecandiescom&amp;text=Kitchen%20Sink&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F28%2Fkitchen-sink-2%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/oxQyKSGwVfk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/05/28/kitchen-sink-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/05/28/kitchen-sink-2/</feedburner:origLink></item>
		<item>
		<title>Still here?</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/X2k_lZRTRSk/</link>
		<comments>http://www.codecandies.com/2011/05/20/still-here/#comments</comments>
		<pubDate>Fri, 20 May 2011 20:25:49 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[uClibc]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2214</guid>
		<description><![CDATA[/* Try to suicide with a SIGABRT */ [...] /* Still here? Try to remove any signal handlers */ [...] /* Still here? Try to suicide with an illegal instruction */ [...] /* Still here? Try to at least exit */ [...] /* Still here? We&#8217;re screwed. Sleepy time. Good night. */ &#160;&#160;while (1) &#160;&#160;&#160;&#160;/* [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* Try to suicide with a SIGABRT */<br />
[...]<br />
/* Still here?  Try to remove any signal handlers */<br />
[...]<br />
/* Still here?  Try to suicide with an illegal instruction */<br />
[...]<br />
/* Still here?  Try to at least exit */<br />
[...]<br />
/* Still here?  We&#8217;re screwed.  Sleepy time.  Good night. */<br />
&nbsp;&nbsp;while (1)<br />
&nbsp;&nbsp;&nbsp;&nbsp;/* Try for ever and ever */<br />
&nbsp;&nbsp;&nbsp;&nbsp;ABORT_INSTRUCTION;
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#1VEbBNLBVGQ/trunk/uClibc/libc/stdlib/abort.c&#038;q=%22good%20night%22&#038;sa=N&#038;cd=51&#038;ct=rc&#038;l=149" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.uclibc.org" target="_blank">uClibc &#8211; a Small C Library for Linux</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/05/20/still-here/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/05/20/still-here/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2214" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F20%2Fstill-here%2F&amp;via=codecandiescom&amp;text=Still%20here%3F&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F20%2Fstill-here%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/X2k_lZRTRSk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/05/20/still-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/05/20/still-here/</feedburner:origLink></item>
		<item>
		<title>AutoLoader</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/pKwQCUrOQZI/</link>
		<comments>http://www.codecandies.com/2011/05/17/autoloader/#comments</comments>
		<pubDate>Tue, 17 May 2011 18:22:21 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2208</guid>
		<description><![CDATA[# Thank goodness for AutoLoader, huh? # Perhaps we&#8217;ll finally use it soon. Source: Direct link to the source code Software: Net-AIM Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# Thank goodness for AutoLoader, huh?<br />
# Perhaps we&#8217;ll finally use it soon.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#lhKUNhP3ddE/pub/tucows/linux/files/ghoti-0.86.tar.gz|27xn6m9NJ6k/ghoti-0.86/Net/IRC/Connection.pm&#038;l=175" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://projects.aryeh.net/Net-AIM/" target="_blank">Net-AIM</a><br />
<strong>Programming language:</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/05/17/autoloader/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/05/17/autoloader/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2208" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F17%2Fautoloader%2F&amp;via=codecandiescom&amp;text=AutoLoader&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F17%2Fautoloader%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/pKwQCUrOQZI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/05/17/autoloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/05/17/autoloader/</feedburner:origLink></item>
		<item>
		<title>Braindead</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/-ph7viXYKwo/</link>
		<comments>http://www.codecandies.com/2011/05/11/braindead/#comments</comments>
		<pubDate>Wed, 11 May 2011 20:54:17 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2204</guid>
		<description><![CDATA[# all this junk below just to conditionally load a module # sometimes even perl is braindead&#8230; Source: Direct link to the source code Software: Net-AIM Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# all this junk below just to conditionally load a module<br />
# sometimes even perl is braindead&#8230;
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#lhKUNhP3ddE/pub/tucows/linux/files/ghoti-0.86.tar.gz|27xn6m9NJ6k/ghoti-0.86/Net/IRC/Connection.pm&#038;l=61" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://projects.aryeh.net/Net-AIM/" target="_blank">Net-AIM</a><br />
<strong>Programming language:</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/05/11/braindead/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/05/11/braindead/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2204" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F11%2Fbraindead%2F&amp;via=codecandiescom&amp;text=Braindead&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F05%2F11%2Fbraindead%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/-ph7viXYKwo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/05/11/braindead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/05/11/braindead/</feedburner:origLink></item>
		<item>
		<title>Famous last words</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/_tNMhIBl4QU/</link>
		<comments>http://www.codecandies.com/2011/04/26/famous-last-words/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 19:59:22 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[Pearl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2191</guid>
		<description><![CDATA[# I moved this part further down as an Obsessive Efficiency # Initiative. It shouldn&#8217;t be a problem if I do _parse right&#8230; # &#8230; but those are famous last words, eh? Source: Direct link to the source code Software: Net-AIM Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
       # I moved this part further down as an Obsessive Efficiency<br />
       # Initiative. It shouldn&#8217;t be a problem if I do _parse right&#8230;<br />
       # &#8230; but those are famous last words, eh?</p>
</blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#lhKUNhP3ddE/pub/tucows/linux/files/ghoti-0.86.tar.gz|27xn6m9NJ6k/ghoti-0.86/Net/IRC/Connection.pm&#038;l=1851" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://projects.aryeh.net/Net-AIM/" target="_blank">Net-AIM</a><br />
<strong>Programming language:</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/04/26/famous-last-words/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/04/26/famous-last-words/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2191" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F26%2Ffamous-last-words%2F&amp;via=codecandiescom&amp;text=Famous%20last%20words&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F26%2Ffamous-last-words%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/_tNMhIBl4QU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/04/26/famous-last-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/04/26/famous-last-words/</feedburner:origLink></item>
		<item>
		<title>Please increment the following counter</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/JmgbfOcduPM/</link>
		<comments>http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 18:46:29 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2198</guid>
		<description><![CDATA[Thanks to Markus B. for this code candy /** &#160;* Once you are done trying to &#8216;optimize&#8217; this routine, &#160;* and have realized what a terrible mistake that was, &#160;* please increment the following counter as a warning &#160;* to the next guy: &#160;* &#160;* total_hours_wasted_here = 11 &#160;*/ Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to Markus B. for this code candy</p>
<blockquote><p>
/**<br />
&nbsp;* Once you are done trying to &#8216;optimize&#8217; this routine,<br />
&nbsp;* and have realized what a terrible mistake that was,<br />
&nbsp;* please increment the following counter as a warning<br />
&nbsp;* to the next guy:<br />
&nbsp;*<br />
&nbsp;* total_hours_wasted_here = 11<br />
&nbsp;*/</p></blockquote>
<p><strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2198" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F13%2Fplease-increment-the-following-counter%2F&amp;via=codecandiescom&amp;text=Please%20increment%20the%20following%20counter&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F13%2Fplease-increment-the-following-counter%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/JmgbfOcduPM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/</feedburner:origLink></item>
		<item>
		<title>You’ve passed the point</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/n2sPrwZzSdA/</link>
		<comments>http://www.codecandies.com/2011/04/08/youve-passed-the-point/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 04:28:36 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[Caffeine]]></category>
		<category><![CDATA[Pearl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2184</guid>
		<description><![CDATA[# OK, once you&#8217;ve passed the point where caffeine no longer # has any discernible effect on any part of your body but # your bladder, it&#8217;s time to sleep. Source: Direct link to the source code Software: Net-AIM Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
#  OK, once you&#8217;ve passed the point where caffeine no longer<br />
#  has any discernible effect on any part of your body but<br />
#  your bladder, it&#8217;s time to sleep.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#lhKUNhP3ddE/pub/tucows/linux/files/ghoti-0.86.tar.gz|27xn6m9NJ6k/ghoti-0.86/Net/IRC/Connection.pm&#038;l=2023" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://projects.aryeh.net/Net-AIM/" target="_blank">Net-AIM</a><br />
<strong>Programming language:</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/04/08/youve-passed-the-point/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/04/08/youve-passed-the-point/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2184" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F08%2Fyouve-passed-the-point%2F&amp;via=codecandiescom&amp;text=You%26%238217%3Bve%20passed%20the%20point&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F08%2Fyouve-passed-the-point%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/n2sPrwZzSdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/04/08/youve-passed-the-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/04/08/youve-passed-the-point/</feedburner:origLink></item>
		<item>
		<title>Top secret code</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/bkIvnuY1mp8/</link>
		<comments>http://www.codecandies.com/2011/03/31/top-secret-code/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 19:11:06 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[MSL]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2194</guid>
		<description><![CDATA[Thanks to Mick for this code candy // &#8220;Secret&#8221; keys&#8230; int xor_secret_l = 0xFF; int xor_secret_h = 0xFF; // Wow, nobody will *EVER* crack this top secret code! Software: From a &#8220;security&#8221; algorithm for an electronic control unit Programming language: MSL Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to Mick for this code candy</p>
<blockquote><p>
// &#8220;Secret&#8221; keys&#8230;<br />
int xor_secret_l = 0xFF;<br />
int xor_secret_h = 0xFF;<br />
// Wow, nobody will *EVER* crack this top secret code!
</p></blockquote>
<p><strong>Software:</strong> From a &#8220;security&#8221; algorithm for an electronic control unit<br />
<strong>Programming language:</strong> MSL</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/03/31/top-secret-code/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/03/31/top-secret-code/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2194" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F31%2Ftop-secret-code%2F&amp;via=codecandiescom&amp;text=Top%20secret%20code&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F31%2Ftop-secret-code%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/bkIvnuY1mp8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/03/31/top-secret-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/03/31/top-secret-code/</feedburner:origLink></item>
		<item>
		<title>But for now…</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/ZzEG_0n7DW4/</link>
		<comments>http://www.codecandies.com/2011/03/28/but-for-now/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 20:48:22 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2179</guid>
		<description><![CDATA[Thanks to Sebastian R. for this code candy // the two salts for the password. I know it could be safer // with random salts but for now it&#8217;s okay Source: found in an old configuration file in third-party software Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to Sebastian R. for this code candy</p>
<blockquote><p>
// the two salts for the password. I know it could be safer<br />
// with random salts but for now it&#8217;s okay
</p></blockquote>
<p><strong>Source:</strong> found in an old configuration file in third-party software<br />
<strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/03/28/but-for-now/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/03/28/but-for-now/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2179" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F28%2Fbut-for-now%2F&amp;via=codecandiescom&amp;text=But%20for%20now%26%238230%3B&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F28%2Fbut-for-now%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/ZzEG_0n7DW4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/03/28/but-for-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/03/28/but-for-now/</feedburner:origLink></item>
		<item>
		<title>This function could be re-written</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/-C286CCDdIE/</link>
		<comments>http://www.codecandies.com/2011/03/16/this-function-could-be-re-written/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 05:46:06 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[machs halt besser]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2172</guid>
		<description><![CDATA[/** &#160;* This function could be re-written to be more clean and &#160;* effective &#8211; yet it&#8217;s not that important. &#160;*/ Source: Direct link to the source code Software: TYPO3 Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/**<br />
&nbsp;* This function could be re-written to be more clean and<br />
&nbsp;* effective &#8211; yet it&#8217;s not that important.<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://phpxref.com/xref/typo3/typo3/sysext/cms/tslib/class.tslib_search.php.source.html#l217" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.typo3.org" target="_blank">TYPO3</a><br />
<strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/03/16/this-function-could-be-re-written/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/03/16/this-function-could-be-re-written/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton2172" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F16%2Fthis-function-could-be-re-written%2F&amp;via=codecandiescom&amp;text=This%20function%20could%20be%20re-written&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F16%2Fthis-function-could-be-re-written%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/-C286CCDdIE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/03/16/this-function-could-be-re-written/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/03/16/this-function-could-be-re-written/</feedburner:origLink></item>
		<item>
		<title>Kaboom</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/WOBxiqsqIYw/</link>
		<comments>http://www.codecandies.com/2011/03/01/kaboom/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 05:49:47 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1960</guid>
		<description><![CDATA[/* &#160;* Uh oh. Still here. Where&#8217;s the kaboom? There was supposed &#160;* to be an EARTH-shattering kaboom! &#160;* &#160;* Oh well, log the failure and error out. &#160;*/ Source: Direct link to the source code Software: Apache Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
&nbsp;* Uh oh.  Still here.  Where&#8217;s the kaboom?  There was supposed<br />
&nbsp;* to be an EARTH-shattering kaboom!<br />
&nbsp;*<br />
&nbsp;* Oh well, log the failure and error out.<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#7_h9fElyEoY/dist/httpd/apache_1.3.9.tar.Z|IZWntKVVfqg/apache_1.3.9/src/support/suexec.c&#038;l=558" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.apache.org/" target="_blank">Apache</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/03/01/kaboom/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2011/03/01/kaboom/' send='false' layout='box_count' show_faces='true' width='100' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton1960" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F01%2Fkaboom%2F&amp;via=codecandiescom&amp;text=Kaboom&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F03%2F01%2Fkaboom%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><img src="http://feeds.feedburner.com/~r/code-candies/~4/WOBxiqsqIYw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/03/01/kaboom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2011/03/01/kaboom/</feedburner:origLink></item>
	</channel>
</rss>

