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

<channel>
	<title>code candies - codecandies.com &#187; fluchen wie ein Bierkutscher</title>
	<atom:link href="http://www.codecandies.com/category/fluchen-wie-ein-bierkutscher/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codecandies.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 20:19:38 +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" />
		<item>
		<title>feel good today?</title>
		<link>http://www.codecandies.com/2011/08/23/feel-good-today/</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 -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F23%2Ffeel-good-today%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/08/23/feel-good-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are smart people using this?</title>
		<link>http://www.codecandies.com/2011/08/09/why-are-smart-people-using-this/</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 -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2011%2F08%2F09%2Fwhy-are-smart-people-using-this%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><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>]]></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>
		</item>
		<item>
		<title>Modify account dialog</title>
		<link>http://www.codecandies.com/2010/05/03/modify-account-dialog/</link>
		<comments>http://www.codecandies.com/2010/05/03/modify-account-dialog/#comments</comments>
		<pubDate>Mon, 03 May 2010 04:47:56 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1890</guid>
		<description><![CDATA[/* This is the f*cking modify account dialog. I&#8217;ve f*cking &#160;* seperated it into three f*cking frames: &#160;* a f*cking Login Options frame, a f*cking User Options &#160;* frame and a f*cking Protcol Options frame. This f*cking &#160;* removes the two f*cking tabs, which were quite f*cking &#160;* uneccessary. F*ck. */ Source: Direct link to [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* This is the f*cking modify account dialog. I&#8217;ve f*cking<br />
&nbsp;* seperated it into three f*cking frames:<br />
&nbsp;* a f*cking Login Options frame, a f*cking User Options<br />
&nbsp;* frame and a f*cking Protcol Options frame. This f*cking<br />
&nbsp;* removes the two f*cking tabs, which were quite f*cking<br />
&nbsp;* uneccessary. F*ck. */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#-kmSHZF0HiY/pub/OpenBSD/distfiles/gaim-0.55.tar.gz|sf0ZivKQ8L8/gaim-0.55/src/multi.c&#038;l=705" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.pidgin.im/" target="_blank">Gaim / Pidgin</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/05/03/modify-account-dialog/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F05%2F03%2Fmodify-account-dialog%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1890" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F05%2F03%2Fmodify-account-dialog%2F&amp;via=codecandiescom&amp;text=Modify%20account%20dialog&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F05%2F03%2Fmodify-account-dialog%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/05/03/modify-account-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All night fighting</title>
		<link>http://www.codecandies.com/2010/04/20/all-night-fighting/</link>
		<comments>http://www.codecandies.com/2010/04/20/all-night-fighting/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 04:24:12 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1846</guid>
		<description><![CDATA[/* Argh, WHO THE F*CK MADE TCP SO DAMN CONFUZLING * &#160;* thanks once again to apache for this one &#160;* i spent all night fighting with the f*ckign thing */ Source: Direct link to the source code Software: zhpd Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* Argh, WHO THE F*CK MADE TCP SO DAMN CONFUZLING *<br />
&nbsp;* thanks once again to apache for this one<br />
&nbsp;* i spent all night fighting with the f*ckign thing */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#jtn6973CS3g/data/pages/zhpd/zhpd-0.1.tar.gz|Kehmk0OePcM/zhpd-0.1/socket.c&#038;l=91" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://crazygreek.co.uk/content/zhpd" target="_blank">zhpd</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/04/20/all-night-fighting/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F04%2F20%2Fall-night-fighting%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1846" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F04%2F20%2Fall-night-fighting%2F&amp;via=codecandiescom&amp;text=All%20night%20fighting&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F04%2F20%2Fall-night-fighting%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/04/20/all-night-fighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kitchen sink</title>
		<link>http://www.codecandies.com/2010/04/16/kitchen-sink/</link>
		<comments>http://www.codecandies.com/2010/04/16/kitchen-sink/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 04:31:04 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1840</guid>
		<description><![CDATA[// Yes! In the NSView subclass! A Save Dialog! Where&#8217;s the // f*cking kitchen sink?? Cocksucker. // Ok, so at least it only saves itself out to a file, so it // sort of belongs. But who the F*CK cares about that? // I don&#8217;t get it. This is pure bullshit demo code. // But [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// Yes!  In the NSView subclass!  A Save Dialog!  Where&#8217;s the<br />
// f*cking kitchen sink?? Cocksucker.<br />
// Ok, so at least it only saves itself out to a file, so it<br />
// sort of belongs. But who the F*CK cares about that?<br />
// I don&#8217;t get it.  This is pure bullshit demo code.<br />
// But then again, I suppose that&#8217;s all I&#8217;m getting here,<br />
// what with the poor care taken in many parts of the code.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#4SAhP8U0Rj4/TypingTutor/Classes/BigLetterView.m&#038;sa=N&#038;cd=13&#038;ct=rc&#038;l=218" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> TypingTutor<br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/04/16/kitchen-sink/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F04%2F16%2Fkitchen-sink%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1840" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F04%2F16%2Fkitchen-sink%2F&amp;via=codecandiescom&amp;text=Kitchen%20sink&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F04%2F16%2Fkitchen-sink%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/04/16/kitchen-sink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Try to be decent citizens</title>
		<link>http://www.codecandies.com/2010/03/29/try-to-be-decent-citizens/</link>
		<comments>http://www.codecandies.com/2010/03/29/try-to-be-decent-citizens/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 04:34:02 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[rezlooks]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1793</guid>
		<description><![CDATA[/* Seriously, why can&#8217;t non-gtk-apps at least try to be decent citizens? Take this f*cking OpenOffice.org 1.9 for example. The morons responsible for this utter piece of crap gave the clip size wrong values! :&#8217;( */ Source: Direct link to the source code Software: Rezlooks GTK Engine Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* Seriously, why can&#8217;t non-gtk-apps at least try to be decent citizens? Take this f*cking OpenOffice.org 1.9 for example. The morons responsible for this utter piece of crap gave the clip size wrong values! :&#8217;(  */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#4FSOSMZ6Pxc/distfiles/39179-rezlooks-0.6.tar.gz|Fen1IuXhiIg/rezlooks-0.6/src/rezlooks_style.c&#038;l=471" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://gnome-look.org/content/show.php?content=39179" target="_blank">Rezlooks GTK Engine</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/03/29/try-to-be-decent-citizens/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F03%2F29%2Ftry-to-be-decent-citizens%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1793" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F03%2F29%2Ftry-to-be-decent-citizens%2F&amp;via=codecandiescom&amp;text=Try%20to%20be%20decent%20citizens&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F03%2F29%2Ftry-to-be-decent-citizens%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/03/29/try-to-be-decent-citizens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 x larger than yours</title>
		<link>http://www.codecandies.com/2010/03/10/50-x-larger-than-yours/</link>
		<comments>http://www.codecandies.com/2010/03/10/50-x-larger-than-yours/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:26:27 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1232</guid>
		<description><![CDATA[/* &#160;************************************************** &#160;* Note: our pen0rs are 50 x larger than yours. &#160;&#160;* &#160;* This is a f*ck you to gobbles. Go wash your &#160;&#160;&#160;* &#160;* dirty ass hair, go take a bath, get a real life* &#160;* off of your f*cking computer. #phrack is a lot * &#160;* of dirt f*cks too who don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
&nbsp;**************************************************<br />
&nbsp;* Note: our pen0rs are 50 x larger than yours. &nbsp;&nbsp;*<br />
&nbsp;* This is a f*ck you to gobbles. Go wash your &nbsp;&nbsp;&nbsp;*<br />
&nbsp;* dirty ass hair, go take a bath, get a real life*<br />
&nbsp;* off of your f*cking computer. #phrack is a lot *<br />
&nbsp;* of dirt f*cks too who don&#8217;t get off their box &nbsp;*<br />
&nbsp;**************************************************<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=173&#038;ct=rc#Qv7WjvHGJ4Q/home/iqlord/exploits/collection/gnuchesse.c&#038;l=2" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> gnuchesse.c<br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/03/10/50-x-larger-than-yours/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F03%2F10%2F50-x-larger-than-yours%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1232" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F03%2F10%2F50-x-larger-than-yours%2F&amp;via=codecandiescom&amp;text=50%20x%20larger%20than%20yours&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F03%2F10%2F50-x-larger-than-yours%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/03/10/50-x-larger-than-yours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want to kill&#8217;em all</title>
		<link>http://www.codecandies.com/2010/02/02/i-want-to-killem-all/</link>
		<comments>http://www.codecandies.com/2010/02/02/i-want-to-killem-all/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:37:19 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chai]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1033</guid>
		<description><![CDATA[/* we need to keep this sh*t globally!!!!!, f*cking Jungo programmers, I want to kill&#8217;em all */ Source: Direct link to the source code Software: Chai Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* we need to keep this sh*t globally!!!!!,<br />
f*cking Jungo programmers, I want to kill&#8217;em all */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=81&#038;ct=rc#nbKchdQEpKs/chai-1.4.0/src/unican.h&#038;l=184" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> Chai<br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/02/02/i-want-to-killem-all/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F02%2F02%2Fi-want-to-killem-all%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1033" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F02%2F02%2Fi-want-to-killem-all%2F&amp;via=codecandiescom&amp;text=I%20want%20to%20kill%26%238217%3Bem%20all&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F02%2F02%2Fi-want-to-killem-all%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/02/02/i-want-to-killem-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This file coexist</title>
		<link>http://www.codecandies.com/2010/01/14/this-file-coexist/</link>
		<comments>http://www.codecandies.com/2010/01/14/this-file-coexist/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 05:30:38 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[xmlparser]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1295</guid>
		<description><![CDATA[# I hate you Paul you motherf*cker!!!!!!! # Why does this file coexist with XMLExperimentPathReplacer? # Why does everything you did suck so hard? Source: Direct link to the source code Software: XMLParser Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# I hate you Paul you motherf*cker!!!!!!!<br />
# Why does this file coexist with XMLExperimentPathReplacer?<br />
# Why does everything you did suck so hard?
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=395&#038;ct=rc#T_pYnSGKXnE/Core/XMLParser/XMLMediaParser.pl&#038;l=4" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> XMLParser<br />
<strong>Programming language:</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/01/14/this-file-coexist/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F14%2Fthis-file-coexist%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1295" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F14%2Fthis-file-coexist%2F&amp;via=codecandiescom&amp;text=This%20file%20coexist&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F14%2Fthis-file-coexist%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/01/14/this-file-coexist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate time zones</title>
		<link>http://www.codecandies.com/2010/01/04/i-hate-time-zones/</link>
		<comments>http://www.codecandies.com/2010/01/04/i-hate-time-zones/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:39:42 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1597</guid>
		<description><![CDATA[;;; Here comes the f*cked section of these tests. We&#8217;re going ;;; to test time zones. I hate time zones. Time zones suck. ;;; Time zones MAY have been a good idea at one time (unlike ;;; daylight stupid time, which was never a good idea), but ;;; at this point, time zones suck. Try [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
;;; Here comes the f*cked section of these tests.  We&#8217;re going<br />
;;; to test time zones.  I hate time zones.  Time zones suck.<br />
;;; Time zones MAY have been a good idea at one time (unlike<br />
;;; daylight stupid time, which was never a good idea), but<br />
;;; at this point, time zones suck.  Try to parse the little<br />
;;; f*ckers. Yeah, they suck suck suck.  F*cking stupid pieces<br />
;;; of un-parsable hacked shite.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#xDFLa_onvzU/gene/pdl/test.lisp&#038;sa=N&#038;cd=387&#038;ct=rc&#038;l=481" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://cybertiggyr.com/gene/" target="_blank">Gene</a><br />
<strong>Programming language:</strong> Lisp</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/01/04/i-hate-time-zones/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F04%2Fi-hate-time-zones%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1597" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F04%2Fi-hate-time-zones%2F&amp;via=codecandiescom&amp;text=I%20hate%20time%20zones&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F04%2Fi-hate-time-zones%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2010/01/04/i-hate-time-zones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying to fiture out the problem</title>
		<link>http://www.codecandies.com/2009/11/25/trying-to-fiture-out-the-problem/</link>
		<comments>http://www.codecandies.com/2009/11/25/trying-to-fiture-out-the-problem/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:33:51 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[jobnotifier]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1486</guid>
		<description><![CDATA[// F*CK YOU MONO. F*CK YOU SIR. YOU AND YOUR STUPID XML // PARSER CAN&#8217;T PROPERLY HANDLE XPATHS AND SPECIFICALLY. // SelectNodes of HTMLAGILITY PACK. THIS DIRECTLY SHOW HOW // F*CKING IMMATURE MONO IS AND THE STATE OF MONO VS // GAZILLION OTHER LANGUAGES. I STILL HAVE NO FIUCKIGN CLUE // WHY I AM USING [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// F*CK YOU MONO. F*CK YOU SIR. YOU AND YOUR STUPID XML<br />
// PARSER CAN&#8217;T PROPERLY HANDLE XPATHS AND SPECIFICALLY.<br />
// SelectNodes of HTMLAGILITY PACK. THIS DIRECTLY SHOW HOW<br />
// F*CKING IMMATURE MONO IS AND THE STATE OF MONO VS<br />
// GAZILLION OTHER LANGUAGES. I STILL HAVE NO FIUCKIGN CLUE<br />
// WHY I AM USING THIS SHIT.<br />
// NOT TO MENTION THE F*CKING INSANE 1 HOUR I SPENT TRYING TO<br />
// FIGURE OUT THE PROBLEM. WHY THE F*CK DO YOU GUYS EVEN<br />
// BOTHER TO MAKE THE FUNCTIONS AVAILABLE IF THEY DON&#8217;T<br />
// F*CKING WORK. F*CKING ASSWIPES. F*CK F*CK F*CK
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=60&#038;ct=rc#cgYjPD9J70E/JobmineNotifier/JobmineApplicationStore.cs&#038;l=92" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> jobnotifier<br />
<strong>Programming language:</strong> C#</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/11/25/trying-to-fiture-out-the-problem/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F25%2Ftrying-to-fiture-out-the-problem%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1486" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F25%2Ftrying-to-fiture-out-the-problem%2F&amp;via=codecandiescom&amp;text=Trying%20to%20fiture%20out%20the%20problem&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F25%2Ftrying-to-fiture-out-the-problem%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/11/25/trying-to-fiture-out-the-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate the JavaScript DOM</title>
		<link>http://www.codecandies.com/2009/11/24/i-hate-the-javascript-dom/</link>
		<comments>http://www.codecandies.com/2009/11/24/i-hate-the-javascript-dom/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 05:37:12 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[formbuilder]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1265</guid>
		<description><![CDATA[# If you can believe this the Javascript DOM actually changes # based on whether there are more than 1 option to checkboxes # Damn damn damn I hate the JavaScript DOM so damn much!!!!!! # # Whoever designed this should be shot. Source: Direct link to the source code Software: CGI-FormBuilder Programming language: Perl [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# If you can believe this the Javascript DOM actually changes<br />
# based on whether there are more than 1 option to checkboxes<br />
# Damn damn damn I hate the JavaScript DOM so damn much!!!!!!<br />
#<br />
# Whoever designed this should be shot.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=244&#038;ct=rc#rkDbMdTC2TU/CGI-FormBuilder-3.0501/lib/CGI/FormBuilder/Field/checkbox.pm&#038;l=45" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.formbuilder.org/" target="_blank">CGI-FormBuilder</a><br />
<strong>Programming language:</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/11/24/i-hate-the-javascript-dom/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F24%2Fi-hate-the-javascript-dom%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1265" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F24%2Fi-hate-the-javascript-dom%2F&amp;via=codecandiescom&amp;text=I%20hate%20the%20JavaScript%20DOM&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F24%2Fi-hate-the-javascript-dom%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/11/24/i-hate-the-javascript-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s a second or two amongst friends?</title>
		<link>http://www.codecandies.com/2009/11/18/whats-a-second-or-two-amongst-friends/</link>
		<comments>http://www.codecandies.com/2009/11/18/whats-a-second-or-two-amongst-friends/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 05:34:01 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[netscape]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1441</guid>
		<description><![CDATA[/* Boy, would I like to make the thing expire one second ago, or what? Of course I would. But that slimy, stinking, load of pig manure that is called Netscape/1.1N doesn&#8217;t pay any attention to the seconds part of the time&#8230; after all, what&#8217;s a second or two amongst friends? So, I thought to [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
Boy, would I like to make the thing expire one second ago, or what? Of course I would.  But that slimy, stinking, load of pig manure that is called Netscape/1.1N doesn&#8217;t pay any attention to the seconds part of the time&#8230; after all, what&#8217;s a second or two amongst friends?  So, I thought to make it expire one minute ago, but naturally, that didn&#8217;t work on 1.1N either.  Losers.  So, I made it expire 24 hours ago, which, if you ask me, is most heinous, considering the Last-Modified date could be later than that. I f*cking hate you, you monopolizing piece of Netscape feces.<br />
*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=210&#038;ct=rc#gvCCGF8_QWk/metahtml-5.05/libserver/http.c&#038;l=799" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://metahtml.sourceforge.net/" target="_blank">Meta-HTML</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/11/18/whats-a-second-or-two-amongst-friends/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F18%2Fwhats-a-second-or-two-amongst-friends%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1441" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F18%2Fwhats-a-second-or-two-amongst-friends%2F&amp;via=codecandiescom&amp;text=What%26%238217%3Bs%20a%20second%20or%20two%20amongst%20friends%3F&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F18%2Fwhats-a-second-or-two-amongst-friends%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/11/18/whats-a-second-or-two-amongst-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separate routine</title>
		<link>http://www.codecandies.com/2009/11/17/separate-routine/</link>
		<comments>http://www.codecandies.com/2009/11/17/separate-routine/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 05:25:46 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[jesus]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1369</guid>
		<description><![CDATA[// JML &#8211; Jesus Christ that code above if f*cking bollox. It // should have been placed into a separate routine. Source: Direct link to the source code Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// JML &#8211; Jesus Christ that code above if f*cking bollox. It<br />
// should have been placed into a separate routine.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=168&#038;ct=rc#tyZO_mOaVQk/botfather/p_client.c&#038;l=829" target="_blank">Direct link to the source code</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/11/17/separate-routine/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F17%2Fseparate-routine%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1369" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F17%2Fseparate-routine%2F&amp;via=codecandiescom&amp;text=Separate%20routine&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F17%2Fseparate-routine%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/11/17/separate-routine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You disgust me</title>
		<link>http://www.codecandies.com/2009/11/11/you-disgust-me/</link>
		<comments>http://www.codecandies.com/2009/11/11/you-disgust-me/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 06:52:44 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[hackrpg]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1401</guid>
		<description><![CDATA[//You f*cked up, retard. You ruined the game for everyone. I //hope you&#8217;re happy with yourself. Get out of my face. You //disgust me. F*ck off. I mean it. Right this goddamn minute. //Out. You lose, you pathetic excuse for a programmer. Source: Direct link to the source code Software: hackrpg Programming language: C# Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
//You f*cked up, retard. You ruined the game for everyone. I<br />
//hope you&#8217;re happy with yourself. Get out of my face. You<br />
//disgust me. F*ck off. I mean it. Right this goddamn minute.<br />
//Out. You lose, you pathetic excuse for a programmer.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=147&#038;ct=rc#Wtchg9p8dSE/trunk/HackingRPG/Classes/BattleEngine/BattleEngine.cs&#038;l=51" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://code.google.com/p/hackrpg/" target="_blank">hackrpg</a><br />
<strong>Programming language:</strong> C#</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/11/11/you-disgust-me/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F11%2Fyou-disgust-me%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1401" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F11%2Fyou-disgust-me%2F&amp;via=codecandiescom&amp;text=You%20disgust%20me&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F11%2Fyou-disgust-me%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/11/11/you-disgust-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burn and blow up</title>
		<link>http://www.codecandies.com/2009/10/19/burn-and-blow-up/</link>
		<comments>http://www.codecandies.com/2009/10/19/burn-and-blow-up/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 06:31:19 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1091</guid>
		<description><![CDATA[/** &#160;* Its author wrote it in the hope, that COMPUTERS OF THOSE &#160;* F*CKING BASTARDS SPAMMING GROUPS WITH THEIR BULLSHIT WILL &#160;* CRASH, BURN AND BLOW UP !!! &#160;*/ Source: Direct link to the source code Software: CAPTCHA X / Usolved/ Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/**<br />
&nbsp;* Its author wrote it in the hope, that COMPUTERS OF THOSE<br />
&nbsp;* F*CKING BASTARDS SPAMMING GROUPS WITH THEIR BULLSHIT WILL<br />
&nbsp;* CRASH, BURN AND BLOW UP !!!<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=427&#038;ct=rc#FwNVX6OaGr8/update_v1.9.4_to_v1.9.5/inc/captcha/class.captcha_x.php&#038;l=40" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.usolved.net/" target="_blank">CAPTCHA X / Usolved/</a><br />
<strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/10/19/burn-and-blow-up/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F19%2Fburn-and-blow-up%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1091" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F19%2Fburn-and-blow-up%2F&amp;via=codecandiescom&amp;text=Burn%20and%20blow%20up&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F19%2Fburn-and-blow-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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/10/19/burn-and-blow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl&#8217;s inheritance</title>
		<link>http://www.codecandies.com/2009/10/08/perls-inheritance/</link>
		<comments>http://www.codecandies.com/2009/10/08/perls-inheritance/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 05:02:06 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1276</guid>
		<description><![CDATA[# THE F*CKING PIECE OF SHIT THAT OUTPUTS ERRORS FOR PERL&#8217;S # INHERITANCE IS TOTLALY F*CKING MESSED UP AND I DEARLY HATE # IT AND THE TIME ITS WASTED ON MY LIFE!!!!!!!!!!!!!!!!!! # this base thingy works, direclty modifing @ISA doens&#8217;t, and # i don&#8217;t know why nor do i wanta waste more sweet figuring [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# THE F*CKING PIECE OF SHIT THAT OUTPUTS ERRORS FOR PERL&#8217;S<br />
# INHERITANCE IS TOTLALY F*CKING MESSED UP AND I DEARLY HATE<br />
# IT AND THE TIME ITS WASTED ON MY LIFE!!!!!!!!!!!!!!!!!!<br />
# this base thingy works, direclty modifing @ISA doens&#8217;t, and<br />
# i don&#8217;t know why nor do i wanta waste more sweet figuring<br />
# out why
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=307&#038;ct=rc#3WrAZAT59yM/Libraries/US/IL/Schaumburg.pm&#038;l=3" target="_blank">Direct link to the source code</a><br />
<strong>Programming language :</strong> Perl</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/10/08/perls-inheritance/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F08%2Fperls-inheritance%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1276" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F08%2Fperls-inheritance%2F&amp;via=codecandiescom&amp;text=Perl%26%238217%3Bs%20inheritance&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F08%2Fperls-inheritance%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/10/08/perls-inheritance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End editing</title>
		<link>http://www.codecandies.com/2009/09/14/end-editing/</link>
		<comments>http://www.codecandies.com/2009/09/14/end-editing/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 05:12:28 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[raiseman]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=554</guid>
		<description><![CDATA[// End editing: I still don&#8217;t know how this works, and it can // fail, but apparently we&#8217;re assholes here enough not to // care? I get the feeling my first apps will have shitloads // of bugs with the instruction in this book. Source: Direct link to the source code Software: Raiseman Programming language: [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// End editing: I still don&#8217;t know how this works, and it can<br />
// fail, but apparently we&#8217;re assholes here enough not to<br />
// care? I get the feeling my first apps will have shitloads<br />
// of bugs with the instruction in this book.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#4SAhP8U0Rj4/RaiseMan/Classes/MyDocument.m&#038;l=249" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://github.com/djtal/raiseman/downloads" target="_blank">Raiseman</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/09/14/end-editing/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F14%2Fend-editing%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton554" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F14%2Fend-editing%2F&amp;via=codecandiescom&amp;text=End%20editing&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F14%2Fend-editing%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/09/14/end-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hope you go bankrupt soon</title>
		<link>http://www.codecandies.com/2009/09/12/i-hope-you-go-bankrupt-soon/</link>
		<comments>http://www.codecandies.com/2009/09/12/i-hope-you-go-bankrupt-soon/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 12:10:11 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[charybdis]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=980</guid>
		<description><![CDATA[/* 32bit solaris is kinda slow and stdio only supports &#160;* fds < 256. So we got to do this crap below. &#160;* (BTW F*ck you Sun, I hate your guts and I hope you go &#160;* bankrupt soon) &#160;*/ Source: Direct link to the source code Software: charybdis Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* 32bit solaris is kinda slow and stdio only supports<br />
&nbsp;*  fds < 256. So we got to do this crap below.<br />
&nbsp;* (BTW F*ck you Sun, I hate your guts and I hope you go<br />
&nbsp;*  bankrupt soon)<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=74&#038;ct=rc#VYb1YFyCzm4/charybdis-1.1.0/libcharybdis/commio.c&#038;l=59" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.charybdis.be" target="_blank">charybdis</a><br />
<strong>Programming language:</strong> C</p></blockquote>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/09/12/i-hope-you-go-bankrupt-soon/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F12%2Fi-hope-you-go-bankrupt-soon%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton980" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F12%2Fi-hope-you-go-bankrupt-soon%2F&amp;via=codecandiescom&amp;text=I%20hope%20you%20go%20bankrupt%20soon&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F12%2Fi-hope-you-go-bankrupt-soon%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/09/12/i-hope-you-go-bankrupt-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weasel Code</title>
		<link>http://www.codecandies.com/2009/09/08/weasel-code/</link>
		<comments>http://www.codecandies.com/2009/09/08/weasel-code/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 04:46:26 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[portslave]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1135</guid>
		<description><![CDATA[//This code must DIIIIIIIIIIIEEEE! DIE BITCH! DIE NOW! ROT //YOU F*CKING WEASEL CODE!!!! //GO STRAIGHT TO HELL! DO NOT PASS GO! DIIIIIEEEE!!!!!!!! Source: Direct link to the source code Software: portslave Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
        //This code must DIIIIIIIIIIIEEEE! DIE BITCH! DIE NOW! ROT<br />
//YOU F*CKING WEASEL CODE!!!!<br />
        //GO STRAIGHT TO HELL! DO NOT PASS GO! DIIIIIEEEE!!!!!!!!
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=235&#038;ct=rc#b-pF5qECxOU/portslave-2001-06-24/src/ctlp-subs.c&#038;l=154" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://sourceforge.net/projects/portslave/" target="_blank">portslave</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/09/08/weasel-code/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F08%2Fweasel-code%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1135" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F08%2Fweasel-code%2F&amp;via=codecandiescom&amp;text=Weasel%20Code&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F08%2Fweasel-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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/09/08/weasel-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abstraction, baby</title>
		<link>http://www.codecandies.com/2009/08/28/abstraction-baby/</link>
		<comments>http://www.codecandies.com/2009/08/28/abstraction-baby/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:08:08 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[xemacs]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1083</guid>
		<description><![CDATA[/* #### f*ck me! who wrote this crap? &#160;&#160; think &#8220;abstraction&#8221;, baby. */ /* #### this horribly-written crap can mess with global &#160;&#160; state, which this function should not do. i&#8217;m not fixing &#160;&#160; it now. someone needs to go and rewrite that sh*t &#160;&#160; correctly. &#8211;ben */ Source: Direct link to the source code [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* #### f*ck me!  who wrote this crap?<br />
&nbsp;&nbsp; think &#8220;abstraction&#8221;, baby. */<br />
/* #### this horribly-written crap can mess with global<br />
&nbsp;&nbsp; state, which this function should not do.  i&#8217;m not fixing<br />
&nbsp;&nbsp; it now. someone needs to go and rewrite that sh*t<br />
&nbsp;&nbsp; correctly. &#8211;ben */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=399&#038;ct=rc#YsdL43qt1G8/xemacs-21.5.27/src/event-stream.c&#038;l=3344" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.xemacs.org/" target="_blank">XEmacs</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/08/28/abstraction-baby/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F28%2Fabstraction-baby%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton1083" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F28%2Fabstraction-baby%2F&amp;via=codecandiescom&amp;text=Abstraction%2C%20baby&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F28%2Fabstraction-baby%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/08/28/abstraction-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yelling outside my window?</title>
		<link>http://www.codecandies.com/2009/08/10/yelling-outside-my-window/</link>
		<comments>http://www.codecandies.com/2009/08/10/yelling-outside-my-window/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 05:22:14 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jmusicmaker]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=989</guid>
		<description><![CDATA[/************************************************************ *TODO Who the f*ck is yelling outside my window? *If you click and make a new sound about 1000 times, or so, *you get an out of memory error and it f*cks to SH*T God damn *those b*tches outside are loud motherf*ckers, sounds like *people fighting F*ck, anyway, it&#8217;s about 600K per new sound. [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/************************************************************<br />
*TODO Who the f*ck is yelling outside my window?<br />
*If you click and make a new sound about 1000 times, or so,<br />
*you get an out of memory error and it f*cks to SH*T God damn<br />
*those b*tches outside are loud motherf*ckers, sounds like<br />
*people fighting F*ck, anyway, it&#8217;s about 600K per new sound.<br />
*stopping the sound adds sh*t too. F*ck. I tried setting the<br />
*thread to null after it was killed hoping garbage collection<br />
*would fix sh*t, but no, f*cked it up worse of course.  All I<br />
*changed was oldx=0 (so you can go from a 440 tone to a<br />
*439 tone in 1 click) and pulled that same line out of the if<br />
*and else.  What the f*ck is up with sh*t I see like y-55-15.<br />
*f*cking y-70.  wtf. There seems to be sh*t with converting<br />
*sh*t to long before division, then casting the result as an<br />
*int. it&#8217;s done automatically, you just need one long cast<br />
*for the f*ck, I&#8217;ll fix it and note it up there<br />
************************************************************/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=34&#038;ct=rc#oifaFzvLHiI/plugin-src/TheraminWindow.java&#038;l=110" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.ohloh.net/p/jmusicmaker" target="_blank">JMusicMaker</a><br />
<strong>Programming language:</strong> Java</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/08/10/yelling-outside-my-window/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F10%2Fyelling-outside-my-window%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton989" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F10%2Fyelling-outside-my-window%2F&amp;via=codecandiescom&amp;text=Yelling%20outside%20my%20window%3F&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F10%2Fyelling-outside-my-window%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/08/10/yelling-outside-my-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windoze if FUBAR</title>
		<link>http://www.codecandies.com/2009/07/23/windoze-if-fubar/</link>
		<comments>http://www.codecandies.com/2009/07/23/windoze-if-fubar/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 05:03:26 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chuck concurrent]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=938</guid>
		<description><![CDATA[/* ** Lets face it, windoze if FUBAR!!! ** ** For some reason, I have to call _lseeki64() TWICE to get ** to the end of the file. ** ** This might have been avoided if windows had implemented ** the POSIX standard function fsync() but NO, that would ** have been too easy. ** [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
        ** Lets face it, windoze if FUBAR!!!<br />
        **<br />
        ** For some reason, I have to call _lseeki64() TWICE to get<br />
        ** to the end of the file.<br />
        **<br />
        ** This might have been avoided if windows had implemented<br />
        ** the POSIX standard function fsync() but NO, that would<br />
        ** have been too easy.<br />
        **<br />
        ** I am VERY close to saying that windoze will no longer be<br />
        ** supported by libsndfile and changing the license to GPL<br />
        ** at the same time.<br />
        */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=19&#038;ct=rc#yPGMWgS6ti4/chuck-1.2.0.8/src/util_sndfile.c&#038;l=8614" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://chuck.cs.princeton.edu/" target="_blank">ChucK Concurrent</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/07/23/windoze-if-fubar/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F07%2F23%2Fwindoze-if-fubar%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton938" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F07%2F23%2Fwindoze-if-fubar%2F&amp;via=codecandiescom&amp;text=Windoze%20if%20FUBAR&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F07%2F23%2Fwindoze-if-fubar%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/07/23/windoze-if-fubar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hungarian notation</title>
		<link>http://www.codecandies.com/2009/06/18/hungarian-notation/</link>
		<comments>http://www.codecandies.com/2009/06/18/hungarian-notation/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:02:19 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[freetds]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=826</guid>
		<description><![CDATA[/* &#160;* Note: I *HATE* hungarian notation, it has to be the most &#160;* idiotic thing I&#8217;ve ever seen. So, you will note it is &#160;* avoided other than in the function declarations. &#8220;Gee, &#160;* let&#8217;s make our code totally hard to read and they&#8217;ll beg &#160;* for GUI tools&#8221; Bah! &#160;*/ Source: Direct link [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
&nbsp;* Note: I *HATE* hungarian notation, it has to be the most<br />
&nbsp;* idiotic thing I&#8217;ve ever seen. So, you will note it is<br />
&nbsp;* avoided other than in the function declarations. &#8220;Gee,<br />
&nbsp;* let&#8217;s make our code totally hard to read and they&#8217;ll beg<br />
&nbsp;* for GUI tools&#8221; Bah!<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=en#cFzJHyVtRjE/freetds-0.63/src/odbc/odbc.c&#038;l=148" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.freetds.org/" target="_blank">FreeTDS</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/06/18/hungarian-notation/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F18%2Fhungarian-notation%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton826" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F18%2Fhungarian-notation%2F&amp;via=codecandiescom&amp;text=Hungarian%20notation&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F18%2Fhungarian-notation%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/06/18/hungarian-notation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real hacker in action</title>
		<link>http://www.codecandies.com/2009/06/12/real-hacker-in-action/</link>
		<comments>http://www.codecandies.com/2009/06/12/real-hacker-in-action/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 04:49:42 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[script kiddie]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=810</guid>
		<description><![CDATA[/* * And f*ck you PHC you no talent bunch of f*cking script * kiddies. You&#8217;ll f*cking shit your pants when you see a real * hacker in action. No I dont rip code, but you bitchs cant * tell a piece of code from an apple pie, so shut the f*ck * up. */ [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
 * And f*ck you PHC you no talent bunch of f*cking script<br />
 * kiddies. You&#8217;ll f*cking shit your pants when you see a real<br />
 * hacker in action.  No I dont rip code, but you bitchs cant<br />
 * tell a piece of code from an apple pie, so shut the f*ck<br />
 * up.<br />
 */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#ab7tb92v7l8/0304-exploits/bysin2.c&#038;l=34" target="_blank">Direct link to the source code</a><br />
<strong>Programming language:</strong> C</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/06/12/real-hacker-in-action/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F12%2Freal-hacker-in-action%2F&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=65&amp;font=lucida+grande' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:450px; height:65px'></iframe></p><div id="tweetbutton810" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F12%2Freal-hacker-in-action%2F&amp;via=codecandiescom&amp;text=Real%20hacker%20in%20action&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F12%2Freal-hacker-in-action%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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/06/12/real-hacker-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

