<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://alien.twoday.net/rss2html.xsl" type="text/xsl"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/"
> 

  <channel rdf:about="http://alien.twoday.net/">
    <title>aliens blog (Was es alles gibt, was ich nicht brauche! (Aristoteles 384-322 v. Chr.)) : Rubrik:programming</title>
    <link>http://alien.twoday.net/</link>
    <description>Was es alles gibt, was ich nicht brauche! (Aristoteles 384-322 v. Chr.)</description>
    <dc:publisher>Alien</dc:publisher>
    <dc:creator>Alien</dc:creator>
    <dc:date>2008-04-29T08:34:07Z</dc:date>
    <dc:language>en</dc:language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
    
    <image rdf:resource="http://static.twoday.net/alien/images/icon.jpg" />
    <items>
      <rdf:Seq>
            <rdf:li rdf:resource="http://alien.twoday.net/stories/3581773/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/2829422/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/2013421/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/1771801/" />
            <rdf:li rdf:resource="http://alien.twoday.net/stories/1734973/" />

      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://static.twoday.net/alien/images/icon.jpg">
    <title>aliens blog</title>
    <url>http://static.twoday.net/alien/images/icon.jpg</url>
    <link>http://alien.twoday.net/</link>
  </image>

  <item rdf:about="http://alien.twoday.net/stories/3581773/">
    <title>Clean</title>
    <link>http://alien.twoday.net/stories/3581773/</link>
    <description>&lt;i&gt;The programming language Clean is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://clean.cs.ru.nl/&quot;&gt;clean.cs.ru.nl&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/programming&quot;&gt;programming&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2007 Alien</dc:rights>
    <dc:date>2007-04-14T12:29:00Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/2829422/">
    <title>FreeBASIC</title>
    <link>http://alien.twoday.net/stories/2829422/</link>
    <description>As the name suggests - is a completely free, open-source, 32-bit BASIC compiler, with the syntax the most compatible possible with MS-QuickBASIC, that adds new features such as pointers, unsigned data types, inline-assembly and many others.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.freebasic.net/&quot;&gt;freebasic.net&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/programming&quot;&gt;programming&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2006 Alien</dc:rights>
    <dc:date>2006-10-20T10:17:00Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/2013421/">
    <title>Processing</title>
    <link>http://alien.twoday.net/stories/2013421/</link>
    <description>&lt;i&gt;Processing is an open source programming language and environment for people who want to program images, animation, and sound. It is used by students, artists, designers, architects, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is developed by artists and designers as an alternative to proprietary software tools in the same domain.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.processing.org/&quot;&gt;processing.org&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/programming&quot;&gt;programming&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2006 Alien</dc:rights>
    <dc:date>2006-05-16T07:12:00Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/1771801/">
    <title>PLEAC</title>
    <link>http://alien.twoday.net/stories/1771801/</link>
    <description>Programming Language Examples Alike Cookbook&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://pleac.sourceforge.net/&quot;&gt;pleac.sourceforge.net&lt;/a&gt;</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/programming&quot;&gt;programming&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2006 Alien</dc:rights>
    <dc:date>2006-03-31T08:22:02Z</dc:date>
  </item>
  <item rdf:about="http://alien.twoday.net/stories/1734973/">
    <title>public static void main(String[] args)</title>
    <link>http://alien.twoday.net/stories/1734973/</link>
    <description>Endlich verstehe ich diese Zeile..&lt;br /&gt;
&lt;br /&gt;
- Sichtbarkeit&lt;br /&gt;
- Gültigkeitsbereich&lt;br /&gt;
- Rückgabewert&lt;br /&gt;
- Methodenname&lt;br /&gt;
- Übergabeparameter</description>
    <dc:creator>Alien</dc:creator>
    <dc:subject>&lt;a href=&quot;http://alien.twoday.net/topics/programming&quot;&gt;programming&lt;/a&gt;</dc:subject>
    <dc:rights>Copyright &#169; 2006 Alien</dc:rights>
    <dc:date>2006-03-23T09:37:53Z</dc:date>
  </item>


<textinput rdf:about="http://alien.twoday.net/search">
   <title>find</title>
   <description>Search this site:</description>
   <name>q</name>
   <link>http://alien.twoday.net/search</link>
</textinput>


</rdf:RDF>
