<?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; danke, Bill</title>
	<atom:link href="http://www.codecandies.com/category/danke-bill/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>Well, trust me it does!</title>
		<link>http://www.codecandies.com/2010/02/24/well-trust-me-it-does/</link>
		<comments>http://www.codecandies.com/2010/02/24/well-trust-me-it-does/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:29:18 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[kerberos telnet]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1258</guid>
		<description><![CDATA[// Windows sucks. (Oh, you didn&#8217;t know that&#8230; Well, trust me // it does!). It is not documented in the help what // LoadString returns but it seems that if the text doesn&#8217;t // fit into the buffer LoadString returns 0. // Ok. Windows NT sucks more. If the string can&#8217;t fit into // the [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// Windows sucks. (Oh, you didn&#8217;t know that&#8230; Well, trust me<br />
// it does!). It is not documented in the help what<br />
// LoadString returns but it seems that if the text doesn&#8217;t<br />
// fit into the buffer LoadString returns 0.<br />
// Ok. Windows NT sucks more. If the string can&#8217;t fit into<br />
// the buffer NT returns ERROR_RESOURCE_NAME_NOT_FOUND. Not<br />
// insufficient buffer.<br />
//<br />
//            AAAAAAAAARRRRRRRRRRGGGGGGGGGGGHHHHHHHHHHH!!!!!!!!<br />
//
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=214&#038;ct=rc#i9bFAsK3qtA/LIB/WXRTL/XRTL.CPP&#038;l=131" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.stacken.kth.se/~thn/ktelnet/" target="_blank">Kerberos Telnet</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/02/24/well-trust-me-it-does/"></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%2F24%2Fwell-trust-me-it-does%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="tweetbutton1258" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F02%2F24%2Fwell-trust-me-it-does%2F&amp;via=codecandiescom&amp;text=Well%2C%20trust%20me%20it%20does%21&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F02%2F24%2Fwell-trust-me-it-does%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/24/well-trust-me-it-does/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE&#8217;s textRange</title>
		<link>http://www.codecandies.com/2010/01/27/ies-textrange/</link>
		<comments>http://www.codecandies.com/2010/01/27/ies-textrange/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 05:30:17 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1685</guid>
		<description><![CDATA[//IE&#8217;s textRange and selection object is woefully inadequate, //which means this fancy stuff is gecko only sorry :-&#124; //Die Bill, Die. (IE supports it somewhat nativly though) Source: Direct link to the source code Software: Xinha Programming language: JavaScript Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
//IE&#8217;s textRange and selection object is woefully inadequate,<br />
//which means this fancy stuff is gecko only sorry :-|<br />
//Die Bill, Die.  (IE supports it somewhat nativly though)
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#_rn0kgFhkQA/redir/epiware/65910/url_tgz/Epiware_4.7.7.tar.gz|4Hd1_I84S1I/Epiware_4.8.0/epi/xinha/htmlarea.js&#038;l=3751" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://trac.xinha.org/" target="_blank">Xinha</a><br />
<strong>Programming language:</strong> JavaScript</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2010/01/27/ies-textrange/"></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%2F27%2Fies-textrange%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="tweetbutton1685" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F27%2Fies-textrange%2F&amp;via=codecandiescom&amp;text=IE%26%238217%3Bs%20textRange&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2010%2F01%2F27%2Fies-textrange%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/27/ies-textrange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometimes the world sucks</title>
		<link>http://www.codecandies.com/2009/12/22/sometimes-the-world-sucks/</link>
		<comments>http://www.codecandies.com/2009/12/22/sometimes-the-world-sucks/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:37:10 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1300</guid>
		<description><![CDATA[/* attempt to create a new thread to wait for activity, &#160;* this is because windows pipes are crap and doing a Wait on &#160;* them fails. so us poor programmers have to jump through &#160;* lots of hoops just to make Bills crap usable, and what &#160;* really hurts is that after doing so [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* attempt to create a new thread to wait for activity,<br />
&nbsp;* this is because windows pipes are crap and doing a Wait on<br />
&nbsp;* them fails. so us poor programmers have to jump through<br />
&nbsp;* lots of hoops just to make Bills crap usable, and what<br />
&nbsp;* really hurts is that after doing so every non-programmer<br />
&nbsp;* thinks Bills stuff is wonderful!<br />
&nbsp;* Sometimes the world sucks.<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=461&#038;ct=rc#-iBzQVKD1cs/me040301/src/winterm.c&#038;l=2511" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.jasspa.com" target="_blank">JASSPA MicroEmacs</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/12/22/sometimes-the-world-sucks/"></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%2F12%2F22%2Fsometimes-the-world-sucks%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="tweetbutton1300" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F12%2F22%2Fsometimes-the-world-sucks%2F&amp;via=codecandiescom&amp;text=Sometimes%20the%20world%20sucks&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F12%2F22%2Fsometimes-the-world-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>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2009/12/22/sometimes-the-world-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows fister</title>
		<link>http://www.codecandies.com/2009/11/16/windows-fister/</link>
		<comments>http://www.codecandies.com/2009/11/16/windows-fister/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:27:57 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[inspircd]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1424</guid>
		<description><![CDATA[/* Just to be F*CKING AKWARD, windows fister&#8230; err i &#160;* mean vista&#8230; seperates the nameservers with spaces instead. &#160;*/ Source: Direct link to the source code Software: InspIRCd Programming language: C++ Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* Just to be F*CKING AKWARD, windows fister&#8230; err i<br />
&nbsp;* mean vista&#8230; seperates the nameservers with spaces instead.<br />
&nbsp;*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=432&#038;ct=rc#vIDFA3rb5Zs/index.cgi/trunk/inspircd/win/inspircd_win32wrapper.cpp%3Fview%3Dco&#038;l=641" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.inspircd.org/" target="_blank">InspIRCd</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/16/windows-fister/"></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%2F16%2Fwindows-fister%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="tweetbutton1424" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F16%2Fwindows-fister%2F&amp;via=codecandiescom&amp;text=Windows%20fister&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F16%2Fwindows-fister%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/16/windows-fister/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey IE developers!</title>
		<link>http://www.codecandies.com/2009/10/05/hey-ie-developers/</link>
		<comments>http://www.codecandies.com/2009/10/05/hey-ie-developers/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:59:53 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[drugs]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1202</guid>
		<description><![CDATA[/* argh! HOLY SHIT! this crap works only until the 2nd line break. Hey IE developers! no insulting, but did you code IE while you were on drugs? */ Source: Direct link to the source code Software: jQuery plugin: fieldSelection Programming language: JavaScript Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
argh! HOLY SHIT! this crap works only until the 2nd line break. Hey IE developers! no insulting, but did you code IE while you were on drugs?<br />
*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=409&#038;ct=rc#wTn7Zg6WzLg/jquery-fieldselection.js&#038;l=68" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> jQuery plugin: fieldSelection<br />
<strong>Programming language:</strong> JavaScript</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/10/05/hey-ie-developers/"></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%2F05%2Fhey-ie-developers%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="tweetbutton1202" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F05%2Fhey-ie-developers%2F&amp;via=codecandiescom&amp;text=Hey%20IE%20developers%21&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F05%2Fhey-ie-developers%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/05/hey-ie-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doubledoubledouble coded</title>
		<link>http://www.codecandies.com/2009/09/02/doubledoubledouble-coded/</link>
		<comments>http://www.codecandies.com/2009/09/02/doubledoubledouble-coded/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 05:27:19 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[hippo cms]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1111</guid>
		<description><![CDATA[// because of IE SHIT i have to build a log object which is // passed into a function in the bottom frame. // this function will take care of printing it // I guess i can&#8217;t create an element in the topframe // which is inserted in the bottomframe?? // LAME LAME LAME LAME!!! [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// because of IE SHIT i have to build a log object which is<br />
// passed into a function in the bottom frame.<br />
// this function will take care of printing it<br />
// I guess i can&#8217;t create an element in the topframe<br />
// which is inserted in the bottomframe??<br />
// LAME LAME LAME LAME!!! Because according to the<br />
// IE-security it&#8217;s possible, if the frames are in<br />
// the same domain, which they are!!!!!!!!! F*CK YOU<br />
// BILL GATES, because of you all the nice work<br />
// I do has to be doubledoubledouble coded..
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=585&#038;ct=rc#ODENmUx8Gi4/hippo-cms-v6.01.00/sites/hippo-cms/workbench/resources/js/hippo/defaultlogger.js&#038;l=120" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://wiki.onehippo.com/display/CMS/Hippo+CMS+6+Home" target="_blank">hippo cms</a><br />
<strong>Programming language:</strong> JavaScript</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/09/02/doubledoubledouble-coded/"></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%2F02%2Fdoubledoubledouble-coded%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="tweetbutton1111" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F02%2Fdoubledoubledouble-coded%2F&amp;via=codecandiescom&amp;text=Doubledoubledouble%20coded&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F02%2Fdoubledoubledouble-coded%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/02/doubledoubledouble-coded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standard C Symbol PATH_MAX</title>
		<link>http://www.codecandies.com/2009/08/27/standard-c-symbol-path_max/</link>
		<comments>http://www.codecandies.com/2009/08/27/standard-c-symbol-path_max/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:11:10 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[httpxtran]]></category>
		<category><![CDATA[jesus]]></category>
		<category><![CDATA[micr]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1080</guid>
		<description><![CDATA[/* Jeezus Christ! I have no idea why Microsoft&#8217;s file * does NOT define the !!!STANDARD C!!! symbol PATH_MAX! * F*cking nonstandard piece of sh*t. */ Source: Direct link to the source code Software: httpxtran Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* Jeezus Christ!  I have no idea why Microsoft&#8217;s
<limits .h> file<br />
 * does NOT define the !!!STANDARD C!!! symbol PATH_MAX!<br />
 * F*cking nonstandard piece of sh*t. */
</limits></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=333&#038;ct=rc#QcTxrjakB6U/httpxtran/src/this.h&#038;l=42" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://cybertiggyr.com/httpxtran/" target="_blank">httpxtran</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/27/standard-c-symbol-path_max/"></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%2F27%2Fstandard-c-symbol-path_max%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="tweetbutton1080" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F27%2Fstandard-c-symbol-path_max%2F&amp;via=codecandiescom&amp;text=Standard%20C%20Symbol%20PATH_MAX&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F27%2Fstandard-c-symbol-path_max%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/27/standard-c-symbol-path_max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing this to me</title>
		<link>http://www.codecandies.com/2009/08/13/doing-this-to-me/</link>
		<comments>http://www.codecandies.com/2009/08/13/doing-this-to-me/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 05:17:31 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[moz]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1011</guid>
		<description><![CDATA[// Oh, did I mention that I hate Microsoft for doing this // to me? Source: Direct link to the source code Software: Mozilla Programming language: C++ Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// Oh, did I mention that I hate Microsoft for doing this<br />
// to me?
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#e_ObwTAVPyo/dom/src/base/nsDOMClassInfo.cpp&#038;l=158" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.mozilla.org/" target="_blank">Mozilla</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/13/doing-this-to-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%2F08%2F13%2Fdoing-this-to-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="tweetbutton1011" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F13%2Fdoing-this-to-me%2F&amp;via=codecandiescom&amp;text=Doing%20this%20to%20me&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F13%2Fdoing-this-to-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/08/13/doing-this-to-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note the construct with strptr</title>
		<link>http://www.codecandies.com/2009/07/08/note-the-construct-with-strptr/</link>
		<comments>http://www.codecandies.com/2009/07/08/note-the-construct-with-strptr/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 05:26:10 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ucon64]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=889</guid>
		<description><![CDATA[// Note the construct with strptr. You wouldn&#8217;t believe what // a bunch of f*cking morons those guys at Microsoft are! Source: Direct link to the source code Software: uCON64 Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
      // Note the construct with strptr. You wouldn&#8217;t believe what<br />
      //  a bunch of f*cking morons those guys at Microsoft are!
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=1&#038;ct=rc#47z3AxWCTeI/ucon64-2.0.0-src/src/misc/dlopen.c&#038;l=221" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://ucon64.sourceforge.net/" target="_blank">uCON64</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/08/note-the-construct-with-strptr/"></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%2F08%2Fnote-the-construct-with-strptr%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="tweetbutton889" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F07%2F08%2Fnote-the-construct-with-strptr%2F&amp;via=codecandiescom&amp;text=Note%20the%20construct%20with%20strptr&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F07%2F08%2Fnote-the-construct-with-strptr%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/08/note-the-construct-with-strptr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I wanted to name</title>
		<link>http://www.codecandies.com/2009/07/01/i-wanted-to-name/</link>
		<comments>http://www.codecandies.com/2009/07/01/i-wanted-to-name/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 05:06:07 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=865</guid>
		<description><![CDATA[// Whaaaaa! I wanted to name this method GetClassInfo, but // nooo, some of Microsoft devstudio&#8217;s headers #defines // GetClassInfo to GetClassInfoA so I can&#8217;t, those $%#@^! // bastards!!! What gives them the right to do that? Source: Direct link to the source code Software: Mozilla Programming language: C++ Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// Whaaaaa! I wanted to name this method GetClassInfo, but<br />
// nooo, some of Microsoft devstudio&#8217;s headers #defines<br />
// GetClassInfo to GetClassInfoA so I can&#8217;t, those $%#@^!<br />
// bastards!!! What gives them the right to do that?
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#7fk0QJ59dKw/mozilla/dom/src/base/nsDOMClassInfo.h&#038;l=114" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.mozilla.org" target="_blank">Mozilla</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/01/i-wanted-to-name/"></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%2F01%2Fi-wanted-to-name%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="tweetbutton865" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F07%2F01%2Fi-wanted-to-name%2F&amp;via=codecandiescom&amp;text=I%20wanted%20to%20name&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F07%2F01%2Fi-wanted-to-name%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/01/i-wanted-to-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put in jail</title>
		<link>http://www.codecandies.com/2009/06/23/put-in-jail/</link>
		<comments>http://www.codecandies.com/2009/06/23/put-in-jail/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 05:03:37 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[jail]]></category>
		<category><![CDATA[laconica]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=839</guid>
		<description><![CDATA[# Yes, IE people should be put in jail. Source: Direct link to the source code Software: Laconica Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# Yes, IE people should be put in jail.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#25gx9Hh3W6o/lib/util.php&#038;q=jail%20go&#038;l=172" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://laconi.ca/trac/" target="_blank">Laconica</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/06/23/put-in-jail/"></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%2F23%2Fput-in-jail%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="tweetbutton839" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F23%2Fput-in-jail%2F&amp;via=codecandiescom&amp;text=Put%20in%20jail&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F23%2Fput-in-jail%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/23/put-in-jail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better solution</title>
		<link>http://www.codecandies.com/2009/06/15/better-solution/</link>
		<comments>http://www.codecandies.com/2009/06/15/better-solution/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 05:18:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=477</guid>
		<description><![CDATA[# tolerate Silly Billy&#8217;s file system conventions my $provider = Template::Provider->new({ &#160; DELIMITER => &#8216; &#8216;, &#160; INCLUDE_PATH => &#8216;C:/HERE/NOW D:/THERE/THEN&#8217;, }); # better solution: install Linux! :-) Source: Direct link to the source code Software: Template Toolkit Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p># tolerate Silly Billy&#8217;s file system conventions<br />
my $provider = Template::Provider->new({<br />
&nbsp; DELIMITER    => &#8216; &#8216;,<br />
&nbsp; INCLUDE_PATH => &#8216;C:/HERE/NOW D:/THERE/THEN&#8217;,<br />
});<br />
# better solution: install Linux!  :-)</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#ebojtZMI1_M/Template-Toolkit-2.19/lib/Template/Provider.pm&#038;l=1256" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://template-toolkit.org/" target="_blank">Template Toolkit</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/06/15/better-solution/"></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%2F15%2Fbetter-solution%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="tweetbutton477" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F15%2Fbetter-solution%2F&amp;via=codecandiescom&amp;text=Better%20solution&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F15%2Fbetter-solution%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/15/better-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Bob is a virgin</title>
		<link>http://www.codecandies.com/2009/05/30/ms-bob-is-a-virgin/</link>
		<comments>http://www.codecandies.com/2009/05/30/ms-bob-is-a-virgin/#comments</comments>
		<pubDate>Sat, 30 May 2009 08:08:38 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[net irc]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=750</guid>
		<description><![CDATA[# gnat: no f*cking microsoft products, thanks :) # ^Pudge: what about non-f*cking MS products? i hear MS Bob # is a virgin. Source: Direct link to the source code Software: Net::IRC Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
#    gnat: no f*cking microsoft products, thanks :)<br />
#  ^Pudge: what about non-f*cking MS products?  i hear MS Bob<br />
# is a virgin.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#Ni6xGyQ1EhI/Net-IRC-0.58/Connection.pm&#038;l=875" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://netirc.betterbox.net/" target="_blank">Net::IRC</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/05/30/ms-bob-is-a-virgin/"></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%2F05%2F30%2Fms-bob-is-a-virgin%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="tweetbutton750" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F05%2F30%2Fms-bob-is-a-virgin%2F&amp;via=codecandiescom&amp;text=MS%20Bob%20is%20a%20virgin&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F05%2F30%2Fms-bob-is-a-virgin%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/05/30/ms-bob-is-a-virgin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No sleep til brookyn II</title>
		<link>http://www.codecandies.com/2009/05/19/no-sleep-til-brookyn-ii/</link>
		<comments>http://www.codecandies.com/2009/05/19/no-sleep-til-brookyn-ii/#comments</comments>
		<pubDate>Tue, 19 May 2009 05:01:18 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[code candies]]></category>
		<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[bed]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=562</guid>
		<description><![CDATA[# I&#8217;ve been a bit stressed recently and I haven&#8217;t been # sleeping properly, and now I&#8217;ve lost an hour in bed due to # British Summer Time. So I&#8217;m happy just to take it on trust # for now. Source: Direct link to the source code Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# I&#8217;ve been a bit stressed recently and I haven&#8217;t been<br />
# sleeping properly, and now I&#8217;ve lost an hour in bed due to<br />
# British Summer Time. So I&#8217;m happy just to take it on trust<br />
# for now.
</p></blockquote>
<p><strong>Source:</strong> <a href="http://blog.urbanomic.com/robin2/archives/2006/03/blockpl_1.html" 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/05/19/no-sleep-til-brookyn-ii/"></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%2F05%2F19%2Fno-sleep-til-brookyn-ii%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="tweetbutton562" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F05%2F19%2Fno-sleep-til-brookyn-ii%2F&amp;via=codecandiescom&amp;text=No%20sleep%20til%20brookyn%20II&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F05%2F19%2Fno-sleep-til-brookyn-ii%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/05/19/no-sleep-til-brookyn-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big letters</title>
		<link>http://www.codecandies.com/2009/05/16/big-letters/</link>
		<comments>http://www.codecandies.com/2009/05/16/big-letters/#comments</comments>
		<pubDate>Sat, 16 May 2009 07:17:13 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=730</guid>
		<description><![CDATA[vielen Dank an Ulf K. der mir folgendes Code Candie geschickt hat. // argh &#8211; MS Office sucks. Using big letters in the first // column (&#8220;ID&#8221; instead of &#8220;id&#8221;) brings Excel 2007 to dance // around &#8220;your csv-data format is not correct &#8230; na na na&#8221; // using more than 1 hour to find [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>vielen Dank an Ulf K. der mir folgendes Code Candie geschickt hat.</p>
<blockquote><p>
// argh &#8211; MS Office sucks. Using big letters in the first<br />
// column (&#8220;ID&#8221; instead of &#8220;id&#8221;) brings Excel 2007 to dance<br />
// around &#8220;your csv-data format is not correct &#8230; na na na&#8221;<br />
// using more than 1 hour to find this &#8220;problem&#8221;, because<br />
// MS Excel can´t handle big letters in the first row as<br />
// first value! What a poor software&#8230;
</p></blockquote>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/05/16/big-letters/"></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%2F05%2F16%2Fbig-letters%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="tweetbutton730" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F05%2F16%2Fbig-letters%2F&amp;via=codecandiescom&amp;text=Big%20letters&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F05%2F16%2Fbig-letters%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/05/16/big-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What about the Boot Sector?</title>
		<link>http://www.codecandies.com/2009/04/27/what-about-the-boot-sector/</link>
		<comments>http://www.codecandies.com/2009/04/27/what-about-the-boot-sector/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 11:50:35 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=644</guid>
		<description><![CDATA[Hiermit verabschiede ich mich in zwei Wochen (hoffentlich sehr sonnigen) Urlaub. Diese Zeit wird auch größtenteils internetfrei sein, weswegen hier keine neuen Code Candies von mir gebloggt werden. ; AFTER DISASSEMBLY I have this impression: ; ; This is what Bill Gates said&#8230; when Win95 was going to be ; released: ; ; &#8220;Gates: OK, [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Hiermit verabschiede ich mich in zwei Wochen (hoffentlich sehr sonnigen) Urlaub. Diese Zeit wird auch größtenteils internetfrei sein, weswegen hier keine neuen Code Candies von mir gebloggt werden. </p>
<blockquote><p>
; AFTER DISASSEMBLY I have this impression:<br />
;<br />
;  This is what Bill Gates said&#8230; when Win95 was going to be<br />
; released:<br />
;<br />
;  &#8220;Gates: OK, then we&#8217;re ready to press the CD&#8217;s and start<br />
; shipping out this new load of shit, but of course nobody<br />
; will notice&#8230; harr harr.<br />
; Employee: Hey, Mr. Gates what about the Boot Sector?? We<br />
; haven&#8217;t written the FAT32 support routines there yet&#8230;<br />
; Gates: Ah, that&#8217;s right&#8230; anybody?? We have just 45 minutes&#8230;<br />
; Employee #2: Well, I think I can hack some shit together&#8230;<br />
; Gates: Fine, go for it&#8230; remember you have only 44 minutes&#8230;<br />
; Employee #2: I think I can do it.<br />
; Gates: Fine, then I&#8217;ll just go home&#8230; We&#8217;ve made it!!&#8221;<br />
;<br />
; FUNNY?<br />
;<br />
; There is some really strange code in this boot record&#8230;.<br />
;<br />
; I bet Bill Gates hired some crazy mother f*cker to write<br />
; this shit. It seems like he had really tried to make the<br />
; code fit within one sector. But when it didn&#8217;t hid just<br />
; decided to use three instead&#8230;<br />
;<br />
; This is a typical microsoft solution, they mix stupid 8086<br />
; code&#8230; with cheap solutions and then suddenly they use<br />
; 386 code&#8230;<br />
;<br />
; And then there is the new FAT32 data structures where they<br />
; have moved the volume label, FileSystem ID and serial<br />
; number down to make room for some extended FAT32 variables&#8230;<br />
; it sucks. Why not rearange the whole structure&#8230; An OS<br />
; would not try to interpret the shit anyway, because<br />
; the Partitioni Table SYSID has changed with FAT32.<br />
;<br />
; As I said&#8230; crazy mother f*cker&#8230;<br />
;<br />
; Well, well&#8230; here&#8217;s some of the stuff&#8230; with a mix of mine<br />
; and sourcer&#8217;s comments&#8230;
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#088oFQO7WO0/trdos/win95_boot_sector.asm&#038;l=40" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> win95 boot sector<br />
<strong>Programming language:</strong> Assembly</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/04/27/what-about-the-boot-sector/"></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%2F04%2F27%2Fwhat-about-the-boot-sector%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="tweetbutton644" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F27%2Fwhat-about-the-boot-sector%2F&amp;via=codecandiescom&amp;text=What%20about%20the%20Boot%20Sector%3F&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F27%2Fwhat-about-the-boot-sector%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/04/27/what-about-the-boot-sector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A stupid child named foo</title>
		<link>http://www.codecandies.com/2009/04/20/a-stupid-child-named-foo/</link>
		<comments>http://www.codecandies.com/2009/04/20/a-stupid-child-named-foo/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 05:11:17 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[gekko]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=599</guid>
		<description><![CDATA[/* For some stupid reason that i don&#8217;t want to know, those alerts are ALWAYS returning the same sh*t under that sh*tty browser (Microsoft Internet Explorer 6), when i&#8217;m using element.getAttribute(&#8216;foo&#8217;) i want to _GET_ THE F*CKING &#8216;foo&#8217; _ATTRIBUTE_ of element NOT A STUPID CHILD named &#8216;foo&#8217;. Thanks again lazy MSIE 6 developers! */ Source: [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
For some stupid reason that i don&#8217;t want to know, those alerts are ALWAYS returning the same sh*t under that sh*tty browser (Microsoft Internet Explorer 6), when i&#8217;m using element.getAttribute(&#8216;foo&#8217;) i want to _GET_ THE F*CKING &#8216;foo&#8217; _ATTRIBUTE_ of element NOT A STUPID CHILD named &#8216;foo&#8217;.<br />
Thanks again lazy MSIE 6 developers!<br />
*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#iEixH-YnoJY/www/gekko/js/core.js&#038;l=443" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.gekkoware.org" target="_blank">Gekko</a><br />
<strong>Programming language:</strong> JavaScript</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/04/20/a-stupid-child-named-foo/"></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%2F04%2F20%2Fa-stupid-child-named-foo%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="tweetbutton599" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F20%2Fa-stupid-child-named-foo%2F&amp;via=codecandiescom&amp;text=A%20stupid%20child%20named%20foo&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F20%2Fa-stupid-child-named-foo%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/04/20/a-stupid-child-named-foo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate&#8230; III</title>
		<link>http://www.codecandies.com/2009/04/16/i-hate-iii/</link>
		<comments>http://www.codecandies.com/2009/04/16/i-hate-iii/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 05:08:37 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[fluchen wie ein Bierkutscher]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[hate]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=449</guid>
		<description><![CDATA[// The documented way of returning a multi selection when // the result buffer is to small doesn&#8217;t work. Well&#8230; // At least, I can&#8217;t get it working&#8230;. // Pick up the information directly from the selection- // dialog and return it in the same format as it is // documented. I HATE WINDOWS! BILL [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// The documented way of returning a multi selection when<br />
// the result buffer is to small doesn&#8217;t work. Well&#8230;<br />
// At least, I can&#8217;t get it working&#8230;.<br />
// Pick up the information directly from the selection-<br />
// dialog and return it in the same format as it is<br />
// documented. I HATE WINDOWS! BILL GATES GO TO HM-HM!!!!
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#i9bFAsK3qtA/APPL/Kftp.w32/FCLIENT.CPP&#038;l=296" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.stacken.kth.se/~thn/ktelnet/" target="_blank">Kerberos Telnet</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/04/16/i-hate-iii/"></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%2F04%2F16%2Fi-hate-iii%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="tweetbutton449" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F16%2Fi-hate-iii%2F&amp;via=codecandiescom&amp;text=I%20hate%26%238230%3B%20III&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F16%2Fi-hate-iii%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/04/16/i-hate-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everybody join in</title>
		<link>http://www.codecandies.com/2009/03/20/everybody-join-in/</link>
		<comments>http://www.codecandies.com/2009/03/20/everybody-join-in/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 06:03:58 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[hate]]></category>
		<category><![CDATA[htmldoc]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=467</guid>
		<description><![CDATA[// Make sure stdin is in binary mode. // (I hate Microsoft&#8230; I hate Microsoft&#8230; Everybody join in!) Source: Direct link to the source code Software: HTMLDOC Programming language: C++ Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>// Make sure stdin is in binary mode.<br />
      // (I hate Microsoft&#8230; I hate Microsoft&#8230; Everybody join in!)
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#h0BLalYDPRs/htmldoc-1.8.22/htmldoc/htmldoc.cxx&#038;l=985" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.htmldoc.org/" target="_blank">HTMLDOC</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/03/20/everybody-join-in/"></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%2F03%2F20%2Feverybody-join-in%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="tweetbutton467" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F03%2F20%2Feverybody-join-in%2F&amp;via=codecandiescom&amp;text=Everybody%20join%20in&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F03%2F20%2Feverybody-join-in%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/03/20/everybody-join-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>666 Jahre in der Computerhölle</title>
		<link>http://www.codecandies.com/2009/02/18/666-jahre-in-der-computerholle/</link>
		<comments>http://www.codecandies.com/2009/02/18/666-jahre-in-der-computerholle/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 06:12:33 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[danke, Bill]]></category>
		<category><![CDATA[666]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[gnustep base library]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hölle]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[teufel]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=108</guid>
		<description><![CDATA[/** &#160;* NOTE! This is very dirty and dangerous trick. I spend &#160;* several hours on thinking and man pages browsing, &#160;* but couldn&#8217;t find better solution. &#160;* I know that I will spend 666 years in the Computer Hell &#160;* for writing this hack, and the master devil (Billy Boy) &#160;* will send me [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>/**<br />
&nbsp;* NOTE! This is very dirty and dangerous trick. I spend<br />
&nbsp;* several hours on thinking and man pages browsing,<br />
&nbsp;* but couldn&#8217;t find better solution.<br />
&nbsp;* I know that I will spend 666 years in the Computer Hell<br />
&nbsp;* for writing this hack, and the master devil (Billy Boy)<br />
&nbsp;* will send me to write Windowz software.<br />
&nbsp;*/</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#NZze3MBDvc8/gstep-core-0.6.6/base/Headers/gnustep/base/GSConfig.h.in&#038;l=61" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.gnustep.org/" target="_blank">GNUstep Base Library</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/02/18/666-jahre-in-der-computerholle/"></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%2F02%2F18%2F666-jahre-in-der-computerholle%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="tweetbutton108" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F02%2F18%2F666-jahre-in-der-computerholle%2F&amp;via=codecandiescom&amp;text=666%20Jahre%20in%20der%20Computerh%C3%B6lle&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F02%2F18%2F666-jahre-in-der-computerholle%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/02/18/666-jahre-in-der-computerholle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

