<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>chess-engines at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/chess-engines/</link>
    <description>Chess Engines Mailing List</description>

    <item>
      <title>Re: Chess Engines group inactivity and where to go instead</title>
      <pubDate>Fri, 03 Jul 2009 19:26:13 GMT</pubDate>
      <dc:creator>Ricardo Fernandez</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2262</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2262</guid>
      <description>Thanks, maybe mailing lists are things of the past now, and everybody prefer forums..(or maybe the Orkut...just kidding :) 2009/6/30 Tim Mann</description>
    </item>
    <item>
      <title>Re: Chess Engines group inactivity and where to go instead</title>
      <pubDate>Wed, 01 Jul 2009 04:00:09 GMT</pubDate>
      <dc:creator>Joshua Shriver</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2261</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2261</guid>
      <description>Well said, and kinda sad. Luckily we do have the xboard forum and the wonderful CCC. Perhaps to start a debate I wonder if it&#39;s due to the possible lack of</description>
    </item>
    <item>
      <title>Chess Engines group inactivity and where to go instead</title>
      <pubDate>Wed, 01 Jul 2009 03:52:46 GMT</pubDate>
      <dc:creator>Tim Mann</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2260</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2260</guid>
      <description>The Chess Engines mailing list has largely fallen into disuse, and the currently active XBoard/WinBoard developers are not monitoring it.  I&#39;m tempted to turn</description>
    </item>
    <item>
      <title>Re: request clarification of WinBoard protocol</title>
      <pubDate>Fri, 22 May 2009 19:14:01 GMT</pubDate>
      <dc:creator>joe.slobotnik</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2259</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2259</guid>
      <description>understood, ok I just learned something about pipes and streams. And I was almost ready to ask if I had to send the newline myself, so good anticipation on</description>
    </item>
    <item>
      <title>Re: request clarification of WinBoard protocol</title>
      <pubDate>Fri, 22 May 2009 18:33:16 GMT</pubDate>
      <dc:creator>Robert Hyatt</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2258</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2258</guid>
      <description>that is definitely incorrect.  Pipes are stream devices.  which means you can do two writes on one end of the pipe, and grab all the data with a single read on</description>
    </item>
    <item>
      <title>Re: request clarification of WinBoard protocol</title>
      <pubDate>Fri, 22 May 2009 18:18:36 GMT</pubDate>
      <dc:creator>Tim Mann</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2257</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2257</guid>
      <description>... Yes, that is possible.  There is not a &quot;handshake&quot; between commands from the GUI. ... Commands are separated by a newline.  If there is more than one</description>
    </item>
    <item>
      <title>Need an explain on Heuristic Search.</title>
      <pubDate>Fri, 22 May 2009 18:09:25 GMT</pubDate>
      <dc:creator>phongphanp</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2256</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2256</guid>
      <description>Hi, I also want to know concepts , procedure and an example code. and I suspected in the performanced diffference between Heuristic search and bruteforce</description>
    </item>
    <item>
      <title>Re: request clarification of WinBoard protocol</title>
      <pubDate>Fri, 22 May 2009 02:56:40 GMT</pubDate>
      <dc:creator>joe.slobotnik</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2255</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2255</guid>
      <description>Thanks Dan. I shall have to research the concept of synchronous protocol. No problem, I&#39;ll learn something new. For now, I shall assume the statement &quot;consider</description>
    </item>
    <item>
      <title>Re: request clarification of WinBoard protocol</title>
      <pubDate>Fri, 22 May 2009 02:01:00 GMT</pubDate>
      <dc:creator>Tim Mann</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2254</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2254</guid>
      <description>... Dann, I agree -- that is not the intended meaning of the spec.  The spec is just trying to say that the quit command means the engine should exit, period.</description>
    </item>
    <item>
      <title>Re: request clarification of WinBoard protocol</title>
      <pubDate>Fri, 22 May 2009 01:44:21 GMT</pubDate>
      <dc:creator>Dann Corbit</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2253</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2253</guid>
      <description>From: chess-engines@yahoogroups.com [mailto:chess-engines@yahoogroups.com] On Behalf Of joe.slobotnik Sent: Thursday, May 21, 2009 3:26 PM To:</description>
    </item>
    <item>
      <title>request clarification of WinBoard protocol</title>
      <pubDate>Fri, 22 May 2009 01:35:42 GMT</pubDate>
      <dc:creator>joe.slobotnik</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2252</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2252</guid>
      <description>Greetings, I have written a simple chess program using Sun java. When I designed it I did not separate the GUI from the engine. I am now doing so and will try</description>
    </item>
    <item>
      <title>Re: coding special characters in C&#43;&#43;</title>
      <pubDate>Thu, 21 May 2009 16:55:23 GMT</pubDate>
      <dc:creator>Jack Dingler</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2251</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2251</guid>
      <description>Do you have a font set or language pack installed forthose character sets? XP/Vista by default, only comes with one language installed. If you have Vista</description>
    </item>
    <item>
      <title>Re: Two Player Chess Game</title>
      <pubDate>Mon, 04 May 2009 11:46:02 GMT</pubDate>
      <dc:creator>Atul S Vasu</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2250</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2250</guid>
      <description>Hi Bharath, most of the members here are experts in writing chess engines, i.e. to make computer play chess. 2 player may look too trivial to us to give any</description>
    </item>
    <item>
      <title>Two Player Chess Game</title>
      <pubDate>Mon, 27 Apr 2009 03:59:56 GMT</pubDate>
      <dc:creator>B.Bharath Kumar</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2249</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2249</guid>
      <description>Hi all, I am a programmer planning to develop two player chess game can you please help me in how i can take it forward. Thanks in advance Bharath</description>
    </item>
    <item>
      <title>Re: regarding my last message</title>
      <pubDate>Sun, 08 Mar 2009 05:01:15 GMT</pubDate>
      <dc:creator>Stuart Cracraft</dc:creator>
      <link>http://groups.yahoo.com/group/chess-engines/message/2248</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/chess-engines/message/2248</guid>
      <description>You can thank Tim Mann for his wizardry. Also try the &quot;Arena Chess&quot; gui front-end. Many think it represents &quot;the Next Generation&quot;. Certainly more featureful.. </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sun Jul  5 23:39:49 PDT 2009 -->
