<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HOWTO: Use Ruby-Poker</title>
	<atom:link href="http://thinkingdigitally.com/archive/howto-use-ruby-poker/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkingdigitally.com/archive/howto-use-ruby-poker/</link>
	<description>programming for the fun of it</description>
	<lastBuildDate>Wed, 25 Jan 2012 04:42:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Costas</title>
		<link>http://thinkingdigitally.com/archive/howto-use-ruby-poker/#comment-2620</link>
		<dc:creator>Costas</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingdigitally.com/archive/howto-use-ruby-poker/#comment-2620</guid>
		<description>&lt;p&gt;Just to add - the logic in this perl module is probably what you&#039;re looking for - you want to score the poker hand so you can run simulations:&lt;/p&gt;

&lt;p&gt;http://search.cpan.org/~pip/Games-Cards-Poker-1.2.565CHh5/Poker.pm&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just to add &#8211; the logic in this perl module is probably what you&#8217;re looking for &#8211; you want to score the poker hand so you can run simulations:</p>

<p><a href="http://search.cpan.org/~pip/Games-Cards-Poker-1.2.565CHh5/Poker.pm" rel="nofollow">http://search.cpan.org/~pip/Games-Cards-Poker-1.2.565CHh5/Poker.pm</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Costas</title>
		<link>http://thinkingdigitally.com/archive/howto-use-ruby-poker/#comment-2619</link>
		<dc:creator>Costas</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingdigitally.com/archive/howto-use-ruby-poker/#comment-2619</guid>
		<description>&lt;p&gt;Would be really swell if this library scored hand percentages too for assessing preflop hands:&lt;/p&gt;

&lt;p&gt;hand1 = PokerHand.new([&#039;AD&#039;,&#039;3D&#039;])
hand2 = PokerHand.new([&#039;AS&#039;,&#039;3H&#039;])
puts [hand1, hand2].sort.last.score&lt;/p&gt;

&lt;p&gt;results in hand2 winning when in fact hand1 is the winner...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Would be really swell if this library scored hand percentages too for assessing preflop hands:</p>

<p>hand1 = PokerHand.new(['AD','3D'])
hand2 = PokerHand.new(['AS','3H'])
puts [hand1, hand2].sort.last.score</p>

<p>results in hand2 winning when in fact hand1 is the winner&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John Griffiths</title>
		<link>http://thinkingdigitally.com/archive/howto-use-ruby-poker/#comment-70</link>
		<dc:creator>John Griffiths</dc:creator>
		<pubDate>Wed, 26 Mar 2008 16:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://thinkingdigitally.com/archive/howto-use-ruby-poker/#comment-70</guid>
		<description>&lt;p&gt;excellent work, gotta have a bash at this.&lt;/p&gt;

&lt;p&gt;nice way to learn poker, appreciate the guide.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>excellent work, gotta have a bash at this.</p>

<p>nice way to learn poker, appreciate the guide.</p>]]></content:encoded>
	</item>
</channel>
</rss>

