-
-
Poker-Hands-in-Tcl
... a 52 cards deck, identifies the hands, and ranks them in order. Take from it what you will, I haven't touched it in years. I may write this as something more usable. Let me know.
Here's the script in action: http://www.taeyeonkim.com/cgi-bin/poker.cgi
-
Parx-Poker-logs
... information.
This is really quick hackjob that scraps the Philadelphia Parx poker table logs and builds a database. Then shows the data in ... was mostly out of my curiosity, I'm not afflicated with that poker room, I've never even been there. If you want to ...
-
poker-hands
... all.
## Problem Description
Your job is to compare several pairs of poker hands and to indicate which, if either, has a higher rank.
... , with 2 being the lowest and ace the highest value.
A poker hand consists of 5 cards dealt from the deck. Poker hands ...
-
-
Poker.rb
... Version Control
5. Todo
===================
= 1. Introduction =
===================
This library contains poker math related classes that can be used as ... of various concepts from the book Mathematics of Poker by Bill Chen and Jerrod Ankenman.
Next up ...
-
Poker
... started
---------------
1. Clone the repository.
2. Edit *com.videoplaza.poker.bot.YourBot* to do something clever in the *play ... (see PokerServer/src-jython/pokerbot/bot.py).
About
-----
The poker tournament software was started as a little side project ...
-
Poker-Stats-Library
PHP based library of simple poker math scripts.
Poker Stats Library is a series of scripts, based in PHP, which do simple poker mats.
Just move the directory to somewhere that is web accessible on either your local or remote server, and open index.php ...
-
Poker-Hand-Analyser
A Ruby library for analysing poker hands.
This is a poker hand analysis library. It's still very much a work in
progress so bear with me and report any bugs if you find them :)
# Usage
``` ruby
hand = Hand.new "2C 2H 10D 10S AS"
hand.pairs #=> ...
-
HS-Poker
Haskell poker engine
Just a program to evaluate some poker hand engines.
-
SGF-Poker
Rails app powering sgfpoker.com
SGF Poker v1.0
==============
This is the app I use to run [sgfpoker.com](http://www.sgfpoker.com). Please, peruse and enjoy.
Since [SGF Poker](http://www.sgfpoker.com) is a private site (meaning you won't ...
-