<?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>{love to code?}</title>
	<atom:link href="https://navaneethkn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://navaneethkn.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 15 Feb 2013 19:00:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='navaneethkn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>{love to code?}</title>
		<link>https://navaneethkn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://navaneethkn.wordpress.com/osd.xml" title="{love to code?}" />
	<atom:link rel='hub' href='https://navaneethkn.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Moving away from WordPress</title>
		<link>https://navaneethkn.wordpress.com/2013/02/16/moving-away-from-wordpress/</link>
					<comments>https://navaneethkn.wordpress.com/2013/02/16/moving-away-from-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Fri, 15 Feb 2013 19:00:32 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=325</guid>

					<description><![CDATA[I will be blogging on http://navaneeth.github.com from now onwards. Please update your RSS readers to point to the new location.]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2013/02/16/moving-away-from-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple, generic and dynamically allocated array in C</title>
		<link>https://navaneethkn.wordpress.com/2012/05/11/simple-generic-and-dynamically-allocated-array-in-c/</link>
					<comments>https://navaneethkn.wordpress.com/2012/05/11/simple-generic-and-dynamically-allocated-array-in-c/#comments</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Fri, 11 May 2012 07:18:06 +0000</pubDate>
				<category><![CDATA[std-c]]></category>
		<category><![CDATA[amortized constant time]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[dynamic array]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=319</guid>

					<description><![CDATA[C is a very good language. I have been using for quite some time for my opensource project. The flexibility C offers is really good. But sometimes, lack of simple datastructures like a dynamically growing array will slow down the &#8230; <a href="https://navaneethkn.wordpress.com/2012/05/11/simple-generic-and-dynamically-allocated-array-in-c/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2012/05/11/simple-generic-and-dynamically-allocated-array-in-c/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple egg timer on Linux for Pomodoro technique</title>
		<link>https://navaneethkn.wordpress.com/2010/12/19/simple-egg-timer-on-linux-for-pomodoro-technique/</link>
					<comments>https://navaneethkn.wordpress.com/2010/12/19/simple-egg-timer-on-linux-for-pomodoro-technique/#comments</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Sun, 19 Dec 2010 06:27:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pomodoro]]></category>
		<category><![CDATA[shell-scripting]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=307</guid>

					<description><![CDATA[Recently I have started evaluating the Pomodoro Technique which I found quite interesting. I am still evaluating the technique and not yet concluded on whether I should continue using it. To implement pomodoro technique, you need a kitchen timer or &#8230; <a href="https://navaneethkn.wordpress.com/2010/12/19/simple-egg-timer-on-linux-for-pomodoro-technique/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2010/12/19/simple-egg-timer-on-linux-for-pomodoro-technique/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>

		<media:content url="https://navaneethkn.wordpress.com/wp-content/uploads/2010/12/pomodoro-started.png" medium="image">
			<media:title type="html">Pomodoro started notification</media:title>
		</media:content>

		<media:content url="https://navaneethkn.wordpress.com/wp-content/uploads/2010/12/pomodoro-ended.png" medium="image">
			<media:title type="html">Pomodoro ended notification</media:title>
		</media:content>
	</item>
		<item>
		<title>Unit testing events &#8211; Asserting event rasing</title>
		<link>https://navaneethkn.wordpress.com/2009/12/21/unit-testing-events-asserting-event-rasing/</link>
					<comments>https://navaneethkn.wordpress.com/2009/12/21/unit-testing-events-asserting-event-rasing/#respond</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Mon, 21 Dec 2009 06:15:23 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[unit-testing]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=301</guid>

					<description><![CDATA[I was working on a Silverlight application where property setter raises PropetyChanged events for other read only properties that needs to be updated. Something like, Here is how I came up with a test case that asserts the proper events &#8230; <a href="https://navaneethkn.wordpress.com/2009/12/21/unit-testing-events-asserting-event-rasing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2009/12/21/unit-testing-events-asserting-event-rasing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>
	</item>
		<item>
		<title>Invoking root directorie&#8217;s makefile from subdirectory in EMACS</title>
		<link>https://navaneethkn.wordpress.com/2009/11/04/invoking-root-directory-makefile-from-subdirectory-in-emacs/</link>
					<comments>https://navaneethkn.wordpress.com/2009/11/04/invoking-root-directory-makefile-from-subdirectory-in-emacs/#respond</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:57:45 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[tips&tricks]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=295</guid>

					<description><![CDATA[To compile, M-x compile is used in emacs. The value displayed in the mini-buffer for this command is stored in the compile-command variable. When you execute, make -k, emacs executes the command in the directory on which the currently opened &#8230; <a href="https://navaneethkn.wordpress.com/2009/11/04/invoking-root-directory-makefile-from-subdirectory-in-emacs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2009/11/04/invoking-root-directory-makefile-from-subdirectory-in-emacs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>
	</item>
		<item>
		<title>How overriding Object.ToString() helps</title>
		<link>https://navaneethkn.wordpress.com/2009/10/16/how-overriding-object-tostring-helps/</link>
					<comments>https://navaneethkn.wordpress.com/2009/10/16/how-overriding-object-tostring-helps/#comments</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Fri, 16 Oct 2009 02:07:07 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[tips&tricks]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=285</guid>

					<description><![CDATA[System.Object provides a ToString() method which gives a human readable string about the object. Many people haven&#8217;t realized how useful is this tiny method. Consider the following code: The information printed is not at all helpful. Let us override ToString() &#8230; <a href="https://navaneethkn.wordpress.com/2009/10/16/how-overriding-object-tostring-helps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2009/10/16/how-overriding-object-tostring-helps/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>

		<media:content url="https://navaneethkn.wordpress.com/wp-content/uploads/2009/10/without_tostring.png" medium="image">
			<media:title type="html">without_tostring</media:title>
		</media:content>

		<media:content url="https://navaneethkn.wordpress.com/wp-content/uploads/2009/10/with_tostring.png" medium="image">
			<media:title type="html">with_tostring</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding equality and object comparison in .NET framework</title>
		<link>https://navaneethkn.wordpress.com/2009/10/15/understanding-equality-and-object-comparison-in-net-framework/</link>
					<comments>https://navaneethkn.wordpress.com/2009/10/15/understanding-equality-and-object-comparison-in-net-framework/#comments</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 10:57:09 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[C#]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=256</guid>

					<description><![CDATA[.NET framework provides several methods to do comparison and equality check for objects. It can be pretty confusing at the beginning by looking at the documentations for each interfaces that framework offers. In this post, I will try explain the &#8230; <a href="https://navaneethkn.wordpress.com/2009/10/15/understanding-equality-and-object-comparison-in-net-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2009/10/15/understanding-equality-and-object-comparison-in-net-framework/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting smart-completion for wxWidgets using CEDET</title>
		<link>https://navaneethkn.wordpress.com/2009/10/11/getting-smart-completion-wxwidgets-cedet-emacs/</link>
					<comments>https://navaneethkn.wordpress.com/2009/10/11/getting-smart-completion-wxwidgets-cedet-emacs/#comments</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:30:09 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cedet]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[wxwidgets]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=240</guid>

					<description><![CDATA[This post shows how CEDET can be configured to show code-completion for classes in wxWidgets library. Since wxWidgets uses preprocessor macros heavily, configuring smart-completion is bit tricky. I haven&#8217;t got successful completion on my first attempt and got everything worked &#8230; <a href="https://navaneethkn.wordpress.com/2009/10/11/getting-smart-completion-wxwidgets-cedet-emacs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2009/10/11/getting-smart-completion-wxwidgets-cedet-emacs/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>

		<media:content url="https://navaneethkn.wordpress.com/wp-content/uploads/2009/10/emacs-wxwidgets-cedet.png" medium="image">
			<media:title type="html">emacs-wxwidgets-cedet</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting rendered HTML of a server control</title>
		<link>https://navaneethkn.wordpress.com/2009/09/28/getting-rendered-html-of-a-server-control/</link>
					<comments>https://navaneethkn.wordpress.com/2009/09/28/getting-rendered-html-of-a-server-control/#respond</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:01:39 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[tips&tricks]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=237</guid>

					<description><![CDATA[This post shows a generic method that can return the HTML string generated by ASP.NET server control after the rendering.]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2009/09/28/getting-rendered-html-of-a-server-control/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>
	</item>
		<item>
		<title>How small code optimizations can improve the performance and storage requirements</title>
		<link>https://navaneethkn.wordpress.com/2009/09/17/how-small-code-optimizations-can-improve-the-performance-and-storage-requirements/</link>
					<comments>https://navaneethkn.wordpress.com/2009/09/17/how-small-code-optimizations-can-improve-the-performance-and-storage-requirements/#comments</comments>
		
		<dc:creator><![CDATA[Navaneeth KN]]></dc:creator>
		<pubDate>Thu, 17 Sep 2009 03:46:35 +0000</pubDate>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[dynamic-programming]]></category>
		<category><![CDATA[optimization]]></category>
		<guid isPermaLink="false">http://navaneethkn.wordpress.com/?p=215</guid>

					<description><![CDATA[While reading an algorithms book, I learned that minor optimizations and choosing right algorithm can improve the code performance drastically. In this post we will see how this is happening. Consider the following trivial code to calculate a Fibonacci value &#8230; <a href="https://navaneethkn.wordpress.com/2009/09/17/how-small-code-optimizations-can-improve-the-performance-and-storage-requirements/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://navaneethkn.wordpress.com/2009/09/17/how-small-code-optimizations-can-improve-the-performance-and-storage-requirements/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/495cddcd83078d18c25e5bd572e1f9b16fdb417fa2cec7b26d1646e730e0b71b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">navaneethkn</media:title>
		</media:content>

		<media:content url="https://navaneethkn.wordpress.com/wp-content/uploads/2009/09/fibonocci-recursion-tree.png" medium="image">
			<media:title type="html">fibonocci-recursion-tree</media:title>
		</media:content>
	</item>
	</channel>
</rss>
