def get_combinations(sequence,joker=10):
    """
    Checks duplicates in sequence, returns tuple with char and duplicate count
...

Python Poker sequence

by rullon.myopenid.com, May 11, 2010 13:27, 1 refactoring, tagged with python, poker

get max length of duplicate...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php
$player_1_bet = 12; // ALL IN
...

PHP Poker Side Pots

by extjspoker, October 28, 2008 17:03, 11 refactorings, tagged with php, poker

So I don't currently have a...

4b3c8b874641c3398f7aae0be9873163 Talk
function get_next_seat($table_id, $start_seat) {
		$player_data = $this->admin->get_player_data($table_id);
		
...

PHP Get Next Turn

by extjspoker, October 21, 2008 22:55, 5 refactorings, tagged with php, poker

The below function is used ...

4b3c8b874641c3398f7aae0be9873163 Talk