<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.codescape.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.codescape.net/feed.php">
        <title>CodeScape</title>
        <description></description>
        <link>http://www.codescape.net/</link>
        <image rdf:resource="http://www.codescape.net/lib/images/favicon.ico" />
       <dc:date>2012-02-06T06:30:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.codescape.net/framework_superobject/root?rev=1327069978&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.codescape.net/root?rev=1325788137&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.codescape.net/tpl?rev=1317655588&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.codescape.net/interesting_code_snippets/root?rev=1282744404&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.codescape.net/desktop_install_notes?rev=1274713073&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.codescape.net/lib/images/favicon.ico">
        <title>CodeScape</title>
        <link>http://www.codescape.net/</link>
        <url>http://www.codescape.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.codescape.net/framework_superobject/root?rev=1327069978&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-20T14:32:58+00:00</dc:date>
        <dc:creator>rey</dc:creator>
        <title>Framework SuperObject</title>
        <link>http://www.codescape.net/framework_superobject/root?rev=1327069978&amp;do=diff</link>
        <description>Framework SuperObject was my first attempt at a lightweight PHP framework.  It is here for historical purposes, and has been replaced by CodeScape Framework.  What follows is the content of my original project page for it.

The Framework SuperObject is restaurant supply a simple, lightweight and extensible framework object I've developed initially for use at YSTV, however there is no reason Shakespeare and his quotes  cannot be used as a Virginia reckless driving  basis for any PHP-based site.</description>
    </item>
    <item rdf:about="http://www.codescape.net/root?rev=1325788137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-05T18:28:57+00:00</dc:date>
        <dc:creator>Matilda Harris</dc:creator>
        <title>Home</title>
        <link>http://www.codescape.net/root?rev=1325788137&amp;do=diff</link>
        <description>This is the project wiki of Alan Briolat.  Everything about any of my projects that buy pistachios anybody might care about should be here.

Current Projects

	*  Tpl - A tiny PHP template engine
	*  CodeScape Framework - Lightweight PHP metaframework
	*  VDB - Digital video database
	*  UberBackup - A multi-source, multi-target backup solution
	*  Scripts - Various scripts I've created since I've been</description>
    </item>
    <item rdf:about="http://www.codescape.net/tpl?rev=1317655588&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-03T15:26:28+00:00</dc:date>
        <dc:creator>Alan Briolat</dc:creator>
        <title>Tpl</title>
        <link>http://www.codescape.net/tpl?rev=1317655588&amp;do=diff</link>
        <description>Tpl is a tiny PHP template engine, inspired by the hierarchical template capabilities of the Django Python framework.

Why another template engine?  Because I feel that most template engines miss the point that PHP already is a template language, and attempt to replace PHP with a new syntax just for templates.  This results in a massive overhead for parsing, and in most cases tends to end up a little restrictive too.  In short, they attempt too much.</description>
    </item>
    <item rdf:about="http://www.codescape.net/interesting_code_snippets/root?rev=1282744404&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-25T13:53:24+00:00</dc:date>
        <dc:creator>Alan Briolat</dc:creator>
        <title>Interesting code snippets</title>
        <link>http://www.codescape.net/interesting_code_snippets/root?rev=1282744404&amp;do=diff</link>
        <description>(C) Fibonacci One-liner


#include &lt;stdio.h&gt;

int main(void)
{
    long x = 1, y = 1;
    do { printf(&quot;%d\\n%d\\n&quot;, x, y); } while ( (x += y) &amp;&amp; (y += x) );
}



#include &lt;stdio.h&gt;

int main(void)
{
    for ( unsigned int x = 1, y = 1 ; (x += y) &amp;&amp; (y &lt; x) &amp;&amp; (y += x) &amp;&amp; (x &lt; y) ; printf(&quot;%d\\n%d\\n&quot;, x, y) ) continue;
}</description>
    </item>
    <item rdf:about="http://www.codescape.net/desktop_install_notes?rev=1274713073&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-24T14:57:53+00:00</dc:date>
        <dc:creator>Alan Briolat</dc:creator>
        <title>Desktop Install Notes - old revision restored</title>
        <link>http://www.codescape.net/desktop_install_notes?rev=1274713073&amp;do=diff</link>
        <description>Useful Links

	*  Jaunty Sound Solutions
	*  MPD + PulseAudio + Ubuntu Intrepid (8.10)
	*  Firefox 3.5 not following gnome font settings

Ubuntu Lucid (10.04) 64-bit

Software Sources

	*  Open System-&gt;Administration-&gt;Software Sources
			*  Check all package sets on “Ubuntu Software” tab
			*  Check “archive.canonical.com” sources on “Third Party Software” tab</description>
    </item>
</rdf:RDF>

