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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 128 - 158 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
128
... hold'em ... The pokersource C layer does not have functions for this, but the Java layer has something along these lines. The class HoldemCanonGroup...
Michael Maurer
mjmaurer
Offline Send Email
Dec 1, 2004
5:06 pm
129
... 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*...
Rauznitz Balazs
jomagam
Online Now Send Email
Dec 1, 2004
6:48 pm
130
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...
Darse Billings
rayzor04
Offline Send Email
Dec 1, 2004
7:14 pm
131
... 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,...
Darse Billings
rayzor04
Offline Send Email
Dec 1, 2004
7:23 pm
132
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. ...
Tim Showalter
ts4z
Offline Send Email
Dec 2, 2004
10:12 am
133
... 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...
Loic Dachary
alebeon
Offline Send Email
Dec 2, 2004
1:12 pm
134
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...
Michael Maurer
mjmaurer
Offline Send Email
Dec 2, 2004
5:54 pm
135
... 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 ...
Loic Dachary
alebeon
Offline Send Email
Dec 2, 2004
9:08 pm
136
... 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...
Tim Showalter
ts4z
Offline Send Email
Dec 2, 2004
9:48 pm
137
... Ah, sorry. Maybe these *$@#$@$ HTML formatted mails are to blame ;-) ... Which version of debian are you running ? I believe sarge / sid have these tools....
Loic Dachary
alebeon
Offline Send Email
Dec 2, 2004
10:49 pm
138
... 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...
Tim Showalter
ts4z
Offline Send Email
Dec 2, 2004
10:58 pm
139
... 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...
Loic Dachary
alebeon
Offline Send Email
Dec 3, 2004
9:36 am
140
... 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...
Tim Showalter
ts4z
Offline Send Email
Dec 3, 2004
9:54 am
141
... 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...
Loic Dachary
alebeon
Offline Send Email
Dec 3, 2004
12:24 pm
142
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/ ...
Loic Dachary
alebeon
Offline Send Email
Dec 3, 2004
12:43 pm
143
... 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...
Tim Showalter
ts4z
Offline Send Email
Dec 3, 2004
8:01 pm
144
... 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...
Loic Dachary
alebeon
Offline Send Email
Dec 3, 2004
8:50 pm
145
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...
Michael Maurer
mjmaurer
Offline Send Email
Dec 4, 2004
3:18 am
146
... I understand. Dependencies to software with Free Software licenses incompatible with the GNU GPL are an inconvenience but does not threaten the...
Loic Dachary
alebeon
Offline Send Email
Dec 4, 2004
9:37 am
148
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@...
Send Email
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:...
catalinuzzu
Offline Send Email
Jan 10, 2005
1:57 pm
150
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...
Joey Abrams
slcjoey2k5
Offline Send Email
Feb 14, 2005
11:30 am
151
Has anyone wrapped the library in Python, or is there anyone out there interested in collaborating on such an effort?...
andywocky
Offline Send Email
Feb 21, 2005
10:07 pm
152
... Check out this package: http://cvs.sourceforge.net/viewcvs.py/pokersource/pypoker-eval/ http://packages.qa.debian.org/p/pypoker-eval.html Loic Dachary...
Michael Maurer
mjmaurer
Offline Send Email
Feb 22, 2005
6:17 am
153
... 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...
Loic Dachary
alebeon
Offline Send Email
Feb 22, 2005
11:49 am
154
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...
andywocky
Offline Send Email
Mar 6, 2005
10:01 pm
155
... 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...
Loic Dachary
alebeon
Offline Send Email
Mar 7, 2005
9:14 am
156
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]...
Nick Wilton
nickw_home
Offline Send Email
Mar 7, 2005
6:19 pm
157
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...
Nick Wilton
nickw_home
Offline Send Email
Mar 7, 2005
6:24 pm
158
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:...
andywocky
Offline Send Email
Mar 7, 2005
8:06 pm
Messages 128 - 158 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