<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>acepoint's home &#187; Gnubg Hints</title>
	<atom:link href="http://www.achim-mueller.org/category/backgammon/gnubg-hints/feed" rel="self" type="application/rss+xml" />
	<link>http://www.achim-mueller.org</link>
	<description>Pol-IT, Chess, Backgammon, Poker</description>
	<lastBuildDate>Tue, 19 Jul 2011 22:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using a SQLite Database III</title>
		<link>http://www.achim-mueller.org/using-a-sqlite-database-iii</link>
		<comments>http://www.achim-mueller.org/using-a-sqlite-database-iii#comments</comments>
		<pubDate>Tue, 05 Aug 2008 18:34:17 +0000</pubDate>
		<dc:creator>ace</dc:creator>
				<category><![CDATA[Backgammon]]></category>
		<category><![CDATA[Gnubg Hints]]></category>
		<category><![CDATA[gnubg]]></category>

		<guid isPermaLink="false">http://achim-mueller.org/wordpress/?p=303</guid>
		<description><![CDATA[What about getting a terminal output like this? No&#160;&#160;&#160;&#160;&#160; Length&#160;&#160; Result&#160;&#160; Luck_Adjusted&#160; FIBS&#160;&#160;&#160;&#160; Snowie&#160;&#160; Date ------&#160; -------&#160; -------&#160; -------------&#160; -------&#160; -------&#160; ---------- 1&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1.0&#160;&#160;&#160;&#160;&#160; 79.68&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1802.4&#160;&#160; 2.99&#160;&#160;&#160;&#160; 2008-08-04 2&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.0&#160;&#160;&#160;&#160;&#160; 51.06&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1719.1&#160;&#160; 3.67&#160;&#160;&#160;&#160; 2008-08-04 3&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.0&#160;&#160;&#160;&#160;&#160; 37.48&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1975.4&#160;&#160; 0.58&#160;&#160;&#160;&#160; 2008-08-04 4&#160;&#160;&#160;&#160;&#160;&#160; 3&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1.0&#160;&#160;&#160;&#160;&#160; 56.9&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1912.7&#160;&#160; 3.27&#160;&#160;&#160;&#160; 2008-08-04 5&#160;&#160;&#160;&#160;&#160;&#160; 3&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.0&#160;&#160;&#160;&#160;&#160; 52.47&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 2014.2&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://www.achim-mueller.org/using-a-sqlite-database-iii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a SQLite Database II</title>
		<link>http://www.achim-mueller.org/using-a-sqlite-database-ii</link>
		<comments>http://www.achim-mueller.org/using-a-sqlite-database-ii#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:30:05 +0000</pubDate>
		<dc:creator>ace</dc:creator>
				<category><![CDATA[Backgammon]]></category>
		<category><![CDATA[Gnubg Hints]]></category>
		<category><![CDATA[gnubg]]></category>

		<guid isPermaLink="false">http://achim-mueller.org/wordpress/?p=299</guid>
		<description><![CDATA[&#160;In the first part I showed some general information about the sqlite database in GNU Backgammon. We now start some useful queries: sqlite&#62; select a.session_id as No, b.length as Length, a.actual_result+0.5 as Result, round(a.luck_adjusted_result*100,2) as Luck_Adjusted, round(a.snowie_error_rate_per_move*1000,2) as Snowie, date(b.added) as Date from matchstat a, session b where a.session_id = b.session_id and a.player_id = 2 [...]]]></description>
		<wfw:commentRss>http://www.achim-mueller.org/using-a-sqlite-database-ii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a SQLite Database I</title>
		<link>http://www.achim-mueller.org/using-a-sqlite-database-i</link>
		<comments>http://www.achim-mueller.org/using-a-sqlite-database-i#comments</comments>
		<pubDate>Mon, 04 Aug 2008 17:44:17 +0000</pubDate>
		<dc:creator>ace</dc:creator>
				<category><![CDATA[Backgammon]]></category>
		<category><![CDATA[Gnubg Hints]]></category>
		<category><![CDATA[gnubg]]></category>

		<guid isPermaLink="false">http://achim-mueller.org/wordpress/?p=292</guid>
		<description><![CDATA[&#160;GNU Backgammon provides relational database support. Besides mysql and postgresql the standard database is sqlite. After the installation of gnubg you&#8217;ll find the database file in your home directory (~/.gnubg/gnubg.db on Linux and MacOS). You find the menu entry for using the database in &#34;Analyze&#34; &#8211; &#34;Relational Database&#34;. &#160;Besides getting information by the GUI of [...]]]></description>
		<wfw:commentRss>http://www.achim-mueller.org/using-a-sqlite-database-i/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Rollouts</title>
		<link>http://www.achim-mueller.org/batch-rollouts</link>
		<comments>http://www.achim-mueller.org/batch-rollouts#comments</comments>
		<pubDate>Sun, 27 Jul 2008 17:39:53 +0000</pubDate>
		<dc:creator>ace</dc:creator>
				<category><![CDATA[Backgammon]]></category>
		<category><![CDATA[Gnubg Hints]]></category>
		<category><![CDATA[gnubg]]></category>

		<guid isPermaLink="false">http://achim-mueller.org/wordpress/?p=287</guid>
		<description><![CDATA[&#160;If you want gnubg doing some batch rollouts you can prepare a file like: set gnubg Position ID ... rollout =cube export position html filename.html set gnubg Position ID ... hint rollout =1 =2 =3 export position html filename.htm ... &#160; and start gnubg with the following command: #: gnubg -t -c [file].txt &#160; &#160;]]></description>
		<wfw:commentRss>http://www.achim-mueller.org/batch-rollouts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Position</title>
		<link>http://www.achim-mueller.org/set-position</link>
		<comments>http://www.achim-mueller.org/set-position#comments</comments>
		<pubDate>Fri, 25 Jul 2008 17:28:37 +0000</pubDate>
		<dc:creator>ace</dc:creator>
				<category><![CDATA[Backgammon]]></category>
		<category><![CDATA[Gnubg Hints]]></category>
		<category><![CDATA[gnubg]]></category>

		<guid isPermaLink="false">http://achim-mueller.org/wordpress/?p=276</guid>
		<description><![CDATA[Command line Setup a position: set board simple 0  2 4 2 2 3 0  0 -1 0 0 0 0  0 1 0 -2 0 -2  -2 -3 -3 1 0 -1  1 0 bottom players checker on the bar 2 4 2 2 3 0 bottom players homeboard 0 -1 0 0 0 [...]]]></description>
		<wfw:commentRss>http://www.achim-mueller.org/set-position/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

