<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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/" version="2.0">
<channel>
    <title>Linoleum</title>
    <link>http://linoleum.leapster.org/</link>
    <description>Linux Programming Resources</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <managingEditor>paul@dwerryhouse.com.au</managingEditor>
<pubDate>Wed, 19 Nov 2008 13:17:02 GMT</pubDate>

    <image>
        <url>http://linoleum.leapster.org/templates/linoleum/img/s9y_banner_small.png</url>
        <title>RSS: Linoleum - Linux Programming Resources</title>
        <link>http://linoleum.leapster.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/linoleumlinux" type="application/rss+xml" /><item>
    <title>C++: An STL-like circular buffer</title>
    <link>http://linoleum.leapster.org/archives/238-C++-An-STL-like-circular-buffer.html</link>
            <category>c++</category>
    
    <comments>http://linoleum.leapster.org/archives/238-C++-An-STL-like-circular-buffer.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=238</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=238</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Pete Goodliffe is running a series of articles on his <a href="http://goodliffe.blogspot.com/">blog</a> on writing a circular buffer in C++, to demonstrate how to write STL-like containers.<br />
<br />
<ul><br />
<li><a href="http://goodliffe.blogspot.com/2008/11/c-stl-like-circular-buffer-part-1.html">Part one</a></li><br />
<li><a href="http://goodliffe.blogspot.com/2008/11/c-stl-like-circular-buffer-part-2.html">Part two</a></li><br />
</li> 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=238"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=238" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=akMgKC"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=akMgKC" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Thu, 20 Nov 2008 12:28:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/238-guid.html</guid>
    
</item>
<item>
    <title>Python's Struct Class</title>
    <link>http://linoleum.leapster.org/archives/230-Pythons-Struct-Class.html</link>
            <category>python</category>
    
    <comments>http://linoleum.leapster.org/archives/230-Pythons-Struct-Class.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=230</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=230</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    O'Reilly are running a good walkthrough of <a href="http://broadcast.oreilly.com/2008/11/pymotw-struct.html">Python's Struct class</a>, which provides functions for packing and unpacking data into and from strings. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=230"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=230" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=l8nb85"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=l8nb85" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Wed, 19 Nov 2008 16:13:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/230-guid.html</guid>
    
</item>
<item>
    <title>Web services with Ruby on Rails</title>
    <link>http://linoleum.leapster.org/archives/229-Web-services-with-Ruby-on-Rails.html</link>
            <category>ruby</category>
    
    <comments>http://linoleum.leapster.org/archives/229-Web-services-with-Ruby-on-Rails.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=229</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=229</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    While this <a href="http://www.ibm.com/developerworks/opensource/library/os-ws-rubyrails/index.html?ca=drs-">article on creating Web services using Ruby on Rails</a> is geared for Windows users, the principles and tools are all cross-platform, and will work just as well on Linux.<br />
<br />
 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=229"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=229" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=ONWaFN"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=ONWaFN" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Tue, 18 Nov 2008 09:58:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/229-guid.html</guid>
    
</item>
<item>
    <title>Mastering Eclipse v3.4, Part two</title>
    <link>http://linoleum.leapster.org/archives/232-Mastering-Eclipse-v3.4,-Part-two.html</link>
            <category>java</category>
    
    <comments>http://linoleum.leapster.org/archives/232-Mastering-Eclipse-v3.4,-Part-two.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=232</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=232</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    <a href="http://www.ibm.com/developerworks/opensource/library/os-eclipse-master2/index.html?ca=drs-">Part two</a> of Developerworks' Mastering Eclipse series is now available, this time looking at the Java Development Tools, Refactoring, and building and running projects. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=232"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=232" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=C4kfGC"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=C4kfGC" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Mon, 17 Nov 2008 08:45:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/232-guid.html</guid>
    
</item>
<item>
    <title>Bash sub-shells</title>
    <link>http://linoleum.leapster.org/archives/233-Bash-sub-shells.html</link>
            <category>bourne shell</category>
    
    <comments>http://linoleum.leapster.org/archives/233-Bash-sub-shells.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=233</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=233</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Mitch Frazier explains how to make use of parentheses to execute groups of commands in the background within shell scripts, in his <a href="http://www.linuxjournal.com/content/bash-sub-shells">Linux Journal article on subshells</a>. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=233"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=233" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=josVxP"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=josVxP" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Sat, 15 Nov 2008 07:49:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/233-guid.html</guid>
    
</item>
<item>
    <title>Beginners Introduction to Object-Oriented Programming with Perl</title>
    <link>http://linoleum.leapster.org/archives/234-Beginners-Introduction-to-Object-Oriented-Programming-with-Perl.html</link>
            <category>perl</category>
    
    <comments>http://linoleum.leapster.org/archives/234-Beginners-Introduction-to-Object-Oriented-Programming-with-Perl.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=234</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=234</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    O'Reilly have published a fantastic <a href="http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html">introduction to perl's object oriented features</a>, which will be handy for anyone like me who finds that their perl code tends to become unwieldly after a few hundred lines. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=234"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=234" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=OlkYrE"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=OlkYrE" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Fri, 14 Nov 2008 17:03:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/234-guid.html</guid>
    
</item>
<item>
    <title>What's new in PHP 5.3: the object interface</title>
    <link>http://linoleum.leapster.org/archives/231-Whats-new-in-PHP-5.3-the-object-interface.html</link>
            <category>php</category>
    
    <comments>http://linoleum.leapster.org/archives/231-Whats-new-in-PHP-5.3-the-object-interface.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=231</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=231</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    John Mertic has put together a write-up on a number of the <a href="http://www.ibm.com/developerworks/opensource/library/os-php-5.3new1/index.html?ca=drs-">new features</a> available in PHP 5.3, looking at changes to the object interface, in this first part.<br />
<br />
He takes a look at improved static methods, circular garbage collection and late static binding, amongst other features, and provides a number of examples of code. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=231"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=231" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=69tqmr"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=69tqmr" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Fri, 14 Nov 2008 11:31:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/231-guid.html</guid>
    
</item>
<item>
    <title>Introduction to Spring Faces</title>
    <link>http://linoleum.leapster.org/archives/223-Introduction-to-Spring-Faces.html</link>
            <category>java</category>
    
    <comments>http://linoleum.leapster.org/archives/223-Introduction-to-Spring-Faces.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=223</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=223</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Jeremy Grelle has written an <a href="http://www.jsfcentral.com/articles/intro_spring_faces_1.html">introduction to Spring Faces</a> at JSFCentral. The <a href="http://www.springframework.org/">Spring Framework</a> is yet another open-source application framework for Java (just how many are there now?) and Spring Faces provides an interface between it and <a href="http://java.sun.com/javaee/javaserverfaces/">Java Server Faces</a>. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=223"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=223" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=udmSo0"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=udmSo0" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Thu, 13 Nov 2008 08:19:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/223-guid.html</guid>
    
</item>
<item>
    <title>lxml: High-performance XML parsing in Python</title>
    <link>http://linoleum.leapster.org/archives/226-lxml-High-performance-XML-parsing-in-Python.html</link>
            <category>python</category>
            <category>xml</category>
    
    <comments>http://linoleum.leapster.org/archives/226-lxml-High-performance-XML-parsing-in-Python.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=226</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=226</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Liza Daly has written an article on Python's <a href="http://www.ibm.com/developerworks/opensource/library/x-hiperfparse/index.html?ca=drs-">lxml library</a>, a high-performance xml parser, giving some examples on performing iterative parsing and some very good advice on making your code perform better. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=226"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=226" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=wvLPuC"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=wvLPuC" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Wed, 12 Nov 2008 08:47:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/226-guid.html</guid>
    
</item>
<item>
    <title>Mastering Eclipse V3.4</title>
    <link>http://linoleum.leapster.org/archives/224-Mastering-Eclipse-V3.4.html</link>
            <category>java</category>
    
    <comments>http://linoleum.leapster.org/archives/224-Mastering-Eclipse-V3.4.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=224</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=224</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    If you're thinking of moving to an IDE for developing code, then you can't go past this <a href="http://www.ibm.com/developerworks/opensource/library/os-eclipse-master1/index.html?ca=drs-">tutorial</a>, which provides a beginners guide to Eclipse 3.4.<br />
<br />
The first installment covers the basics - the Workbench, projects and workspaces, customising toolbars and menus, as well as keyboard shortcuts and fonts. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=224"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=224" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=CSdniv"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=CSdniv" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Tue, 11 Nov 2008 16:09:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/224-guid.html</guid>
    
</item>
<item>
    <title>Python Data Persistence using MySQL</title>
    <link>http://linoleum.leapster.org/archives/222-Python-Data-Persistence-using-MySQL.html</link>
            <category>python</category>
    
    <comments>http://linoleum.leapster.org/archives/222-Python-Data-Persistence-using-MySQL.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=222</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=222</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Packt Publishing have published a piece on <a href="http://www.packtpub.com/article/python-data-persistence-using-mysql">getting your python scripts to talk to a MySQL database</a>. <br />
<br />
 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=222"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=222" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=JxNy3W"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=JxNy3W" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Mon, 10 Nov 2008 09:28:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/222-guid.html</guid>
    
</item>
<item>
    <title>Applied regular expressions in PHP</title>
    <link>http://linoleum.leapster.org/archives/221-Applied-regular-expressions-in-PHP.html</link>
            <category>php</category>
    
    <comments>http://linoleum.leapster.org/archives/221-Applied-regular-expressions-in-PHP.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=221</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=221</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Linux.com are running a feature showing how to use regular expressions in PHP to <a href="http://www.linux.com/feature/150679">provision a Linksys PAP2T VOIP adapter</a>. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=221"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=221" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=N8Za7J"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=N8Za7J" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Sat, 08 Nov 2008 10:57:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/221-guid.html</guid>
    
</item>
<item>
    <title>HugeTLB - Large Page Support in the Linux Kernel</title>
    <link>http://linoleum.leapster.org/archives/220-HugeTLB-Large-Page-Support-in-the-Linux-Kernel.html</link>
            <category>kernel</category>
    
    <comments>http://linoleum.leapster.org/archives/220-HugeTLB-Large-Page-Support-in-the-Linux-Kernel.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=220</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=220</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Linux Gazette have published a piece on <a href="http://linuxgazette.net/155/krishnakumar.html">enabling and using HugeTLB</a> - in other words, using large virtual memory pages within Linux applications. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=220"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=220" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=spbkWz"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=spbkWz" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Thu, 06 Nov 2008 16:27:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/220-guid.html</guid>
    
</item>
<item>
    <title>Get to know GCC 4</title>
    <link>http://linoleum.leapster.org/archives/219-Get-to-know-GCC-4.html</link>
            <category>c</category>
            <category>c++</category>
            <category>objective c</category>
    
    <comments>http://linoleum.leapster.org/archives/219-Get-to-know-GCC-4.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=219</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=219</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    GCC version 4 has been out for several years now, and anyone still using version 3 is probably living in a box ... or just has very, very specific requirements for their build environment. Nevertheless, IBM Developerworks are running an article detailing <a href="http://www.ibm.com/developerworks/linux/library/l-gcc4/index.html?ca=dgr-lnxw01GNUCollection&S_tact=105AGX59&S_cmp=GRsitelnxw01">what's new in GCC 4</a>. 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=219"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=219" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=DO2NkJ"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=DO2NkJ" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Wed, 05 Nov 2008 07:33:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/219-guid.html</guid>
    
</item>
<item>
    <title>Python 3.0 differences</title>
    <link>http://linoleum.leapster.org/archives/218-Python-3.0-differences.html</link>
            <category>python</category>
    
    <comments>http://linoleum.leapster.org/archives/218-Python-3.0-differences.html#comments</comments>
    <wfw:comment>http://linoleum.leapster.org/wfwcomment.php?cid=218</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://linoleum.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=218</wfw:commentRss>
    

    <author>nospam@example.com (Paul)</author>
    <content:encoded><![CDATA[
    Linux.com has a look at the <a href="http://www.linux.com/feature/150399">backwards incompatible changes</a> that will be part of the forthcoming Python 3.0 

    <br/>

    <a href="http://www.pheedo.com/click.phdo?x=2618085c117445a7b2e53777eca62185&u=218"><img src="http://www.pheedo.com/img.phdo?x=2618085c117445a7b2e53777eca62185&u=218" border="0"></a>


    
<p><a href="http://feeds.feedburner.com/~a/linoleumlinux?a=QxZKTi"><img src="http://feeds.feedburner.com/~a/linoleumlinux?i=QxZKTi" border="0"></img></a></p>]]></content:encoded>

    <pubDate>Tue, 04 Nov 2008 07:54:00 +1100</pubDate>
    <guid isPermaLink="false">http://linoleum.leapster.org/archives/218-guid.html</guid>
    
</item>

</channel>
</rss>
