<?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>mohangk.org/blog &#187; Uncategorized</title>
	<atom:link href="http://mohangk.org/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://mohangk.org/blog</link>
	<description>Thoughts, somewhat explained</description>
	<lastBuildDate>Wed, 06 Jul 2011 02:37:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>links for 2008-09-24</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-24/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-24/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 04:42:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/2008/09/links-for-2008-09-24/</guid>
		<description><![CDATA[Sylvester &#8211; Vector and Matrix math for JavaScript A Javascript library to manipulate vector and matrices. (tags: javascript math toolkit) A history of the Amiga, part 1: Genesis: Page 1 Homage to the computer that set my imagination wild. This &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-24/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://sylvester.jcoglan.com/#download">Sylvester &#8211; Vector and Matrix math for JavaScript</a></div>
<div class="delicious-extended">A Javascript library to manipulate vector and matrices.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/javascript">javascript</a> <a href="http://delicious.com/saradiya/math">math</a> <a href="http://delicious.com/saradiya/toolkit">toolkit</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://arstechnica.com/articles/culture/a-history-of-the-amiga-part-1.ars/1">A history of the Amiga, part 1: Genesis: Page 1</a></div>
<div class="delicious-extended">Homage to the computer that set my imagination wild. This really brought back memories.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/amiga">amiga</a> <a href="http://delicious.com/saradiya/retro">retro</a> <a href="http://delicious.com/saradiya/computing">computing</a> <a href="http://delicious.com/saradiya/commodore">commodore</a> <a href="http://delicious.com/saradiya/history">history</a> <a href="http://delicious.com/saradiya/inspiration">inspiration</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://barryp.org/software/bpgsql/">bpgsql</a></div>
<div class="delicious-extended">Pure python barebones pgsql adapter. Ultra cool.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/pgsql">pgsql</a> <a href="http://delicious.com/saradiya/python">python</a> <a href="http://delicious.com/saradiya/driver">driver</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-23</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-23/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-23/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 18:31:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/2008/09/links-for-2008-09-23/</guid>
		<description><![CDATA[[Web-SIG] URL quoting in WSGI (or the lack therof) A long thread of discussion covering the PEP 333 and the decoding of the PATH_INFO attribute in the environ dict. Final verdict &#8211; its sucks, but it should be decoded. Reason &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-23/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://mail.python.org/pipermail/web-sig/2008-January/003122.html">[Web-SIG] URL quoting in WSGI (or the lack therof)</a></div>
<div class="delicious-extended">A long thread of discussion covering the PEP 333 and the decoding of the PATH_INFO attribute in the environ dict. Final verdict &#8211; its sucks, but it should be decoded. Reason being the CGI spec, which the PEP 333 refers to says so. I encountered this issue when I noticed that wsgi-inspect does not actually decode the PATH_INFO  attribute.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/wsgi">wsgi</a> <a href="http://delicious.com/saradiya/python">python</a> <a href="http://delicious.com/saradiya/urldecode">urldecode</a> <a href="http://delicious.com/saradiya/urlencode">urlencode</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.albionresearch.com/misc/urlencode.php">The URLEncode and URLDecode Page</a></div>
<div class="delicious-extended">A useful tool when you need a simple tool to code and decode strings quickly.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/urlencode">urlencode</a> <a href="http://delicious.com/saradiya/urldecode">urldecode</a> <a href="http://delicious.com/saradiya/javascript">javascript</a> <a href="http://delicious.com/saradiya/tool">tool</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-22</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-22/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-22/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 18:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/2008/09/links-for-2008-09-22/</guid>
		<description><![CDATA[Reflections from a TiddlyWiki Tiddler and Thoughts on a Guide for Web App Development with TiddlyWiki A great collection of notes on how to hack TiddlyWiki. TiddlyWiki is one of those excellent examples of a completely javascript based web application, &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-22/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://softwareas.com/reflections-from-a-tiddlywiki-tiddler-and-thoughts-on-a-guide-for-web-app-development-with-tiddlywiki">Reflections from a TiddlyWiki Tiddler and Thoughts on a Guide for Web App Development with TiddlyWiki</a></div>
<div class="delicious-extended">A great collection of notes on how to hack TiddlyWiki. TiddlyWiki is one of those excellent examples of a completely javascript based web application, with the potential of working in a distributed, semi connected environment. With things like Gears and TiddlyWiki one can imagine web based application that work offline, and sync online seemlessly. Something to bite into soon.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/webapp">webapp</a> <a href="http://delicious.com/saradiya/wiki">wiki</a> <a href="http://delicious.com/saradiya/ajax">ajax</a> <a href="http://delicious.com/saradiya/javascript">javascript</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-12</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-12/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-12/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 21:09:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/2008/09/links-for-2008-09-12/</guid>
		<description><![CDATA[Lucky to be a Programmer : Gustavo Duarte &#34;I think it’s because institutions are so good at squeezing the fun out of everything. It’s appalling for example how schools can take the most vibrant topics and mangle them into formulaic, &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://duartes.org/gustavo/blog/post/lucky-to-be-a-programmer">Lucky to be a Programmer : Gustavo Duarte</a></div>
<div class="delicious-extended">&quot;I think it’s because institutions are so good at squeezing the fun out of everything. It’s appalling for example how schools can take the most vibrant topics and mangle them into formulaic, mediocre slog. And so it is for programming. Many corporations turn an inherently rewarding experience into something people just barely stomach in exchange for a paycheck.&quot;  Amen brother.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/programming">programming</a> <a href="http://delicious.com/saradiya/motivation">motivation</a> <a href="http://delicious.com/saradiya/inspiration">inspiration</a> <a href="http://delicious.com/saradiya/blog">blog</a> <a href="http://delicious.com/saradiya/coding">coding</a> <a href="http://delicious.com/saradiya/career">career</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-10</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-10/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-10/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 18:03:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/2008/09/links-for-2008-09-10/</guid>
		<description><![CDATA[JSON » Blog Archives » Standardizing RESTful JSON Standards and techniques to look into if we are ever going to implement a simple json interface ontop of arbitiary databases &#8211; ala DBslayer (tags: json rest restful-json standards) JSON Schema Proposal &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.json.com/2008/08/19/standardizing-restful-json/">JSON » Blog Archives » Standardizing RESTful JSON</a></div>
<div class="delicious-extended">Standards and techniques  to look into if we are ever going to implement a simple json interface ontop of arbitiary databases &#8211; ala DBslayer</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/json">json</a> <a href="http://delicious.com/saradiya/rest">rest</a> <a href="http://delicious.com/saradiya/restful-json">restful-json</a> <a href="http://delicious.com/saradiya/standards">standards</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://json-schema.org/">JSON Schema Proposal</a></div>
<div class="delicious-extended">A proposal that sets forward a schema and a refernce implementation of a validator. Is this just complicating a simple serialization format ?</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/json">json</a> <a href="http://delicious.com/saradiya/schema">schema</a> <a href="http://delicious.com/saradiya/data">data</a> <a href="http://delicious.com/saradiya/interface">interface</a> <a href="http://delicious.com/saradiya/metadata">metadata</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-07</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-07/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-07/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 18:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/2008/09/links-for-2008-09-07/</guid>
		<description><![CDATA[Barcorama &#8211; barcode reader software [Updated 3/Mar/08] &#8211; xda-developers A windows ME app that can read barcodes. Based on zxing. I need to try this out ! (tags: windows mobile barcode zxing) zxing &#8211; Google Code Java based (JavaME and &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-07/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://forum.xda-developers.com/showthread.php?t=368798">Barcorama &#8211; barcode reader software [Updated 3/Mar/08] &#8211; xda-developers</a></div>
<div class="delicious-extended">A windows ME app that can read barcodes. Based on zxing. I need to try this out !</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/windows">windows</a> <a href="http://delicious.com/saradiya/mobile">mobile</a> <a href="http://delicious.com/saradiya/barcode">barcode</a> <a href="http://delicious.com/saradiya/zxing">zxing</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://code.google.com/p/zxing/">zxing &#8211; Google Code</a></div>
<div class="delicious-extended">Java based (JavaME and Android support ) library to read barcodes. Looks interesting &#8211; no support for Windows ME though.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/java">java</a> <a href="http://delicious.com/saradiya/opensource">opensource</a> <a href="http://delicious.com/saradiya/mobile">mobile</a> <a href="http://delicious.com/saradiya/zxing">zxing</a> <a href="http://delicious.com/saradiya/j2me">j2me</a> <a href="http://delicious.com/saradiya/reader">reader</a> <a href="http://delicious.com/saradiya/camera">camera</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.wiredfool.com/2006/07/04/barcode-recognition/">wiredfool » Barcode Recognition</a></div>
<div class="delicious-extended">How to read a barcode from a black and white image of a  barcode. Now will need to figure out code that will be able to detect a barcode in an image. Promising nonetheless</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/barcode">barcode</a> <a href="http://delicious.com/saradiya/python">python</a> <a href="http://delicious.com/saradiya/image">image</a> <a href="http://delicious.com/saradiya/processing">processing</a> <a href="http://delicious.com/saradiya/howto">howto</a> <a href="http://delicious.com/saradiya/ocr">ocr</a> <a href="http://delicious.com/saradiya/recognition">recognition</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://utilitymill.com/edit/barcode_recognizer">Utility Mill &#8211; Utility &#8211; Editing &#8211; barcode_recognizer</a></div>
<div class="delicious-extended">A barcode reading utility. Based on the code from http://www.wiredfool.com/2006/07/04/barcode-recognition/. Pass it an image and it reads the barcode.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/python">python</a> <a href="http://delicious.com/saradiya/barcode">barcode</a> <a href="http://delicious.com/saradiya/image">image</a> <a href="http://delicious.com/saradiya/recognition">recognition</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-05</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-05/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-05/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 18:09:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/2008/09/links-for-2008-09-05/</guid>
		<description><![CDATA[find and xargs Note to self &#8211; When encoountering the &#34;Argument list too long&#34; because the bash expansion choked on a large list of files &#8211; use &#34;find ./ -name &#039;&#60;pattern_to_match&#62;&#039; &#124; xargs &#60;cmd_to_run&#62;&#34; (tags: bash tips tutorial unix reference)]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.kalamazoolinux.org/tech/find.html">find and xargs</a></div>
<div class="delicious-extended">Note to self &#8211; When encoountering the  &quot;Argument list too long&quot; because the bash expansion choked on a large list of files &#8211; use &quot;find ./  -name &#039;&lt;pattern_to_match&gt;&#039; | xargs &lt;cmd_to_run&gt;&quot;</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/bash">bash</a> <a href="http://delicious.com/saradiya/tips">tips</a> <a href="http://delicious.com/saradiya/tutorial">tutorial</a> <a href="http://delicious.com/saradiya/unix">unix</a> <a href="http://delicious.com/saradiya/reference">reference</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-04</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-04/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-04/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:05:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/?p=43</guid>
		<description><![CDATA[SitePoint Blogs » Easy Vector Graphics with the Raphaël JavaScript Library A very cool tutorial on using Raphaël to make a performance monitoring graph. Very clean code and nice looks. (tags: javascript raphaël visualization) Goldblog &#8211; Python Parameters &#8211; Pass-By-Value &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.sitepoint.com/blogs/2008/09/03/easy-vector-graphics-with-the-raphael-javascript-library/">SitePoint Blogs » Easy Vector Graphics with the Raphaël JavaScript Library</a></div>
<div class="delicious-extended">A very cool tutorial on using Raphaël to make a performance monitoring graph. Very clean code and nice looks.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/javascript">javascript</a> <a href="http://delicious.com/saradiya/rapha%C3%ABl">raphaël</a> <a href="http://delicious.com/saradiya/visualization">visualization</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.goldb.org/goldblog/CommentView,guid,4eb92070-c279-44b3-ac2a-5d1c4f3e8115.aspx">Goldblog &#8211; Python Parameters &#8211; Pass-By-Value or Pass-By-Reference? &#8211; Corey Goldberg</a></div>
<div class="delicious-extended">Python &#8211; pass by value or pass by reference ? Neither it seems <img src='http://mohangk.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Great summary.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/python">python</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-03</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-03/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-03/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/?p=40</guid>
		<description><![CDATA[Model-View-Controller in jQuery &#124; Wulf An interesting ongoing tutorial on implementing the MVS stack within the browser (A-la JavascriptMVC.com). Looks intriguing and possiby a solution to the mess large javascript applications tend to be. However, the jury is still out &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-03/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://welcome.totheinter.net/tutorials/model-view-controller-in-jquery/">Model-View-Controller in jQuery | Wulf</a></div>
<div class="delicious-extended">An interesting ongoing tutorial on implementing the MVS stack within the browser (A-la JavascriptMVC.com). Looks intriguing and possiby a solution to the mess large javascript applications tend to be. However, the jury is still out (IMHO) as to the whether a MVC framework within the browser is really the best solution for this</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/jQuery">jQuery</a> <a href="http://delicious.com/saradiya/mvc">mvc</a> <a href="http://delicious.com/saradiya/framework">framework</a> <a href="http://delicious.com/saradiya/AJAX">AJAX</a> <a href="http://delicious.com/saradiya/tutorial">tutorial</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://projects.flowingdata.com/visitr/">Track Where Your Visitors are Coming From with Visitr | FlowingData</a></div>
<div class="delicious-extended">An excellent tool that makes use of modest maps to build a topogrpahical visualisation of web visitors.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/visualization">visualization</a> <a href="http://delicious.com/saradiya/flash">flash</a> <a href="http://delicious.com/saradiya/map">map</a> <a href="http://delicious.com/saradiya/actionscript">actionscript</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://effbot.org/zone/python-with-statement.htm">Understanding Python&#039;s &quot;with&quot; statement</a></div>
<div class="delicious-extended">Pythons &#039;with&#039; statement. Setup and cleanup cold handled elegantly. effbot.org is excellent.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/python">python</a> <a href="http://delicious.com/saradiya/tutorial">tutorial</a> <a href="http://delicious.com/saradiya/code">code</a> <a href="http://delicious.com/saradiya/programming">programming</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2008-09-02</title>
		<link>http://mohangk.org/blog/2008/09/links-for-2008-09-02/</link>
		<comments>http://mohangk.org/blog/2008/09/links-for-2008-09-02/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mohangk.org/blog/?p=39</guid>
		<description><![CDATA[Ephemeral software joys » Blog Archive » Indenting XML documents with gEdit Gedit is slowly growing on me. Maybe you really don&#039;t need a VM to run your IDE This is a simple recipe to add XMLIndenting. Useful indeed. (tags: &#8230; <a href="http://mohangk.org/blog/2008/09/links-for-2008-09-02/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.geekcorner.org/blog/index.php/2007/06/01/indenting-xml-documents-with-gedit/">Ephemeral software joys » Blog Archive » Indenting XML documents with gEdit</a></div>
<div class="delicious-extended">Gedit is slowly growing on me. Maybe you really don&#039;t need a VM to run your IDE <img src='http://mohangk.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This is a simple recipe to add XMLIndenting. Useful indeed.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/saradiya/xmlindent">xmlindent</a> <a href="http://delicious.com/saradiya/xml">xml</a> <a href="http://delicious.com/saradiya/gedit">gedit</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mohangk.org/blog/2008/09/links-for-2008-09-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

