<?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/"
	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>chooru::code</title>
	<atom:link href="http://choorucode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://choorucode.wordpress.com</link>
	<description>Marginalia on programming and software.</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='choorucode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e41ffbfbd6a27fff5f9bd343cdf1ab80?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>chooru::code</title>
		<link>http://choorucode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://choorucode.wordpress.com/osd.xml" title="chooru::code" />
	<atom:link rel='hub' href='http://choorucode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ILSpy</title>
		<link>http://choorucode.wordpress.com/2012/01/30/ilspy/</link>
		<comments>http://choorucode.wordpress.com/2012/01/30/ilspy/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 13:41:28 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ilspy]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2226</guid>
		<description><![CDATA[[ ILSpy displaying the implementation of the System.Int32.GetHashCode() method ] Programming in C# or any other .Net language is unimaginable without its accompanying .Net framework of classes and libraries. A lot of times you might wonder how a certain class or method is actually implemented in the .Net framework. ILSpy is a great tool that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2226&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://choorucode.files.wordpress.com/2012/01/20120130-ilspy.png"><img class="aligncenter size-full wp-image-2227" title="ILSpy" src="http://choorucode.files.wordpress.com/2012/01/20120130-ilspy.png?w=600" alt=""   /></a></p>
<p style="text-align:center;">[ ILSpy displaying the implementation of the <code>System.Int32.GetHashCode()</code> method ]</p>
<p>Programming in C# or any other .Net language is unimaginable without its accompanying .Net framework of classes and libraries. A lot of times you might wonder how a certain class or method is actually implemented in the .Net framework. <a href="http://wiki.sharpdevelop.net/ILSpy.ashx"><strong>ILSpy</strong></a> is a great tool that can be used to see how any class or method in the .Net framework or any other .Net assembly is implemented. It does this by decompiling the IL code in the .Net assembly to the more readable C# code.</p>
<p>When you open ILSpy, by default it already displays the decompiled code of all the core .Net classes. If you want to decompile any other .Net assembly file (<code>.exe</code> or <code>.dll</code>), use File → Open to add it too.</p>
<p><strong>Tried with:</strong> ILSpy 1.0.0.1000</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2226&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/30/ilspy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120130-ilspy.png" medium="image">
			<media:title type="html">ILSpy</media:title>
		</media:content>
	</item>
		<item>
		<title>RememberTheMilk in the System Tray using Treb</title>
		<link>http://choorucode.wordpress.com/2012/01/28/rememberthemilk-in-the-system-tray-using-treb/</link>
		<comments>http://choorucode.wordpress.com/2012/01/28/rememberthemilk-in-the-system-tray-using-treb/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 16:05:56 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[remember the milk]]></category>
		<category><![CDATA[system tray]]></category>
		<category><![CDATA[treb]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2221</guid>
		<description><![CDATA[I use RememberTheMilk to maintain my task list and it is quite frustrating to open the browser just to view my tasks for today. I discovered Treb recently and with it I can view my RTM tasks with a single click in a flash. Treb is an application that can be used to display mobile [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2221&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://choorucode.files.wordpress.com/2012/01/20120127-rtm-treb.png"><img class="aligncenter size-full wp-image-2222" title="RTM Treb" src="http://choorucode.files.wordpress.com/2012/01/20120127-rtm-treb.png?w=600" alt=""   /></a></p>
<p>I use <a href="http://rememberthemilk.com"><strong>RememberTheMilk</strong></a> to maintain my task list and it is quite frustrating to open the browser just to view my tasks for today. I discovered <a href="http://treb.sf.net/"><strong>Treb</strong></a> recently and with it I can view my RTM tasks with a single click in a flash. Treb is an application that can be used to display mobile version of websites as separate clickable icons in the system tray. Treb keeps its instances refreshed in the background and so it is displayed instantaneously when clicked. A Treb instance of the RTM tasks due today can be downloaded <a href="http://bitbucket.org/ashwin/trebs">here</a>. All I needed to create the RTM instance was the URL of the mobile website, which is: <code>http://m.rememberthemilk.com</code></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2221&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/28/rememberthemilk-in-the-system-tray-using-treb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120127-rtm-treb.png" medium="image">
			<media:title type="html">RTM Treb</media:title>
		</media:content>
	</item>
		<item>
		<title>KitKatTimer</title>
		<link>http://choorucode.wordpress.com/2012/01/25/kitkattimer/</link>
		<comments>http://choorucode.wordpress.com/2012/01/25/kitkattimer/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:50:38 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[kitkattimer]]></category>
		<category><![CDATA[snarl]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[windows forms]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2212</guid>
		<description><![CDATA[&#8220;Have a break &#8230; have a Kit Kat!&#8221; A lot of digital ink has been spilled about the problems of our sedentary lifestyles. Recently, I realized that sometimes I too was sitting in my chair working at the computer for 2-3 hours without getting up! I wrote a tiny application called KitKatTimer that sits in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2212&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://choorucode.files.wordpress.com/2012/01/20120125-kitkattimer.png"><img class="aligncenter size-full wp-image-2213" title="KitKatTimer" src="http://choorucode.files.wordpress.com/2012/01/20120125-kitkattimer.png?w=600" alt=""   /></a></p>
<p style="text-align:center;"><em>&#8220;Have a break &#8230; have a Kit Kat!&#8221;</em></p>
<p>A lot of digital ink has been spilled about the problems of our sedentary lifestyles. Recently, I realized that sometimes I too was sitting in my chair working at the computer for 2-3 hours without getting up!</p>
<p>I wrote a tiny application called <a href="https://bitbucket.org/ashwin/kitkattimer"><strong>KitKatTimer</strong></a> that sits in the system tray and reminds me to take a break when I have been sitting on my bum for a long time. It is written in C# and uses <strong>Snarl</strong> to display its notifications. (For information on Snarl go <a title="Snarl" href="http://choorucode.wordpress.com/2012/01/21/snarl/">here</a>.) It knows when you are not at the computer by listening to the system idle, locked or asleep statuses. The code for KitKatTimer can be obtained <a href="https://bitbucket.org/ashwin/kitkattimer">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2212&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/25/kitkattimer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120125-kitkattimer.png" medium="image">
			<media:title type="html">KitKatTimer</media:title>
		</media:content>
	</item>
		<item>
		<title>Snarl: Discard All Notifications While Away</title>
		<link>http://choorucode.wordpress.com/2012/01/21/snarl-discard-all-notifications-while-away/</link>
		<comments>http://choorucode.wordpress.com/2012/01/21/snarl-discard-all-notifications-while-away/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 14:19:08 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[snarl]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2209</guid>
		<description><![CDATA[Problem By default, Snarl stores all the notifications that were generated while I am away from the computer (say I locked the computer). When I come back to the computer it displays a notification indicating how many notifications I missed while I was away and invites me to see them. Actually, I do not care [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2209&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-missed-notifications.png"><img class="aligncenter size-full wp-image-2210" title="Snarl Missed Notifications" src="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-missed-notifications.png?w=600" alt=""   /></a></p>
<p><strong>Problem</strong></p>
<p>By default, <strong>Snarl</strong> stores all the notifications that were generated while I am away from the computer (say I locked the computer). When I come back to the computer it displays a notification indicating how many notifications I missed while I was away and invites me to see them. Actually, I do not care about any notifications I miss while I am away from the computer, so it would be nice to just ignore or discard these missed notifications.</p>
<p><strong>Solution</strong></p>
<p>To always discard notifications while I am away, open Settings → Presence → Away. The default setting for <em>When Away</em> is <em>Log as Missed</em>. Change it to <em>Discard</em> and you will no longer be bugged about missed notifications.</p>
<p><strong>Tried with:</strong> Snarl R2.5</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2209&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/21/snarl-discard-all-notifications-while-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-missed-notifications.png" medium="image">
			<media:title type="html">Snarl Missed Notifications</media:title>
		</media:content>
	</item>
		<item>
		<title>Snarl</title>
		<link>http://choorucode.wordpress.com/2012/01/21/snarl/</link>
		<comments>http://choorucode.wordpress.com/2012/01/21/snarl/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 09:38:15 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[snarl]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2205</guid>
		<description><![CDATA[Lo behold, just a few weeks after discovering Growl for Windows, I have found something much more cooler: Snarl. Like Growl, Snarl is meant to gather and display notifications. But, I found it to be much better than Growl in its presentation and features. What is more, it can listen for Growl notifications and display [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2205&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-0.png"><img class="aligncenter size-full wp-image-2206" title="Snarl" src="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-0.png?w=600" alt=""   /></a></p>
<p>Lo behold, just a few weeks after <a title="Notification of Visual Studio Build with Growl" href="http://choorucode.wordpress.com/2011/12/13/notification-of-visual-studio-build-with-growl/">discovering</a> <strong>Growl for Windows</strong>, I have found something much more cooler: <a href="http://www.fullphat.net/"><strong>Snarl</strong></a>. Like Growl, Snarl is meant to gather and display notifications. But, I found it to be much better than Growl in its presentation and features. What is more, it can listen for Growl notifications and display them too. For example, I can continue to use the Growl addon I used in Visual Studio and have its build result notification show up using Snarl.</p>
<p><a href="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-1.png"><img class="aligncenter size-full wp-image-2207" title="Snarl" src="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-1.png?w=600" alt=""   /></a></p>
<p>An added bonus is the neat set of applications that come built-in with Snarl. The <strong>Clock+</strong> application displays a notification once an hour, reminding me that another hour has passed and acts like the chime of the grandfather clock from my childhood. The <strong>AudioMon</strong> application shows the current volume as a meter when I change or mute the volume using the buttons on my laptop or my Autohotkey <a title="Windows 7: Life Without the Volume Control" href="http://choorucode.wordpress.com/2010/12/10/windows-7-life-without-the-volume-control/">volume shortcuts</a>. The <strong>SysInfo</strong> application monitors system parameters like battery level and notifies when it crosses a threshold.</p>
<p>Snarl is packed with features and it takes a while to iterate through its settings. But I am pretty sure you will appreciate the attention to detail the developers have put into this app. The display of the notifications is tastefully done and it is a joy to see them pop up on the screen. (I think they resemble the look of GNOME.) In addition, Snarl ships with a lot of different notification themes and styles to suit your taste.</p>
<p><strong>Tried with:</strong> Snarl R2.5 on Windows 7</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2205&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/21/snarl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-0.png" medium="image">
			<media:title type="html">Snarl</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120121-snarl-1.png" medium="image">
			<media:title type="html">Snarl</media:title>
		</media:content>
	</item>
		<item>
		<title>Reader Addon for Firefox</title>
		<link>http://choorucode.wordpress.com/2012/01/21/reader-addon-for-firefox/</link>
		<comments>http://choorucode.wordpress.com/2012/01/21/reader-addon-for-firefox/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 09:08:46 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2201</guid>
		<description><![CDATA[I find that the form and layout of content in most webpages is detrimental to a distraction-free reading. Bad fonts are used and the content is squeezed in between photos, advertisements and links to other articles. So, for quite sometime now I have been using bookmarklets in Firefox that rendered the text content of a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2201&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://choorucode.files.wordpress.com/2012/01/20120120-reader.png"><img class="aligncenter size-full wp-image-2202" title="Reader Addon for Firefox" src="http://choorucode.files.wordpress.com/2012/01/20120120-reader.png?w=600" alt=""   /></a></p>
<p>I find that the form and layout of content in most webpages is detrimental to a distraction-free reading. Bad fonts are used and the content is squeezed in between photos, advertisements and links to other articles. So, for quite sometime now I have been using bookmarklets in Firefox that rendered the text content of a webpage in a distraction-free form for reading. At first I was using <a href="http://www.readability.com/"><strong>Readability</strong></a> and when it felt slow I switched to <strong>Readable</strong>. The latter has recently been bought by <strong>Evernote</strong> and has been repackaged as <a href="http://www.evernote.com/clearly/"><strong>Evernote Clearly</strong></a>.</p>
<p>Both of the above solutions are fine, except that they both have a bit of latency when applied on a webpage. Thankfully, there are now Firefox addons that provide this same feature and I have been happy with one of them: <a href="https://addons.mozilla.org/en-US/firefox/addon/reader/"><strong>Reader</strong></a>. This is based on Readable, and is much faster in rendering the content of a webpage. It uses a convenient shortcut too: <code>Ctrl + Alt + R</code>, R is for reading! To change the font, background color and other properties of its content display, just click its icon in the addon bar at the bottom of Firefox.</p>
<p><strong>Tried with:</strong> Reader 2.1 and Firefox 9.0</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2201&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/21/reader-addon-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120120-reader.png" medium="image">
			<media:title type="html">Reader Addon for Firefox</media:title>
		</media:content>
	</item>
		<item>
		<title>Compares of Bottom-up Mergesort</title>
		<link>http://choorucode.wordpress.com/2012/01/11/compares-of-bottom-up-mergesort/</link>
		<comments>http://choorucode.wordpress.com/2012/01/11/compares-of-bottom-up-mergesort/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 00:27:37 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[errata]]></category>
		<category><![CDATA[mergesort]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2195</guid>
		<description><![CDATA[It is fun to spot a mistake in a technical book. (Knuth has made it cool by sending out cheques to the error spotters.) Recently, I found a mistake while looking through the chapter on mergesort in Algorithms (4th Edition) by Robert Sedgewick and Kevin Wayne. There is a proposition in the chapter which states [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2195&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is fun to spot a mistake in a technical book. (Knuth has made it cool by sending out cheques to the error spotters.) Recently, I found a mistake while looking through the chapter on mergesort in <a href="http://algs4.cs.princeton.edu/"><strong>Algorithms</strong></a> (4th Edition) by <strong>Robert Sedgewick</strong> and <strong>Kevin Wayne</strong>.</p>
<p>There is a proposition in the chapter which states that:</p>
<p><pre class="brush: plain;">
bottom-up mergesort uses between 0.5 N lg N and N lg N compares and 6 N lg N array accesses to sort an array of N items.
</pre></p>
<p>There is a small error in the proof. It states that:</p>
<p><pre class="brush: plain;">
the number of passes through the array is precisely floor( lg N ) which is precisely the value of n such that 2^n &lt;= N &lt; 2^n+1
</pre></p>
<p>This is wrong when N is not a power of 2. For example, if N is 7, then the array cannot be sorted in 2 passes, it needs at least 3, which is <code>ceil( lg N )</code>.</p>
<p>So, the correct statement in the proof should be:</p>
<p><pre class="brush: plain;">
the number of passes through the array is precisely ceil( lg N ) which is precisely the value of n such that 2^n-1 &lt; N &lt;= 2^n
</pre></p>
<p>I contacted the authors about this and was surprised when co-author Kevin Wayne promptly replied back confirming the error. He even added the correction to the <a href="http://algs4.cs.princeton.edu/errata/errata-printing2.php">errata webpage</a> of their book <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2195&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/11/compares-of-bottom-up-mergesort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>
	</item>
		<item>
		<title>C++: Static Class Definition</title>
		<link>http://choorucode.wordpress.com/2012/01/10/c-static-class-definition/</link>
		<comments>http://choorucode.wordpress.com/2012/01/10/c-static-class-definition/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 05:52:40 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2192</guid>
		<description><![CDATA[In C++, the static specifier is only meaningful when applied on functions and variables. But surprisingly, C++ allows static to be used on a class definition: This specifier is useless on the class definition since it does not mean anything! This compiles successfully with with Visual C++, only generating a C4091 warning: This hints at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2192&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In <strong>C++</strong>, the <code>static</code> specifier is only meaningful when applied on functions and variables. But surprisingly, C++ allows <code>static</code> to be used on a class definition:</p>
<p><pre class="brush: plain;">
static class Car
{
    int _speed;
};
</pre></p>
<p>This specifier is useless on the class definition since it does not mean anything! This compiles successfully with with Visual C++, only generating a <a href="http://msdn.microsoft.com/en-us/library/eehkcz60.aspx">C4091</a> warning:</p>
<p><pre class="brush: plain;">
warning C4091: 'static ' : ignored on left of 'Car' when no variable is declared
</pre></p>
<p>This hints at the reason why C++ allows <code>static</code> on a class definition. It is to support the definition of a class and the creation of a static object of that class in a single statement:</p>
<p><pre class="brush: plain;">
static class Car { int _speed } fooCar;
</pre></p>
<p>The above is equivalent to:</p>
<p><pre class="brush: plain;">
class Car
{
    int _speed;
};

static Car fooCar;
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2192&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/10/c-static-class-definition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>
	</item>
		<item>
		<title>Remember The Milk: Tasks Due Today</title>
		<link>http://choorucode.wordpress.com/2012/01/08/remember-the-milk-tasks-due-today/</link>
		<comments>http://choorucode.wordpress.com/2012/01/08/remember-the-milk-tasks-due-today/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 00:32:52 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[remember the milk]]></category>
		<category><![CDATA[smart list]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2190</guid>
		<description><![CDATA[Problem Remember The Milk is an online application that I use to maintain the lists of tasks I need to complete. I can assign a date-time to each task on or by when I want to complete it. But, most of the time when I open RTM what I want to see are the tasks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2190&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong></p>
<p><a href="http://www.rememberthemilk.com/"><strong>Remember The Milk</strong></a> is an online application that I use to maintain the lists of tasks I need to complete. I can assign a date-time to each task on or by when I want to complete it. But, most of the time when I open RTM what I want to see are the tasks (across all my lists) that are due for completion today. This includes tasks which are overdue.</p>
<p><strong>Solution</strong></p>
<p>RTM supports <strong>smart lists</strong> i.e., virtual lists that are the result of applying certain search operations on the tasks in the actual lists. To get a smart list of all the tasks due today and are also overdue, use the operation <code>dueBefore: tomorrow</code>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2190&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/08/remember-the-milk-tasks-due-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>
	</item>
		<item>
		<title>MSI Afterburner</title>
		<link>http://choorucode.wordpress.com/2012/01/04/msi-afterburner/</link>
		<comments>http://choorucode.wordpress.com/2012/01/04/msi-afterburner/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 10:39:30 +0000</pubDate>
		<dc:creator>Ashwin Nanjappa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gpu]]></category>
		<category><![CDATA[moni]]></category>
		<category><![CDATA[msi afterburner]]></category>

		<guid isPermaLink="false">http://choorucode.wordpress.com/?p=2185</guid>
		<description><![CDATA[&#160; One of the coolest things about using a graphics card from MSI is their MSI Afterburner application. It is primarily meant for overclocking, but I think its monitor GUI is the best out there for GPUs. The user can pick the data he wants to be monitored (temperature, clock, memory usage and many more). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2185&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://choorucode.files.wordpress.com/2012/01/20120104-msi-afterburner1.png"><img class="aligncenter size-full wp-image-2187" title="MSI Afterburner" src="http://choorucode.files.wordpress.com/2012/01/20120104-msi-afterburner1.png?w=600" alt=""   /></a></p>
<p>One of the coolest things about using a graphics card from MSI is their <strong>MSI Afterburner</strong> application. It is primarily meant for overclocking, but I think its monitor GUI is the best out there for GPUs. The user can pick the data he wants to be monitored (temperature, clock, memory usage and many more). These are displayed in real-time much like a heart-rate monitor. The values on the right show the current value, while hovering the mouse over any part of the graph shows the value at that time. The polling period can be adjusted and this application supports the smallest polling periods I have seen.</p>
<p><strong>Tried with:</strong> MSI Afterburner 2.1.0 on a NVIDIA GTX 580</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/choorucode.wordpress.com/2185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/choorucode.wordpress.com/2185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/choorucode.wordpress.com/2185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/choorucode.wordpress.com/2185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/choorucode.wordpress.com/2185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/choorucode.wordpress.com/2185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/choorucode.wordpress.com/2185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/choorucode.wordpress.com/2185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/choorucode.wordpress.com/2185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/choorucode.wordpress.com/2185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/choorucode.wordpress.com/2185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/choorucode.wordpress.com/2185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/choorucode.wordpress.com/2185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/choorucode.wordpress.com/2185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=choorucode.wordpress.com&amp;blog=9682018&amp;post=2185&amp;subd=choorucode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://choorucode.wordpress.com/2012/01/04/msi-afterburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e656e8a79ae5a416f0c3d4de38d302b1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashwin</media:title>
		</media:content>

		<media:content url="http://choorucode.files.wordpress.com/2012/01/20120104-msi-afterburner1.png" medium="image">
			<media:title type="html">MSI Afterburner</media:title>
		</media:content>
	</item>
	</channel>
</rss>
