<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Can u get rid of this bug in the code below?</title>
	<atom:link href="http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/feed/" rel="self" type="application/rss+xml" />
	<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/</link>
	<description>A daily doze of random thoughts, jokes and forwards</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Avinash</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-32377</link>
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Thu, 13 Dec 2007 09:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-32377</guid>
		<description><![CDATA[Good one!]]></description>
		<content:encoded><![CDATA[<p>Good one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruhi</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31302</link>
		<dc:creator><![CDATA[ruhi]]></dc:creator>
		<pubDate>Tue, 27 Nov 2007 03:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31302</guid>
		<description><![CDATA[Hehe..perhaps you can tell me? I can&#039;t find any mistake :P]]></description>
		<content:encoded><![CDATA[<p>Hehe..perhaps you can tell me? I can&#8217;t find any mistake <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasuki</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31294</link>
		<dc:creator><![CDATA[Vasuki]]></dc:creator>
		<pubDate>Mon, 26 Nov 2007 23:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31294</guid>
		<description><![CDATA[That was cool!]]></description>
		<content:encoded><![CDATA[<p>That was cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paramanand</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31282</link>
		<dc:creator><![CDATA[Paramanand]]></dc:creator>
		<pubDate>Mon, 26 Nov 2007 08:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31282</guid>
		<description><![CDATA[Nice ankur, I thought that it was related to the flying bug, but it looks like my proxy server has banned the gif and so it was not visible here. I therefore thought that there is something important other than humor.]]></description>
		<content:encoded><![CDATA[<p>Nice ankur, I thought that it was related to the flying bug, but it looks like my proxy server has banned the gif and so it was not visible here. I therefore thought that there is something important other than humor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Aggarwal</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31274</link>
		<dc:creator><![CDATA[Ankur Aggarwal]]></dc:creator>
		<pubDate>Mon, 26 Nov 2007 04:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31274</guid>
		<description><![CDATA[@param...
Sir the post is posted under humor and refers to the gif image of an actual fly embedded between the code.]]></description>
		<content:encoded><![CDATA[<p>@param&#8230;<br />
Sir the post is posted under humor and refers to the gif image of an actual fly embedded between the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paramanand</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31273</link>
		<dc:creator><![CDATA[Paramanand]]></dc:creator>
		<pubDate>Mon, 26 Nov 2007 04:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31273</guid>
		<description><![CDATA[It may be that if the value of LAST is increased the code will not work as sum will exceed the maximum integer value allowed. This will happen even LAST is much less than the maximum integer.

Otherwise I don&#039;t think there is a clue. The issue is similar to the bug in JDK (resolved now) to find average of two integers.]]></description>
		<content:encoded><![CDATA[<p>It may be that if the value of LAST is increased the code will not work as sum will exceed the maximum integer value allowed. This will happen even LAST is much less than the maximum integer.</p>
<p>Otherwise I don&#8217;t think there is a clue. The issue is similar to the bug in JDK (resolved now) to find average of two integers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Aggarwal</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31241</link>
		<dc:creator><![CDATA[Ankur Aggarwal]]></dc:creator>
		<pubDate>Sun, 25 Nov 2007 15:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31241</guid>
		<description><![CDATA[@vbr...
hey it has been a very long time since u have posted a ppost]]></description>
		<content:encoded><![CDATA[<p>@vbr&#8230;<br />
hey it has been a very long time since u have posted a ppost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31106</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 23 Nov 2007 10:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31106</guid>
		<description><![CDATA[Or as put forward by Mustrum Ridcully Archchancellor of the Unseen University
The fastest way to deal with problems is to ignore them. If they are important enough someone will come to you with it rather than leaving a note.]]></description>
		<content:encoded><![CDATA[<p>Or as put forward by Mustrum Ridcully Archchancellor of the Unseen University<br />
The fastest way to deal with problems is to ignore them. If they are important enough someone will come to you with it rather than leaving a note.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Aggarwal</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31103</link>
		<dc:creator><![CDATA[Ankur Aggarwal]]></dc:creator>
		<pubDate>Fri, 23 Nov 2007 09:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31103</guid>
		<description><![CDATA[:)) ya the classic ostrich story... bury the head and hope that the problem goes away]]></description>
		<content:encoded><![CDATA[<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) ya the classic ostrich story&#8230; bury the head and hope that the problem goes away</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Voracious Blog Reader</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31102</link>
		<dc:creator><![CDATA[Voracious Blog Reader]]></dc:creator>
		<pubDate>Fri, 23 Nov 2007 09:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31102</guid>
		<description><![CDATA[Awesome !]]></description>
		<content:encoded><![CDATA[<p>Awesome !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31100</link>
		<dc:creator><![CDATA[Aditya]]></dc:creator>
		<pubDate>Fri, 23 Nov 2007 08:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31100</guid>
		<description><![CDATA[This bug has a very easy solution, which works for all bugs really. You just deny its existence and say it is &quot;Working according to the use case&quot;. Matter closed :)]]></description>
		<content:encoded><![CDATA[<p>This bug has a very easy solution, which works for all bugs really. You just deny its existence and say it is &#8220;Working according to the use case&#8221;. Matter closed <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prax</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31055</link>
		<dc:creator><![CDATA[Prax]]></dc:creator>
		<pubDate>Thu, 22 Nov 2007 21:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31055</guid>
		<description><![CDATA[i was talkg about myself 
im a jack of all trades master of none]]></description>
		<content:encoded><![CDATA[<p>i was talkg about myself<br />
im a jack of all trades master of none</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Aggarwal</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31054</link>
		<dc:creator><![CDATA[Ankur Aggarwal]]></dc:creator>
		<pubDate>Thu, 22 Nov 2007 20:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31054</guid>
		<description><![CDATA[there is an orkut link in http://enagar.com/about/ which will have a more or less detailed description about me]]></description>
		<content:encoded><![CDATA[<p>there is an orkut link in <a href="http://enagar.com/about/" rel="nofollow">http://enagar.com/about/</a> which will have a more or less detailed description about me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prax</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31051</link>
		<dc:creator><![CDATA[Prax]]></dc:creator>
		<pubDate>Thu, 22 Nov 2007 20:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31051</guid>
		<description><![CDATA[yes precisely even i dont have a clue]]></description>
		<content:encoded><![CDATA[<p>yes precisely even i dont have a clue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Aggarwal</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31049</link>
		<dc:creator><![CDATA[Ankur Aggarwal]]></dc:creator>
		<pubDate>Thu, 22 Nov 2007 20:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31049</guid>
		<description><![CDATA[this makes me wonder that even though we both interact a lot... i do not even know what profession are you engaged in]]></description>
		<content:encoded><![CDATA[<p>this makes me wonder that even though we both interact a lot&#8230; i do not even know what profession are you engaged in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prax</title>
		<link>http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/comment-page-1/#comment-31048</link>
		<dc:creator><![CDATA[Prax]]></dc:creator>
		<pubDate>Thu, 22 Nov 2007 20:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://enagar.com/2007/11/22/can-u-get-rid-of-this-bug-in-the-code-below/#comment-31048</guid>
		<description><![CDATA[that was kinda cool - refreshed my c skills a bit 
also cleaned my monitor off its layer of dust!]]></description>
		<content:encoded><![CDATA[<p>that was kinda cool &#8211; refreshed my c skills a bit<br />
also cleaned my monitor off its layer of dust!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

