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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 272 - 303 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
272
Hello, I was wondering if somebody could point me in the right direction towards getting a php page to get the results from pokernum to get odds. I actually...
sid_thp
Offline Send Email
Mar 29, 2006
7:37 pm
273
One hacky way to get it to work with PHP is just to call the compiled C version with system() or exec() either dropping the results in a file and reading that...
Thomas David Baker
sleague.geo
Online Now Send Email
Apr 1, 2006
8:11 pm
274
... The clean way would be to make a C based php module. That's fairly easy ... if you've done it once ;-) The simplest way is to write a shell script that...
Loic Dachary
alebeon
Offline Send Email
Apr 1, 2006
10:21 pm
275
Hi, I am using a windows platform. All builds and links successfully. I am using the EnumExhaustive function. When my routine enters EnumExhaustive, my program...
bengr1978
Offline Send Email
Apr 5, 2006
9:17 pm
276
First of all, thanks for your replies :) Right now, I've gone ahead and compiled pokersource, and I have a PHP4 page using the shell_exec php function. It...
sid_thp
Offline Send Email
Apr 5, 2006
9:26 pm
277
... It is likely that you ask to explore a space that is too large for the computer to return a result within seconds. Could you send the piece of software you...
Loic Dachary
alebeon
Offline Send Email
Apr 5, 2006
11:43 pm
278
... Great :-) Can you send us the pages you wrote so that we can try them ourselves ? That will also help if someone is able / willing to improve the security...
Loic Dachary
alebeon
Offline Send Email
Apr 5, 2006
11:45 pm
279
Here is the code I have written. Basically, I had my own structure of cards that I had detected from a table (although I have some test data I am forcing at...
bengr1978
Offline Send Email
Apr 6, 2006
3:49 pm
280
... Unfortunately I can't do that, I'm working under an umbrella here, and I have to stay within a framework...but I have made some progress. Now my PHP script...
sid_thp
Offline Send Email
Apr 7, 2006
9:32 pm
281
... It sounds like you're using system("pokenum") where you want `pokenum` (that is, backticks, not system()). Tim...
Tim Showalter
ts4z
Offline Send Email
Apr 7, 2006
9:37 pm
282
... I think I know why it hangs. Could you please the full source code so that I can recompile on my machine and figure out the error ? Cheers, -- Loic...
Loic Dachary
alebeon
Offline Send Email
Apr 8, 2006
9:35 am
283
... Unfortunately I'm not motivated to help someone make proprietary software. However I'm very motivated to help people write Free Software. In addition you...
Loic Dachary
alebeon
Offline Send Email
Apr 8, 2006
9:35 am
284
Here's the full source code. (See the bottom of this post). However, if I just do this I get the same problems. I think there is some problem with the passing...
bengr1978
Offline Send Email
Apr 8, 2006
6:37 pm
285
Hi all, I'm doing an MSc Computer Science degree and for my project I'm writng a poker-playing program. I've got the python versions of pokereval and...
Thomas David Baker
sleague.geo
Online Now Send Email
Apr 16, 2006
10:47 am
286
... What you need is poker-network (as found at http://gna.org/projects/pokersource/). The name may be misleading but look at the description. It contains a...
Loic Dachary
alebeon
Offline Send Email
Apr 16, 2006
1:55 pm
287
Thanks Loic. I'm running this on Ubuntu where the version of automake installed is 1.4. On prompting to use >=1.7 I installed the latest 1.9.6. I hope...
Thomas David Baker
sleague.geo
Online Now Send Email
Apr 17, 2006
9:54 am
288
... That's fine. Are you using Ubuntu hoary or breezy ? hoary I presume. I'm not sure if you just want to run the software or if you want to rebuild it from...
Loic Dachary
alebeon
Offline Send Email
Apr 17, 2006
1:07 pm
289
I'm not working on proprietary software, its just that the test version is behind a login right now, and I don't want to be giving that out, specifically...
sid_thp
Offline Send Email
Apr 19, 2006
11:03 pm
290
... I don't understand what it means for a software to be "behind a login". If you're working on Free Software you surely have no problem sending a copy of the...
Loic Dachary
alebeon
Offline Send Email
Apr 20, 2006
6:08 am
291
Brilliant. That's worked great. Is there any documentation on how to connect/play both as a bot and as a human? Thanks for your help, Tom...
Thomas David Baker
sleague.geo
Online Now Send Email
Apr 29, 2006
8:12 am
292
... No, there is not. The only documentation is the code. Cheers, -- Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38 http://www.fsffrance.org/...
Loic Dachary
alebeon
Offline Send Email
Apr 29, 2006
11:50 am
293
Oh. Would you like me to write a "beginner's guide"? I'll start writing some docs if you give me a clue where to start? What would the command line to start a...
Thomas David Baker
sleague.geo
Online Now Send Email
Apr 29, 2006
11:56 am
294
... That would be great. ... IMHO, the best and most popular subject to write about would be "HOWTO make a poker odd calculator with poker-eval ?" This is by ...
Loic Dachary
alebeon
Offline Send Email
Apr 29, 2006
12:13 pm
295
Hi Loic, I don't have anything called pokerserver but I tried: python pokerserver.py This gave me an error about not having a config file so I tried: python...
Thomas David Baker
sleague.geo
Online Now Send Email
Apr 30, 2006
8:39 am
296
... ls -l /usr/sbin/poker{server,bot}* ... ls /etc/poker-network* -- Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38 http://www.fsffrance.org/...
Loic Dachary
alebeon
Offline Send Email
Apr 30, 2006
12:31 pm
297
I compiled the poker-eval v129.0 library using the visual studio command promp with nmake -f makefile.dos and that seems to work fine, the only thing that...
sdfkzu47
Offline Send Email
Aug 3, 2006
8:10 pm
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
Online Now 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
Online Now Send Email
Oct 18, 2006
9:34 am
Messages 272 - 303 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