Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > General Poker Discussion > Beginners Questions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #101  
Old 03-16-2005, 11:01 AM
BillW BillW is offline
Junior Member
 
Join Date: Nov 2003
Posts: 12
Default Re: The Hand Converter Thread.

First line of my Paradise e-mail is:

Game #750152182 (Level VIII, Game #1) - 250/500 No Limit Texas Hold'em - 2005/03/15-20:23:17.5

converts to:

Paradise Poker No-Limit Hold'em Tourney, Big Blind is t250 (4 handed)

but the Big Blind is t500.
Reply With Quote
  #102  
Old 03-20-2005, 05:53 PM
JaysonWeberFCP JaysonWeberFCP is offline
Senior Member
 
Join Date: Feb 2005
Location: Las Vegas, 15/30
Posts: 121
Default Full Contact Poker

Bison, Daneil Negreanu's Forum's have been using your converter tool for quite a while. I am the moderator there and a few of the members are asking if there is any way for our forum to get its own format on the list? As of now we run into problems with people not using a format that works, and we aren't able to keep anything uniform.

Thank you for your time, this tool has helped a lot.
Reply With Quote
  #103  
Old 04-03-2005, 05:51 PM
weaselboy weaselboy is offline
Junior Member
 
Join Date: Jul 2004
Posts: 16
Default Re: The Hand Converter Thread.

Looks like we're still missing all-In bets at party/empire. Example hand that doesn't catch the all-in correctly:

***** Hand History for Game 1839357678 *****
$50 NL Hold'em - Sunday, April 03, 17:07:57 EDT 2005
Table Table 37326 (Real Money)
Seat 1 is the button
Total number of players : 10
Seat 1: player1 ( $49.15 )
Seat 2: player2 ( $89.55 )
Seat 3: player3 ( $50.55 )
Seat 4: player4 ( $20 )
Seat 5: player5 ( $48.5 )
Seat 6: player6 ( $46.15 )
Seat 7: player7 ( $60.05 )
Seat 8: player8 ( $39.5 )
Seat 9: player9 ( $47.95 )
Seat 10: Hero ( $50 )
player2 posts small blind [$0.25].
player3 posts big blind [$0.5].
Hero posts big blind [$0.5].
** Dealing down cards **
Dealt to Hero [ Kc 4c ]
player5 folds.
player2: nh
player6 calls [$0.5].
player7 folds.
player8 calls [$0.5].
player9 folds.
Hero checks.
player1 folds.
player2 calls [$0.25].
player3 checks.
** Dealing Flop ** [ Jc, Ks, Ac ]
player2 bets [$2.4].
player3 folds.
player6 folds.
player8 raises [$8].
Hero calls [$8].
player2 folds.
** Dealing Turn ** [ 9c ]
player8 bets [$14].
Hero calls [$14].
** Dealing River ** [ 2d ]
player8 is all-In [$17]
Hero calls [$17].
player8 shows [ Ad, 9h ] two pairs, aces and nines.
Hero shows [ Kc, 4c ] a flush, ace high.
Hero wins $79.9 from the main pot with a flush, ace high.

Two things I noticed (might or might not matter depending on how your regex is written): After an all-in bet, there are two spaces between the action and the amount, whereas with a bet/call/raise there's only one. (This is almost impossible to see unless you're reading it in a fixed-pitch font!) Also, there's no period at the end of an all-in, whereas there is a period at the end of all the other actions.

Specifically:

player8 is all-In [$17] # two spaces, no period
Hero calls [$17]. # one space, period

After a bit more pecking, I think the space is relevant. If I change "player8 is all-In [$17]" to "player8 bets [$17]" it's still busted. But if I use "player8 bets [$17]" with one space it works.

I suppose you could either code up a new action for "goes all in" and just parse that, or do the extra logic to figure out whether "is all-In" translates to "bets" "calls" or "raises". Personally, I think it's more useful (and probably easier for you to code) if you treat all-in as it's own action, since all in can in some cases be a partial bet (which you probably don't trap in the existing code).

Anyway, this thing is awesome and having some idea how much time you've spent on it, the poker world owes you a debt of gratitute. ;-)

--weaselboy
Reply With Quote
  #104  
Old 04-03-2005, 06:35 PM
masonx masonx is offline
Senior Member
 
Join Date: Feb 2005
Location: Just cuz we crunk dont mean we angry...
Posts: 494
Default Re: The Hand Converter Thread.

Pokerroom hand histories no longer work..
Reply With Quote
  #105  
Old 04-03-2005, 06:52 PM
TimM TimM is offline
Senior Member
 
Join Date: Jan 2004
Location: The Gym
Posts: 4,564
Default Re: The Hand Converter Thread.

Convince Google to buy the hand converter, then pay you to work on it. [img]/images/graemlins/grin.gif[/img]
Reply With Quote
  #106  
Old 04-14-2005, 06:32 PM
GutPunch GutPunch is offline
Senior Member
 
Join Date: Feb 2005
Location: IL
Posts: 1,353
Default Re: The Hand Converter Thread.

Problem with UB Tourny Histories

I copy the hand history from the site, paste it as input, and no output is created..

Am I doing somthing wrong??
Reply With Quote
  #107  
Old 04-16-2005, 07:16 AM
bergh bergh is offline
Senior Member
 
Join Date: Oct 2004
Posts: 274
Default Open Source

Have you considered open sourceing the software?
In that way you could get some help with the maintenance...
(I have some time to waste myself).
Reply With Quote
  #108  
Old 04-16-2005, 08:49 AM
bisonbison bisonbison is offline
Senior Member
 
Join Date: Nov 2003
Location: battling obesity
Posts: 11,598
Default Re: Open Source

Have you considered open sourceing the software?
In that way you could get some help with the maintenance...
(I have some time to waste myself).


Man, that'd be a great idea to have last week.
Reply With Quote
  #109  
Old 04-18-2005, 07:51 PM
flyangler flyangler is offline
Senior Member
 
Join Date: Apr 2005
Location: The Silver State - Battle Born
Posts: 212
Default Re: The Hand Converter Thread.

[ QUOTE ]
Pokerroom hand histories no longer work..

[/ QUOTE ]

It truncates the preflop and stacks... everything postflop looks right.
Reply With Quote
  #110  
Old 04-22-2005, 01:39 PM
flyangler flyangler is offline
Senior Member
 
Join Date: Apr 2005
Location: The Silver State - Battle Born
Posts: 212
Default Re: The Hand Converter Thread.

[ QUOTE ]
[ QUOTE ]
Pokerroom hand histories no longer work..

[/ QUOTE ]

It truncates the preflop and stacks... everything postflop looks right.

[/ QUOTE ]

It also does not replace name with "Hero".
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:23 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.