<?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, 21 Aug 2012 19:17:12 +0000</lastBuildDate>
	<language>de-DE</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>Jiggery-pokery</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/0Tu9Uu0WVN8/</link>
		<comments>http://www.codecandies.com/2012/08/20/jiggery-pokery/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 19:35:05 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[fluidity]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2360</guid>
		<description><![CDATA[# all this f*cking around with unicode and the document # header is to get lxml to STFU. Yeah, this is probably # The Wrong Way(TM), once again, but that&#8217;s how I roll, # y0: ghetto-tastic shitball code. If you want # to understand why each of these changes was made, remove # this jiggery [...]]]></description>
				<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# all this f*cking around with unicode and the document<br />
# header is to get lxml to STFU.  Yeah, this is probably<br />
# The Wrong Way(TM), once again, but that&#8217;s how I roll,<br />
# y0: ghetto-tastic shitball code.  If you want<br />
# to understand why each of these changes was made, remove<br />
# this jiggery pokery and you&#8217;ll see what I mean. ;-P
</p></blockquote>
<p><strong>Source:</strong> <a href="http://code.google.com/codesearch#XeC9KfD2sPY/fluidity/note.py&#038;type=cs&#038;l=160" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="https://code.google.com/p/fluidity/">Fluidity</a><br />
<strong>Programming language:</strong> Python</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/08/20/jiggery-pokery/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/08/20/jiggery-pokery/' send='false' layout='box_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida grande'></fb:like><div id="tweetbutton2360" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F08%2F20%2Fjiggery-pokery%2F&amp;via=codecandiescom&amp;text=Jiggery-pokery&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F08%2F20%2Fjiggery-pokery%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/0Tu9Uu0WVN8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/08/20/jiggery-pokery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/08/20/jiggery-pokery/</feedburner:origLink></item>
		<item>
		<title>2-dimensional array</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/fWi0xZRxxeQ/</link>
		<comments>http://www.codecandies.com/2012/08/20/2-dimensional-array/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 19:33:03 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[array]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2388</guid>
		<description><![CDATA[Thanks to liskel for this code candy // I have absolutely no idea, why it becomes a // 2-dimensional array &#8230; so working around instead // of solving $css = $css[0]; Programming language: PHP Tweet]]></description>
				<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to liskel for this code candy</p>
<blockquote><p>
// I have absolutely no idea, why it becomes a<br />
// 2-dimensional array &#8230; so working around instead<br />
// of solving<br />
$css = $css[0];
</p></blockquote>
<p><b>Programming language:</b> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/08/20/2-dimensional-array/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/08/20/2-dimensional-array/' send='false' layout='box_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida grande'></fb:like><div id="tweetbutton2388" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F08%2F20%2F2-dimensional-array%2F&amp;via=codecandiescom&amp;text=2-dimensional%20array&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F08%2F20%2F2-dimensional-array%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/fWi0xZRxxeQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/08/20/2-dimensional-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/08/20/2-dimensional-array/</feedburner:origLink></item>
		<item>
		<title>Longest.  Comments.  Evar.</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/rga-PjoSawQ/</link>
		<comments>http://www.codecandies.com/2012/08/07/longest-comments-evar/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 19:48:13 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[fluidity]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2375</guid>
		<description><![CDATA[# FIXME: and this is just plain /wrong/. Naughty naughty # this is why I have to learn some kind of signal creation # techinque. OOOOH OH OH OH , ORRRRRR, I can just pass # in a single callback&#8230;? pull in one particular method # from the caller for the called object to refer [...]]]></description>
				<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# FIXME: and this is just plain /wrong/. Naughty naughty<br />
# this is why I have to learn some kind of signal creation<br />
# techinque. OOOOH  OH OH OH , ORRRRRR, I can just pass<br />
# in a single callback&#8230;? pull in one particular method<br />
# from the caller for the called object to refer back to<br />
# as a conduit back into that caller.  Is that crack?<br />
# &#8230;.orrrrrrrrrr&#8230;..  the data manager is the one that<br />
# knows this shit and can take care of the &#8220;your shit<br />
# changed, so update it motherf*cker&#8221; kinds of tasks.<br />
#<br />
# Longest.  Comments.  Evar.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://code.google.com/codesearch#XeC9KfD2sPY/fluidity/ui/dialogs.py&#038;type=cs&#038;l=460" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="https://code.google.com/p/fluidity/">Fluidity</a><br />
<strong>Programming language:</strong> Python</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/08/07/longest-comments-evar/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/08/07/longest-comments-evar/' send='false' layout='box_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida grande'></fb:like><div id="tweetbutton2375" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F08%2F07%2Flongest-comments-evar%2F&amp;via=codecandiescom&amp;text=Longest.%20%20Comments.%20%20Evar.&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F08%2F07%2Flongest-comments-evar%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/rga-PjoSawQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/08/07/longest-comments-evar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/08/07/longest-comments-evar/</feedburner:origLink></item>
		<item>
		<title>Vim comments</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/4w7VyjjbAkE/</link>
		<comments>http://www.codecandies.com/2012/06/11/vim-comments/#comments</comments>
		<pubDate>Mon, 11 Jun 2012 20:42:10 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2350</guid>
		<description><![CDATA[&#8220;vim comments are so f*ckin stupid!! Why the hell do they &#8220;have comment delimiters that are used elsewhere in the &#8220;syntax?!?! We need to check some conditions especially &#8220;for vim Source: Direct link to the source code Software: Vim IDE Programming language: Vim Script Tweet]]></description>
				<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
&#8220;vim comments are so f*ckin stupid!! Why the hell do they<br />
&#8220;have comment delimiters that are used elsewhere in the<br />
&#8220;syntax?!?! We need to check some conditions especially<br />
&#8220;for vim
</p></blockquote>
<p><strong>Source:</strong> <a href="http://code.google.com/codesearch#jvl2--W4Gzg/trunk/windows/Vim/vimfiles/plugin/NERD_commenter.vim&#038;type=cs&#038;l=2518" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> Vim IDE<br />
<strong>Programming language:</strong> Vim Script</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/06/11/vim-comments/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/06/11/vim-comments/' send='false' layout='box_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida grande'></fb:like><div id="tweetbutton2350" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F06%2F11%2Fvim-comments%2F&amp;via=codecandiescom&amp;text=Vim%20comments&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F06%2F11%2Fvim-comments%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/4w7VyjjbAkE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/06/11/vim-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/06/11/vim-comments/</feedburner:origLink></item>
		<item>
		<title>Distracted by their beards</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/2QiPRg9MLUc/</link>
		<comments>http://www.codecandies.com/2012/05/30/distracted-by-their-beards/#comments</comments>
		<pubDate>Wed, 30 May 2012 20:38:54 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[smileysmazehunt]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2340</guid>
		<description><![CDATA[/** &#160;* Returns the specified integer as a string because the &#160;* designers of C were too distracted by their beards to &#160;* write a lanague that doESNT SUCK ASS F*CK SHIT &#160;*/ Source: Direct link to the source code Software: smileysmazehunt Programming language: C++ Tweet]]></description>
				<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/**<br />
&nbsp;* Returns the specified integer as a string because the<br />
&nbsp;* designers of C were too distracted by their beards to<br />
&nbsp;* write a lanague that doESNT SUCK ASS F*CK SHIT<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://code.google.com/codesearch#BQBJwck-vt4/trunk/smiley.cpp&#038;type=cs&#038;l=197" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> smileysmazehunt<br />
<strong>Programming language:</strong> C++</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/05/30/distracted-by-their-beards/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/05/30/distracted-by-their-beards/' send='false' layout='box_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida grande'></fb:like><div id="tweetbutton2340" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F05%2F30%2Fdistracted-by-their-beards%2F&amp;via=codecandiescom&amp;text=Distracted%20by%20their%20beards&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F05%2F30%2Fdistracted-by-their-beards%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/2QiPRg9MLUc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/05/30/distracted-by-their-beards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/05/30/distracted-by-their-beards/</feedburner:origLink></item>
		<item>
		<title>No exceptions</title>
		<link>http://feedproxy.google.com/~r/code-candies/~3/XOdTxr2BCUg/</link>
		<comments>http://www.codecandies.com/2012/05/30/no-exceptions/#comments</comments>
		<pubDate>Wed, 30 May 2012 20:33:48 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[exeption]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2333</guid>
		<description><![CDATA[Thanks to Tobias for this code candy return verify_iban($this->iban); # we could throw exceptions of various types, but why - # does it really add anything? possibly some slightly # better user feedback potential. however, this can be # written by hand by performing individual checks ala # the code in verify_iban() itself where required, [...]]]></description>
				<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to Tobias for this code candy</p>
<blockquote><p>
return verify_iban($this->iban);<br />
# we could throw exceptions of various types, but why -<br />
# does it really add anything? possibly some slightly<br />
# better user feedback potential. however, this can be<br />
# written by hand by performing individual checks ala<br />
# the code in verify_iban() itself where required, which<br />
# is likely almost never. for the increased complexity<br />
# and maintenance / documentation cost, i say,<br />
# therefore: no. no exceptions.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://code.google.com/p/php-iban/source/browse/trunk/oophp-iban.php" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> php-iban<br />
<strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2012/05/30/no-exceptions/"></g:plusone></div>
<!-- google_ad_section_end -->
<fb:like href='http://www.codecandies.com/2012/05/30/no-exceptions/' send='false' layout='box_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida grande'></fb:like><div id="tweetbutton2333" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2012%2F05%2F30%2Fno-exceptions%2F&amp;via=codecandiescom&amp;text=No%20exceptions&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2012%2F05%2F30%2Fno-exceptions%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/XOdTxr2BCUg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2012/05/30/no-exceptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.codecandies.com/2012/05/30/no-exceptions/</feedburner:origLink></item>
		<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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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='450' 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>
	</channel>
</rss>
