Search the web
Sign In
New User? Sign Up
pokersource · Poker Source
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 300 - 329 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
300
Hello, Please help. Can one send me a pypokereval.dll for to be able to work with the Python's pypoker-eval on Windows? Thank you in advance. Best Regards, ...
Todor Petrov
ael54
Online Now Send Email
Sep 5, 2006
10:41 pm
301
I can't solve the following error: code: int main(int argc, char *argv[]) { int c; char cards[50] = ""; StdDeck_CardMask PlayerCards, OpponentCards,...
oliver_liermann
Offline Send Email
Sep 30, 2006
4:57 pm
302
Hi Loic/everyone, I hope you can help me. I've rebuilt my machine as Ubuntu Dapper and I want to get the whole pokersource setup running so I can complete my...
Thomas David Baker
sleague.geo
Offline Send Email
Oct 14, 2006
9:12 am
303
Hi all, Does anyone have a hint for me on how to install the complete set of pokersource stuff on Dapper? Do I need to build it all from the source? Thanks, ...
Thomas David Baker
sleague.geo
Offline Send Email
Oct 18, 2006
9:34 am
304
brilliant! thanks loic....
Thomas David Baker
sleague.geo
Offline Send Email
Oct 18, 2006
11:36 am
305
Eek, bakert@arthur:~$ sudo apt-get install python-poker-engine Reading package lists... Done Building dependency tree... Done Package python-poker-engine is...
Thomas David Baker
sleague.geo
Offline Send Email
Oct 18, 2006
6:19 pm
306
A fellow on 2+2 noticed a bug in the poker-eval razz evaluator. It turns out this is a "known bug", but thought I'd post this here for the record. The...
Michael Maurer
mjmaurer
Offline Send Email
Nov 18, 2006
11:09 am
307
I know that I can compute the pot odds multiway when I define the exact hand of each player. Can I compute the odds also if I don't define the suits? Example...
kurti08150815
Offline Send Email
Nov 19, 2006
2:52 pm
308
It's not certain what the odds are in this situation unless you specify all the suits. For example the 76s guy has no change of a royal flush if one of the TT...
Rau Balazs
jomagam
Online Now Send Email
Nov 19, 2006
4:00 pm
309
I mean the "average" odds (taking into account all possible combinations). Take a look at pokerstove, it's doing exactly this. But there is no source code,...
Matthias Kohlweyer
kurti08150815
Offline Send Email
Nov 19, 2006
5:12 pm
310
... Yes, the code you want is in SAIE.java. Look at SAIEMain.java or SAIETest.java for examples. Look at HoldemCanonGroup or HoldemAbdulGroup for ways of...
Michael Maurer
mjmaurer
Offline Send Email
Nov 19, 2006
6:58 pm
311
Thanks a lot, it works fine :) One more question: is there a way to specify "any two" (instead of "TT+ QJ+" for example)? I assume the standard hand ranking...
Matthias Kohlweyer
kurti08150815
Offline Send Email
Nov 20, 2006
11:50 am
312
... "TT+ QJ+" for example)? I don't understand what you mean by "any two". You mean a uniform distribution across all 169 possible two-card pockets? Or... ? ...
Michael Maurer
mjmaurer
Offline Send Email
Nov 20, 2006
12:20 pm
313
Hi, I'd like to use poker-eval from Java on Windows. I've spent quite a bit of time trying to compile it, but to no avail. a) Under Cygwin using...
approche.pratique
approche.pra...
Offline Send Email
Dec 6, 2006
8:56 am
314
Sorry, forgot the error message for problem a). It's: org/pokersource/eval/StandardEvalImp.o:StandardEvalImp.c:(.text+0xdf): undefined reference to...
approche.pratique
approche.pra...
Offline Send Email
Dec 6, 2006
8:58 am
315
Hi all, first thanks to put this librarie avaible. It looks great for what i understood by looking at the example. The code seems really efficient and fast. ...
bluttork
Offline Send Email
Dec 19, 2006
9:46 pm
316
... sorry for dbl posting... i've forgot to talk about the turn and the river. I want also to generate all possible board in the hand odd calculator when...
bluttork
Offline Send Email
Dec 19, 2006
9:56 pm
317
Hi, I have been trying to compile the poker-eval-133.0, using the included poker-eval.vcproj file - VC++ converts it ok to a VC8++ project but when I try to...
JRWashington
Offline Send Email
Dec 23, 2006
10:20 am
318
Hi, Ive found the missing files in set 124 :) so now I am past the errors below - now I am down to 4 errors... Any clues? I will have a look at it now...
JRWashington
Offline Send Email
Dec 23, 2006
10:38 am
319
Ok now I have run out of play time and need to go and finish the present wrapping for Christmas. I got t_maskrank.c compiling ok if I changed the table to { {...
JRWashington
Offline Send Email
Dec 23, 2006
11:02 am
320
Right a bit more progress while the missus was singing in the shower using using nmake -f makefile.dos On 133 with the missing files from 124 Compiled with a...
JRWashington
Offline Send Email
Dec 23, 2006
11:22 am
321
Hi Again, I am all set now with everything compilable and working - but for the life of me I cant come up with the simple code required to send pokenum hard...
JRWashington
Offline Send Email
Dec 23, 2006
10:38 pm
322
Hello, I've been searching the web for some specificanion of the poker-network protocol, but I've found none. I would like to write my own client and thus I...
olixnet
Offline Send Email
Dec 27, 2006
11:03 am
323
... There is none. ... If you could read python that would help. Check http://gna.org/projects/pokersource/ source tree. All file with packet in the name...
Loic Dachary
alebeon
Offline Send Email
Dec 27, 2006
1:54 pm
324
... server. I'm ... and the ... I'm planning to use (yes I know it's noobish) VB6....
olixnet
Offline Send Email
Dec 27, 2006
10:35 pm
325
... Sweet :-) -- +33 1 76 60 72 81 Loic Dachary mailto:loic@... http://gnu.org/loic/gpg.txt sip:loic@......
Loic Dachary
alebeon
Offline Send Email
Dec 28, 2006
11:25 am
326
Well, now I finally know what does each packet mean, but I was unable to determine how to send/receive the packets. I mean - how to encode/decode the packets?...
olixnet
Offline Send Email
Dec 28, 2006
11:15 pm
327
There is a fascinating thread on 2+2 about building the next generation of poker hand evaluators. Several posters have reported 7-card hand eval rates well...
Michael Maurer
mjmaurer
Offline Send Email
Jan 4, 2007
3:44 am
328
Quite some time ago, "Cactus Kev" created a webpage about his fast 5-card hand eval: http://www.suffecool.net/poker/evaluator.html It exploits the equivalence...
Darse Billings
rayzor04
Offline Send Email
Jan 4, 2007
2:28 pm
329
Actually in under 10 cycles per hand... ;-) High Card = 23294460 Pair = 58627800 Two Pair = 31433400 Three of a Kind = 6461620 Straight = 6180020 Flush =...
Ray
ramonwotton
Offline Send Email
Jan 4, 2007
3:45 pm
Messages 300 - 329 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help