A place to share ideas and develop source code to study and play the game of poker. Group Manager: pokersource-owner@egroups.com To subscribe, send a message...
Michael Maurer
mjmaurer@...
Aug 9, 1999 10:30 pm
2
Lee Daniel Crocker none
lcrocker@...
Aug 16, 1999 6:17 pm
3
Lee Daniel Crocker none
lcrocker@...
Aug 17, 1999 8:51 pm
4
Looks like list membership has settled down and I'm back from vacation, so I think it's time we start thinking about what we want to accomplish here. My...
Lee Daniel Crocker
lee@...
Sep 14, 1999 11:35 pm
5
... At one point people were talking about having a publically available CVS source respository somewhere. Personally I don't care what tool is used (tar...
mph@...
Sep 15, 1999 12:24 am
6
... The best first goal. Let's see what we have and go from there. ... Several reasons I can think of, though none hugely compelling on its own. Integrated...
Tim McNerney
mumbly@...
Sep 15, 1999 12:36 am
7
In no particular order, I'm interested in seeing the following happen: 1. Create a programmer's library. This would include tools, libraries, and objects...
Brian Goetz
brian@...
Sep 15, 1999 1:12 am
8
From: Tim McNerney <mumbly@...> Curious to benchmark speeds between a Java and C implementation of code (though I think the hand evaluator is a better...
Darse Billings
darse@...
Sep 15, 1999 7:41 am
9
Lee Daniel Crocker none
lcrocker@...
Sep 15, 1999 10:50 pm
10
I've added two links to the "Vault" area on eGroups: Oxymoron's card images (I'm working on a more portable version of those as well), and the test suite from ...
lee@...
Oct 20, 1999 10:29 pm
11
Lee; If you're going to use the "Vault" feature of eGroups, you should link to the www.pokersource.org page which I maintain. Or, if you have anything you...
Brian Goetz
brian@...
Oct 20, 1999 10:45 pm
12
... Agreed. Can I take this as an announcement that pokersource.org is up and running? I've been waiting for that but hadn't heard anything until now. If it...
Lee Daniel Crocker
lee@...
Oct 21, 1999 6:08 am
13
I've gotten off my duff and put a few things up at the pokersource web site, including the newly released version of the poker hand evaluator, which has been...
Brian Goetz
brian@...
Nov 19, 1999 6:16 am
14
... Not to be silly, but whats the URL? The "vault" on egroups contains fairly old stuff. mph...
Michael Hunter
mphunter@...
Nov 22, 1999 11:16 pm
15
... Uh, Duh, I found it....
Michael Hunter
mphunter@...
Nov 22, 1999 11:42 pm
16
... I spent a few minutes looking at what was in the archive over the Thanksgiving weekend. I believe that StdDeck_Low8_EVAL really should be ...
Michael Hunter
mphunter@...
Dec 1, 1999 4:55 am
17
... OK, you caught me exagurating. The Omaha evaluator is not yet finished. I have a quick and dirty C(n,2) enumerator which can use the standard evaluator...
Brian Goetz
brian@...
Dec 1, 1999 7:38 am
18
... From: Brian Goetz [mailto:brian@...] Sent: Wednesday, December 01, 1999 2:47 AM To: pokersource@eGroups.com Subject: [pokersource] Re: web site...
Andrew Latto
alatto@...
Dec 1, 1999 3:56 pm
19
... All that that you say it true. Unfortunately HTML is a poor source format. Its a better target. Its a pain to do real indexing on and it makes for poor...
Michael Hunter
mphunter@...
Dec 1, 1999 5:19 pm
20
Hi! Want to learn how to play poker, can anyone help? Janice -- Sincerely, An iPhone User...
markcase
markcase@...
Feb 25, 2000 11:17 pm
21
go to http://www.anet-stl.com/~gregr read the readme.txt and whatsnew.txt files download Gpkrv20 and install it. Connect and join in the fun. Good Luck -Greg...
Greg Reynolds
gregr@...
Feb 25, 2000 11:29 pm
22
Angels Forever...
karen h
bingoboop@...
Mar 16, 2000 3:46 pm
23
I think I've mentioned the error in game_std.h but the bug in eval_low8.c makes me think nobody has used this lib to do any high/low split investigation. Brian...
mph@...
Mar 19, 2000 11:54 pm
24
... Thanks for the bug report; will fix. Will eventually get a public CVS server running so you can do that yourself... ... I'm pretty sure I've got working...
Brian Goetz
brian@...
Mar 20, 2000 12:25 am
25
... With the huge amount of traffic here I'm not sure thats really important. ... I tried a single O/8 example (a234 single suit vs. a2a3 ds) and got less then...
mph@...
Mar 20, 2000 2:26 am
26
... Sorry if I was sloppy in my earlier response -- I mainly had in mind Omaha high (or the high half of high-low) when I came up with my optimization. I ...
Brian Goetz
brian@...
Mar 20, 2000 2:50 am
27
Regarding an omaha 8-or-better low evaluator... I am always one to be profligate with memory or startup time when speed is desired. A simple 8-bit plus 8-bit...
Michael Maurer
mjmaurer@...
Mar 20, 2000 7:29 am
28
... That was my exactly my thought for the encoding of an Omaha low evaluator. Quick reject on the board saves time if you are going to analyze a number of...
Stephen H. Landrum
slandrum@...
Mar 20, 2000 5:52 pm
29
... Those numbers unfortunately get bigger quickly when you account for O/9 which is still played some places in California. Still, I suppose it's still...