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...
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...
... 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...
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...
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...
... 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...
... 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...
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...
... 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...
... 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...
... 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...
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...
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...
... 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...
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...
... 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...
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...
... 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...
... 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/...
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...
... 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 ...
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...
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...
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, ...
I can't solve the following error: code: int main(int argc, char *argv[]) { int c; char cards[50] = ""; StdDeck_CardMask PlayerCards, OpponentCards,...
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...
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, ...