<?xml version="1.0"?>
<rss version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.thearchitect.co.uk/schemas/rss-2_0.xsd">
    <channel>
        <title>Adarsh R Welcomes You!</title>
        <link>http://www.adarshr.com/</link>
        <description>Home page of Adarsh Ramamurthy. Contains various kinds of artifacts. 
        You may browse the links on the left menu, specifically, the "Warehouse" at 
        http://www.adarshr.com/pages/warehouse. For Contact Information, visit 
        http://www.adarshr.com/pages/contact.
        </description>
        <language>en-us</language>
        <pubDate>Sun, 29 Jun 2008 17:30:00 GMT</pubDate>
        <lastBuildDate>Sun, 29 Jun 2008 17:30:00 GMT</lastBuildDate>
        <docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
        <generator>Eclipse Platform v3.3.0</generator>

		<item>
            <title>HTML Index Generator Batch Script for Windows</title>
            <link>http://www.adarshr.com/papers/indexer</link>
            <description>
                I recently saw that a colleague of mine had written a Java program to generate a simple HTML index of 
				all the sub-directories of a given directory. I felt that the task could be accomplished with even more control 
				if we just had a Windows batch script which does the same, eliminating the need for any JVM.
            </description>
            <pubDate>Sun, 29 Jun 2008 17:30:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/indexer</guid>
        </item>

		<item>
            <title>CF - A fast and feature rich Java Class Finder</title>
            <link>http://www.adarshr.com/papers/classfinder</link>
            <description>
                 After all the wait, here I finally proudly release CF - A fast Java Class Finder. It comes with a host of new 
				 features and a great performance boost compared to contemporary peers.
            </description>
            <pubDate>Sun, 22 Jun 2008 07:30:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/classfinder</guid>
        </item>

		<item>
            <title> Static Initializer and Blank Final Problem in Java</title>
            <link>http://www.adarshr.com/papers/static</link>
            <description>
                 A strange situation with static initializers and blank final variables in the Java programming language.
				 Read on to understand the situation and an explanation of the behaviour.
            </description>
            <pubDate>Sat, 21 Jun 2008 17:30:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/static</guid>
        </item>
		
		<item>
            <title>Simple Implementation of Wildcard (*) Text Matching using Java</title>
            <link>http://www.adarshr.com/papers/wildcard</link>
            <description>
                 A simple algorithm and implementation of wildcard text matching using Java. The article
				 contains detailed explanation with sample code.
            </description>
            <pubDate>Tue, 13 May 2008 21:20:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/wildcard</guid>
        </item>
		
		<item>
            <title>Args Engine - A reusable solution for Command Line Arguments Parsing in Java</title>
            <link>http://www.adarshr.com/papers/args</link>
            <description>
                 Args Engine is a simple command line parsing engine for Java. The library has a single 
				 class and can be imported into any project of your choice easily.
				 
				 Read on to know more.
            </description>
            <pubDate>Tue, 13 May 2008 20:20:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/args</guid>
        </item>

        <item>
            <title>RARoScope - Java Library for Scanning RAR Archives</title>
            <link>http://www.adarshr.com/papers/raroscope</link>
            <description>
                 Ever faced the challenge to be able to scan RAR archives using Java? Wished the API was as simple and easy to 
				 use as the ones provided for ZIP and JAR handling in Java? Don't want the hassles of including expensive native 
				 code into your Java application?
				 
                 RARoScope is here to solve all these woes.
            </description>
            <pubDate>Tue, 17 Mar 2008 18:55:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/raroscope</guid>
        </item>

        <item>
            <title>Java - Can we throw nulls?</title>
            <link>http://www.adarshr.com/papers/npe</link>
            <description>
                An interesting behaviour discovered in Java. Visit http://www.adarshr.com/papers/npe to know more.
            </description>
            <pubDate>Tue, 17 Mar 2008 18:55:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/npe</guid>
        </item>

        <item>
            <title>Chat with me!</title>
            <link>http://www.adarshr.com/</link>
            <description>
                Do you see the new "Chat!" badge on the right hand side of the website? Yes! You can now chat with me in guest mode on Google Talk. 
				Go ahead and try it out for yourself! You'll be able to click on the "Chat!" link, provided I'm available (green). We can chat once I accept 
				the invitation.
            </description>
            <pubDate>Tue, 26 Feb 2008 18:55:00 GMT</pubDate>
            <guid>http://www.adarshr.com/</guid>
        </item>
		
        <item>
            <title>Don't Google it. Just `g' it!</title>
            <link>http://www.adarshr.com/finds/gsearch</link>
            <description>
                Learn how to set up a handy Google search using the browser address bar in Firefox. Just type `g' followed
				by your search query and hit enter. That's it!
            </description>
            <pubDate>Sat, 24 Nov 2007 01:20:00 GMT</pubDate>
            <guid>http://www.adarshr.com/finds/gsearch</guid>
        </item>

        <item>
            <title>Fun with XMPP and Google Talk, Part 2</title>
            <link>http://www.adarshr.com/papers/xmpp2</link>
            <description>
                Ever wondered if you could control your Google Talk programmatically? How about a scrolling status message? 
                How does Google Talk actually work? Find out all about this and more in "Fun with XMPP and Google Talk, Part 2" 
                at http://www.adarshr.com/papers/xmpp2.
            </description>
            <pubDate>Tue, 20 Nov 2007 00:00:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/xmpp2</guid>
        </item>

        <item>
            <title>RSS Feeds - Never miss an update!</title>
            <link>http://www.adarshr.com/feeds</link>
            <description>
                Now that www.adarshr.com has syndication enabled, you will never miss any update I make
                or any new work that I publish. Subscribe using your favourite RSS Feed reader and stay up
                to date.
            </description>
            <pubDate>Sat, 3 Nov 2007 20:00:00 GMT</pubDate>
            <guid>http://www.adarshr.com/feeds</guid>
        </item>

        <item>
            <title>renamex - Rename Extensions of multiple files at once in Windows</title>
            <link>http://www.adarshr.com/papers/renamex</link>
            <description>
                A practical problem that resulted in a small utility. This is a Windows batch script 
                that renames just the file extensions of multiple files at once. Includes multiple options. 
                Tested on Windows XP and Vista.
            </description>
            <pubDate>Sat, 3 Nov 2007 00:30:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/renamex</guid>
        </item>
        
        <item>
            <title>Find out how Google Talk works!</title>
            <link>http://www.adarshr.com/papers/xmpp</link>
            <description>
                "Fun with XMPP and Google Talk" is a technical research article I have come up with, to 
                discuss some of the amazingly exciting features and intricacies of XMPP with a parallel 
                insight of Google Talk. This is the first of a two part series on the subject. Have a look 
                and let me know what you think.
            </description>
            <pubDate>Mon, 29 Oct 2007 00:00:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/xmpp</guid>
        </item>
        
        <item>
            <title>Comment boxes are passe. Callouts are hot!</title>
            <link>http://www.adarshr.com/papers/recursive#c1</link>
            <description>
                This weekend, I redesigned comments section of pages which support posting the same. The usual boring boxes 
                are gone. Enter callouts. Have a look at it yourself, at http://www.adarshr.com/papers/recursive#c1.
            </description>
            <pubDate>Sat, 20 Oct 2007 01:00:00 GMT</pubDate>
            <guid>http://www.adarshr.com/papers/recursive#c1</guid>
        </item>
    </channel>
</rss>
