<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:media="http://search.yahoo.com/mrss/">

   <channel>
       <title>Gelijkenistest - Computerschaak</title>
       <description><![CDATA[<p>Downloads voor de CSVN gelijkenistest.</p>
<p>Downloads for the CSVN similarity tests.</p>]]></description>
       <link>https://csvn.nl/index.php/download/gelijkenistest?format=html</link>
              <lastBuildDate>Tue, 14 May 2013 04:28:00 +0200</lastBuildDate>
       <atom:link href="https://csvn.nl/index.php/download/gelijkenistest?format=rss" rel="self" type="application/rss+xml"/>
       <language>nl-NL</language>
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>

              <item>
           <title>fingerprint2013-windows-v1.0</title>
           <link>https://csvn.nl/index.php/download/gelijkenistest/212-fingerprint2013-windows-v10?format=html</link>
           <enclosure url="https://csvn.nl/index.php/download/gelijkenistest/212-fingerprint2013-windows-v10/file" length="268734" type="application/zip" />
           <media:content
                url="https://csvn.nl/index.php/download/gelijkenistest/212-fingerprint2013-windows-v10/file"
                fileSize="268734"
                type="application/zip"
                medium="document"
           />
           <media:title type="plain">fingerprint2013-windows-v1.0</media:title>
           <media:description type="html"><![CDATA[<p>This archive contains a Windows executable as well as the C++ source code for the program to produce the engine fingerprint for UCI and Winboard engines. Instructions on how to use the program are included as well.</p>
<p>The executable requires Windows Vista or newer to run, but it should be possible to compile the source code also for older windows versions.</p>]]></media:description>
                      <guid isPermaLink="true">https://csvn.nl/index.php/download/gelijkenistest/212-fingerprint2013-windows-v10?format=html</guid>
           <description><![CDATA[<p>This archive contains a Windows executable as well as the C++ source code for the program to produce the engine fingerprint for UCI and Winboard engines. Instructions on how to use the program are included as well.</p>
<p>The executable requires Windows Vista or newer to run, but it should be possible to compile the source code also for older windows versions.</p>]]></description>
           <author>richard.pijl@telenet.be (Richard Pijl)</author>
           <category>Gelijkenistest</category>
           <pubDate>Tue, 14 May 2013 04:28:00 +0200</pubDate>
       </item>
              <item>
           <title>Similarity Test Instructions</title>
           <link>https://csvn.nl/index.php/download/gelijkenistest/211-similarity-test-instructions?format=html</link>
           <enclosure url="https://csvn.nl/index.php/download/gelijkenistest/211-similarity-test-instructions/file" length="104857" type="application/pdf" />
           <media:content
                url="https://csvn.nl/index.php/download/gelijkenistest/211-similarity-test-instructions/file"
                fileSize="104857"
                type="application/pdf"
                medium="document"
           />
           <media:title type="plain">Similarity Test Instructions</media:title>
           <media:description type="html"><![CDATA[]]></media:description>
                      <guid isPermaLink="true">https://csvn.nl/index.php/download/gelijkenistest/211-similarity-test-instructions?format=html</guid>
           <description><![CDATA[]]></description>
           <author>ruud.martin@ziggo.nl (Jan Krabbenbos)</author>
           <category>Gelijkenistest</category>
           <pubDate>Mon, 15 Apr 2013 03:30:13 +0200</pubDate>
       </item>
              <item>
           <title>Instructies Gelijkenistest</title>
           <link>https://csvn.nl/index.php/download/gelijkenistest/210-instructies-gelijkenistest?format=html</link>
           <enclosure url="https://csvn.nl/index.php/download/gelijkenistest/210-instructies-gelijkenistest/file" length="101467" type="application/pdf" />
           <media:content
                url="https://csvn.nl/index.php/download/gelijkenistest/210-instructies-gelijkenistest/file"
                fileSize="101467"
                type="application/pdf"
                medium="document"
           />
           <media:title type="plain">Instructies Gelijkenistest</media:title>
           <media:description type="html"><![CDATA[]]></media:description>
                      <guid isPermaLink="true">https://csvn.nl/index.php/download/gelijkenistest/210-instructies-gelijkenistest?format=html</guid>
           <description><![CDATA[]]></description>
           <author>ruud.martin@ziggo.nl (Jan Krabbenbos)</author>
           <category>Gelijkenistest</category>
           <pubDate>Mon, 15 Apr 2013 03:29:10 +0200</pubDate>
       </item>
              <item>
           <title>Linux / Mac OS X script Winboard engines</title>
           <link>https://csvn.nl/index.php/download/gelijkenistest/209-linux-mac-os-x-script-winboard-engines?format=html</link>
           <enclosure url="https://csvn.nl/index.php/download/gelijkenistest/209-linux-mac-os-x-script-winboard-engines/file" length="1915" type="application/zip" />
           <media:content
                url="https://csvn.nl/index.php/download/gelijkenistest/209-linux-mac-os-x-script-winboard-engines/file"
                fileSize="1915"
                type="application/zip"
                medium="document"
           />
           <media:title type="plain">Linux / Mac OS X script Winboard engines</media:title>
           <media:description type="html"><![CDATA[<p>The attached Python program "run-simtest-wb" can be used the run the CSVN similarity test on one or more cores.<br /> <br /> The pre-conditions are:</p>
<ol class="bbcode_list">
<li>Python 2 is installed. To check, type in a Terminal window "python --version" and see for example "Python 2.6.7" appear. (The program is not tested for Python 3).</li>
<li>The engine speaks the Winboard protocol version 2, specifically it must understand the "setboard" command.</li>
<li>The script is tested on MacOSX using Crafty 23.4</li>
<li>The engine should not use an internal book</li>
<li>The script is made executable (chmod 755 run-simtest-uci). Alternatively start the program with "python run-simtest-wb ..."</li>
</ol>
<p>The usage is a follows:</p>
<div class="highlight">
<pre>Usage:
        ./run-simtest-wb  [  [  ] ]

        engine          binary of Winboard engine
        cpus            number of parallel engines to start (all single-threaded)
        movetime        in seconds (float)

        For example:
        ./run-simtest-wb crafty 4 1  simcsvn1.crafty.epd</pre>
</div>]]></media:description>
                      <guid isPermaLink="true">https://csvn.nl/index.php/download/gelijkenistest/209-linux-mac-os-x-script-winboard-engines?format=html</guid>
           <description><![CDATA[<p>The attached Python program "run-simtest-wb" can be used the run the CSVN similarity test on one or more cores.<br /> <br /> The pre-conditions are:</p>
<ol class="bbcode_list">
<li>Python 2 is installed. To check, type in a Terminal window "python --version" and see for example "Python 2.6.7" appear. (The program is not tested for Python 3).</li>
<li>The engine speaks the Winboard protocol version 2, specifically it must understand the "setboard" command.</li>
<li>The script is tested on MacOSX using Crafty 23.4</li>
<li>The engine should not use an internal book</li>
<li>The script is made executable (chmod 755 run-simtest-uci). Alternatively start the program with "python run-simtest-wb ..."</li>
</ol>
<p>The usage is a follows:</p>
<div class="highlight">
<pre>Usage:
        ./run-simtest-wb  [  [  ] ]

        engine          binary of Winboard engine
        cpus            number of parallel engines to start (all single-threaded)
        movetime        in seconds (float)

        For example:
        ./run-simtest-wb crafty 4 1  simcsvn1.crafty.epd</pre>
</div>]]></description>
           <author>ruud.martin@ziggo.nl (Jan Krabbenbos)</author>
           <category>Gelijkenistest</category>
           <pubDate>Mon, 15 Apr 2013 03:24:43 +0200</pubDate>
       </item>
              <item>
           <title>Linux / Mac OS X script UCI Engines</title>
           <link>https://csvn.nl/index.php/download/gelijkenistest/207-linux-mac-os-x-script-uci-engines?format=html</link>
           <enclosure url="https://csvn.nl/index.php/download/gelijkenistest/207-linux-mac-os-x-script-uci-engines/file" length="2186" type="application/zip" />
           <media:content
                url="https://csvn.nl/index.php/download/gelijkenistest/207-linux-mac-os-x-script-uci-engines/file"
                fileSize="2186"
                type="application/zip"
                medium="document"
           />
           <media:title type="plain">Linux / Mac OS X script UCI Engines</media:title>
           <media:description type="html"><![CDATA[<p>The pre-conditions are:</p>
<ol class="bbcode_list">
<li>Python 2 is installed. To check, type in a Terminal window "python --version" and see for example "Python 2.6.7" appear. (The program is not tested for Python 3).</li>
<li>The engine speaks the UCI protocol, specifically it must understand the "go infinite" command.</li>
<li>The script is tested on Linux and on MacOSX</li>
<li>The script is made executable (chmod 755 run-simtest-uci). Alternatively start the program with "python run-simtest-uci ..."</li>
</ol>
<p>The usage is a follows:</p>
<div class="highlight">
<pre>Usage:
        ./run-simtest-uci  [  [  ] ]

        engine          binary of UCI engine
        cpus            number of parallel engines to start (all single-threaded)
        movetime        in seconds (float)

        For example:
        ./run-simtest-uci Shredder12Mac 4 1  simcsvn1.shredder12.epd</pre>
</div>]]></media:description>
                      <guid isPermaLink="true">https://csvn.nl/index.php/download/gelijkenistest/207-linux-mac-os-x-script-uci-engines?format=html</guid>
           <description><![CDATA[<p>The pre-conditions are:</p>
<ol class="bbcode_list">
<li>Python 2 is installed. To check, type in a Terminal window "python --version" and see for example "Python 2.6.7" appear. (The program is not tested for Python 3).</li>
<li>The engine speaks the UCI protocol, specifically it must understand the "go infinite" command.</li>
<li>The script is tested on Linux and on MacOSX</li>
<li>The script is made executable (chmod 755 run-simtest-uci). Alternatively start the program with "python run-simtest-uci ..."</li>
</ol>
<p>The usage is a follows:</p>
<div class="highlight">
<pre>Usage:
        ./run-simtest-uci  [  [  ] ]

        engine          binary of UCI engine
        cpus            number of parallel engines to start (all single-threaded)
        movetime        in seconds (float)

        For example:
        ./run-simtest-uci Shredder12Mac 4 1  simcsvn1.shredder12.epd</pre>
</div>]]></description>
           <author>ruud.martin@ziggo.nl (Jan Krabbenbos)</author>
           <category>Gelijkenistest</category>
           <pubDate>Sun, 14 Apr 2013 21:35:04 +0200</pubDate>
       </item>
              <item>
           <title>CSVN Gelijkenistest / Similarity Test 2013</title>
           <link>https://csvn.nl/index.php/download/gelijkenistest/206-csvn-gelijkenistest-similarity-test-2013?format=html</link>
           <enclosure url="https://csvn.nl/index.php/download/gelijkenistest/206-csvn-gelijkenistest-similarity-test-2013/file" length="370633" type="application/zip" />
           <media:content
                url="https://csvn.nl/index.php/download/gelijkenistest/206-csvn-gelijkenistest-similarity-test-2013/file"
                fileSize="370633"
                type="application/zip"
                medium="document"
           />
           <media:title type="plain">CSVN Gelijkenistest / Similarity Test 2013</media:title>
           <media:description type="html"><![CDATA[<p>Dit zijn de bestanden behorend bij de gelijkenistest voor het ICT13.</p>
<p>These are the files for the similarity test of the ICT13.</p>]]></media:description>
                      <guid isPermaLink="true">https://csvn.nl/index.php/download/gelijkenistest/206-csvn-gelijkenistest-similarity-test-2013?format=html</guid>
           <description><![CDATA[<p>Dit zijn de bestanden behorend bij de gelijkenistest voor het ICT13.</p>
<p>These are the files for the similarity test of the ICT13.</p>]]></description>
           <author>ruud.martin@ziggo.nl (Jan Krabbenbos)</author>
           <category>Gelijkenistest</category>
           <pubDate>Sun, 14 Apr 2013 21:31:14 +0200</pubDate>
       </item>
          </channel>
</rss>