<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/quasi-language">
<title>Public marks with search quasi-language</title>
<description>Public marks with search quasi-language</description>
<link>http://blogmarks.net/marks/search/quasi-language</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/galiell/mark/1058627084"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058626105"/>
<rdf:li resource="http://blogmarks.net/api/user/bouilloire/mark/1058625233"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058624496"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058620114"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058617036"/>
<rdf:li resource="http://blogmarks.net/api/user/znarf/mark/1058612828"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058612648"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058612029"/>
<rdf:li resource="http://blogmarks.net/api/user/znarf/mark/1058612019"/>
<rdf:li resource="http://blogmarks.net/api/user/Emaux/mark/1058606057"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058604771"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596128"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596140"/>
<rdf:li resource="http://blogmarks.net/api/user/biggime/mark/1058590128"/>
<rdf:li resource="http://blogmarks.net/api/user/rwatuny/mark/1058605499"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058585906"/>
<rdf:li resource="http://blogmarks.net/api/user/parmentierf/mark/1058583285"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058582825"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596220"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596223"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596227"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058581578"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058579623"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058579605"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/galiell/mark/1058627084">
<title>The Podcast for the Jython Programming Language</title>
<link>http://jythonpodcast.hostjava.net/</link>
<description></description>
<dc:date>2009-12-21T20:22:09Z</dc:date>
<dc:author>galiell</dc:author>
<dc:subject>développement, jython</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jythonpodcast.hostjava.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/21/7a4bc40a0e9e4894aea84989cbb2d3c8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jythonpodcast.hostjava.net/">The Podcast for the Jython Programming Language</a></h4>
 
by <a href="http://blogmarks.net/user/galiell">galiell</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d%25C3%25A9veloppement">développement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jython">jython</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058627084">Copy</a> | 
<a href="http://blogmarks.net/link/3444533">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058626105">
<title>enriquepablo / nl / wiki / Home — bitbucket.org</title>
<link>http://bitbucket.org/enriquepablo/nl/wiki/Home</link>
<description>&lt;blockquote&gt;&lt;p&gt;nl is a python library, that exposes a declarative API that allows us to build sentences and rules. These are used as input for a knowledge base built on the CLIPS production system. CLIPS builds a Rete network with the rules and sentences, which can then be queried for the consecuences of those in a most efficient way.&lt;/p&gt;&lt;p&gt;The main claim of nl is to offer a syntax that can accommodate any coherent theory that we may build with the natural language (in the same sense as something like the semantic web's OWL-Full would), while at the same time being based on a simple finite domain first order theory. This theory is NL, a discussion of which can be found here. This discussion is probably required reading to understand the breadth and the limits of nl, but not to start using it.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-20T13:10:28Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, langue, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://bitbucket.org/enriquepablo/nl/wiki/Home"><img border="0" src="http://blogmarks.net/screenshots/2009/12/20/974c660d388d02199ef64bc74268bd68.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://bitbucket.org/enriquepablo/nl/wiki/Home">enriquepablo / nl / wiki / Home — bitbucket.org</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>nl is a python library, that exposes a declarative API that allows us to build sentences and rules. These are used as input for a knowledge base built on the CLIPS production system. CLIPS builds a Rete network with the rules and sentences, which can then be queried for the consecuences of those in a most efficient way.</p><p>The main claim of nl is to offer a syntax that can accommodate any coherent theory that we may build with the natural language (in the same sense as something like the semantic web's OWL-Full would), while at the same time being based on a simple finite domain first order theory. This theory is NL, a discussion of which can be found here. This discussion is probably required reading to understand the breadth and the limits of nl, but not to start using it.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/langue">langue</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058626105">Copy</a> | 
<a href="http://blogmarks.net/link/3443718">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/bouilloire/mark/1058625233">
<title>Sony Options English-Language Rights to 'Girl With the Dragon Tattoo' - Cinematical</title>
<link>http://www.cinematical.com/2009/12/18/sony-options-english-language-rights-to-girl-with-the-dragon-ta/</link>
<description>Et bientôt dans vos salles une version aseptisée sans violence ni viol </description>
<dc:date>2009-12-19T08:12:12Z</dc:date>
<dc:author>bouilloire</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cinematical.com/2009/12/18/sony-options-english-language-rights-to-girl-with-the-dragon-ta/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/19/24154380ce9627d53d3d661c167b222f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cinematical.com/2009/12/18/sony-options-english-language-rights-to-girl-with-the-dragon-ta/">Sony Options English-Language Rights to 'Girl With the Dragon Tattoo' - Cinematical</a></h4>
 
by <a href="http://blogmarks.net/user/bouilloire">bouilloire</a> 
<p class="description">Et bientôt dans vos salles une version aseptisée sans violence ni viol </p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058625233">Copy</a> | 
<a href="http://blogmarks.net/link/3443012">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058624496">
<title>fullduplex.org » How to Shoot Yourself in the Foot in Any Programming Language</title>
<link>http://www.fullduplex.org/humor/2006/10/how-to-shoot-yourself-in-the-foot-in-any-programming-language/</link>
<description></description>
<dc:date>2009-12-18T13:38:45Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>programmation, humour, foot, shoot, dev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fullduplex.org/humor/2006/10/how-to-shoot-yourself-in-the-foot-in-any-programming-language/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/18/f0d4ea855e9ede8586a260bb0c08cb78.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fullduplex.org/humor/2006/10/how-to-shoot-yourself-in-the-foot-in-any-programming-language/">fullduplex.org » How to Shoot Yourself in the Foot in Any Programming Language</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1407091">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/humour">humour</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/foot">foot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/shoot">shoot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dev">dev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058624496">Copy</a> | 
<a href="http://blogmarks.net/link/1407091">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058620114">
<title>Essay - Is Technology Dumbing Down Japanese? - NYTimes.com</title>
<link>http://www.nytimes.com/2009/11/08/books/review/EParker-t.html?_r=1</link>
<description>&lt;blockquote&gt;&lt;p&gt;As Haruki Murakami, Japan’s best-known living novelist, wrote via e-mail, “My personal view on the Japanese language (or any language) is, If it wants to change, let it change. Any language is alive just like a human being, just like you or me. And if it’s alive, it will change. Nobody can stop it.” There is no such thing as simplification of language, he added. “It just changes for better or worse (and nobody can tell if it is better or worse).”&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-14T01:04:01Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>japon, langue</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nytimes.com/2009/11/08/books/review/EParker-t.html?_r=1"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nytimes.com/2009/11/08/books/review/EParker-t.html?_r=1">Essay - Is Technology Dumbing Down Japanese? - NYTimes.com</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>As Haruki Murakami, Japan’s best-known living novelist, wrote via e-mail, “My personal view on the Japanese language (or any language) is, If it wants to change, let it change. Any language is alive just like a human being, just like you or me. And if it’s alive, it will change. Nobody can stop it.” There is no such thing as simplification of language, he added. “It just changes for better or worse (and nobody can tell if it is better or worse).”</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/japon">japon</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/langue">langue</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058620114">Copy</a> | 
<a href="http://blogmarks.net/link/3438775">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058617036">
<title>virtualair - Simulation Monitor</title>
<link>http://virtualair.sourceforge.net/monitor.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;This library provides a Python Language API for visualization of air traffic situation.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-11T04:12:41Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, api, datavisualization, geolocation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://virtualair.sourceforge.net/monitor.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/11/d9f10d2cb0016d5aa06c07124c27c4b6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://virtualair.sourceforge.net/monitor.html">virtualair - Simulation Monitor</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>This library provides a Python Language API for visualization of air traffic situation.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/api">api</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/datavisualization">datavisualization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geolocation">geolocation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058617036">Copy</a> | 
<a href="http://blogmarks.net/link/3436247">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/znarf/mark/1058612828">
<title>Code: Flickr Developer Blog » Language Detection: A Witch’s Brew?</title>
<link>http://code.flickr.com/blog/2009/12/04/language-detection-a-witchs-brew/</link>
<description></description>
<dc:date>2009-12-06T17:58:15Z</dc:date>
<dc:author>François Hodierne</dc:author>
<dc:subject>web development</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.flickr.com/blog/2009/12/04/language-detection-a-witchs-brew/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/06/af589e3ab37843594db79f3d36a447d6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.flickr.com/blog/2009/12/04/language-detection-a-witchs-brew/">Code: Flickr Developer Blog » Language Detection: A Witch’s Brew?</a></h4>
 
by <a href="http://blogmarks.net/user/znarf">François Hodierne</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3432554">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web%2Bdevelopment">web development</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058612828">Copy</a> | 
<a href="http://blogmarks.net/link/3432554">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058612648">
<title>Code: Flickr Developer Blog » Language Detection: A Witch’s Brew?</title>
<link>http://code.flickr.com/blog/2009/12/04/language-detection-a-witchs-brew/</link>
<description>&lt;blockquote&gt;&lt;p&gt;# Use Accept-Language – it just works&lt;/p&gt;&lt;p&gt;# Use IP detection as a fallback for language, or a separate test to determine jurisdiction&lt;/p&gt;&lt;p&gt;# Cookie your visitors’ language preferences, so you are consistent&lt;/p&gt;&lt;p&gt;# Provide a simple way to switch language, everywhere&lt;/p&gt;&lt;p&gt;# Treat language and compliance issues as two entirely separate problems&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-06T12:05:53Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>flickr, http, ui</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.flickr.com/blog/2009/12/04/language-detection-a-witchs-brew/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/06/af589e3ab37843594db79f3d36a447d6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.flickr.com/blog/2009/12/04/language-detection-a-witchs-brew/">Code: Flickr Developer Blog » Language Detection: A Witch’s Brew?</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3432554">1 other(s)</a> 
<div class="description"><blockquote><p># Use Accept-Language – it just works</p><p># Use IP detection as a fallback for language, or a separate test to determine jurisdiction</p><p># Cookie your visitors’ language preferences, so you are consistent</p><p># Provide a simple way to switch language, everywhere</p><p># Treat language and compliance issues as two entirely separate problems</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flickr">flickr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ui">ui</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058612648">Copy</a> | 
<a href="http://blogmarks.net/link/3432554">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058612029">
<title>solrpy - Project Hosting on Google Code</title>
<link>http://code.google.com/p/solrpy/</link>
<description>&lt;blockquote&gt;&lt;p&gt;solrpy is a python client for solr, an enterprise search server built on top of lucene. solrpy allows you to add documents to a solr instance, and then to perform queries and gather search results from solr using your favorite programming language--python.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-05T15:48:48Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, solr, search-engine</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/solrpy/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/05/231dffa581c3e98944ddac01ac82e068.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/solrpy/">solrpy - Project Hosting on Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>solrpy is a python client for solr, an enterprise search server built on top of lucene. solrpy allows you to add documents to a solr instance, and then to perform queries and gather search results from solr using your favorite programming language--python.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/solr">solr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search-engine">search-engine</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058612029">Copy</a> | 
<a href="http://blogmarks.net/link/3432081">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/znarf/mark/1058612019">
<title>Standard ECMA-262</title>
<link>http://www.ecma-international.org/publications/standards/Ecma-262.htm</link>
<description>ECMAScript Language Specification 5th edition</description>
<dc:date>2009-12-05T15:28:38Z</dc:date>
<dc:author>François Hodierne</dc:author>
<dc:subject>javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/12/05/bdda33206bb833dd17ec7815610355fe.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">Standard ECMA-262</a></h4>
 
by <a href="http://blogmarks.net/user/znarf">François Hodierne</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/493719">3 other(s)</a> 
<p class="description">ECMAScript Language Specification 5th edition</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058612019">Copy</a> | 
<a href="http://blogmarks.net/link/493719">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Emaux/mark/1058606057">
<title>SuperCollider » About</title>
<link>http://supercollider.sourceforge.net/</link>
<description>SuperCollider is an environment and programming language for real time audio synthesis and algorithmic composition. It provides an interpreted object-oriented language which functions as a network client to a state of the art, realtime sound synthesis server.

SuperCollider was written by James McCartney over a period of many years, and is now an open source (GPL) project maintained and developed by various people. It is used by musicians, scientists, and artists working with sound.</description>
<dc:date>2009-12-01T09:20:27Z</dc:date>
<dc:author>Emaux</dc:author>
<dc:subject>logiciel libre, programmation, informatique musicale, Synthèse sonore, audio</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://supercollider.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/01/6b3be0bb22194150288ca91edb62d4d9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://supercollider.sourceforge.net/">SuperCollider » About</a></h4>
 
by <a href="http://blogmarks.net/user/Emaux">Emaux</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3140477">1 other(s)</a> 
<p class="description">SuperCollider is an environment and programming language for real time audio synthesis and algorithmic composition. It provides an interpreted object-oriented language which functions as a network client to a state of the art, realtime sound synthesis server.

SuperCollider was written by James McCartney over a period of many years, and is now an open source (GPL) project maintained and developed by various people. It is used by musicians, scientists, and artists working with sound.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/logiciel%2Blibre">logiciel libre</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/informatique%2Bmusicale">informatique musicale</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Synth%25C3%25A8se%2Bsonore">Synthèse sonore</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/audio">audio</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058606057">Copy</a> | 
<a href="http://blogmarks.net/link/3140477">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058604771">
<title>Python YQL — Python YQL v0.3 documentation</title>
<link>http://python-yql.org/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Python YQL is a client library for making queries with Yahoo Query Language.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-29T22:12:21Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, yahoo, yql</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://python-yql.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/30/cdd4862d4896f95dcce5a08d9f9fe624.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://python-yql.org/">Python YQL — Python YQL v0.3 documentation</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Python YQL is a client library for making queries with Yahoo Query Language.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/yahoo">yahoo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/yql">yql</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058604771">Copy</a> | 
<a href="http://blogmarks.net/link/3425867">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596128">
<title>Fiddler Web Debugger - A free web debugging tool</title>
<link>http://www.fiddler2.com/fiddler2</link>
<description>Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and &quot;fiddle&quot; with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.  Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.</description>
<dc:date>2009-11-27T08:13:30Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>debugger, proxy, software, mswindows, log, traffic</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fiddler2.com/fiddler2"><img border="0" src="http://blogmarks.net/screenshots/2009/11/28/e025eb9924c02ffd9623e4f0c8f40140.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fiddler2.com/fiddler2">Fiddler Web Debugger - A free web debugging tool</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.  Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debugger">debugger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/proxy">proxy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mswindows">mswindows</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/log">log</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/traffic">traffic</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596128">Copy</a> | 
<a href="http://blogmarks.net/link/3419704">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596140">
<title>t13n - Project Hosting on Google Code</title>
<link>http://code.google.com/p/t13n</link>
<description>Transliteration bookmarklets let you type in your language in any text box on any web site. For example, you can use the bookmarklets in Gmail chat (to chat in your language), search for Google news articles, send messages in your language on social networks, write wikipedia pages in your language, etc.  The bookmarklets use the Google Transliteration API to provide transliteration support wherever you want it.  Transliteration bookmarklets are supported for Arabic, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Nepali, Persian, Punjabi, Tamil, Telugu and Urdu. Usage  Click on the appropriate link below for instructions on how to use the bookmarklets:  Arabic bookmarklet Bengali bookmarklet Gujarati bookmarklet Hindi bookmarklet Kannada bookmarklet Malayalam bookmarklet Marathi bookmarklet Nepali bookmarklet Persian bookmarklet Punjabi bookmarklet Tamil bookmarklet Telugu bookmarklet Urdu bookmarklet</description>
<dc:date>2009-11-24T22:28:33Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>transliterate, bookmarklet, google</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/t13n"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/t13n">t13n - Project Hosting on Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">Transliteration bookmarklets let you type in your language in any text box on any web site. For example, you can use the bookmarklets in Gmail chat (to chat in your language), search for Google news articles, send messages in your language on social networks, write wikipedia pages in your language, etc.  The bookmarklets use the Google Transliteration API to provide transliteration support wherever you want it.  Transliteration bookmarklets are supported for Arabic, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Nepali, Persian, Punjabi, Tamil, Telugu and Urdu. Usage  Click on the appropriate link below for instructions on how to use the bookmarklets:  Arabic bookmarklet Bengali bookmarklet Gujarati bookmarklet Hindi bookmarklet Kannada bookmarklet Malayalam bookmarklet Marathi bookmarklet Nepali bookmarklet Persian bookmarklet Punjabi bookmarklet Tamil bookmarklet Telugu bookmarklet Urdu bookmarklet</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/transliterate">transliterate</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bookmarklet">bookmarklet</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596140">Copy</a> | 
<a href="http://blogmarks.net/link/3419711">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/biggime/mark/1058590128">
<title>Visitenkarten</title>
<link>http://my.opera.com/visitenkarten/blog</link>
<description>Blog about the topic visiting cards with a nice history and other nice stuff (in german language)</description>
<dc:date>2009-11-23T14:26:46Z</dc:date>
<dc:author>biggime</dc:author>
<dc:subject>Visitenkarten, visiting card</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://my.opera.com/visitenkarten/blog"><img border="0" src="http://blogmarks.net/screenshots/2009/11/23/dfb43fe38ae84e38257d467f4e54dc7a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://my.opera.com/visitenkarten/blog">Visitenkarten</a></h4>
 
by <a href="http://blogmarks.net/user/biggime">biggime</a> 
<p class="description">Blog about the topic visiting cards with a nice history and other nice stuff (in german language)</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Visitenkarten">Visitenkarten</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visiting%2Bcard">visiting card</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058590128">Copy</a> | 
<a href="http://blogmarks.net/link/3414586">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rwatuny/mark/1058605499">
<title>Go Programming Language</title>
<link>http://golang.org/</link>
<description></description>
<dc:date>2009-11-19T20:19:41Z</dc:date>
<dc:author>rwatuny</dc:author>
<dc:subject>programmation, google, langage, informatique, opensource, développement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://golang.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/16/ac48772220bc32723807032f9a262b68.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://golang.org/">Go Programming Language</a></h4>
 
by <a href="http://blogmarks.net/user/rwatuny">rwatuny</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3405277">4 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/langage">langage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/informatique">informatique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opensource">opensource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d%25C3%25A9veloppement">développement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058605499">Copy</a> | 
<a href="http://blogmarks.net/link/3405277">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058585906">
<title>phpMyFAQ homepage - open source FAQ system for PHP and MySQL, PostgreSQL and other databases | features</title>
<link>http://www.phpmyfaq.de/features.php</link>
<description>phpMyFAQ 2.5 is a multilingual, completely database-driven FAQ-system. It supports various databases to store all data, PHP 5.2 (or higher) is needed in order to access this data. phpMyFAQ also offers a multi-language Content Management-System with a WYSIWYG editor and an Image Manager, flexible multi-user support with user and group based permissions on categories and records, a wiki-like revision feature, a news system, user-tracking, language modules, enhanced automatic content negotiation, templates, extensive XML-support, PDF-support, a backup-system, a dynamic sitemap, related articles, tagging, RSS feeds, built-in spam protection systems, LDAP support, and an easy to use installation script. phpMyFAQ 2.5 offers the following features:</description>
<dc:date>2009-11-18T22:35:39Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.phpmyfaq.de/features.php"><img border="0" src="http://blogmarks.net/screenshots/2009/11/18/a44bbcc5f31307ba11c1c2b4243b8cdc.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.phpmyfaq.de/features.php">phpMyFAQ homepage - open source FAQ system for PHP and MySQL, PostgreSQL and other databases | features</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/815108">1 other(s)</a> 
<p class="description">phpMyFAQ 2.5 is a multilingual, completely database-driven FAQ-system. It supports various databases to store all data, PHP 5.2 (or higher) is needed in order to access this data. phpMyFAQ also offers a multi-language Content Management-System with a WYSIWYG editor and an Image Manager, flexible multi-user support with user and group based permissions on categories and records, a wiki-like revision feature, a news system, user-tracking, language modules, enhanced automatic content negotiation, templates, extensive XML-support, PDF-support, a backup-system, a dynamic sitemap, related articles, tagging, RSS feeds, built-in spam protection systems, LDAP support, and an easy to use installation script. phpMyFAQ 2.5 offers the following features:</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058585906">Copy</a> | 
<a href="http://blogmarks.net/link/815108">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/parmentierf/mark/1058583285">
<title>The Go Programming Language</title>
<link>http://golang.org/</link>
<description>a systems programming language
expressive, concurrent, garbage-collected</description>
<dc:date>2009-11-16T15:44:10Z</dc:date>
<dc:author>parmentierf</dc:author>
<dc:subject>dev, langage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://golang.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/16/ac48772220bc32723807032f9a262b68.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://golang.org/">The Go Programming Language</a></h4>
 
by <a href="http://blogmarks.net/user/parmentierf">parmentierf</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3405277">4 other(s)</a> 
<p class="description">a systems programming language
expressive, concurrent, garbage-collected</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dev">dev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/langage">langage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058583285">Copy</a> | 
<a href="http://blogmarks.net/link/3405277">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058582825">
<title>Web Ecology Project</title>
<link>http://www.webecologyproject.org/2009/09/code-release-google-language-tool/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Python module allowing easy use of Google Language Tools, involving language detection and translation, with transliteration in an experimental state&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-16T02:14:51Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>google, traduction, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.webecologyproject.org/2009/09/code-release-google-language-tool/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/16/4f49f7a6b6637400ff1ffcbd657283ba.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.webecologyproject.org/2009/09/code-release-google-language-tool/">Web Ecology Project</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Python module allowing easy use of Google Language Tools, involving language detection and translation, with transliteration in an experimental state</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/traduction">traduction</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058582825">Copy</a> | 
<a href="http://blogmarks.net/link/3408962">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596220">
<title>Scratch | Home | imagine, program, share</title>
<link>http://scratch.mit.edu/</link>
<description>Scratch is a new programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web.</description>
<dc:date>2009-11-15T13:57:56Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>education, programming, tools, create, games, to_check</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://scratch.mit.edu/"><img border="0" src="http://blogmarks.net/screenshots/2008/12/13/0f749be0317f7225485661e0d20aa4fb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://scratch.mit.edu/">Scratch | Home | imagine, program, share</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2227436">9 other(s)</a> 
<p class="description">Scratch is a new programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/education">education</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/create">create</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/games">games</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/to_check">to_check</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596220">Copy</a> | 
<a href="http://blogmarks.net/link/2227436">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596223">
<title>WordNet Search - 3.0</title>
<link>http://wordnetweb.princeton.edu/perl/webwn</link>
<description>WordNet® is a large lexical database of English, developed under the direction of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet's structure makes it a useful tool for computational linguistics and natural language processing.</description>
<dc:date>2009-11-15T13:44:42Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>related, search, english, synonym</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wordnetweb.princeton.edu/perl/webwn"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wordnetweb.princeton.edu/perl/webwn">WordNet Search - 3.0</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">WordNet® is a large lexical database of English, developed under the direction of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet's structure makes it a useful tool for computational linguistics and natural language processing.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/related">related</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search">search</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/english">english</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/synonym">synonym</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596223">Copy</a> | 
<a href="http://blogmarks.net/link/3419764">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596227">
<title>About the Visual :: Overview - Visual Dictionary Online</title>
<link>http://visual.merriam-webster.com/about-visual_overview.php</link>
<description>The Visual Dictionary is designed to help you find the right word at a glance. Filled with stunning illustrations labeled with accurate terminology in up to six languages, it is the ideal language-learning and vocabulary dictionary for use at school, at home or at work.</description>
<dc:date>2009-11-15T13:18:12Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>dictionary, illustration, visual</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://visual.merriam-webster.com/about-visual_overview.php"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://visual.merriam-webster.com/about-visual_overview.php">About the Visual :: Overview - Visual Dictionary Online</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">The Visual Dictionary is designed to help you find the right word at a glance. Filled with stunning illustrations labeled with accurate terminology in up to six languages, it is the ideal language-learning and vocabulary dictionary for use at school, at home or at work.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dictionary">dictionary</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/illustration">illustration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visual">visual</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596227">Copy</a> | 
<a href="http://blogmarks.net/link/3419767">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058581578">
<title>[FoRK] Programming languages, operating systems, despair and anger</title>
<link>http://www.xent.com/pipermail/fork/Week-of-Mon-20091109/054578.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;And so for 20 years now these folks --- *the* shining lights, in many ways, of &quot;practical&quot; programming language, operating systems, and general systems research --- have continued to fail to &quot;get&quot; the fundamental practical needs of everyday programmers working in The Real World.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-14T16:24:04Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>programmation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.xent.com/pipermail/fork/Week-of-Mon-20091109/054578.html"><img border="0" src="http://blogmarks.net/screenshots/2009/11/14/48f59d3b54068c3a69b6bd1b9442e502.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.xent.com/pipermail/fork/Week-of-Mon-20091109/054578.html">[FoRK] Programming languages, operating systems, despair and anger</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3407846">1 other(s)</a> 
<div class="description"><blockquote><p>And so for 20 years now these folks --- *the* shining lights, in many ways, of "practical" programming language, operating systems, and general systems research --- have continued to fail to "get" the fundamental practical needs of everyday programmers working in The Real World.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058581578">Copy</a> | 
<a href="http://blogmarks.net/link/3407846">React (3)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058579623">
<title>The Go Programming Language</title>
<link>http://golang.org/</link>
<description>&lt;blockquote&gt;
&lt;p&gt;a systems programming language&lt;/p&gt;
&lt;p&gt;expressive, concurrent, garbage-collected&lt;/p&gt;
&lt;/blockquote&gt;</description>
<dc:date>2009-11-12T11:26:19Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>go, google, developpement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://golang.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/16/ac48772220bc32723807032f9a262b68.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://golang.org/">The Go Programming Language</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3405277">4 other(s)</a> 
<div class="description"><blockquote>
<p>a systems programming language</p>
<p>expressive, concurrent, garbage-collected</p>
</blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/go">go</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/developpement">developpement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058579623">Copy</a> | 
<a href="http://blogmarks.net/link/3405277">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058579605">
<title>Google Open Source Blog: Hey! Ho! Let's Go!</title>
<link>http://google-opensource.blogspot.com/2009/11/hey-ho-lets-go.html</link>
<description>&lt;blockquote&gt;
&lt;p&gt;Here at Google, we believe programming should be fast, productive, and most importantly, fun. That's why we're excited to open source an experimental new language called Go. Go combines the development speed of working in a dynamic language like Python with the performance and safety of a compiled language like C or C++.&lt;/p&gt;
&lt;/blockquote&gt;</description>
<dc:date>2009-11-12T10:58:26Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>google, developpement, go</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://google-opensource.blogspot.com/2009/11/hey-ho-lets-go.html"><img border="0" src="http://blogmarks.net/screenshots/2009/11/12/b5802ae72fc72dbad7b6b5b78b06f55e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://google-opensource.blogspot.com/2009/11/hey-ho-lets-go.html">Google Open Source Blog: Hey! Ho! Let's Go!</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<div class="description"><blockquote>
<p>Here at Google, we believe programming should be fast, productive, and most importantly, fun. That's why we're excited to open source an experimental new language called Go. Go combines the development speed of working in a dynamic language like Python with the performance and safety of a compiled language like C or C++.</p>
</blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/developpement">developpement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/go">go</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058579605">Copy</a> | 
<a href="http://blogmarks.net/link/3406229">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>