<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Arun Subbiah's Notes</title>
    <link>http://www.arunsubbiah.com/notes/</link>
    <description>A joint creation by the two halves of my brain</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    <pubDate>Mon, 11 May 2009 07:25:46 GMT</pubDate>

    <image>
        <url>http://www.arunsubbiah.com/notes/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Arun Subbiah's Notes - A joint creation by the two halves of my brain</title>
        <link>http://www.arunsubbiah.com/notes/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Bret &quot;The Hitman&quot; Hart</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/56-Bret-The-Hitman-Hart.html</link>
            <category>General</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/56-Bret-The-Hitman-Hart.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=56</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=56</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    At Wrestlefest, Newark Pavilion, Newark, CA:&lt;br /&gt;
&lt;br /&gt;
The Excellence of Execution ... Bret &quot;The Hitman&quot; Hart ...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.arunsubbiah.com/images/2009/05/09_bret.jpg&quot; border=2 height=&quot;490&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bret says &quot;Rock On!&quot;...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.arunsubbiah.com/images/2009/05/09_bret_autograph.jpg&quot; border=2 height=&quot;413&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kamala and Jim &quot;The Anvil&quot; Neidhart were also there at the event ...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.arunsubbiah.com/images/2009/05/09_kamala_anvil_bret.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 09 May 2009 15:35:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/56-guid.html</guid>
    
</item>
<item>
    <title>Discrete event simulation</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/54-Discrete-event-simulation.html</link>
            <category>Projects</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/54-Discrete-event-simulation.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=54</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=54</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    Source: &lt;a href=&quot;http://www.arunsubbiah.com/projects/discrete_event_simulation/desim-src-1.1.tar.gz&quot;&gt;http://www.arunsubbiah.com/projects/discrete_event_simulation/desim-src-1.1.tar.gz&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;http://www.arunsubbiah.com/notes/index.php?/archives/54-Discrete-event-simulation.html#extended&quot;&gt;Continue reading &quot;Discrete event simulation&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 25 Dec 2008 21:41:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/54-guid.html</guid>
    
</item>
<item>
    <title>The init_priority() variable attribute</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/52-The-init_priority-variable-attribute.html</link>
            <category>C/C++ Programming</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/52-The-init_priority-variable-attribute.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=52</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=52</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    #include &amp;#60cstdio&amp;#62&lt;br /&gt;
class SampleClass&lt;br /&gt;
{&lt;br /&gt;
public:&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;     SampleClass(const char *announce_string) {&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;         printf(&quot;%s\n&quot;, announce_string);&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;     }&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
SampleClass X(&quot;X instantiated&quot;);&lt;br /&gt;
SampleClass &amp;#95&amp;#95attribute&amp;#95&amp;#95 ((init_priority(60000))) Y(&quot;Y instantiated&quot;);&lt;br /&gt;
&lt;br /&gt;
int&lt;br /&gt;
main(void)&lt;br /&gt;
{&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; return 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
% ./a.out&lt;br /&gt;
Y instantiated&lt;br /&gt;
X instantiated 
    </content:encoded>

    <pubDate>Sat, 29 Nov 2008 16:04:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/52-guid.html</guid>
    
</item>
<item>
    <title>New York City</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/53-New-York-City.html</link>
            <category>Travel</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/53-New-York-City.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=53</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2008/11/01_nyc01.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt; &lt;br /&gt;&lt;a href=&quot;http://www.arunsubbiah.com/notes/index.php?/archives/53-New-York-City.html#extended&quot;&gt;Continue reading &quot;New York City&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 01 Nov 2008 16:40:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/53-guid.html</guid>
    
</item>
<item>
    <title>Fresh air forecast</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/47-Fresh-air-forecast.html</link>
            <category>General</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/47-Fresh-air-forecast.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=47</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=47</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2008/09/01_weather1.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.arunsubbiah.com/images/2008/09/01_weather2.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 01 Sep 2008 14:10:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/47-guid.html</guid>
    
</item>
<item>
    <title>Yellowstone National Park</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/46-Yellowstone-National-Park.html</link>
            <category>Travel</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/46-Yellowstone-National-Park.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2008/08/30_yellowstone01.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.arunsubbiah.com/images/2008/08/30_yellowstone02.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt; &lt;br /&gt;&lt;a href=&quot;http://www.arunsubbiah.com/notes/index.php?/archives/46-Yellowstone-National-Park.html#extended&quot;&gt;Continue reading &quot;Yellowstone National Park&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 30 Aug 2008 18:04:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/46-guid.html</guid>
    
</item>
<item>
    <title>MSAC racquetball</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/48-MSAC-racquetball.html</link>
            <category>General</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/48-MSAC-racquetball.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=48</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=48</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2008/08/10_rball1.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.arunsubbiah.com/images/2008/08/10_rball2.jpg&quot; border=2 height=&quot;734&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt; 
    </content:encoded>

    <pubDate>Sun, 10 Aug 2008 19:06:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/48-guid.html</guid>
    
</item>
<item>
    <title>Bryce Canyon National Park</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/45-Bryce-Canyon-National-Park.html</link>
            <category>Travel</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/45-Bryce-Canyon-National-Park.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=45</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=45</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2008/04/05_bryce01.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.arunsubbiah.com/notes/index.php?/archives/45-Bryce-Canyon-National-Park.html#extended&quot;&gt;Continue reading &quot;Bryce Canyon National Park&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 05 Apr 2008 16:02:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/45-guid.html</guid>
    
</item>
<item>
    <title>Undo an svn checkin</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/39-Undo-an-svn-checkin.html</link>
            <category>Programming Tools</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/39-Undo-an-svn-checkin.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=39</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    To undo an svn commit: &lt;a href=&quot;http://svnbook.red-bean.com/en/1.0/ch04s04.html#svn-ch-4-sect-4.2&quot;&gt;http://svnbook.red-bean.com/en/1.0/ch04s04.html#svn-ch-4-sect-4.2&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Thu, 06 Mar 2008 16:02:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/39-guid.html</guid>
    
</item>
<item>
    <title>The explicit keyword</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/41-The-explicit-keyword.html</link>
            <category>C/C++ Programming</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/41-The-explicit-keyword.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    class SampleClass&lt;br /&gt;
{&lt;br /&gt;
public:&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; explicit SampleClass(int x, int y = 0);&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
http://weblogs.asp.net/kennykerr/archive/2004/08/31/Explicit-Constructors.aspx&lt;br /&gt;
http://blogs.msdn.com/oldnewthing/archive/2006/05/24/605974.aspx&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 02 Mar 2008 16:56:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/41-guid.html</guid>
    
</item>
<item>
    <title>The world's a small place in 4D</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/40-The-worlds-a-small-place-in-4D.html</link>
            <category>General</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/40-The-worlds-a-small-place-in-4D.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=40</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=40</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2007/12/14_phdline.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Standing in line to receive the PhD. The graduate just ahead of me in the queue and I were finalists at the Joy interschool Math quiz (organized by FAPS Bangalore) in 1992 -- over 15 years ago. St. Joseph&#039;s and FAPS fought it out to the last minute for a nail-biting finish... 
    </content:encoded>

    <pubDate>Fri, 14 Dec 2007 19:38:23 -0800</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/40-guid.html</guid>
    
</item>
<item>
    <title>Mystery Spot, Santa Cruz</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/38-Mystery-Spot,-Santa-Cruz.html</link>
            <category>Travel</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/38-Mystery-Spot,-Santa-Cruz.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2007/11/24_mysteryspot.jpg&quot; border=2 height=&quot;693&quot; width=&quot;520&quot; alt=&quot;Mystery Spot Santa Cruz&quot; /&gt; 
    </content:encoded>

    <pubDate>Sat, 24 Nov 2007 12:50:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/38-guid.html</guid>
    
</item>
<item>
    <title>Delete-on-close</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/35-Delete-on-close.html</link>
            <category>Linux</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/35-Delete-on-close.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=35</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    fd = open(filename, flags, mode);&lt;br /&gt;
unlink(filename);&lt;br /&gt;
...&lt;br /&gt;
close(fd); 
    </content:encoded>

    <pubDate>Thu, 01 Nov 2007 13:42:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/35-guid.html</guid>
    
</item>
<item>
    <title>Templates and inheritance</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/34-Templates-and-inheritance.html</link>
            <category>C/C++ Programming</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/34-Templates-and-inheritance.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    template &amp;#60typename T&amp;#62&lt;br /&gt;
class BaseClass&lt;br /&gt;
{&lt;br /&gt;
protected:&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; int x_;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
template &amp;#60typename T&amp;#62&lt;br /&gt;
class DerivedClass : public BaseClass&amp;#60T&amp;#62&lt;br /&gt;
{&lt;br /&gt;
public:&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; void print_x(void) {&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; cout &amp;#60&amp;#60 &quot;X = &quot; &amp;#60&amp;#60 &lt;font color=red&gt;this-&amp;#62&lt;/font&gt;x_ &amp;#60&amp;#60 endl;&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
Credit: http://ultrahigh.org/2007/05/05/mixing-inheritance-and-templates/ 
    </content:encoded>

    <pubDate>Wed, 17 Oct 2007 15:31:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/34-guid.html</guid>
    
</item>
<item>
    <title>Golden Gate bridge</title>
    <link>http://www.arunsubbiah.com/notes/index.php?/archives/36-Golden-Gate-bridge.html</link>
            <category>Travel</category>
    
    <comments>http://www.arunsubbiah.com/notes/index.php?/archives/36-Golden-Gate-bridge.html#comments</comments>
    <wfw:comment>http://www.arunsubbiah.com/notes/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.arunsubbiah.com/notes/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (S. Arun)</author>
    <content:encoded>
    &lt;img src=&quot;http://www.arunsubbiah.com/images/2007/09/30_goldengate.jpg&quot; border=2 height=&quot;390&quot; width=&quot;520&quot; alt=&quot;Golden Gate&quot; /&gt; 
    </content:encoded>

    <pubDate>Sun, 30 Sep 2007 11:55:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.arunsubbiah.com/notes/index.php?/archives/36-guid.html</guid>
    
</item>

</channel>
</rss>