I was wondering if anyone has been able to compile these poker-eval functions into a DLL. I really want to use them with Visual Basic. I tried compiling the...
joaustin@...
May 27, 2000 9:34 pm
34
... The code has been compiled and tested with Visual C++, and could certainly be compiled into a DLL. I think the biggest issue would be the calling ...
Brian Goetz
brian@...
May 30, 2000 3:00 am
35
... The code has been compiled and tested with Visual C++, and could certainly be compiled into a DLL. I think the biggest issue would be the calling ...
Darse Billings
darse@...
May 30, 2000 3:32 am
36
... poker-eval ... Basic. ... certainly ... calling ... 64-bit ... 64-bit ... call DLL ... there are a ... able to use. ... porting ... with ... Darse. Well of...
joaustin@...
May 30, 2000 3:44 am
37
Since there was some interest in the first RoShamBo competition, here is the announcement of the follow-up contest. - Darse. The Second International RoShamBo...
Darse Billings
darse@...
May 31, 2000 11:53 pm
38
Do we have a code repository up yet? Is there a more elegant way of handling Omaha showdowns than examining SIXTY potential high hands and some number of...
ADBjester
jester@...
Jun 1, 2000 1:28 am
39
... Michael M. and Steven L. posted an idea for an optimization for the low hand. The concept is that you can encode the hand in a byte (bitmapped for each...
mph@...
Jun 1, 2000 1:50 am
40
... Yes. You can browse the cvs archive at www.pokersource.org. ... You can cut the number of evaluations in something like half by doing the following: Call...
Brian Goetz
brian@...
Jun 1, 2000 1:54 am
41
... 16 bits (8 bits for board low values and 8 bits for hand low values) can index into the table. Also, if the board contains insufficient low cards, that...
Stephen H. Landrum
slandrum@...
Jun 1, 2000 3:53 am
42
... *blush* Duh....
mph@...
Jun 1, 2000 4:01 am
43
... Actually, I consider brute-force evaluation to be elegant. At least for the high case. But that's in the eye of the beholder. Brian's "sentinel hand"...
Hi folks, I'm new on this list, and as all new people I refuse to read the archive before at least 20 people have yelled at me. ;-) Seriously though, I'm...
Tony L. Svanstrom
listmaster@...
Jul 17, 2000 2:52 pm
46
Hi folks, We (the UofA Poker research group) have just released a few useful java classes from Poki's source which others may find helpful in building poker...
Aaron Davidson
ajd@...
Aug 9, 2000 12:24 am
47
This looks very nice. Can we get it added to the pokersource.org archive?...
Jeffrey B. Siegal
jbs@...
Aug 9, 2000 6:15 am
52
I have done some work on the poker-eval package (and incorporated some of Brian's work) and decided to make a new release. Here's what's new: Added...
I have banned any member who has ever spammed the pokersource group - - both of them. If we continue to have a problem we may decide to require moderator...
David, I think I can help: 1. Your immediate problem stems from the Java layer not finding the ORO regex package installed. The 1.2.0 release doesn't do a...
Hi Folks, Does anyone know of Poker source code for Delphi??? I have found some poker source for Turbo Pascal (found on the internet) and I am considering...
Hi Michael, I have a JNI wrapper for Poker-eval. But I urgently need one for Omaha-evaluator. I was using a package probably written by u for Poker-eval which...
... gave ... the ... Arindam, You're probably right about the cause of the problem. When I added the draft JNI support, I only implemented it for unix-style ...
Hi, I'm having some trouble compiling libpoker.lib, on Windows, using the instructions in the README as distributed with poker-eval-src-121. Apologies if this...
Hi Lee, I have used the poker-eval-src-121 myself in windows. The output you had when running "nmake" from DOS is perfectly fine. This has already created the...
Hi Michael, Indeed I found the pokersource very helpful. Yup, I'm working in a project to develop poker games. It's interesting and challenging too. We have...
I need source code for java poker and a hand evaluator. If you could email me sites that have these or send code themselves it would be greatly appreciated,...
Is this what you're looking for? http://spaz.ca/aaron/poker/src/ ... -- Brian Edwards <brian at chrissyandbrian.com> Software that helped me send this...
Hi, I'm already using the source code provided by the University of Alberta. I'm currently developing multi-table tournament. Can anybody help me out with the...
I still need a source code for a hand evaluator for 5 card draw. I need this program built in java for windows...for those that sent me emails thanks but i...