<?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; zum Verzweifeln</title>
	<atom:link href="http://www.codecandies.com/category/zum-verzweifeln/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>Complicate your code</title>
		<link>http://www.codecandies.com/2011/10/23/complicate-your-code/</link>
		<comments>http://www.codecandies.com/2011/10/23/complicate-your-code/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 19:31:36 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jstore]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2281</guid>
		<description><![CDATA[// To make Flash Storage work on IE, we have to load up an // iFrame which contains an HTML page that embeds the // object using an object tag wrapping an embed tag. // Of course, this is unnecessary for all browsers except // for IE, which, to my knowledge, is the only browser [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// To make Flash Storage work on IE, we have to load up an<br />
// iFrame which contains an HTML page that embeds the<br />
// object using an object tag wrapping an embed tag.<br />
// Of course, this  is unnecessary for all browsers except<br />
// for IE, which, to my knowledge, is the only browser in<br />
// existance where you need to complicate your code to<br />
// fix bugs. Goddamnit. :(
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch#DvRdSXpx2js/trunk/%20wsctn/WS-Web/WebContent/script/hp/jquery.jstore-all.js&#038;type=cs&#038;l=657" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://code.google.com/p/jquery-jstore">jStore</a><br />
<strong>Programming language:</strong> Java Script</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/10/23/complicate-your-code/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2011%2F10%2F23%2Fcomplicate-your-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="tweetbutton2281" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F10%2F23%2Fcomplicate-your-code%2F&amp;via=codecandiescom&amp;text=Complicate%20your%20code&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F10%2F23%2Fcomplicate-your-code%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/10/23/complicate-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please increment the following counter</title>
		<link>http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/</link>
		<comments>http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 18:46:29 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=2198</guid>
		<description><![CDATA[Thanks to Markus B. for this code candy /** &#160;* Once you are done trying to &#8216;optimize&#8217; this routine, &#160;* and have realized what a terrible mistake that was, &#160;* please increment the following counter as a warning &#160;* to the next guy: &#160;* &#160;* total_hours_wasted_here = 11 &#160;*/ Programming language: PHP Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Thanks to Markus B. for this code candy</p>
<blockquote><p>
/**<br />
&nbsp;* Once you are done trying to &#8216;optimize&#8217; this routine,<br />
&nbsp;* and have realized what a terrible mistake that was,<br />
&nbsp;* please increment the following counter as a warning<br />
&nbsp;* to the next guy:<br />
&nbsp;*<br />
&nbsp;* total_hours_wasted_here = 11<br />
&nbsp;*/</p></blockquote>
<p><strong>Programming language:</strong> PHP</p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/"></g:plusone></div>
<!-- google_ad_section_end -->
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F13%2Fplease-increment-the-following-counter%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="tweetbutton2198" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F13%2Fplease-increment-the-following-counter%2F&amp;via=codecandiescom&amp;text=Please%20increment%20the%20following%20counter&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2011%2F04%2F13%2Fplease-increment-the-following-counter%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.codecandies.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.codecandies.com/2011/04/13/please-increment-the-following-counter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows creation</title>
		<link>http://www.codecandies.com/2009/11/02/windows-creation/</link>
		<comments>http://www.codecandies.com/2009/11/02/windows-creation/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:22:12 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1328</guid>
		<description><![CDATA[/* yergh! the windows creation and arrangement with implicit &#160;* pair windows really really f*cking stinks! */ Source: Direct link to the source code Software: Spatterlight Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* yergh! the windows creation and arrangement with implicit<br />
&nbsp;* pair windows really really f*cking stinks! */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=84&#038;ct=rc#QbLaa7Z5bCU/spatterlight/glkimp/window.c&#038;l=4" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://ccxvii.net/spatterlight/" target="_blank">Spatterlight</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/02/windows-creation/"></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%2F02%2Fwindows-creation%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="tweetbutton1328" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F02%2Fwindows-creation%2F&amp;via=codecandiescom&amp;text=Windows%20creation&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F11%2F02%2Fwindows-creation%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/02/windows-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vorschlag</title>
		<link>http://www.codecandies.com/2009/10/21/vorschlag/</link>
		<comments>http://www.codecandies.com/2009/10/21/vorschlag/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:19:28 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1289</guid>
		<description><![CDATA[else { &#160;printf( &#8220;Vorschlag: Erhäng dich, schon wieder dieser f*cking &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Fehler, ich glaub ich kotz!\n&#8221;); &#160;exit( 1); } Source: Direct link to the source code Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
else<br />
{<br />
&nbsp;printf( &#8220;Vorschlag: Erhäng dich, schon wieder dieser f*cking<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fehler, ich glaub ich kotz!\n&#8221;);<br />
&nbsp;exit( 1);<br />
}
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=349&#038;ct=rc#FD_hqJ9xDQU/Bj%C3%B6rn%20Bilger/Aufgabe%201%20-%20Faltpolygone/Quelltext/Flaeche.c&#038;l=286" 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/10/21/vorschlag/"></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%2F21%2Fvorschlag%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="tweetbutton1289" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F21%2Fvorschlag%2F&amp;via=codecandiescom&amp;text=Vorschlag&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F10%2F21%2Fvorschlag%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/21/vorschlag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It can be used to scare little children!</title>
		<link>http://www.codecandies.com/2009/09/30/it-can-be-used-to-scare-little-children/</link>
		<comments>http://www.codecandies.com/2009/09/30/it-can-be-used-to-scare-little-children/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 04:53:37 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[jobnotifier]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1239</guid>
		<description><![CDATA[/* Jobmine&#8217;s HTML is horror! It can be used to scare little children! Writing a regex to parse it would be worse than waterboarding. Instead, I&#8217;ll use a dirty hack. Since Jobmine&#8217;s HTML is auto-generated, clever string-based parsing can be done on it. */ Source: Direct link to the source code Software: jobnotifier Programming language: [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
 /* Jobmine&#8217;s HTML is horror! It can be used to scare little children! Writing a regex to parse it would be worse than waterboarding. Instead, I&#8217;ll use a dirty hack. Since Jobmine&#8217;s HTML is auto-generated, clever string-based parsing can be done on it. */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=333&#038;ct=rc#cgYjPD9J70E/JobmineNotifier/JobmineApplicationStore.cs&#038;l=95" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="code.google.com/p/jobnotifier/" target="_blank">jobnotifier</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/30/it-can-be-used-to-scare-little-children/"></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%2F30%2Fit-can-be-used-to-scare-little-children%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="tweetbutton1239" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F30%2Fit-can-be-used-to-scare-little-children%2F&amp;via=codecandiescom&amp;text=It%20can%20be%20used%20to%20scare%20little%20children%21&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F30%2Fit-can-be-used-to-scare-little-children%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/30/it-can-be-used-to-scare-little-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need some magical JavaScript</title>
		<link>http://www.codecandies.com/2009/09/28/need-some-magical-javascript/</link>
		<comments>http://www.codecandies.com/2009/09/28/need-some-magical-javascript/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:27:45 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[formbuilder]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1180</guid>
		<description><![CDATA[# Need some magical JavaScript crap to figure out the type of # value. God the DOM sucks so much ass!!!! I can&#8217;t believe # the value element changes based on the type of field!! Source: Direct link to the source code Software: CGI-FormBuilder Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
    # Need some magical JavaScript crap to figure out the type of<br />
    # value. God the DOM sucks so much ass!!!! I can&#8217;t believe<br />
    # the value element changes based on the type of field!!
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=26&#038;ct=rc#PL1UGymkabw/CGI-FormBuilder-3.0202/lib/CGI/FormBuilder/Field.pm&#038;l=432" 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/09/28/need-some-magical-javascript/"></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%2F28%2Fneed-some-magical-javascript%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="tweetbutton1180" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F28%2Fneed-some-magical-javascript%2F&amp;via=codecandiescom&amp;text=Need%20some%20magical%20JavaScript&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F28%2Fneed-some-magical-javascript%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/28/need-some-magical-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize a widget</title>
		<link>http://www.codecandies.com/2009/09/03/resize-a-widget/</link>
		<comments>http://www.codecandies.com/2009/09/03/resize-a-widget/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 05:07:34 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[chainsaw]]></category>
		<category><![CDATA[ssmailbox]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1115</guid>
		<description><![CDATA[/* AAAAAAARRHRRHRRRRRRRRRRGGGGGGGHGGGHGHHHHHGGGHHHHHHH!!!!!!!!!! F*ck me gently with a chainsaw! Will someone please tell me how the f*ck you resize a f*cking widget?? Why, when I call whatever resize method I try with 64&#215;64 does the f*cking window end up 64&#215;82? WHY??????? WHY??????? WHY??????? WHY?????? WHY?????? (why..?) */ Source: Direct link to the source code Software: SSMailbox [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*<br />
AAAAAAARRHRRHRRRRRRRRRRGGGGGGGHGGGHGHHHHHGGGHHHHHHH!!!!!!!!!!<br />
F*ck me gently with a chainsaw!  Will someone please tell me how the f*ck you resize a f*cking widget??  Why, when I call whatever resize method I try with 64&#215;64 does the f*cking window end up 64&#215;82?<br />
WHY???????  WHY???????  WHY???????  WHY??????  WHY??????  (why..?)<br />
 */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=7&#038;ct=rc#Ks9NwvmUjJ0/SSMailbox.c&#038;l=899" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> SSMailbox<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/03/resize-a-widget/"></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%2F03%2Fresize-a-widget%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="tweetbutton1115" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F03%2Fresize-a-widget%2F&amp;via=codecandiescom&amp;text=Resize%20a%20widget&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F03%2Fresize-a-widget%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/03/resize-a-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The moral of the story</title>
		<link>http://www.codecandies.com/2009/09/01/the-moral-of-the-story/</link>
		<comments>http://www.codecandies.com/2009/09/01/the-moral-of-the-story/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:55:58 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[libclass_loader]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1108</guid>
		<description><![CDATA[// dlerror() return a non-const char *, and it&#8217;s does // do not specify if the caller owns it, so this may // actually cause a leak. The moral of the story is: // DOCUMENT YOUR F*CKING CODE!!! Source: Direct link to the source code Software: libclass_loader Programming language: C++ Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
                // dlerror() return a non-const char *, and it&#8217;s does<br />
                // do not specify if the caller owns it, so this may<br />
                // actually cause a leak. The moral of the story is:<br />
                // DOCUMENT YOUR F*CKING CODE!!!
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=530&#038;ct=rc#DooyXB3yfdY/libs11n_class_loader-2005.02.25/src/class_loader.cpp&#038;l=127" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://s11n.net/class_loader/" target="_blank">libclass_loader</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/01/the-moral-of-the-story/"></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%2F01%2Fthe-moral-of-the-story%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="tweetbutton1108" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F01%2Fthe-moral-of-the-story%2F&amp;via=codecandiescom&amp;text=The%20moral%20of%20the%20story&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F09%2F01%2Fthe-moral-of-the-story%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/01/the-moral-of-the-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look at other peoples code</title>
		<link>http://www.codecandies.com/2009/08/11/look-at-other-peoples-code/</link>
		<comments>http://www.codecandies.com/2009/08/11/look-at-other-peoples-code/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 05:05:30 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[comment]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=1000</guid>
		<description><![CDATA[// it sucks to look at other peoples code and not know what // the f*ck is going on cause they didnt comment it&#8230; // this way if i (or someone else) sees this they will be // able to figure out whats happening Source: Direct link to the source code Software: Server Assistant Programming [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
// it sucks to look at other peoples code and not know what<br />
// the f*ck is going on cause they didnt comment it&#8230;<br />
// this way if i (or someone else) sees this they will be<br />
// able to figure out whats happening
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de&#038;sa=N&#038;cd=166&#038;ct=rc#MMM00UgBbek/AVC%20DLL/dlls/avpara.cpp&#038;l=109" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.avbrand.com/projects/sa/" target="_blank">Server Assistant</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/11/look-at-other-peoples-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%2F08%2F11%2Flook-at-other-peoples-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="tweetbutton1000" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F11%2Flook-at-other-peoples-code%2F&amp;via=codecandiescom&amp;text=Look%20at%20other%20peoples%20code&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F11%2Flook-at-other-peoples-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/08/11/look-at-other-peoples-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grep for the f-word</title>
		<link>http://www.codecandies.com/2009/08/05/grep-for-the-f-word/</link>
		<comments>http://www.codecandies.com/2009/08/05/grep-for-the-f-word/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 05:18:40 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stage manager helper]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=972</guid>
		<description><![CDATA[/*Note to self: convert logic below into pushing and popping a stack..that logic is much clearer and requires less fiddling. But it&#8217;s too late to care about such things right now. I&#8217;m going to f*cking bed. And yes, you can grep for the f-word now.*/ Source: Direct link to the source code Software: Stage Manager&#8217;s [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/*Note to self: convert logic below into pushing and popping a stack..that logic is much clearer and requires less fiddling.  But it&#8217;s too late to care about such things right now. I&#8217;m going to f*cking bed.  And yes, you can grep for the f-word now.*/
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#iPTVGsAKX1I/smhelper/basic_info.php&#038;l=187" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://freshmeat.net/projects/smhelper/" target="_blank">Stage Manager&#8217;s Helper </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/08/05/grep-for-the-f-word/"></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%2F05%2Fgrep-for-the-f-word%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="tweetbutton972" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F05%2Fgrep-for-the-f-word%2F&amp;via=codecandiescom&amp;text=Grep%20for%20the%20f-word&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F08%2F05%2Fgrep-for-the-f-word%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/05/grep-for-the-f-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I wish IV</title>
		<link>http://www.codecandies.com/2009/06/24/i-wish-iv/</link>
		<comments>http://www.codecandies.com/2009/06/24/i-wish-iv/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:16:35 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[sql::abstract]]></category>
		<category><![CDATA[wish]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=843</guid>
		<description><![CDATA[# Note to self: I have no idea what this does anymore # It looks like a cool f*cking segment of code though! # I just wish I remembered writing it&#8230; :-\ Source: Direct link to the source code Software: SQL::Abstract Programming language: Perl Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
# Note to self: I have no idea what this does anymore<br />
# It looks like a cool f*cking segment of code though!<br />
# I just wish I remembered writing it&#8230; :-\
</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#omhgfM5oopQ/SQL-Abstract-1.22/t/03values.t&#038;l=62" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://search.cpan.org/~ribasushi/SQL-Abstract-1.56/" target="_blank">SQL::Abstract</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/24/i-wish-iv/"></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%2F24%2Fi-wish-iv%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="tweetbutton843" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F24%2Fi-wish-iv%2F&amp;via=codecandiescom&amp;text=I%20wish%20IV&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F24%2Fi-wish-iv%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/24/i-wish-iv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fiendish part</title>
		<link>http://www.codecandies.com/2009/06/06/fiendish-part/</link>
		<comments>http://www.codecandies.com/2009/06/06/fiendish-part/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 08:51:12 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=796</guid>
		<description><![CDATA[/** * This is the end of the Launcher. The good news: we are over * halfway through! The bad news: the most fiendish part of * the code still lies ahead of us. */ Source: Direct link to the source code Software: Android Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/**<br />
 * This is the end of the Launcher. The good news: we are over<br />
 * halfway through! The bad news: the most fiendish part of<br />
 * the code still lies ahead of us.<br />
 */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#5oTG8Wvrixk/trunk/android-x86/kernel/Documentation/lguest/lguest.c&#038;l=1915" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://code.google.com/intl/de-DE/android/" target="_blank">Android</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/06/fiendish-part/"></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%2F06%2Ffiendish-part%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="tweetbutton796" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F06%2Ffiendish-part%2F&amp;via=codecandiescom&amp;text=Fiendish%20part&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F06%2F06%2Ffiendish-part%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/06/fiendish-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added twice</title>
		<link>http://www.codecandies.com/2009/04/11/added-twice/</link>
		<comments>http://www.codecandies.com/2009/04/11/added-twice/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 08:06:29 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[gift]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=636</guid>
		<description><![CDATA[/* what the f*ck&#8230;this happened once when the source was &#160;* somehow added twice&#8230;i have NO idea how this happened, &#160;* but giFT shouldn&#8217;t be crashing because of it */ Source: Direct link to the source code Software: giFT Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>
/* what the f*ck&#8230;this happened once when the source was<br />
&nbsp;* somehow added twice&#8230;i have NO idea how this happened,<br />
&nbsp;* but giFT shouldn&#8217;t be crashing because of it */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#jFISqYaBT9k/gift-0.11.5/src/download.c&#038;l=930" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://gift.sourceforge.net" target="_blank">giFT</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/11/added-twice/"></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%2F11%2Fadded-twice%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="tweetbutton636" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F11%2Fadded-twice%2F&amp;via=codecandiescom&amp;text=Added%20twice&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F04%2F11%2Fadded-twice%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/11/added-twice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I wish II</title>
		<link>http://www.codecandies.com/2009/03/21/i-wish-ii/</link>
		<comments>http://www.codecandies.com/2009/03/21/i-wish-ii/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 07:58:19 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[sigit]]></category>
		<category><![CDATA[wish]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=390</guid>
		<description><![CDATA[/* Last night I used some code that wasn&#8217;t there, This morning It wasn&#8217;t there either. Oh, how I wish it would stay&#8230; */ Source: Direct link to the source code Software: Sigit Programming language: C Tweet]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>/*<br />
   Last night I used some code that wasn&#8217;t there,<br />
   This morning It wasn&#8217;t there either.<br />
   Oh, how I wish it would stay&#8230;<br />
 */
</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#Y2CmdWWmEts/sigit-0.1.0/config.h&#038;l=199" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://packages.debian.org/de/sid/sigit" target="_blank">Sigit</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/21/i-wish-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%2F03%2F21%2Fi-wish-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="tweetbutton390" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F03%2F21%2Fi-wish-ii%2F&amp;via=codecandiescom&amp;text=I%20wish%20II&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F03%2F21%2Fi-wish-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/03/21/i-wish-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv4 transports</title>
		<link>http://www.codecandies.com/2009/03/14/ipv4-transports/</link>
		<comments>http://www.codecandies.com/2009/03/14/ipv4-transports/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 10:03:54 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=236</guid>
		<description><![CDATA[/* &#160;* Map other pairs to security names &#160;* here. For now just let non-IPv4 transport always succeed. &#160;* &#160;* WHAAAATTTT. No, we don&#8217;t let non-IPv4 transports &#160;* succeed! You must fix this to make it usable, sorry. &#160;* From a security standpoint this is insane. &#8212; Wes &#160;*/ Source: Direct link to the source [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p>/*<br />
&nbsp;* Map other <community , transport-address> pairs to security names<br />
&nbsp;* here.  For now just let non-IPv4 transport always succeed.<br />
&nbsp;*<br />
&nbsp;* WHAAAATTTT.  No, we don&#8217;t let non-IPv4 transports<br />
&nbsp;* succeed!  You must fix this to make it usable, sorry.<br />
&nbsp;* From a security standpoint this is insane. &#8212; Wes<br />
&nbsp;*/<br />
</community></p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=en#-SCp11m69lc/net-snmp-5.1.1/agent/mibgroup/mibII/vacm_vars.c&#038;l=805" target="_blank">Direct link to the source code</a><br />
<strong>Software:</strong> <a href="http://www.net-snmp.org/" target="_blank">net-snmp</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/14/ipv4-transports/"></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%2F14%2Fipv4-transports%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="tweetbutton236" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F03%2F14%2Fipv4-transports%2F&amp;via=codecandiescom&amp;text=IPv4%20transports&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F03%2F14%2Fipv4-transports%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/14/ipv4-transports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biete Porsche für Bugfix</title>
		<link>http://www.codecandies.com/2009/01/30/biete-porsche-fur-bugfix/</link>
		<comments>http://www.codecandies.com/2009/01/30/biete-porsche-fur-bugfix/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 06:16:55 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[zum Verzweifeln]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[porsche]]></category>

		<guid isPermaLink="false">http://www.codecandies.com/?p=15</guid>
		<description><![CDATA[Was man nicht alles vor Verzweiflung anbietet. Glück für den, der den Bug gefunden hat :-) # For some reason, I just can&#8217;t get this # to work with my mod_dav. Works with Greg&#8217;s though??? # Very very annoyed spent hours tracking it. I&#8217;ll give # you a porsche if you can find out why [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Was man nicht alles vor Verzweiflung anbietet. Glück für den, der den Bug gefunden hat :-)</p>
<blockquote><p># For some reason, I just can&#8217;t get this<br />
# to work with my mod_dav. Works with Greg&#8217;s though???<br />
# Very very annoyed spent hours tracking it. I&#8217;ll give<br />
# you a porsche if you can find out why it bugs out.</p></blockquote>
<p><strong>Source:</strong> <a href="http://www.google.com/codesearch/p?hl=de#sJDYwZ5WxuI/HTTP-DAV-0.31/t/6_dav_lock.t&#038;l=90" target="_blank">Direct link to the source code</a></p>
<div class="google_plus_one"><g:plusone size="tall" count="true" url="http://www.codecandies.com/2009/01/30/biete-porsche-fur-bugfix/"></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%2F01%2F30%2Fbiete-porsche-fur-bugfix%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="tweetbutton15" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.codecandies.com%2F2009%2F01%2F30%2Fbiete-porsche-fur-bugfix%2F&amp;via=codecandiescom&amp;text=Biete%20Porsche%20f%C3%BCr%20Bugfix&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.codecandies.com%2F2009%2F01%2F30%2Fbiete-porsche-fur-bugfix%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/01/30/biete-porsche-fur-bugfix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

