<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.gasserp.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.gasserp.net/feed.php">
        <title>devWiki</title>
        <description></description>
        <link>http://www.gasserp.net/</link>
        <image rdf:resource="http://www.gasserp.net/lib/images/favicon.ico" />
       <dc:date>2012-02-23T01:51:48+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.gasserp.net/doku.php?id=sidebar&amp;rev=1317169294&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.gasserp.net/doku.php?id=public:java:ringbuffer&amp;rev=1268578758&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.gasserp.net/doku.php?id=welcome&amp;rev=1267783767&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.gasserp.net/doku.php?id=public:wheretogo&amp;rev=1263053007&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.gasserp.net/lib/images/favicon.ico">
        <title>devWiki</title>
        <link>http://www.gasserp.net/</link>
        <url>http://www.gasserp.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.gasserp.net/doku.php?id=sidebar&amp;rev=1317169294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-28T02:21:34+01:00</dc:date>
        <dc:creator>Andrew Schering</dc:creator>
        <title>sidebar</title>
        <link>http://www.gasserp.net/doku.php?id=sidebar&amp;rev=1317169294&amp;do=diff</link>
        <description>Hi to all on this site its content</description>
    </item>
    <item rdf:about="http://www.gasserp.net/doku.php?id=public:java:ringbuffer&amp;rev=1268578758&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-14T15:59:18+01:00</dc:date>
        <dc:creator>Philip Gasser</dc:creator>
        <title>public:java:ringbuffer</title>
        <link>http://www.gasserp.net/doku.php?id=public:java:ringbuffer&amp;rev=1268578758&amp;do=diff</link>
        <description>Java Ringbuffer System (Still dev)


/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package prg2ue;

/**
 *
 * @author gap
 */
public class Main {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        Ringbuffer rb1 = new Ringbuffer(10,100);
        for(int i = 0;i&lt;1000000;i++){
            rb1.stupidFill();
            //System.out.println(i);
        }
    }
}</description>
    </item>
    <item rdf:about="http://www.gasserp.net/doku.php?id=welcome&amp;rev=1267783767&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-05T11:09:27+01:00</dc:date>
        <dc:creator>Philip Gasser</dc:creator>
        <title>welcome</title>
        <link>http://www.gasserp.net/doku.php?id=welcome&amp;rev=1267783767&amp;do=diff</link>
        <description>Feel free to look around:
WhereToGo



 

Picture from XKCD</description>
    </item>
    <item rdf:about="http://www.gasserp.net/doku.php?id=public:wheretogo&amp;rev=1263053007&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-09T17:03:27+01:00</dc:date>
        <dc:creator>Philip Gasser</dc:creator>
        <title>public:wheretogo</title>
        <link>http://www.gasserp.net/doku.php?id=public:wheretogo&amp;rev=1263053007&amp;do=diff</link>
        <description>Welcome to the public devWiki section!

Interesting things: 
Vim 
Ubuntu 



Other Interesting Links: 
My Blog</description>
    </item>
</rdf:RDF>

