... hold'em ... The pokersource C layer does not have functions for this, but the Java layer has something along these lines. The class HoldemCanonGroup...
... How about this for a design: unsigned char holdemcanonid(CardMask delt_hand); would convert a hand with two cards to a number between 0 and 168 char*...
I always hold pre-flop hand types in a 13 x 13 array, indexed by rank Ace down to Deuce. The main diagonal are pairs, upper right are suited hands, lower left...
... I should state the obvious, for sake of clarity: the double index conveys the hand type. With index[i,j] (range 0..12), pairs have i=j, suited hands i>j,...
I finally got around to trying to build the recent version of poker-eval on my Mac. Thank you for integrating libtool, Loic; this was not a hard thing to do. ...
... Could you send a patch with your changes so that I can apply them ? ... Unless someone actually using Java takes care of that it won't progress. The...
Unless someone actually using Java takes care of that it won't progress. The problem is indeed a licence compatibility problem (unlike the md5* license problem...
... According to http://www.gnu.org/licenses/license-list.html poker-eval/LICENSE.junit is likely to be incompatible with the GNU GPL (1.0 is therefore 0.5 is ...
... But they're already checked in? My Debian (stable) system lacks Autoconf 2.54 and automake 1.7, both of which bootstrap purports to require. I can't build...
... Ah, sorry. Maybe these *$@#$@$ HTML formatted mails are to blame ;-) ... Which version of debian are you running ? I believe sarge / sid have these tools....
... Did I send that? I thought that was turned off? Maybe yahoogroups is "helping" you. My sent folder has plain text messages. ... I'm running woody (this...
... Yes, that's yahoo groups fault I think. Nevermind ;-) ... Ah. This is a problem indeed. Did you check http://www.backports.org/ for a backport of...
... I see no point in doing that. The problem is actually that I have 2.53 and I need 2.54, but I'm not even worried about that. My point was actually that I...
... Ok. I see you've lowered the requirement in bootstrap but you did not change the AC_PREREQ in configure.ac (I just commited this). ... Ok. It seems I...
Hi, I'm preparing a 125.0 release. It only includes portability/packaging fixes. Cheers, -- Donate to FSF France online : http://rate.affero.net/fsffrance/ ...
... Oops. I didn't mean to commit that. (I have 2.53 and will test it if I can, but I didn't have aclocal and automake 2.7 to test with.) ... That's a good...
... I have no idea since I do not use Java myself. ... This pseudo-license is probably problematic in many contries because it only regulates the use of the...
I think the best course of action for now is to simply remove the 3rd party jars from the distribution. Then the user of the Java code has the burden of...
I'm trying to get the Java library compiled, on Windows but having trouble. I've put all the correct Jars in place, and am using the Makefile.dos at the end...
Jonathan Love
jil01@...
Jan 8, 2005 5:41 pm
149
When using a card odds strategy, this should mean comparison, not only figuring your own odds for a certain formation. For example: Your hole cards: A8 Flop:...
I was able to build libpoker.lib and the corresponding dll without any troubles, however, trying to use it is another story: Linking... mkmkm.obj : error...
... Check out this package: http://cvs.sourceforge.net/viewcvs.py/pokersource/pypoker-eval/ http://packages.qa.debian.org/p/pypoker-eval.html Loic Dachary...
... It is available at: http://sourceforge.net/project/showfiles.php?group_id=13546&package_id=134877 but it is *not* a wrapper. Rather it is a high level...
Thanks for the pointer. I downloaded, but it's not clear to me what I need to do to build/install for a Windows machine. I have already built libpoker.lib...
... Sorry, I cannot. I only use GNU/Linux. -- Donate to FSF France online : http://rate.affero.net/fsffrance/ Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33...
This does appear to be a bug. ... From: Loic Dachary To: pokersource@yahoogroups.com Sent: Monday, March 07, 2005 9:13 AM Subject: [personal] Re: [pokersource]...
Let me clarify that before I look too silly. Yes Yan's problem appears to be a bug. I have not yet had the chance to mess around with Python on windows. Sorry...
Hopefully you (someone) can at least help me get started in the right direction. Please bear with me, here, as I'm a non-unix, python newbie. Problem 1:...