<?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/dodecasyllable%28doh-decka-sil-uh-bul%29">
<title>Public marks with search dodecasyllable(doh-decka-sil-uh-bul)</title>
<description>Public marks with search dodecasyllable(doh-decka-sil-uh-bul)</description>
<link>http://blogmarks.net/marks/search/dodecasyllable%28doh-decka-sil-uh-bul%29</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/sylvainulg/mark/1058550040"/>
<rdf:li resource="http://blogmarks.net/api/user/chantal/mark/1057795043"/>
<rdf:li resource="http://blogmarks.net/api/user/kuruzman/mark/1057590277"/>
<rdf:li resource="http://blogmarks.net/api/user/pyros/mark/1057732944"/>
<rdf:li resource="http://blogmarks.net/api/user/_Oni_/mark/1057299070"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/2648690"/>
<rdf:li resource="http://blogmarks.net/api/user/bow1/mark/2482957"/>
<rdf:li resource="http://blogmarks.net/api/user/artiscode/mark/1217383"/>
<rdf:li resource="http://blogmarks.net/api/user/timseal/mark/807195"/>
<rdf:li resource="http://blogmarks.net/api/user/zoom2au/mark/663270"/>
<rdf:li resource="http://blogmarks.net/api/user/mixher/mark/224440"/>
<rdf:li resource="http://blogmarks.net/api/user/AdverseE/mark/197617"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/sylvainulg/mark/1058550040">
<title>netfilter/iptables project homepage - The netfilter.org &quot;libnetfilter_queue&quot; project</title>
<link>http://www.netfilter.org/projects/libnetfilter_queue/index.html</link>
<description>doh. the one below is deprecated. If you did iptables [...] -j QUEUE, this is what happens next.</description>
<dc:date>2009-10-14T12:32:25Z</dc:date>
<dc:author>sylvainulg</dc:author>
<dc:subject>network, kernel, library, userspace, netfilters, firewall, linux, programming, iptables</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.netfilter.org/projects/libnetfilter_queue/index.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/14/97af17f1053a6cdd1fb23b50109ee3f1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.netfilter.org/projects/libnetfilter_queue/index.html">netfilter/iptables project homepage - The netfilter.org &quot;libnetfilter_queue&quot; project</a></h4>
 
by <a href="http://blogmarks.net/user/sylvainulg">sylvainulg</a> 
<p class="description">doh. the one below is deprecated. If you did iptables [...] -j QUEUE, this is what happens next.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/network">network</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/kernel">kernel</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/library">library</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/userspace">userspace</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/netfilters">netfilters</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firewall">firewall</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</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/iptables">iptables</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058550040">Copy</a> | 
<a href="http://blogmarks.net/link/3383463">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/chantal/mark/1057795043">
<title>Unit Testing Custom Code with the Dojo Objective Harness</title>
<link>http://www.sitepen.com/blog/2008/04/15/unit-testing-custom-code-with-the-dojo-objective-harness/</link>
<description>Many Dojo developers are aware of the Dojo Objective Harness (DOH) that the Dojo Toolkit uses for unit testing. Many people, however, want to use DOH for testing their own code or even non-Dojo code that they have written. While DOH has always supported this, there currently aren’t many examples of doing so. Let’s see if we can help that out.</description>
<dc:date>2008-04-16T19:22:18Z</dc:date>
<dc:author>chantal</dc:author>
<dc:subject>dojo, javascript, unit test</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sitepen.com/blog/2008/04/15/unit-testing-custom-code-with-the-dojo-objective-harness/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/16/5b16a9249aa48c8c54b1b612d559df78.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sitepen.com/blog/2008/04/15/unit-testing-custom-code-with-the-dojo-objective-harness/">Unit Testing Custom Code with the Dojo Objective Harness</a></h4>
 
by <a href="http://blogmarks.net/user/chantal">chantal</a> 
<p class="description">Many Dojo developers are aware of the Dojo Objective Harness (DOH) that the Dojo Toolkit uses for unit testing. Many people, however, want to use DOH for testing their own code or even non-Dojo code that they have written. While DOH has always supported this, there currently aren’t many examples of doing so. Let’s see if we can help that out.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dojo">dojo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unit%2Btest">unit test</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057795043">Copy</a> | 
<a href="http://blogmarks.net/link/2747230">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kuruzman/mark/1057590277">
<title>ISO 639-3 Registration Authority - SIL International</title>
<link>http://www.sil.org/iso639-3/default.asp</link>
<description></description>
<dc:date>2007-12-03T13:24:20Z</dc:date>
<dc:author>kuruzman</dc:author>
<dc:subject>i18n</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sil.org/iso639-3/default.asp"><img border="0" src="http://blogmarks.net/screenshots/2007/12/03/0e90edf8580656da84c74e8f2c3ec58e.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sil.org/iso639-3/default.asp">ISO 639-3 Registration Authority - SIL International</a></h4>
 
by <a href="http://blogmarks.net/user/kuruzman">kuruzman</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/i18n">i18n</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057590277">Copy</a> | 
<a href="http://blogmarks.net/link/2572633">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pyros/mark/1057732944">
<title>Video Sony Bravia Play-Doh - sony, bravia, play-doh, pub, w3sh - Dailymotion Partagez Vos Videos</title>
<link>http://www.dailymotion.com/video/x34n96_sony-bravia-playdoh_creation</link>
<description></description>
<dc:date>2007-10-04T16:27:11Z</dc:date>
<dc:author>pyros</dc:author>
<dc:subject>bravia, lapin, playdoh</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.dailymotion.com/video/x34n96_sony-bravia-playdoh_creation"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.dailymotion.com/video/x34n96_sony-bravia-playdoh_creation">Video Sony Bravia Play-Doh - sony, bravia, play-doh, pub, w3sh - Dailymotion Partagez Vos Videos</a></h4>
 
by <a href="http://blogmarks.net/user/pyros">pyros</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bravia">bravia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lapin">lapin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/playdoh">playdoh</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057732944">Copy</a> | 
<a href="http://blogmarks.net/link/2701508">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/_Oni_/mark/1057299070">
<title>Doh ! · Ecrans, le blog</title>
<link>http://www.ecrans.fr/blog/2007/06/29/doh/</link>
<description></description>
<dc:date>2007-06-29T13:51:20Z</dc:date>
<dc:author>_Oni_</dc:author>
<dc:subject>libération, simpson, blog</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ecrans.fr/blog/2007/06/29/doh/"><img border="0" src="http://blogmarks.net/screenshots/2007/06/29/2b2aa6257b6d9528b1ee353e93e1ac14.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ecrans.fr/blog/2007/06/29/doh/">Doh ! · Ecrans, le blog</a></h4>
 
by <a href="http://blogmarks.net/user/_Oni_">_Oni_</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lib%25C3%25A9ration">libération</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/simpson">simpson</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057299070">Copy</a> | 
<a href="http://blogmarks.net/link/2316168">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/2648690">
<title>brendandawes.com » Play-Doh as Interface</title>
<link>http://www.brendandawes.com/sketches/play-doh</link>
<description>As I twist the Play-Doh and take bits away, the film reacts accordingly in real-time. Add too much Play-Doh and the film rapidly speeds up. An intimate connection is made between the user and the media. Every action has a reaction in the digital space. No scary buttons to press. No instructions to read. It’s just Play-Doh. </description>
<dc:date>2007-04-27T10:23:48Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>interface, ui, video, martial arts</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.brendandawes.com/sketches/play-doh"><img border="0" src="http://blogmarks.net/screenshots/2007/04/27/7338d48a4c2103de39f925b238ad9cd8.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.brendandawes.com/sketches/play-doh">brendandawes.com » Play-Doh as Interface</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">As I twist the Play-Doh and take bits away, the film reacts accordingly in real-time. Add too much Play-Doh and the film rapidly speeds up. An intimate connection is made between the user and the media. Every action has a reaction in the digital space. No scary buttons to press. No instructions to read. It’s just Play-Doh. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interface">interface</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ui">ui</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/martial%2Barts">martial arts</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2648690">Copy</a> | 
<a href="http://blogmarks.net/link/2175643">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/bow1/mark/2482957">
<title>Bi Bul Bulur</title>
<link>Http://www.bibul.net</link>
<description>Bi Bul Dizin sitesi , bir çok kaliteli siteyi içinde barındırı.</description>
<dc:date>2007-04-07T13:27:41Z</dc:date>
<dc:author>bow1</dc:author>
<dc:subject>dizin, Güzel Siteler, kalite</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="Http://www.bibul.net"><img border="0" src="http://blogmarks.net/screenshots/2007/04/07/5a039c491c9ce93e647f8b274af6f8d7.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="Http://www.bibul.net">Bi Bul Bulur</a></h4>
 
by <a href="http://blogmarks.net/user/bow1">bow1</a> 
<p class="description">Bi Bul Dizin sitesi , bir çok kaliteli siteyi içinde barındırı.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dizin">dizin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/G%25C3%25BCzel%2BSiteler">Güzel Siteler</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/kalite">kalite</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2482957">Copy</a> | 
<a href="http://blogmarks.net/link/2038361">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/artiscode/mark/1217383">
<title>SIL International: Partners in Language Development</title>
<link>http://www.sil.org/</link>
<description></description>
<dc:date>2006-06-12T15:19:53Z</dc:date>
<dc:author>artiscode</dc:author>
<dc:subject>documentation, recherche, doctorat, linguistique, traduction</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sil.org/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sil.org/">SIL International: Partners in Language Development</a></h4>
 
by <a href="http://blogmarks.net/user/artiscode">artiscode</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1037824">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/documentation">documentation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/recherche">recherche</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/doctorat">doctorat</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linguistique">linguistique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/traduction">traduction</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1217383">Copy</a> | 
<a href="http://blogmarks.net/link/1037824">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/timseal/mark/807195">
<title>SIL International: Partners in Language Development</title>
<link>http://www.sil.org/</link>
<description></description>
<dc:date>2006-05-31T00:39:37Z</dc:date>
<dc:author>timseal</dc:author>
<dc:subject>linguistics</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sil.org/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sil.org/">SIL International: Partners in Language Development</a></h4>
 
by <a href="http://blogmarks.net/user/timseal">timseal</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1037824">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linguistics">linguistics</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=807195">Copy</a> | 
<a href="http://blogmarks.net/link/1037824">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/zoom2au/mark/663270">
<title>SIL Hebrew Font System</title>
<link>http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=SILEzra</link>
<description></description>
<dc:date>2006-02-07T13:13:28Z</dc:date>
<dc:author>zoom2au</dc:author>
<dc:subject>hebrew</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=SILEzra"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=SILEzra">SIL Hebrew Font System</a></h4>
 
by <a href="http://blogmarks.net/user/zoom2au">zoom2au</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hebrew">hebrew</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=663270">Copy</a> | 
<a href="http://blogmarks.net/link/943172">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mixher/mark/224440">
<title>http://lia.sil.at/</title>
<link>http://lia.sil.at/</link>
<description>http://lia.sil.at/</description>
<dc:date>2005-11-15T08:46:24Z</dc:date>
<dc:author>mixher</dc:author>
<dc:subject>graphisme</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lia.sil.at/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/11/15/e9299b702494e9f057333d9c9e80dc49.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lia.sil.at/">http://lia.sil.at/</a></h4>
 
by <a href="http://blogmarks.net/user/mixher">mixher</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/338710">1 other(s)</a> 
<p class="description">http://lia.sil.at/</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphisme">graphisme</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=224440">Copy</a> | 
<a href="http://blogmarks.net/link/338710">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/AdverseE/mark/197617">
<title>Doh Games - All the Games; None of the Confusion</title>
<link>http://www.dohgames.com/</link>
<description></description>
<dc:date>2005-08-13T11:17:04Z</dc:date>
<dc:author>AdverseE</dc:author>
<dc:subject>roms, emulators</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.dohgames.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/08/13/2356aa99d6c7f31e13e8047961a0470f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.dohgames.com/">Doh Games - All the Games; None of the Confusion</a></h4>
 
by <a href="http://blogmarks.net/user/AdverseE">AdverseE</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/roms">roms</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/emulators">emulators</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=197617">Copy</a> | 
<a href="http://blogmarks.net/link/297876">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>