From 0b0312d1ee6ef4ec6d37f8c067ceaa5942ed75a4 Mon Sep 17 00:00:00 2001 From: fpdb-mme Date: Sun, 25 Oct 2009 00:13:35 +0200 Subject: [PATCH 1/2] Signed-off-by: fpdb-mme initial commit --- create-release.sh | 37 + docs/abbreviations.txt | 47 + docs/agpl-3.0.txt | 661 +++++ docs/benchmarks.txt | 75 + docs/codingstyle.txt | 27 + docs/db-todo.txt | 22 + docs/fdl-1.2.txt | 397 +++ docs/filelist.txt | 75 + docs/install-in-ubuntu.txt | 46 + docs/known-bugs-and-planned-features.txt | 58 + docs/readme-dev.txt | 67 + docs/readme-overview.txt | 86 + docs/readme-user.txt | 43 + docs/release-notes.txt | 93 + docs/status.txt | 76 + docs/tabledesign.html | 930 +++++++ ignore-me_perl6/LibFpdbImport.pm | 178 ++ ignore-me_perl6/LibFpdbShared.pm | 84 + ignore-me_perl6/LibFpdbView.pm | 17 + ignore-me_perl6/RunFpdbCLI.perl6 | 29 + packaging/gentoo/fpdb-1.0_alpha8_p137.ebuild | 62 + packaging/gentoo/fpdb-1.0_alpha9_p142.ebuild | 62 + packaging/windows/fpdbEnvInstaller2.au3 | 182 ++ prepare-git.sh | 22 + pyfpdb/CarbonToFpdb.py | 109 + pyfpdb/Cards01.png | Bin 0 -> 78351 bytes pyfpdb/CliFpdb.py | 66 + pyfpdb/Configuration.py | 640 +++++ pyfpdb/Database.py | 222 ++ pyfpdb/EverleafToFpdb.py | 196 ++ pyfpdb/FpdbRegex.py | 161 ++ pyfpdb/FpdbSQLQueries.py | 854 +++++++ pyfpdb/GuiAutoImport.py | 211 ++ pyfpdb/GuiBulkImport.py | 156 ++ pyfpdb/GuiGraphViewer.py | 323 +++ pyfpdb/GuiPlayerStats.py | 165 ++ pyfpdb/GuiTableViewer.py | 309 +++ pyfpdb/HUD_config.xml.example | 201 ++ pyfpdb/HUD_main.py | 171 ++ pyfpdb/HandHistory.py | 194 ++ pyfpdb/HandHistoryConverter.py | 514 ++++ pyfpdb/Hud.py | 587 +++++ pyfpdb/Mucked.py | 337 +++ pyfpdb/RegressionTest.py | 107 + pyfpdb/SQL.py | 367 +++ pyfpdb/Stats.py | 728 ++++++ pyfpdb/Tables.py | 442 ++++ pyfpdb/fpdb.py | 461 ++++ pyfpdb/fpdb_db.py | 191 ++ pyfpdb/fpdb_import.py | 323 +++ pyfpdb/fpdb_parse_logic.py | 191 ++ pyfpdb/fpdb_save_to_db.py | 127 + pyfpdb/fpdb_simple.py | 2217 +++++++++++++++++ pyfpdb/upd_indexes.sql | 27 + readme.txt | 0 regression-test/.directory | 5 + regression-test/PrintHand.py | 175 ++ regression-test/PrintPlayerHudData.py | 158 ++ regression-test/fpdb_util_lib.py | 80 + .../ftp-omaha-hi-pl-ring-001-005.txt | 271 ++ .../known-broken/ftp-stud-hilo-ring-001.txt | 61 + .../known-broken/ftp.6367428246.expected.txt | 40 + .../known-broken/ftp.6929537410.expected.txt | 48 + .../known-broken/ftp.6929553738.expected.txt | 47 + regression-test/mysql-dump.sql | 376 +++ .../ps-flags-B-1hands.expected.txt | 68 + regression-test/ps-flags-CBflop.expected.txt | 68 + .../ps-flags-M-2hands.expected.txt | 68 + .../ps-flags-studhilo.expected.txt | 68 + regression-test/ps-lhe-ring-3hands.txt | 169 ++ .../ps-lhe-ring-call-3B-preflop-cb-no2b.txt | 62 + ...ps-lhe-ring-successful-steal-by-cutoff.txt | 42 + regression-test/ps-studhilo-ring-showdown.txt | 130 + regression-test/ps.14519394979.expected.txt | 49 + regression-test/ps.14519420999.expected.txt | 49 + regression-test/ps.14519433154.expected.txt | 58 + regression-test/ps.15043388146.expected.txt | 43 + regression-test/regression-test.sh | 45 + utils/dump_db_basedata.py | 38 + utils/get_db_stats.py | 83 + website/contact.php | 29 + website/default.conf | 8 + website/docs-abreviations.php | 65 + website/docs-benchmarks.php | 23 + website/docs-git-instructions.php | 61 + website/docs-hudHowTo.php | 169 ++ website/docs-install-gentoo.php | 85 + website/docs-install-windows.php | 208 ++ website/docs-overview.php | 84 + website/docs-requirements.php | 170 ++ website/docs-usage.php | 64 + website/docs.php | 37 + website/features.php | 47 + website/footer.php | 1 + website/fpdb.png | Bin 0 -> 26584 bytes website/header.php | 17 + website/img/00.mySqlWebsite1.jpg | Bin 0 -> 10881 bytes website/img/01.mySqlWebsite2.jpg | Bin 0 -> 17420 bytes website/img/02.mySqlSetup1.jpg | Bin 0 -> 13621 bytes website/img/03.mySqlSetup3.jpg | Bin 0 -> 10370 bytes website/img/04.mySqlSetup5.jpg | Bin 0 -> 10364 bytes website/img/05.mySqlSetup7.jpg | Bin 0 -> 17188 bytes website/img/06.mySqlConfig1.jpg | Bin 0 -> 17465 bytes website/img/07.mySqlConfig2.jpg | Bin 0 -> 12647 bytes website/img/08.mySqlConfig4.jpg | Bin 0 -> 16770 bytes website/img/09.mySqlConfig7.jpg | Bin 0 -> 16282 bytes website/img/10.mySqlConfig8.jpg | Bin 0 -> 15379 bytes website/img/11.mySqlConfig10.jpg | Bin 0 -> 9384 bytes website/img/12.mySqlConfig11.jpg | Bin 0 -> 9311 bytes website/img/13.run.jpg | Bin 0 -> 5010 bytes website/img/14.shellCdToMySql.jpg | Bin 0 -> 13520 bytes website/img/15.shellMySqlRootLogin.jpg | Bin 0 -> 11586 bytes website/img/16.shellMySqlPrompt.jpg | Bin 0 -> 8986 bytes website/img/17.shellMySqlCreateDB.jpg | Bin 0 -> 4986 bytes website/img/18.shellMySqlCreateUser.jpg | Bin 0 -> 20457 bytes website/img/19.shellMySqlUserCreated.jpg | Bin 0 -> 7472 bytes website/img/20.pythonInst.jpg | Bin 0 -> 12024 bytes website/img/21.pythonInst4.jpg | Bin 0 -> 5839 bytes website/img/22.mySqlPythonInst1.jpg | Bin 0 -> 13313 bytes website/img/23.shellMkDirGtk.jpg | Bin 0 -> 9544 bytes website/img/24.setGtkPath1.jpg | Bin 0 -> 14898 bytes website/img/25.setGtkPath2.jpg | Bin 0 -> 17477 bytes website/img/26.setGtkPath3.jpg | Bin 0 -> 14195 bytes website/img/27.pycairoInst.jpg | Bin 0 -> 11334 bytes website/img/28.pygobjectInst.jpg | Bin 0 -> 11875 bytes website/img/29.pyGtkInst.jpg | Bin 0 -> 12495 bytes website/img/30.shellMkDirProfiles.jpg | Bin 0 -> 16895 bytes website/img/31.editDbProfile.jpg | Bin 0 -> 9934 bytes website/img/32.startFpdb.jpg | Bin 0 -> 22452 bytes website/img/Screenshot-2-Site-HUD.png | Bin 0 -> 994922 bytes website/img/Screenshot-Graph-v137.png | Bin 0 -> 49556 bytes .../img/Screenshot-Stacked-Everleaf-137.jpg | Bin 0 -> 153065 bytes website/img/docs.HudHowTo1.png | Bin 0 -> 29883 bytes website/img/docs.HudHowTo2.png | Bin 0 -> 6339 bytes website/img/docs.HudHowTo3.png | Bin 0 -> 345650 bytes website/img/docs.HudHowTo4.png | Bin 0 -> 5546 bytes website/img/docs.HudHowTo5.png | Bin 0 -> 1804 bytes website/img/docs.HudHowTo6.png | Bin 0 -> 3449 bytes website/img/docs.HudHowTo7.png | Bin 0 -> 11620 bytes website/index.php | 24 + website/license.php | 687 +++++ website/screenshots.php | 25 + website/sidebar.php | 13 + website/style.css | 52 + 144 files changed, 18143 insertions(+) create mode 100755 create-release.sh create mode 100644 docs/abbreviations.txt create mode 100644 docs/agpl-3.0.txt create mode 100644 docs/benchmarks.txt create mode 100644 docs/codingstyle.txt create mode 100644 docs/db-todo.txt create mode 100644 docs/fdl-1.2.txt create mode 100644 docs/filelist.txt create mode 100644 docs/install-in-ubuntu.txt create mode 100644 docs/known-bugs-and-planned-features.txt create mode 100644 docs/readme-dev.txt create mode 100644 docs/readme-overview.txt create mode 100644 docs/readme-user.txt create mode 100644 docs/release-notes.txt create mode 100644 docs/status.txt create mode 100644 docs/tabledesign.html create mode 100644 ignore-me_perl6/LibFpdbImport.pm create mode 100644 ignore-me_perl6/LibFpdbShared.pm create mode 100644 ignore-me_perl6/LibFpdbView.pm create mode 100644 ignore-me_perl6/RunFpdbCLI.perl6 create mode 100644 packaging/gentoo/fpdb-1.0_alpha8_p137.ebuild create mode 100644 packaging/gentoo/fpdb-1.0_alpha9_p142.ebuild create mode 100644 packaging/windows/fpdbEnvInstaller2.au3 create mode 100755 prepare-git.sh create mode 100644 pyfpdb/CarbonToFpdb.py create mode 100644 pyfpdb/Cards01.png create mode 100755 pyfpdb/CliFpdb.py create mode 100755 pyfpdb/Configuration.py create mode 100644 pyfpdb/Database.py create mode 100755 pyfpdb/EverleafToFpdb.py create mode 100644 pyfpdb/FpdbRegex.py create mode 100644 pyfpdb/FpdbSQLQueries.py create mode 100644 pyfpdb/GuiAutoImport.py create mode 100644 pyfpdb/GuiBulkImport.py create mode 100644 pyfpdb/GuiGraphViewer.py create mode 100644 pyfpdb/GuiPlayerStats.py create mode 100644 pyfpdb/GuiTableViewer.py create mode 100644 pyfpdb/HUD_config.xml.example create mode 100755 pyfpdb/HUD_main.py create mode 100644 pyfpdb/HandHistory.py create mode 100644 pyfpdb/HandHistoryConverter.py create mode 100644 pyfpdb/Hud.py create mode 100755 pyfpdb/Mucked.py create mode 100644 pyfpdb/RegressionTest.py create mode 100644 pyfpdb/SQL.py create mode 100644 pyfpdb/Stats.py create mode 100755 pyfpdb/Tables.py create mode 100755 pyfpdb/fpdb.py create mode 100644 pyfpdb/fpdb_db.py create mode 100644 pyfpdb/fpdb_import.py create mode 100644 pyfpdb/fpdb_parse_logic.py create mode 100644 pyfpdb/fpdb_save_to_db.py create mode 100755 pyfpdb/fpdb_simple.py create mode 100755 pyfpdb/upd_indexes.sql create mode 100644 readme.txt create mode 100644 regression-test/.directory create mode 100755 regression-test/PrintHand.py create mode 100755 regression-test/PrintPlayerHudData.py create mode 100644 regression-test/fpdb_util_lib.py create mode 100644 regression-test/known-broken/ftp-omaha-hi-pl-ring-001-005.txt create mode 100644 regression-test/known-broken/ftp-stud-hilo-ring-001.txt create mode 100644 regression-test/known-broken/ftp.6367428246.expected.txt create mode 100644 regression-test/known-broken/ftp.6929537410.expected.txt create mode 100644 regression-test/known-broken/ftp.6929553738.expected.txt create mode 100644 regression-test/mysql-dump.sql create mode 100644 regression-test/ps-flags-B-1hands.expected.txt create mode 100644 regression-test/ps-flags-CBflop.expected.txt create mode 100644 regression-test/ps-flags-M-2hands.expected.txt create mode 100644 regression-test/ps-flags-studhilo.expected.txt create mode 100644 regression-test/ps-lhe-ring-3hands.txt create mode 100644 regression-test/ps-lhe-ring-call-3B-preflop-cb-no2b.txt create mode 100644 regression-test/ps-lhe-ring-successful-steal-by-cutoff.txt create mode 100644 regression-test/ps-studhilo-ring-showdown.txt create mode 100644 regression-test/ps.14519394979.expected.txt create mode 100644 regression-test/ps.14519420999.expected.txt create mode 100644 regression-test/ps.14519433154.expected.txt create mode 100644 regression-test/ps.15043388146.expected.txt create mode 100755 regression-test/regression-test.sh create mode 100755 utils/dump_db_basedata.py create mode 100755 utils/get_db_stats.py create mode 100755 website/contact.php create mode 100644 website/default.conf create mode 100755 website/docs-abreviations.php create mode 100755 website/docs-benchmarks.php create mode 100755 website/docs-git-instructions.php create mode 100755 website/docs-hudHowTo.php create mode 100755 website/docs-install-gentoo.php create mode 100755 website/docs-install-windows.php create mode 100755 website/docs-overview.php create mode 100755 website/docs-requirements.php create mode 100755 website/docs-usage.php create mode 100755 website/docs.php create mode 100755 website/features.php create mode 100755 website/footer.php create mode 100644 website/fpdb.png create mode 100755 website/header.php create mode 100644 website/img/00.mySqlWebsite1.jpg create mode 100644 website/img/01.mySqlWebsite2.jpg create mode 100644 website/img/02.mySqlSetup1.jpg create mode 100644 website/img/03.mySqlSetup3.jpg create mode 100644 website/img/04.mySqlSetup5.jpg create mode 100644 website/img/05.mySqlSetup7.jpg create mode 100644 website/img/06.mySqlConfig1.jpg create mode 100644 website/img/07.mySqlConfig2.jpg create mode 100644 website/img/08.mySqlConfig4.jpg create mode 100644 website/img/09.mySqlConfig7.jpg create mode 100644 website/img/10.mySqlConfig8.jpg create mode 100644 website/img/11.mySqlConfig10.jpg create mode 100644 website/img/12.mySqlConfig11.jpg create mode 100644 website/img/13.run.jpg create mode 100644 website/img/14.shellCdToMySql.jpg create mode 100644 website/img/15.shellMySqlRootLogin.jpg create mode 100644 website/img/16.shellMySqlPrompt.jpg create mode 100644 website/img/17.shellMySqlCreateDB.jpg create mode 100644 website/img/18.shellMySqlCreateUser.jpg create mode 100644 website/img/19.shellMySqlUserCreated.jpg create mode 100644 website/img/20.pythonInst.jpg create mode 100644 website/img/21.pythonInst4.jpg create mode 100644 website/img/22.mySqlPythonInst1.jpg create mode 100644 website/img/23.shellMkDirGtk.jpg create mode 100644 website/img/24.setGtkPath1.jpg create mode 100644 website/img/25.setGtkPath2.jpg create mode 100644 website/img/26.setGtkPath3.jpg create mode 100644 website/img/27.pycairoInst.jpg create mode 100644 website/img/28.pygobjectInst.jpg create mode 100644 website/img/29.pyGtkInst.jpg create mode 100644 website/img/30.shellMkDirProfiles.jpg create mode 100644 website/img/31.editDbProfile.jpg create mode 100644 website/img/32.startFpdb.jpg create mode 100644 website/img/Screenshot-2-Site-HUD.png create mode 100644 website/img/Screenshot-Graph-v137.png create mode 100644 website/img/Screenshot-Stacked-Everleaf-137.jpg create mode 100644 website/img/docs.HudHowTo1.png create mode 100644 website/img/docs.HudHowTo2.png create mode 100644 website/img/docs.HudHowTo3.png create mode 100644 website/img/docs.HudHowTo4.png create mode 100644 website/img/docs.HudHowTo5.png create mode 100644 website/img/docs.HudHowTo6.png create mode 100644 website/img/docs.HudHowTo7.png create mode 100755 website/index.php create mode 100755 website/license.php create mode 100755 website/screenshots.php create mode 100755 website/sidebar.php create mode 100644 website/style.css diff --git a/create-release.sh b/create-release.sh new file mode 100755 index 00000000..9f28a7ac --- /dev/null +++ b/create-release.sh @@ -0,0 +1,37 @@ +#!/bin/sh + +#Copyright 2008 Steffen Jobbagy-Felso +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. +# +#You should have received a copy of the GNU Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in +#agpl-3.0.txt in the docs folder of the package. + +rm regression-test/*.found.txt +rm regression-test/*.pyc +rm pyfpdb/*.pyc + +mkdir fpdb-$1 +cp -R docs fpdb-$1/ +cp -R packaging fpdb-$1/ +cp -R pyfpdb fpdb-$1/ +rm fpdb-$1/pyfpdb/HUD_config.* +cp pyfpdb/HUD_config.xml.example fpdb-$1/pyfpdb/HUD_config.xml +cp -R regression-test fpdb-$1/ +cp -R utils fpdb-$1/ + +cd fpdb-$1 +zip -r releases/fpdb-1.0_$1.zip * +tar -cf - * | bzip2 >> releases/fpdb-1.0_$1.tar.bz2 +cd .. +rm -r fpdb-$1 + +echo "Please ensure the files are named fpdb-1.0_alpha*_p*.*" diff --git a/docs/abbreviations.txt b/docs/abbreviations.txt new file mode 100644 index 00000000..94fd5b16 --- /dev/null +++ b/docs/abbreviations.txt @@ -0,0 +1,47 @@ +HUD/table viewer +================ +A3-7=3rd-7th street Complete/Raise percentage +AF=Flop Bet/Raise percentage +AT=River Bet/Raise percentage +AR=Turn Bet/Raise percentage +F3-7=3rd-7th street Fold percentage +FB=like FSB but for big blinds only +FF=Flop Fold percentage +FR=River Fold percentage +FSB=Fold to steal - combined of small and big blind (FSB means Fold Small Big). E.g. if a player faced a steal attempt in the SB 7 times and +FS=like FSB but for small blinds only. +FT=Turn Fold percentage +HD=Hands +PF3B4B=Pre Flop 3Bet or 4Bet +PFR=Pre Flop Raise +Postf A=Postflop (ie. flop+turn+river) Aggression% +Postf F=Postflop Fold % +SD/F=Showdown/Flop=WtSD=How often player went to showdown when he saw the flop +ST=Steal chance (nobody had entered the pot before the player in question, and the player is in cutoff, button or SB position) +W$wsF=Won $ when he saw flop +W$@SD=Won $ at showdown +VPI3=Voluntary Put In on 3rd Street (ie. call+complete+raise) +VPIP=Voluntary Put In Preflop (ie. call+raise) + +Other +===== +CLI=Command Line Interface (Shell, Terminal, "DOS-window") +FTP=Full Tilt Poker +GUI=Graphical User Interface (normal interface with buttons and menus) +HUD=Heads-Up Display (shows stats directly in the poker software) +PS=PokerStars +MTT=Multi Table Tournament +SnG=Sit and Go + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/agpl-3.0.txt b/docs/agpl-3.0.txt new file mode 100644 index 00000000..dba13ed2 --- /dev/null +++ b/docs/agpl-3.0.txt @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/docs/benchmarks.txt b/docs/benchmarks.txt new file mode 100644 index 00000000..9f3bc680 --- /dev/null +++ b/docs/benchmarks.txt @@ -0,0 +1,75 @@ +benchmarks +========== +All measurements on my Athlon64@1.1GHz, 1 GB RAM, RAID5, Hardened Gentoo Linux 2.6.23 +From svn47 all measurements on my Athlon64 X2@1GHz, 2GB RAM +All measurements were ran several times in a row, unless otherwise noted the computer was mostly idle +svn12/15 were with PostgreSQL, svn23 onwards with MySQL +All import measurements were taken immediately after reseting the tables + +svn12, whilst compiling open office in the background +===== +reseting tables (incl filling default data): 0.5-0.6s +importing one hand from a file: 0.5-0.7s + +svn15 +===== +reseting tables (incl filling default data): 0.35-0.4s +importing one FTP hand from a file: 0.2-0.3s or 12-18k/hr +importing 51 FTP hands: 2.8-2.9s or 63-66k/hr +The large speedup will be partially due to not compiling in the background, and +partially due to less connecting/disconnecting the DB I'd imagine. +I'm VERY happy with this performance, but large gains could probably be made by +making the importer just a bit more sensible. + +svn23 +===== +reseting tables (incl filling default data): 0.3-0.35s +importing 75 PS hands: 3.2s or 84k/hr +importing 180 FTP hands: 7.7-7.9s 82k/hr +This is the rewrite in import_FTP_and_PS.py, svn12/15 are with import_file.py +Nice, it's substantially faster inspite of supporting PS and FTP (ish) rather +than just FTP and handling more special cases. + +svn24 +===== +importing 75 PS hands: 3.2-3.3s or 82k/hr +importing 507 FTP hands: 23.5-23.8s or 77k/hr +importing 947 FTP hands: 76.2-72.7s or 44k/hr +As you can see FTP has gotten about 6% slower on 500 hands - but the much expanded handling +of new cases (particularly the ante folding will be ALOT of extra string +comparisons) easily explains that. In fact I expected a much bigger impact. + (I suspect this is due to the parsing pausing whilst my shell catches up) + +svn47 +===== +It significantly slows down as the database gets larger, after a few thousand +hands it got to just one hand per second and slower. However, around 90% of the +CPU load was MySQL. Any tips are most welcome.. + +svn52 (whilst watching movie in a small window) +===== +Importing 2500 hands (mixed sites+types): 6m15s or 31k/hr (ran twice) +Of these 230 were skipped as duplicate or partial so counting 2270 hands + +svn53 (whilst watching movie in a small window) +===== +Importing the 2270 hands from svn52: 1m50 or 74k/hr (82 if counting dupes/partial) +Importing my 35661 (plus 427 dupe/part) hands: 51m51s or 41k/hr (ran once) + +The dbsize still has a significant impact, but with these sizes certainly it's +just not a problem. If anyone runs a larger database let me know how long it takes. +Thanks bwarycha for the tip with the foreign keys! + + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/codingstyle.txt b/docs/codingstyle.txt new file mode 100644 index 00000000..31c113f9 --- /dev/null +++ b/docs/codingstyle.txt @@ -0,0 +1,27 @@ +This is just a loose collection of things so far, but might as well make a start :) + +A word on wrapping: Please avoid making manual line breaks, the computer can and therefore should do it. Whether people use a phone or a 40" super-uber-HD screen, they should be allowed to use as much of it as they wish/can. Incidentially, if anyone knows how to activate line wrap in Eclipse I'd really appreciate if you let me know. + +Comments (or prints) with todo are things that are missing, bugs, or just messy code. + +After every def (ie. at the end of the method) there should be a comment including the name, e.g. +#def end of parseActionLine + +If you don't mind make names in java style, ie.: +Classes, files or tables like this: MyClassName +Methods and variables like this: myMethodName + +I'll eventually change all my code to that style, too. + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/db-todo.txt b/docs/db-todo.txt new file mode 100644 index 00000000..9d8c0042 --- /dev/null +++ b/docs/db-todo.txt @@ -0,0 +1,22 @@ +stats to add +============ +*CC,TotalColdCalls,TimesFacingRaisePreflop +**Folded to 3-Bet,FoldedToThreeBetPreflop,FacedThreeBetPreflop +Called 3-Bet,CalledThreeBetPreflop,FacedThreeBetPreflop +*Winning %,wonhand,TotalHands +**Flop Aggression Factor,timesaggressiveflop,timescalledflop +**Turn Aggression Factor,timesaggressiveturn,timescalledturn +**River Aggression Factor,timesaggressiveriver,timescalledriver +scoopedPot (useful for hi/lo split games) + +couldSqueeze, didSqueeze, facedSqueeze, calledSqueeze -> if (player raises from EP) and (someone after him calls) and (someone after that goes all in) +Donk Bet Turn,DidDonkBetTurn,CouldDonkBetTurn -> EP raises, LP reraises, EP calls. If EP bets out after the flop, it is considered a donk bet +Float Turn,DidFloatTurn,CouldFloatTurn -> + +other +===== +look at PT3 and HM tables see if i forgot anything +store all-in somewhere +add somewhere: mixed flag to denote that the game is part of a mixed game rotation + +add tables for single draw (5card draw, 2-7 single draw, badugi) and tripple draw (2-7 tripple draw) diff --git a/docs/fdl-1.2.txt b/docs/fdl-1.2.txt new file mode 100644 index 00000000..4a0fe1c8 --- /dev/null +++ b/docs/fdl-1.2.txt @@ -0,0 +1,397 @@ + GNU Free Documentation License + Version 1.2, November 2002 + + + Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other +functional and useful document "free" in the sense of freedom: to +assure everyone the effective freedom to copy and redistribute it, +with or without modifying it, either commercially or noncommercially. +Secondarily, this License preserves for the author and publisher a way +to get credit for their work, while not being considered responsible +for modifications made by others. + +This License is a kind of "copyleft", which means that derivative +works of the document must themselves be free in the same sense. It +complements the GNU General Public License, which is a copyleft +license designed for free software. + +We have designed this License in order to use it for manuals for free +software, because free software needs free documentation: a free +program should come with manuals providing the same freedoms that the +software does. But this License is not limited to software manuals; +it can be used for any textual work, regardless of subject matter or +whether it is published as a printed book. We recommend this License +principally for works whose purpose is instruction or reference. + + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work, in any medium, that +contains a notice placed by the copyright holder saying it can be +distributed under the terms of this License. Such a notice grants a +world-wide, royalty-free license, unlimited in duration, to use that +work under the conditions stated herein. The "Document", below, +refers to any such manual or work. Any member of the public is a +licensee, and is addressed as "you". You accept the license if you +copy, modify or distribute the work in a way requiring permission +under copyright law. + +A "Modified Version" of the Document means any work containing the +Document or a portion of it, either copied verbatim, or with +modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of +the Document that deals exclusively with the relationship of the +publishers or authors of the Document to the Document's overall subject +(or to related matters) and contains nothing that could fall directly +within that overall subject. (Thus, if the Document is in part a +textbook of mathematics, a Secondary Section may not explain any +mathematics.) The relationship could be a matter of historical +connection with the subject or with related matters, or of legal, +commercial, philosophical, ethical or political position regarding +them. + +The "Invariant Sections" are certain Secondary Sections whose titles +are designated, as being those of Invariant Sections, in the notice +that says that the Document is released under this License. If a +section does not fit the above definition of Secondary then it is not +allowed to be designated as Invariant. The Document may contain zero +Invariant Sections. If the Document does not identify any Invariant +Sections then there are none. + +The "Cover Texts" are certain short passages of text that are listed, +as Front-Cover Texts or Back-Cover Texts, in the notice that says that +the Document is released under this License. A Front-Cover Text may +be at most 5 words, and a Back-Cover Text may be at most 25 words. + +A "Transparent" copy of the Document means a machine-readable copy, +represented in a format whose specification is available to the +general public, that is suitable for revising the document +straightforwardly with generic text editors or (for images composed of +pixels) generic paint programs or (for drawings) some widely available +drawing editor, and that is suitable for input to text formatters or +for automatic translation to a variety of formats suitable for input +to text formatters. A copy made in an otherwise Transparent file +format whose markup, or absence of markup, has been arranged to thwart +or discourage subsequent modification by readers is not Transparent. +An image format is not Transparent if used for any substantial amount +of text. A copy that is not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain +ASCII without markup, Texinfo input format, LaTeX input format, SGML +or XML using a publicly available DTD, and standard-conforming simple +HTML, PostScript or PDF designed for human modification. Examples of +transparent image formats include PNG, XCF and JPG. Opaque formats +include proprietary formats that can be read and edited only by +proprietary word processors, SGML or XML for which the DTD and/or +processing tools are not generally available, and the +machine-generated HTML, PostScript or PDF produced by some word +processors for output purposes only. + +The "Title Page" means, for a printed book, the title page itself, +plus such following pages as are needed to hold, legibly, the material +this License requires to appear in the title page. For works in +formats which do not have any title page as such, "Title Page" means +the text near the most prominent appearance of the work's title, +preceding the beginning of the body of the text. + +A section "Entitled XYZ" means a named subunit of the Document whose +title either is precisely XYZ or contains XYZ in parentheses following +text that translates XYZ in another language. (Here XYZ stands for a +specific section name mentioned below, such as "Acknowledgements", +"Dedications", "Endorsements", or "History".) To "Preserve the Title" +of such a section when you modify the Document means that it remains a +section "Entitled XYZ" according to this definition. + +The Document may include Warranty Disclaimers next to the notice which +states that this License applies to the Document. These Warranty +Disclaimers are considered to be included by reference in this +License, but only as regards disclaiming warranties: any other +implication that these Warranty Disclaimers may have is void and has +no effect on the meaning of this License. + + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either +commercially or noncommercially, provided that this License, the +copyright notices, and the license notice saying this License applies +to the Document are reproduced in all copies, and that you add no other +conditions whatsoever to those of this License. You may not use +technical measures to obstruct or control the reading or further +copying of the copies you make or distribute. However, you may accept +compensation in exchange for copies. If you distribute a large enough +number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and +you may publicly display copies. + + +3. COPYING IN QUANTITY + +If you publish printed copies (or copies in media that commonly have +printed covers) of the Document, numbering more than 100, and the +Document's license notice requires Cover Texts, you must enclose the +copies in covers that carry, clearly and legibly, all these Cover +Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on +the back cover. Both covers must also clearly and legibly identify +you as the publisher of these copies. The front cover must present +the full title with all words of the title equally prominent and +visible. You may add other material on the covers in addition. +Copying with changes limited to the covers, as long as they preserve +the title of the Document and satisfy these conditions, can be treated +as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit +legibly, you should put the first ones listed (as many as fit +reasonably) on the actual cover, and continue the rest onto adjacent +pages. + +If you publish or distribute Opaque copies of the Document numbering +more than 100, you must either include a machine-readable Transparent +copy along with each Opaque copy, or state in or with each Opaque copy +a computer-network location from which the general network-using +public has access to download using public-standard network protocols +a complete Transparent copy of the Document, free of added material. +If you use the latter option, you must take reasonably prudent steps, +when you begin distribution of Opaque copies in quantity, to ensure +that this Transparent copy will remain thus accessible at the stated +location until at least one year after the last time you distribute an +Opaque copy (directly or through your agents or retailers) of that +edition to the public. + +It is requested, but not required, that you contact the authors of the +Document well before redistributing any large number of copies, to give +them a chance to provide you with an updated version of the Document. + + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under +the conditions of sections 2 and 3 above, provided that you release +the Modified Version under precisely this License, with the Modified +Version filling the role of the Document, thus licensing distribution +and modification of the Modified Version to whoever possesses a copy +of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct + from that of the Document, and from those of previous versions + (which should, if there were any, be listed in the History section + of the Document). You may use the same title as a previous version + if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities + responsible for authorship of the modifications in the Modified + Version, together with at least five of the principal authors of the + Document (all of its principal authors, if it has fewer than five), + unless they release you from this requirement. +C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice + giving the public permission to use the Modified Version under the + terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections + and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section Entitled "History", Preserve its Title, and add + to it an item stating at least the title, year, new authors, and + publisher of the Modified Version as given on the Title Page. If + there is no section Entitled "History" in the Document, create one + stating the title, year, authors, and publisher of the Document as + given on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for + public access to a Transparent copy of the Document, and likewise + the network locations given in the Document for previous versions + it was based on. These may be placed in the "History" section. + You may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. +K. For any section Entitled "Acknowledgements" or "Dedications", + Preserve the Title of the section, and preserve in the section all + the substance and tone of each of the contributor acknowledgements + and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, + unaltered in their text and in their titles. Section numbers + or the equivalent are not considered part of the section titles. +M. Delete any section Entitled "Endorsements". Such a section + may not be included in the Modified Version. +N. Do not retitle any existing section to be Entitled "Endorsements" + or to conflict in title with any Invariant Section. +O. Preserve any Warranty Disclaimers. + +If the Modified Version includes new front-matter sections or +appendices that qualify as Secondary Sections and contain no material +copied from the Document, you may at your option designate some or all +of these sections as invariant. To do this, add their titles to the +list of Invariant Sections in the Modified Version's license notice. +These titles must be distinct from any other section titles. + +You may add a section Entitled "Endorsements", provided it contains +nothing but endorsements of your Modified Version by various +parties--for example, statements of peer review or that the text has +been approved by an organization as the authoritative definition of a +standard. + +You may add a passage of up to five words as a Front-Cover Text, and a +passage of up to 25 words as a Back-Cover Text, to the end of the list +of Cover Texts in the Modified Version. Only one passage of +Front-Cover Text and one of Back-Cover Text may be added by (or +through arrangements made by) any one entity. If the Document already +includes a cover text for the same cover, previously added by you or +by arrangement made by the same entity you are acting on behalf of, +you may not add another; but you may replace the old one, on explicit +permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License +give permission to use their names for publicity for or to assert or +imply endorsement of any Modified Version. + + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this +License, under the terms defined in section 4 above for modified +versions, provided that you include in the combination all of the +Invariant Sections of all of the original documents, unmodified, and +list them all as Invariant Sections of your combined work in its +license notice, and that you preserve all their Warranty Disclaimers. + +The combined work need only contain one copy of this License, and +multiple identical Invariant Sections may be replaced with a single +copy. If there are multiple Invariant Sections with the same name but +different contents, make the title of each such section unique by +adding at the end of it, in parentheses, the name of the original +author or publisher of that section if known, or else a unique number. +Make the same adjustment to the section titles in the list of +Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections Entitled "History" +in the various original documents, forming one section Entitled +"History"; likewise combine any sections Entitled "Acknowledgements", +and any sections Entitled "Dedications". You must delete all sections +Entitled "Endorsements". + + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents +released under this License, and replace the individual copies of this +License in the various documents with a single copy that is included in +the collection, provided that you follow the rules of this License for +verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute +it individually under this License, provided you insert a copy of this +License into the extracted document, and follow this License in all +other respects regarding verbatim copying of that document. + + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate +and independent documents or works, in or on a volume of a storage or +distribution medium, is called an "aggregate" if the copyright +resulting from the compilation is not used to limit the legal rights +of the compilation's users beyond what the individual works permit. +When the Document is included in an aggregate, this License does not +apply to the other works in the aggregate which are not themselves +derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these +copies of the Document, then if the Document is less than one half of +the entire aggregate, the Document's Cover Texts may be placed on +covers that bracket the Document within the aggregate, or the +electronic equivalent of covers if the Document is in electronic form. +Otherwise they must appear on printed covers that bracket the whole +aggregate. + + +8. TRANSLATION + +Translation is considered a kind of modification, so you may +distribute translations of the Document under the terms of section 4. +Replacing Invariant Sections with translations requires special +permission from their copyright holders, but you may include +translations of some or all Invariant Sections in addition to the +original versions of these Invariant Sections. You may include a +translation of this License, and all the license notices in the +Document, and any Warranty Disclaimers, provided that you also include +the original English version of this License and the original versions +of those notices and disclaimers. In case of a disagreement between +the translation and the original version of this License or a notice +or disclaimer, the original version will prevail. + +If a section in the Document is Entitled "Acknowledgements", +"Dedications", or "History", the requirement (section 4) to Preserve +its Title (section 1) will typically require changing the actual +title. + + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except +as expressly provided for under this License. Any other attempt to +copy, modify, sublicense or distribute the Document is void, and will +automatically terminate your rights under this License. However, +parties who have received copies, or rights, from you under this +License will not have their licenses terminated so long as such +parties remain in full compliance. + + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions +of the GNU Free Documentation License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. See +http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. +If the Document specifies that a particular numbered version of this +License "or any later version" applies to it, you have the option of +following the terms and conditions either of that specified version or +of any later version that has been published (not as a draft) by the +Free Software Foundation. If the Document does not specify a version +number of this License, you may choose any version ever published (not +as a draft) by the Free Software Foundation. + + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of +the License in the document and put the following copyright and +license notices just after the title page: + + Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, +replace the "with...Texts." line with this: + + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + +If you have Invariant Sections without Cover Texts, or some other +combination of the three, merge those two alternatives to suit the +situation. + +If your document contains nontrivial examples of program code, we +recommend releasing these examples in parallel under your choice of +free software license, such as the GNU General Public License, +to permit their use in free software. diff --git a/docs/filelist.txt b/docs/filelist.txt new file mode 100644 index 00000000..15e9361a --- /dev/null +++ b/docs/filelist.txt @@ -0,0 +1,75 @@ +This is partially outdated + +File list +========= +.: +docs/ Documentation files +pyfpdb/ The main program (in python) +setup/ Directory with files for setting up this program +regression-test/ Directory with test data, query scripts (in python) and the regression test script (in bash) +utils/ A couple of things that will migrate to the main prog soon +viewer/ Directory with the GUI (in Java) + +./docs: +abbreviations.txt A list of abbreviations used and their meaning +agpl-3.0.txt License of the program (everything under /code) +benchmarks.txt Some benchmark results +codingstyle.txt Some notes on formatting. Feel free to ignore. +fdl-1.2.txt License of the documentation (the files in /) +filelist.txt This file +howto-import.txt Instructions on how to run the importer +install-in-gentoo.txt Installation instructions for Gentoo GNU/Linux +install-in-windows.txt Installation instructions for Windows +readme-dev.txt Some notes, pointers and such for developers or anyone else interested in changing fpdb +readme-overview.txt Some general info about this program - read that first +readme-user.txt Instructions on how to use fpdb +status.txt Details of support for poker types and sites +tabledesign.html Table design with comments + +./pyfpdb: +fpdb.py The main GUI. This is what the user will start and use to access the other things. +fpdb_import.py Main import program. Calls methods in the other files. + Takes one hand history file as input. This is the file + you execute, do not run the other ones individually. + Except import_gui.py of course. +fpdb_parse_logic.py Parses a holdem/omaha/razz/stud hand. +fpdb_save_to_db.py Just methods to store the parsed data into SQL. + Seperate file because these calls are very unwieldy. +fpdb_simple.py Simple methods called by the other files. Most work is + actually done in this file to make the other ones look + much easier than they are. +import_gui.py GUI interface to the importer (obselete) + +./setup: +insert-basedata.sql Fills sites and gametypes tables. Run this once after running the above. +recreate-tables.sql File for mysql to recreate the tables. THIS WILL DELETE EXISTING TABLES!!! + +./testdata: +should be self explanatory + +./utils: +dump_db_basedata.py Prints the contents of the tables sites and gametypes +fpdb_util_lib.py Helper methods for the utilities. +get_DB_stats.py Prints some counts (like no. of players in the DB) +get_player_stats.py Prints certain stats about players with CLI-passed constraints +mysql-reset-tables.sh Reset tables for MySQL. THIS WILL DELETE EXISTING TABLES!!! +print_hand.py Prints a hand in legible format. +psql-interactive.sh *nix script to connect to a PostgreSQL database in + interactive mode (note that we're currently only supporting MySQL) +regression-test.sh Resets tables and checks manually verified hands for errors + +./viewer: +todo + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/install-in-ubuntu.txt b/docs/install-in-ubuntu.txt new file mode 100644 index 00000000..b3843eca --- /dev/null +++ b/docs/install-in-ubuntu.txt @@ -0,0 +1,46 @@ +Last checked: 1 Sep, p74 + +These instructions are for any Ubuntu Linux, but except for the name of the package management software it should be identical on other Linux distributions. + +Using the package manager (I think it's called synaptics) install the dependencies: mysql, python, mysql-python, pygtk +I don't use ubuntu but I'd imagine it will at some point prompt you for a MySQL root password enter one and when it's done installing everything open a shell/terminal and type this: +mysql --user=root --password=YourMysqlRootPassword +It should say something like this: + +Welcome to the MySQL monitor. Commands end with ; or \g. +Your MySQL connection id is 4 +Server version: 5.0.60-log Ubuntu Linux mysql-5.0.60-r1 + +Type 'help;' or '\h' for help. Type '\c' to clear the buffer. + +mysql> + +Now type this: +CREATE DATABASE fpdb; + +Next you need to create a user. Type this (replacing newPassword with the password you want the fpdb user to have - this can, but for security shouldn't, be the same as the root mysql password): +GRANT ALL PRIVILEGES ON fpdb.* TO 'fpdb'@'localhost' IDENTIFIED BY 'newPassword' WITH GRANT OPTION; + +Then download one of the alpha2 archives from the sourceforge page at https://sourceforge.net/projects/fpdb/ and unpack it into a folder of your choice. + +Next create a directory called .fpdb (the . at the beginning is important) in your home directory, e.g. /home/steffen/.fpdb +Then copy the default.conf file from the docs directory of the archive into this new folder. +Finally edit default.conf with any texteditor and enter the fpdb password you entered above (in the GRANT ALL... command). + +This should be it, try double clicking pyfpdb/fpdb.py or open it from a shell with python /path/to/fpdb/pyfpdb/fpdb.py + +Now see readme-user.txt for usage instructions. + + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/known-bugs-and-planned-features.txt b/docs/known-bugs-and-planned-features.txt new file mode 100644 index 00000000..a8a3f988 --- /dev/null +++ b/docs/known-bugs-and-planned-features.txt @@ -0,0 +1,58 @@ +Everything is subject to change and the order does not indicate priority. Patches for any of these or other features are very welcome, see readme-overview.txt for contacts. +Please also see db-todo.txt + +before beta +=========== +change to savannah? + + + +Any comment or print with "todo" in it in the sourcecode except what is marked todo in the menu +make a quick benchmark of mysql and postgresql: import of my whole db, some tableviewer refreshes with and without updated file +Make tab and enter work as sensible in GUIs and implement Ctrl+Q, Ctrl+X and Alt+F4 for close. +use profile file for bulk import and table viewer settings and pathes +check that we read sitout correctly in: Full Tilt Poker Game #6150325318: Table Bogside +verify at least 2 or 3 sng hands + +no rush but before 1.0RC +======================== +improve handling of dead hand before BB, see git101/7bd1631 +make DB version error offer reimport, recreation and continue. +In many places there are unnecessary database accesses or it regenerates information it already had before or just generally does things in obscenely inefficient ways. Optimise this +multi-select in bulk importer +cut down action_types array size to appropriate length +make the gui display errors +log file +move directory import code from gui to backend +convert fpdb_import to not require passing "self", generally clean the parameter passing +Doesn't handle Daylight Saving Time (I don't think at least) +ensure that refresh still takes no more than 10 seks on my P3M-800 (a quick run on git15 indicates this is ok now), or 5 with remote DB +select range of stakes and sng/mtt values and types for hud +recognise somewhere if a file is still active and if so keep it open and only read new hands rather than detecting dupes +return full ftp functionality + +can wait till 1.x +================= +in all importer: stop doing if site=="ftp", make class constants for site_id instead +It treats fold due to disconnect as voluntary fold which is not ideal +aliases +repair hands where the seat lines are missing, happens when observing at FTP +flags for storing the reason for winning (best hi, tie for best low, etc.) to DB. not sure actually if this is such a good idea remember that there can be multiple reasons for the same player in the same hand +benchmark properly on mysql innodb, postgresql, more? +rename things like this: ClassName.methodName and variableName. update codingstyle +CLI (not ncurses, normal CLI) equivalent for fpdb.py +optimise/simplify storing by creating the SQL statements depending on hand rather than calling different methods +make range of activeSeats configurable for tv/hud + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/readme-dev.txt b/docs/readme-dev.txt new file mode 100644 index 00000000..c8b5cd3f --- /dev/null +++ b/docs/readme-dev.txt @@ -0,0 +1,67 @@ +Hi, +This document is to serve as a little overview (later: full technical doc) for current and prospective developers with: +a) introduction into the code structure +b) organisational/legal things + +What to do? +=========== +- Anything you want. +- The most useful (because it's the most boring) would be to update print_hand.py, update the expected files (testdata/*.found.txt) and create more .found.txt to ensure import processing is running correctly. +- There's a list of various bugs, deficiencies and important missing features in known_bugs_and_planned_features.txt. +- In the main GUI there's various menu points marked with todo - all of these will have to be done eventually. + +If you want to take a look at coding-style.txt. +Ideally use git (see git-instructions.txt for some commands) and let me know where to pull from, alternatively feel free to send patches or even just changed file in whatever code layout or naming convention you like best. I will, of course, still give you full credit. + +Contact/Communication +===================== +If you start working on something please open a bug or feature request at sf to avoid someone else from doing the same +Please see readme-overview + +Dependencies +============ +Please let me know before you add any new dependencies and ensure that they are source-compatible between *nix and Windows + +Code/File/Class Structure +========================= +Basically the code runs like this + +fpdb.py -> bulk importer tab (import_threaded.py) -> fpdb_import.py -> fpdb_parse_logic.py -> fpdb_save_to_db.py +or +fpdb.py -> table viewer tab (table_viewer.py) (todo: -> libTableViewer) + +All files call the simple methods that I just collected in fpdb_simple.py, to abstract the other files off the nitty gritty details as I was learning python. +I'm currently working on (amongst other things) integrating everything into the fpdb.py GUI with a view to allow easy creation of a CLI client, too. + +Also see filelist.txt. + +How to Commit +============= +Please make sure you read and accept the copyright policy as stated in this file. Then see git-instructions.txt. Don't get me wrong, I hate all this legalese, but unfortunately it's kinda necessary. + +Copyright/Licensing +=================== +Copyright by default is handled on a per-file basis. If you send in a patch or make a commit to an existing file it is done on the understanding that you transfer all rights (as far as legally possible in your jurisdiction) to the current copyright holder of that file, unless otherwise stated. If you create a new file please ensure to include a copyright and license statement. + +The licenses used by this project are the AGPL3 for code and FDL1.2 for documentation. See readme-overview.txt for reasons and if you wish to use fpdb with different licensing. + +Preferred File Formats +====================== +Preferred: Where possible simple text-based formats, e.g. plain text (with Unix end of line char) or (X)HTML. Preferred picture format is PNG. IE-compability for HTML files is optional as IE was never meant to be a real web browser, if it were they would've implemented web standards. + +Also good: Other free and open formats, e.g. ODF. + +Not good: Any format that doesn't have full documentation freely and publicly available with a proper license for anyone to implement it. Sadly, Microsoft has chosen not fulfil these requirements for ISO MS OOXML to become a truly open standard. + +License (of this file) +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/readme-overview.txt b/docs/readme-overview.txt new file mode 100644 index 00000000..825a61de --- /dev/null +++ b/docs/readme-overview.txt @@ -0,0 +1,86 @@ +Summary +======= +A database program to track your online poker games, the behaviour of the other players and your winnings/losses. Supports Holdem, Omaha, Stud and Razz for cash games as well as SnG and MTT tournaments with more possibly coming in the future. Some of this is not yet working though, please see status.txt and known-bugs-and-planned-features.txt + +Contact +======= +Please note that this project has two hostings: one at assembla.com which holds are version control "central tree" (irrelevant for users) and everything else at http://sourceforge.net/projects/fpdb/. + +The best means of contact are the sourceforge page: Use the bug, feature request or patch functions or just post in the forum. + +Alternatively feel free to contact me directly: + +mail: steffen(at)sycamoretest.info +jabber/xmpp/Google Talk: as above +ICQ: 7806355 +MSN: steffenjf@gmx.de (don't email that) + +But you could send all my hand histories to yourself! +===================================================== +At the end of the day this comes down to a question of trust, but unlike Windows and the poker client software you don't have to trust fpdb blindly. You can: +- Verify the source code yourself. +- Convince or pay someone to verify the source code for you. +- Use a personal firewall to completely block fpdb from the Internet +- (for the uber-paranoid) Get yourself the free virtualisation software VirtualBox, set up a VM (virtual machine) to run fpdb but run the poker software on your real PC. Then cut the VM off the Internet, fpdb doesn't need it. If you have a PC made in the last few years this should run fast enough as well. Note that most Windows licenses do NOT permit you to use two Windows installations at once, even if they are on the same PC. + +Installing +========== +See the install-*.txt for your operating system. If your OS is missing or if you have problems let me know (contacts are further below). In particular I'd be happy to provide packages for GNU/Linux and *BSD distributions. + +Using it +======== +See readme-user.txt +If you have a problem, request or question see the contacts section below + +Changing it +=========== +See readme-dev.txt + +Requirements +============ +Software requirements are listed in requirements.txt +As for hardware, my main test machine is a Pentium 3-M 800 with 256 RAM and Gentoo GNU/Linux +(running the poker client through what most people will call emulation). So this +program will have to work on that. If you run an even more ancient machine and +its too slow let me know and I'll see what I can do :) + +Why Free Software? +================== +This program is released under the terms of the free/libre software license AGPL3 as released by the FSF. The AGPL3 protects your rights and those of the wider community. As Richard Stallman, one of the founders of the free software movement, put it: "Free software is a matter of liberty, not price. To understand the concept, you should think of free as in free speech, not as in free beer." (well, it is both really, like the right to vote used to be free) + +For example, a "pirated" copy of proprietary software X is free of charge, but you don't actually have a legal right to use it, you don't have any possibility to fix its bugs and you certainly don't have any legal right to share it with your friends. You also won't be able to get support, often not even security fixes. Actually, even if you pay hundreds of pounds for your program they deny your right to fix their errors for them. Imagine buying a car where you're not permitted (under threat of jail) to replace broken parts.. + +With free/libre software (also known as open source software, or short FOSS or FLOSS) on the other hand you get all these freedoms: +(note: the legally binding terms are in the license text, this is merely an amateur summary so normal people don't have to read pages of legalese) + +Freedom 0: The freedom to use: To run the program, for any purpose. Free of Charge. +Freedom 1: The freedom to study and help yourself. This freedom guarantees your right to study and learn from the source code of the program, and to fix it if it is broken. If you're not a programmer yourself the developers will generally be happy to fix it for you, often even for free. Failing that you can always pay someone from the money you saved on not having to pay for it. +Freedom 2: The freedom to be a decent human being and help your neighbour: I don't threaten you with lawsuits or jail time if you share with your friends and neighbours, subject to the very modest restrictions of the AGPL3. +Freedom 3: The freedom to improve the program and release your improvements to the public (or parts thereof) so that the whole community benefits. Note that you are PERMITTED, but not REQUIRED to distribute your changes. If you do distribute your changes you must do so under the terms of the AGPL3 however. + +Note that this is the license - I retain full copyright over my code, including the right to change the license for future versions. I do not intend to do this however. In any case, any version I released under AGPL3 remains available under that license forever, or more accurately until my copyright expires at which point it goes into the public domain. + +I reject the concept of software patents as a crime and under the European Patent Agreement software patents - even if you mislabel them as "computer-implemented inventions" or whatever - are explicitly prohibited. + +Can I get/use this under a different license? +============================================= +The short answer: Maybe. +The long one: As detailed, I fully support what the FSF does and aims to achieve with the GPL. However, I realise that many free software developers don't object to closed source, some don't even object to closed source profiteering of their charity, and I don't think I have any right to go and tell them they're wrong. +So if anyone wishes to use all or part of my code in another free software/open source project with an AGPL3-incompatible license such as BSD then let me know and we'll figure out a solution that makes everyone happy. +If you wish to use all or part of this in closed source let me know how much if anything that is worth to you and I'm sure we'll be able to reach an agreement. Note that you are NOT permitted to just use fpdb code in closed source development whether in-house or by an independent software developer, you will NEED an additionally agreement with me to get fpdb under different licensing conditions. + + +License of this Document +======================== +The views expressed in this document are those of Steffen Jobbagy-Felso, other members of the fpdb team and external contributors may or may not agree. + +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/readme-user.txt b/docs/readme-user.txt new file mode 100644 index 00000000..6d3d1f76 --- /dev/null +++ b/docs/readme-user.txt @@ -0,0 +1,43 @@ +Before you do this make sure you setup the dependencies, the database, user, tables and config file. + +Running it +========== +If you have python setup properly you can execute it by double clicking pyfpdb/fpdb.py. + +Note however that all error messages are currently only printed if you call it from a shell. It'll be much easier to diagnose possible problems (which are likely in alpha stage) if you run it from a shell. In Windows XP it seems to automatically open a shell window with the fpdb window where you can see the command line output. + +In Linux/MacOS/*BSD, e.g. if its in /home/sycamore/fpdb/, do this: +cd /home/sycamore/fpdb/pyfpdb +python fpdb.py + + +That will start the main GUI. + +Have a look at the menus, the stuff that is marked todo is not yet implemented. + +The main things are the bulk importer and the table viewer. To use the importer open it from the menu (import files and directories). You can set a few options at the bottom, then select a folder or single file in the main are and click Import. Please report any errors by one of the contacts listed in readme-overview.txt. +Currently this will block the interface, but you can open another instance of this program e.g. if you wanna play whilst a big import is running. + +Please check the output at the shell for errors, if there are any please get in touch by one of the methods listed in readme-overview.txt + +Table Viewer (tv) +================= +To use the table viewer open it from the menu, select the hand history file of the table you're at, and click the Import&Read&Refresh button. The abbreviations there are explained in abbreviations.txt, but feel free to ask. Note that most poker software will only create the file once the first hand you payed to play is finished. +In each column there is either just the number (hand count for current stake, range of seats and type of game) or a percentage and the number of hands that this percentage is based on. For example, in W$@SD (won $ at shodown) the number in brackets is how many showdowns that player has seen. + +Reimporting +=========== +Currently on most updates a reimport of the whole database is required. To do this open fpdb, click the menu Database and select Create/Recreate tables. Then import all your history files again. + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/release-notes.txt b/docs/release-notes.txt new file mode 100644 index 00000000..c8ff9444 --- /dev/null +++ b/docs/release-notes.txt @@ -0,0 +1,93 @@ +alpha2 +====== +Hi everyone, +we are proud to announce the second alpha release of fpdb, the free/libre open source poker tracker. The biggest highlight is the HUD for Linux made by Ray (and perhaps Mac, not sure). But for everyone fpdb now also supports PS tournaments (SnG and MTT) and FTP ring games. There is also a new auto-importer though it currently only runs on one file per instance (but you can open multiple instances of fpdb). +Fpdb also parses alot of new situations into the cache table for the HUD, most of which are already available through the Linux HUD. There have also been a large number of bugfixes for all kinds of things. For full details of the changes see the git commit comments. + +You can download fpdb at https://sourceforge.net/project/showfiles.php?group_id=226872 + +Our website at http://fpdb.sourceforge.net/ will be updated shortly but in the meantime please note that the configuration file now resides in ~/.fpdb/default.conf on Linux/Mac and in C:\Documents and Settings\Application Data\fpdb\default.conf on Windows (on non-English Windows you have to translate the Documents and Settings, but not the Application data bit). Apart from that just follow the instructions on the site. I will be updating/improving the fpdb ebuild for Gentoo next week, please send me a PM or email if you would like a package for another Linux/BSD. + +To use the HUD in Linux simply run the auto importer whilst having the table open. You will also have to rename HUD_config.xml.example to HUD_config.xml and edit the database parameters in there in addition to what is written in the install guide. + +If you've been using fpdb alpha1 just delete the fpdb folder, follow the installation guide except for installing the dependencies, then run fpdb and run recreate tables. Note that you will have to reimport ALL your history files. + +For external devs (in particular Youre Toast): The table design has gone through some changes, though most of it was just renaming to make a consistent naming scheme and to make it more flexible towards stud/razz type games. I do not expect to having to make any future changes to the existing fields but I cannot yet guarantee that. There will be some additional fields in particular in the HudCache table. Please let me know if you need any further fields. I realise my naming breaks the "database designer's convention" but for this project I feel ignoring this convention for the benefit of consistent naming between Python and SQL is ok. + + +Any questions and comments please post here, send me a PM or email, post a feature request or bug report on sourceforge or use any of the other means of contact listed on our webpage. + +Enjoy, +The fpdb team + +PS: I personally will be away Sun-Tue so I probably won't be responding to anything but feel free to message me anyways, but if you post here or at SF someone else might be able to help. + +PPS: If you wanna know EXACTLY how this project is moving along follow the git tree over at [url]http://www.assembla.com/spaces/fpdb/trac_git_tool[/url] + + +alpha1 +====== +Hi everyone, +I am proud to announce the first release of my new poker tracking software fpdb (freepokerdb, very imaginative I know ;) ). You may wonder why I bothered when now with HM and PT3 there are at least two excellent packages to choose from. + +Four main reasons: +1. Fpdb is free/libre open source software. In short, this means you don't depend on me if sth. is wrong or you want something more in this program as you can freely change it yourself. You also don't have to pay anything for it. If you like it and think I deserve to be paid just drop me a mail ;) +2. HM and PT3 only support holdem. Fpdb initially supports Holdem and Omaha, with Stud and Razz mostly implemented and coming soon. +3. HM and PT3 run on Windows only, and for me at least did not work in wine even after installing Mono. Fpdb runs on any plattform that has the required software, which will cover roundabout 99.9% of PCs. Currently tested plattforms are Windows XP-x86 and Gentoo GNU/Linux-amd64 as well as -x86. + You still need to run Windows or wine to run the actual poker client though. +4. Fpdb won't irritate you with copy prevention measures. + +To install it go to https://sourceforge.net/project/showfiles.php?group_id=226872 and download the zip or tar.bz2, unpack it, and follow the instructions in docs/install-in-* for your operating system (e.g. docs\install-in-windows.txt). Sourceforge lists the release files as source files, not as binary executables - this is correct, python will automagically compile as and when required. + +This is alpha1, as the name indicates it is still at a very early stage. The importer and database are nearing completion but the GUI in particular is not very functional yet and the HUD is missing alltogether. + +If anyone wishes to help with development that would be very very welcome and I've put a few notes in docs/readme-dev.txt in the download for what you could do. Or just start coding and send me the patches :) +If you're not a programmer and you're not interested in learning it you can still help simply by trying it out and sending bug reports and feature requests. To avoid unrealistic expectations I'd like to state that it'll be a long time until fpdb reaches feature parity to established paid-for closed source software. + +Feature List (short now, growing fast ;) ): + +You can edit/add whatever you like, it's all python and SQL. The code should be fairly straightforward I think and I put some notes into readme-dev.txt but feel free to ask. + +Backend, Distribution +===================== +- Choice of MySQL/InnoDB or PostgreSQL. (not tested on PostgreSQL) +- It is possible to run the database on one PC, the importer on another, and then access the database with the table viewer or HUD from a third PC. (note: do NOT do this unencrypted over an untrusted network like your employer's LAN or the Internet!) + +Site/Game Support +================= +- Initially only full support for PS, FTP coming soon +- Supports Holdem, Omaha Hi and Omaha Hi/Lo. Stud and Razz coming soon. +- Supports No Limit, Pot Limit, Fixed Limit NL, Cap NL and Cap PL + Note that currently it does not display extra stats for NL/PL so usefulness is limited for these limit types. Suggestions welcome, I don't play these. +- Supports ring/cash games, SnG/MTT coming soon + +Tableviewer (tv) +=========== +Tv takes a history filename and loads the appropriate players' stats and displays them in a tabular format. These stats currently are: + - VPIP, PFR and Preflop 3B/4B (3B/4B is not quite correct I think) + - Raise and Fold % on flop, turn and river. Fold only counts hands when someone raised. This can be displayed per street or as one combined value each for aggression and folding. + - Number of hands this is based on. + - SD/F (aka WtSD, proportion of hands where player went to showdown after seeing flop) + - W$wSF (Won $ when seen Flop) + - W$@SD (Won $ at showdown) + For all stats it also displays how many hands this particular is based on + + +IMPORTANT: The database format WILL undergo more changes and at this point I am not planning to write a converter so please keep your history files so you can re-import when necessary. Independent of this you should always keep the original raw files in a safe place with any tracking software. Should you however end up loosing your files somehow let me know and I'll try to help. + +Please send any feedback, feature requests/suggestions, bug reports and animal names to steffen@sycamoretest.info, pick one of the contact methods listed in readme-overview.txt, send me a PM here or reply to this post. + + + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/status.txt b/docs/status.txt new file mode 100644 index 00000000..3ab5fbf8 --- /dev/null +++ b/docs/status.txt @@ -0,0 +1,76 @@ +For all support please note that the tables WILL be changed, almost certainly without keeping backwards compatibility. Therefore you should keep your history files after import so you can re-import when necessary. Should you lose history files and need a "database updater" let me know. + +If support for another site/game would encourage you to help with this software please let me know at steffen@sycamoretest.info. + +IMPORTANT: There appears to be a bug in at least up to git34 in reading WtSD/W$wsF/W$SD + +Holdem/Omaha ring games on PokerStars +====================================== +Works, quite well tested, works in table viewer and is useful now. Functionality is quite limited so far though. This includes the holdem/omaha parts of HORSE, HOSE and any other mixed game + +Stud/Razz ring games on PokerStars +================================== +Broken - used to work, hardly tested. Needs to be updated to new infrastructure using a HudData table rather than hands_players_flags. Will fix this shortly. + +Tournaments/SnGs +================ +Broken - used to work, hardly tested. Needs to be updated to new infrastructure.. Will probably fix this shortly + +Full Tilt Poker +=============== +Might work - used to work and was very well test. It should import them (except HudData), but I believe the table viewer won't work. Would be easy to fix I think, volunteers welcome. This used to work in a pre-alpha but basically was left behind during updates to the other stuff. + +Other Sites +=========== +Patches/Volunteers welcome. Should be quite easy. + +GUI +=== +Alpha - the infrastructure stands and is fast enough, now "just" need to add more functionality. + +HUD +=== +Not started - volunteers welcome. I found a *nix utility based on xlib that does half the work for this (most of the other half is already in the table viewer), see http://www.roard.com/docs/cookbook/cbsu19.html. There's also a python implementation of xlib which should run even on Windows. + +Packaging +========= +Gentoo GNU/Linux: I'll make ebuilds, if you want one now let me know. +Other free/libre systems (e.g. other GNU/Linux-Distros, *BSD, and I'd love to help in getting this to work on any Hurd based system): Let me know what you use (Distribution, version and CPU type) and I'll make a package. +Windows/MacOSX: Manual installation of dependencies for now, integrated installer would be nice - volunteers welcome, but I'll do it eventually in any case. + +Regression Testing +================== +The query scripts are done-ish, need to verify more data so it can be used in automated regression testing. + +Database Backends +================= +- MySQL InnoDB is the default +- PostgreSQL should work but I haven't tried it. If it doesn't please let me know. +- MySQL ISAM won't be supported since it is not transactional + +Legal +===== +General: This will offer more or less the same kind of functionality as HM and PT so there shouldn't be any problem on any site that allows tracking. +PS: I have asked them and they said that due to the fast changing nature + of pre-release software they don't review that. However, looking at their + posted guidelines we're fine +FTP: I sent them an email and what I described there was ok for them. +I will write them again for "certification" on release of 1.0 + +To avoid any misunderstandings, PS and FTP obviously do not sponsor, endorse, or support fpdb. They allow using it, that's all. Any problems with fpdb should be reported to us, not the poker site. + +A note on viewing/tracking mucked hands. Many people will say this is cheating. I agree. However, I don't make the rules on these sites. The sites that store mucked hands into the history file clearly think that being able to see other people's mucked hands is ok. This software - like HM and PT - merely takes info provided by the poker site and makes it more easily accessible. +Apparently PS has now turned this off :) + +License +======= +Trademarks of third parties have been used under Fair Use or similar laws. + +Copyright 2008 Steffen Jobbagy-Felso +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.2 as published by the Free Software Foundation; with +no Invariant Sections, no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license can be found in fdl-1.2.txt + +The program itself is licensed under AGPLv3, see agpl-3.0.txt diff --git a/docs/tabledesign.html b/docs/tabledesign.html new file mode 100644 index 00000000..e148b9cf --- /dev/null +++ b/docs/tabledesign.html @@ -0,0 +1,930 @@ + + + + + Free Poker DB Tabledesign + + +

See commit comments for version info, see status.txt for status.

+

Direct suggestions, praise and animal names to steffen@sycamoretest.info or check readme-overview.txt for more contacts

+

I decided to be generous on the sizes of the types - if computing experience shows one thing then its that it will come back to bite you in the ass if you save 2 bits in the wrong place. If performance and/or db size are too bad we can still shrink some fields.

+

Relationships are noted in the comment (need to double check that all are listed)

+

If you want more comments or if anything is confusing or bad let me know.

+

All money/cash amounts are stored in cents/pennies/whatever (e.g. $4.27 would be stored a 427). Chips are stored as-is (e.g. 3675 chips would be stored as 3675).

+

Notes on use/editing:

+

Any change to this must be carried to to the table creation code in fpdb_db.py or at least an entry to known bugs is to be made.

+

If the code (in particular the importer) and this document disagree then this document is to be considered authorative.

+

License
+Trademarks of third parties have been used under Fair Use or similar laws.
+Copyright 2008 Steffen Jobbagy-Felso
+Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 as published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license can be found in fdl-1.2.txt
+The program itself is licensed under AGPLv3, see agpl-3.0.txt

+

See readme.txt for copying

+

Table Settings

+ + + + + + + + + + + +

Field name

Type

Comment

version

smallint

the git version of the database (ie. table design changes and major bugfixes require a bump)

+

Table Players

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field name

Type

Comment

id

int


name

varchar(32)


siteId

smallint

references Sites.id

comment

text


commentTs

datetime (in UTC)


+


+

Table Autorates

+

An autorating is a computer-"recognised" label/category for a player. Examples could include "Calling Station" if a player has <20% each for aggression and folding postflop. Or "Tight-Aggressive/Aggressive" for players with <20% VPIP, >10% PFR and >40% postflop aggression.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field name

Type

Comment

id

bigint


playerId

int

references Players.id

gametypeId

smallint

references Gametypes.id

description

varchar(50)

autorating description

shortDesc

char(8)

short description e.g. for display in HUD

ratingTime

datetime (in UTC)

timestamp of rating

handCount

int

number of hands rating is based on

+


+

Table Gametypes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field name

Type

Comment

id

smallint


siteId

smallint

references sites.id

type

char(4)

valid entries:
+ ring - ringgames aka cash games
+ tour - tournament incl SnG

base

char(4)

The underlying structure. valid entries:
+ hold - Holdem and Omaha
+ stud - Stud and Razz
+ draw - (incl Badugi)

category

varchar(9)

valid entries:
+ holdem=Texas Hold'em
+ omahahi=Omaha High only
+ omahahilo=Omaha 8 or better
+ razz=Razz
+ studhi=7 Card Stud High only
+ studhilo=7 Card Stud 8 or better
+ fivedraw=Five Card Draw
+ 27_1draw=2-7 Single Draw
+ 27_3draw=2-7 Tripple Draw
+ badugi=Badugi

limitType

char(2)

nl=No Limit
+ cn=Cap No Limit
+ pl=Pot Limit
+ cp=Cap Pot Limit
+ fl=Fixed Limit

hiLo

char(1)

Whether the game is hi, lo or both. Valid Entries:
+ h - High only
+ l - Low only
+ s - Hi/Lo Split

smallBlind

int


bigBlind

int


smallBet

int


bigBet

int


+


+

Table Sites

+ + + + + + + + + + + + + + + + + + + + + +

Field name

Type

Comment

id

smallint


name

varchar(32)


currency

char(3)

currency code, e.g. USD, GBP, EUR

+


+

Table Hands

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field Name

Type

Comment

id

bigint


tableName

varchar(20)

The site's name for the current table

siteHandNo

bigint

the site's hand number

gametypeId

smallint

references gametypes.id

handStart

datetime (in UTC)

start date&time of the hand

importTime

datetime (in UTC)

date&time of import of this hand

seats

smallint

number of used seats (ie. that got dealt cards)

maxSeats

smallint

number of available seats

comment

text


commentTs

datetime (in UTC)


+


+

Table BoardCards

+

cardX -> can be 1 through 5

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Field Name

Type

Comment

id

bigint


handId

bigint

the site's hand number

cardXValue

smallint

2-10=2-10, J=11, Q=12, K=13, A=14 (even in razz), unknown/no card=x, kept=k (draw only)

cardXSuit

char(1)

h=hearts, s=spades, d=diamonds, c=clubs, unknown/no card=x

+


+

Table HandsPlayers

+

cardX: can be 1 through 20, one for each card. In holdem only 1-2 of these are used, in omaha 1-4, in stud/razz 1-7, in single draw 1-10, in tripple draw all 20 and in badugi 1-16 (4*4).

+

For the draw games: the first 5 (badugi: 4) cards are the initial cards, the next 5 (badugi: 4) are after the first draw, etc.
+Example 1: If a player gets 2-6 spades for his first five cards and decides to throw away the 4 and then gets a 7 of spades then the first 10 fields of cardXValue would be as follows: 2, 3, 4, 5, 6, 2, 3, 5, 6, 7
+Example 2: If a player gets 2, 3, 5, 8, J of spades for his first five cards and decides to throw away the 2 and the 3 and then gets a Q and K of spades then the first 10 fields of cardXValue would be as follows: 2, 3, 5, 8, J, 5, 8, J, Q, K.

+

I did not separate this into an extra table because I felt the lost space is not sufficiently large. Also the benefit for searching is far less relevant.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field Name

Type

+

Comment

id

bigint


handId

bigint

references Hands.id

playerId

int

references Players.id

startCash

int


position

char(1)

BB=B, SB=S, Button=0, Cutoff=1, etc.
+ This is used in holdem/omaha only.

seatNo

smallint

The seat in which the person was sitting - necessary for HUD

ante

int

note: for cash this could be boolean, but in tourneys you may enter a hand with less than the full ante

cardXValue

smallint

2-10=2-10, J=11, Q=12, K=13, A=14 (even in razz), unknown/no card=x
+ see note above table

cardXSuit

char(1)

h=hearts, s=spades, d=diamonds, c=clubs, unknown/no card=x

cardXDiscarded

boolean

Whether the card was discarded (this only applies to draw games, X can be 1 through 15 since the final cards can obviously not be discarded).

DrawnX

smallint

X can be 1 through 3.
+ This field denotes how many cards the player has drawn on each draw.

winnings

int

winnings in this hand (bets, antes, etc. are NOT deducted, but rake already is)

rake

int

rake for this player for this hand

comment

text


commentTs

datetime (in UTC)


tourneysPlayersId

bigint

references TourneysPlayers.id

+


+

Table HudCache

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field Name

Type

Comment

id

bigint


gametypeId

smallint

references gametypes.id

playerId

int

references players.id

activeSeats

smallint

range 2-10

position

char(1)

Position for which this row applies. In this table this can be B(BB), S(SB), D(Dealer/Button), C(Cutoff), M(Middle - the 3 before cutoff) or E (Early - the 3 before Middle)

tourneyTypeId

smallint

References TourneyTypes.id

HDs

int

number of hands this player played in this gametype with this number of seats

street0VPI

int

number of hands where player paid to see flop
+ Please note that this already includes street0Aggr!
+ To calculate limp just deduct street0Aggr from this number

street0Aggr

int

number of hands where player raised before flop

street0_3B4BChance

int

number of hands where player had chance to 3B or 4B

street0_3B4BDone

int

number of hands where player 3bet/4bet before flop

street1Seen

int

number of hands where player saw flop/street4

street2Seen

int

number of hands where player saw turn/street5

street3Seen

int

number of hands where player saw river/street6

street4Seen

int

number of hands where player saw street7

sawShowdown

int

number of hands where player saw showdown

street1Aggr

int

number of hands where player raised flop/street4

street2Aggr

int

number of hands where player raised turn/street5

street3Aggr

int

number of hands where player raised river/street6

street4Aggr

int

number of hands where player raised street7

otherRaisedStreet1

int

number of hands where someone else raised flop/street4

otherRaisedStreet2

int

number of hands where someone else raised turn/street5

otherRaisedStreet3

int

number of hands where someone else raised river/street6

otherRaisedStreet4

int

number of hands where someone else raised street7

foldToOtherRaisedStreet1

int

number of hands where someone else raised flop/street4 and the player folded

foldToOtherRaisedStreet2

int

number of hands where someone else raised Turn/street5 and the player folded

foldToOtherRaisedStreet3

int

number of hands where someone else raised River/street6 and the player folded

foldToOtherRaisedStreet4

int

number of hands where someone else raised street7 and the player folded

wonWhenSeenStreet1

float

How many hands the player won after seeing the flop/street4 - this can be a "partial win" if the pot is split.
+ To be completely clear, this stores a hand count, NOT a money amount.

wonAtSD

float

As wonWhenSeenStreet1, but for showdown.

stealAttemptChance

int

Player was in CO, BTN or SB and nobody has called yet

stealAttempted

int

Player took a chance per the above condition

foldBbToStealChance

int

Somebody tried to steal BB from player

foldedBbToSteal

int

Player folded BB to steal attempt

foldSbToStealChance

int

Somebody tried to steal SB from player

foldedSbToSteal

int

Player folded SB to steal attempt

street1CBChance

int

Player had chance to make continuation bet on flop/street4

street1CBDone

int

Player used chance to make continuation bet on flop/street4

street2CBChance

int

Player had chance to make continuation bet on turn/street5

street2CBDone

int

Player used chance to make continuation bet on turn/street5

street3CBChance

int

Player had chance to make continuation bet on river/street6

street3CBDone

int

Player used chance to make continuation bet on river/street6

street4CBChance

int

Player had chance to make continuation bet on street7

street4CBDone

int

Player used chance to make continuation bet on street7

foldToStreet1CBChance

int

Player had chance to fold to continuation bet on this street

foldToStreet1CBDone

int

Player used chance to fold to continuation bet on this street

foldToStreet2CBChance

int

Player had chance to fold to continuation bet on this street

foldToStreet2CBDone

int

Player used chance to fold to continuation bet on this street

foldToStreet3CBChance

int

Player had chance to fold to continuation bet on this street

foldToStreet3CBDone

int

Player used chance to fold to continuation bet on this street

foldToStreet4CBChance

int

Player had chance to fold to continuation bet on this street

foldToStreet4CBDone

int

Player used chance to fold to continuation bet on this street

totalProfit

int

how much money in cents the player made

street1CheckCallRaiseChance

int

How often player had the chance to do a check-raise or a call-raise on this street

street1CheckCallRaiseDone

int

How often player used the chance to do a check-raise or a call-raise on this street

street2CheckCallRaiseChance

int

How often player had the chance to do a check-raise or a call-raise on this street

street2CheckCallRaiseDone

int

How often player used the chance to do a check-raise or a call-raise on this street

street3CheckCallRaiseChance

int

How often player had the chance to do a check-raise or a call-raise on this street

street3CheckCallRaiseDone

int

How often player used the chance to do a check-raise or a call-raise on this street

street4CheckCallRaiseChance

int

How often player had the chance to do a check-raise or a call-raise on this street

street4CheckCallRaiseDone

int

How often player used the chance to do a check-raise or a call-raise on this street

+

+

Table HandsActions

+

Did separate this into an extra table because it makes SELECTing across different streets so much easier. Also the space saving will be very large.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field Name

Type

Comment

id

bigint


handPlayerId

bigint

references HandsPlayers.id

street

smallint

street number, 0-3 (preflop, flop, turn, river) for holdem/omaha or 0-4 for razz/stud

-1 for seen showdown

actionNo

smallint

action number, this is counted from zero for each street but across all players (e.g. in a heads up where the SB calls and the BB raises and the SB calls again would have numbers 0 and 1 for blinds, 2 and 4 for call and 3 for bet)
+ Note that the blinds are counted as an action, so if the SB stays in the hand it'll always be action #0

action

char(5)

Bet stands for bring in, complete, bet, double bet, raise and double raise, since they all - technically - do the same thing. Unbet is used for when an uncalled bet is returned, this will have a negative value for amount.

+

Other valid values: blind call check fold

allIn

boolean

Whether the player went all-in on this action

amount

int

amount put into the middle for this action

comment

text


commentTs

datetime (in UTC)


+


+

Tournament Tables

+


+

Table Tourneys

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field name

Type

Comment

id

int


tourneyTypeId

smallint

References TourneyTypes.id

siteTourneyNo

bigint


entries

int

-1 if unknown

prizepool

int

Need this as separate field to support rebuy/addon

-1 if unknown

startTime

datetime (in UTC)

Empty if unknown

comment

text


commentTs

datetime (in UTC)


+


+

Table TourneyTypes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field name

Type

Comment

id

int


siteId

smallint

References Sites.id

buyin

int

Buy-in in cents. Without rebuy/add-on

fee

int


knockout

int


rebuyOrAddon

boolean

Whether rebuys or add-ons are possible

+


+

Table TourneysPlayers

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field Name

Type

Comment

id

bigint


tourneyId

int

References Tourneys.id

playerId

int

References Players.id

payinAmount

int

Buyin, fee, rebuys and add-ons

rank

int

Finishing rank

winnings

signed int

Winnings (not profit) by this player, -1 if unknown.

comment

text


commentTs

datetime (in UTC)


+ + diff --git a/ignore-me_perl6/LibFpdbImport.pm b/ignore-me_perl6/LibFpdbImport.pm new file mode 100644 index 00000000..ac7db336 --- /dev/null +++ b/ignore-me_perl6/LibFpdbImport.pm @@ -0,0 +1,178 @@ +#!/usr/bin/pugs + +#Copyright 2008 Steffen Jobbagy-Felso +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. +# +#You should have received a copy of the GNU Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in +#agpl-3.0.txt in the docs folder of the package. + +module LibFpdbImport; +use v6; +#use strict; +use LibFpdbShared; +#use LibFpdbImport2; + +class Player { + has Str $name; + has Int $start_cash; + has Card @.cards; + has Char $position; + + submethod BUILD (Str @strings) { + say "todo: implement Player.BUILD"; + }#end Player.BUILD + + our Player method find_players(@strings) { + #todo: i think this should be sub since its a class method not an instance method + say "todo: implement Player.find_players"; + } +}#end class Player + +class Line { + has Str $line; + has Bool $processed; + + our protected submethod BUILD() { + say "todo: implement Line.BUILD?" + }#end Line.BUILD + + our Line method recognise_and_parse(@strings) { + #todo: i think this should be sub since its a class method not an instance method + say "todo: implement Line.recognise_and_parse"; + }#end Line.recognise_and_parse +}#end class Line + +class ActionLine is Line { + has Player $player; + has Str $type; + has Int $amount; + has Bool $all_in; + has Int $action_no; +}#end class ActionLine + +class WinLine is Line { + has Player $player; + has Int $amount; +}#end class WinLine + +class RakeLine is Line { + has Int $amount; +}#end class RakeLine + +class CardLine is Line { + has Bool $board_line; + has Player $player; + has Card @cards; +}#end class CardLine + +#for useless lines +class CrapLine is Line { + has Str $type; +}#end class CrapLine + +class Hand { + has Line @.lines; + #has Str @strings; + has Site $site; + has Str $currency; + + has Str $type; + has Str $category; + has Str $limit_type;#todo: above ; missing causes error, but that doesnt list ; as a possibility + has Player @.players; + has Card @.board; + has Int $db_id; + + submethod BUILD(Str @strings) { + Util.debug("running Hand.BUILD"); + say "strings:",@strings; + #this contructor automatically parses the hand. call .store for storing + + @.players=Player.find_players(@strings); + @.lines=Line.recognise_and_parse(@strings); + + for @strings -> $line { + if class_of(line)==CardLine { + if line.board { + board=line.cards; + } else { + for player in players { + if line.player==player { + player.cards=line.cards; + } + } + } + } + } + }#end Hand.BUILD + + our Bool method is_holdem(){ + if category==("holdem"|"omahahi"|"omahahilo") { + return True; + } else { + return False; + } + }#end Hand.is_holdem + + our Bool method is_stud(){ + return not is_holdem(); + }#end Hand.is_stud + + our Bool method store($db) { + say "todo: Hand.store"; + }#end Hand.store +}#end class Hand + +class Importer { +#todo: be Thread? + submethod BUILD (Database $db, Str $filename) { + Util.debug("running Importer.BUILD"); + if (not ($db.is_connected())) { + Util.fatal("not connected to DB"); + } + + my IO $?filehandle=$filename; + #for =$filehandle -> $line {say $line} + my Str @lines =$filehandle; + + my Int $hand_start=0; + my Int $hand_end=0; + my Int $loopcount=0; + loop {#one loop of this per hand + $loopcount++; + say "loopcount", $loopcount; + my Int $current_line_index=$hand_end+1; #previous hand end is new hand start + for (my Int $i, $i<5, $i++) {#remove blank hands + if (@lines[$current_line_index].bytes) < 6 { + $current_line_index++; + } else { + $hand_start=$current_line_index; + break; + } + } + my Bool $continue=True; #todo: this is dumb, find out correct loop + while $continue {#loop through the lines to find end of hand + $current_line_index++; + if (@lines[$current_line_index].bytes) < 6 { + $hand_end=$current_line_index; + $continue=False; + } + }#end of find end of hand loop + my Str @handlines=@lines[$hand_start..$hand_end]; + my Hand $hand .= new(:lines(@handlines)); + $hand.store($db); + say "todo: record \$db_id"; + say "todo: terminate on EOF"; + } + }#end new Importer +}#end class Importer + diff --git a/ignore-me_perl6/LibFpdbShared.pm b/ignore-me_perl6/LibFpdbShared.pm new file mode 100644 index 00000000..abf2eb69 --- /dev/null +++ b/ignore-me_perl6/LibFpdbShared.pm @@ -0,0 +1,84 @@ +#!/usr/bin/pugs + +#Copyright 2008 Steffen Jobbagy-Felso +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. +# +#You should have received a copy of the GNU Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in +#agpl-3.0.txt in the docs folder of the package. + +module LibFpdbShared; +use v6; +#use strict; + +class Util { + method debug(Str $string) { + #todo: i think this should be sub since its a class method not an instance method + say "debug notice: ", $string; + }#end debug_msg + + sub warn(Str $string) { + say "todo: Util.warning"; + }#end warning + + sub fatal(Str $string, Database $db) { + say "todo: Util.fatal_error"; + }#end fatal_error +}#end class Util + +class Database { + has Str $backend; + has Str $host; + has Str $name; + has Str $user; + my Str $password; + submethod BUILD (Str $!backend, Str $!host, Str $!name, Str $!user, Str $!password) { + Util.debug("running Database.BUILD"); + self.connect(); + }#end new Database + + our method connect() { + say "todo: db.connect"; + }#end connect + + method disconnect() { + say "todo: db.disconnect"; + }#end disconnect + + method cancel_import() { + say "todo: db.cancel_import"; + }#end cancel_import + + my method drop_tables() { + #todo: make this one private + say "todo: db.drop_tables"; + }#end drop_tables + + method recreate_tables() { + say "todo: db.recreate_tables"; + }#end recreate_tables + + #returns the id of the insert + our Int method insert(Str $sql_command) { + #todo: is it a bug that i need the "our" above? + say "todo: db.insert"; + return 0; + }#end insert + + our Str method fetch(Str $sql_command) { + say "todo: db.fetch"; + }#end fetch + + our Bool method is_connected() { + say "todo: db.is_connected"; + }#end +}#end class Database + diff --git a/ignore-me_perl6/LibFpdbView.pm b/ignore-me_perl6/LibFpdbView.pm new file mode 100644 index 00000000..e4f994d1 --- /dev/null +++ b/ignore-me_perl6/LibFpdbView.pm @@ -0,0 +1,17 @@ +#!/usr/bin/pugs + +#Copyright 2008 Steffen Jobbagy-Felso +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. +# +#You should have received a copy of the GNU Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in +#agpl-3.0.txt in the docs folder of the package. + diff --git a/ignore-me_perl6/RunFpdbCLI.perl6 b/ignore-me_perl6/RunFpdbCLI.perl6 new file mode 100644 index 00000000..dbbad9a7 --- /dev/null +++ b/ignore-me_perl6/RunFpdbCLI.perl6 @@ -0,0 +1,29 @@ +#!/usr/bin/pugs + +#Copyright 2008 Steffen Jobbagy-Felso +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. +# +#You should have received a copy of the GNU Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in +#agpl-3.0.txt in the docs folder of the package. + +use v6; +#use strict; +use LibFpdbImport; +use LibFpdbShared; + + +my Database $db .= new(:backend, :host, :database, :user, :password); +#todo: below doesnt work +my Importer $imp .= new(:db($db), :filename); +#perlbug?: adding another named argument that isnt listed in the constructor gave very weird error. +say $imp; + diff --git a/packaging/gentoo/fpdb-1.0_alpha8_p137.ebuild b/packaging/gentoo/fpdb-1.0_alpha8_p137.ebuild new file mode 100644 index 00000000..c55903f3 --- /dev/null +++ b/packaging/gentoo/fpdb-1.0_alpha8_p137.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2008 Gentoo Foundation +# Gentoo had nothing to do with the production of this ebuild, but I'm pre-emptively transferring all copyrights (as far as legally possible under my local jurisdiction) to them. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/fpdb/fpdb-1.0_alpha8_p137.ebuild,v 1.0 2008/10/17 steffen@sycamoretest.info Exp $ + +NEED_PYTHON=2.3 + +#inherit distutils + +MY_P="fpdb-${PV}" +DESCRIPTION="A database program to track your online poker games" +HOMEPAGE="https://sourceforge.net/projects/fpdb/" +SRC_URI="mirror://sourceforge/fpdb/${MY_P}.tar.bz2" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +#note: this should work on other architectures too, please send me your experiences +IUSE="" + +RDEPEND="virtual/mysql + dev-python/mysql-python + >=x11-libs/gtk+-2.10 + dev-python/pygtk + dev-python/numpy + dev-python/matplotlib" + +DEPEND="${RDEPEND}" + +src_install() { + DIRINST="${D}usr/share/games/fpdb/" + mkdir -p "${DIRINST}" + cp -R * "${DIRINST}" || die + + DIRBIN="${D}usr/games/bin/" + mkdir -p "${DIRBIN}" + #echo "pathes" + #echo "${DIRINST}pyfpdb/fpdb.py" + #echo "${DIRBIN}fpdb.py" + #echo + echo "cd /usr/share/games/fpdb/pyfpdb/ && python fpdb.py" > "${DIRBIN}fpdb" || die + chmod 755 "${DIRBIN}fpdb" || die +} + +#src_test() { +#} + +pkg_postinst() { + elog "Fpdb has been installed and can be called by executing /usr/games/bin/fpdb" + elog "You need to perform a couple more steps manually." + elog "Please also make sure you followed instructions from previous emerges, in particular make sure you configured mysql and set a root pw for it" + elog "Now run this command to connect to MySQL: mysql --user=root --password=yourPassword" + elog "In the mysql command line interface you need to type these two lines (make sure you get the ; at the end)" + elog "In the second line replace \"newPassword\" with a password of your choice" + elog "CREATE DATABASE fpdb;" + elog "GRANT ALL PRIVILEGES ON fpdb.* TO 'fpdb'@'localhost' IDENTIFIED BY 'newPassword' WITH GRANT OPTION;" + elog "Finally copy the default config file from ${DIRINST}docs/default.conf to ~/.fpdb/ for every user that is to use fpdb." + elog "You will need to edit the default.conf, in particular you need to replace the password with what you entered in the \"GRANT ALL...\"" + elog "Finally run the GUI and click the menu database -> recreate tables" + elog "That's it! See our webpage at http://fpdb.sourceforge.net for more documentation" + elog " " +} diff --git a/packaging/gentoo/fpdb-1.0_alpha9_p142.ebuild b/packaging/gentoo/fpdb-1.0_alpha9_p142.ebuild new file mode 100644 index 00000000..c55903f3 --- /dev/null +++ b/packaging/gentoo/fpdb-1.0_alpha9_p142.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2008 Gentoo Foundation +# Gentoo had nothing to do with the production of this ebuild, but I'm pre-emptively transferring all copyrights (as far as legally possible under my local jurisdiction) to them. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/fpdb/fpdb-1.0_alpha8_p137.ebuild,v 1.0 2008/10/17 steffen@sycamoretest.info Exp $ + +NEED_PYTHON=2.3 + +#inherit distutils + +MY_P="fpdb-${PV}" +DESCRIPTION="A database program to track your online poker games" +HOMEPAGE="https://sourceforge.net/projects/fpdb/" +SRC_URI="mirror://sourceforge/fpdb/${MY_P}.tar.bz2" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +#note: this should work on other architectures too, please send me your experiences +IUSE="" + +RDEPEND="virtual/mysql + dev-python/mysql-python + >=x11-libs/gtk+-2.10 + dev-python/pygtk + dev-python/numpy + dev-python/matplotlib" + +DEPEND="${RDEPEND}" + +src_install() { + DIRINST="${D}usr/share/games/fpdb/" + mkdir -p "${DIRINST}" + cp -R * "${DIRINST}" || die + + DIRBIN="${D}usr/games/bin/" + mkdir -p "${DIRBIN}" + #echo "pathes" + #echo "${DIRINST}pyfpdb/fpdb.py" + #echo "${DIRBIN}fpdb.py" + #echo + echo "cd /usr/share/games/fpdb/pyfpdb/ && python fpdb.py" > "${DIRBIN}fpdb" || die + chmod 755 "${DIRBIN}fpdb" || die +} + +#src_test() { +#} + +pkg_postinst() { + elog "Fpdb has been installed and can be called by executing /usr/games/bin/fpdb" + elog "You need to perform a couple more steps manually." + elog "Please also make sure you followed instructions from previous emerges, in particular make sure you configured mysql and set a root pw for it" + elog "Now run this command to connect to MySQL: mysql --user=root --password=yourPassword" + elog "In the mysql command line interface you need to type these two lines (make sure you get the ; at the end)" + elog "In the second line replace \"newPassword\" with a password of your choice" + elog "CREATE DATABASE fpdb;" + elog "GRANT ALL PRIVILEGES ON fpdb.* TO 'fpdb'@'localhost' IDENTIFIED BY 'newPassword' WITH GRANT OPTION;" + elog "Finally copy the default config file from ${DIRINST}docs/default.conf to ~/.fpdb/ for every user that is to use fpdb." + elog "You will need to edit the default.conf, in particular you need to replace the password with what you entered in the \"GRANT ALL...\"" + elog "Finally run the GUI and click the menu database -> recreate tables" + elog "That's it! See our webpage at http://fpdb.sourceforge.net for more documentation" + elog " " +} diff --git a/packaging/windows/fpdbEnvInstaller2.au3 b/packaging/windows/fpdbEnvInstaller2.au3 new file mode 100644 index 00000000..73b7cb92 --- /dev/null +++ b/packaging/windows/fpdbEnvInstaller2.au3 @@ -0,0 +1,182 @@ +;"%programfiles%\MySQL\MySQL Server 5.0\bin\mysqld" --remove +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Includes +#include + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Variables +Dim $rootPwd = "" +Dim $fpdbUserPwd = "" + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Welcome message and option to abort. Change of working dir to \fpdbEnv +Dim $welcomeBox = MsgBox(4100, "fpdb environment installation", "This installer will automatically create the environment which is needed to run fpdb." & @CRLF & @CRLF & _ +"This means installing and configuring MySQL and Python including some special modules," & @CRLF & "creating a directory for your fpdb user profile and adding gtk to your path." & @CRLF & @CRLF & _ +"You are advised to close all aplications before you proceed." & @CRLF & @CRLF & _ +"DON'T use the keyboard or the mouse during installation unless you are asked to! Just WAIT until the message box 'End of Installation' pops up!" & @CRLF & @CRLF & _ +"If you want to continue the installation click 'Yes'." & @CRLF & "If you want to abort the installation click 'No'.") +If $welcomeBox == 7 Then + Exit ;Exit Installation if 'No' button is clicked in message box +EndIf + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Ask user for mysql root password +GUICreate("FPDB Environment Installation", 600, 400) +GUICtrlCreateLabel("For the installation of the FPDB Environment the MySQL root password and your poker database password are needed.", 20, 25) +GUICtrlCreateLabel("In case MySQL and/or your fpdb poker database aren't installed on your computer, just pick a password.", 20, 50) +GUICtrlCreateLabel("MySQL Root Password:", 20, 100) +$rootPw = GUICtrlCreateInput("your password here", 150, 100, 100, 20) +GUICtrlCreateLabel("Retype password:", 290, 100) +$rootPwR = GUICtrlCreateInput("", 420, 100, 100, 20) +GUICtrlCreateLabel("Poker DB User Password:", 20, 150) +$userPw = GUICtrlCreateInput("your password here", 150, 150, 100, 20) +GUICtrlCreateLabel("Retype password:", 290, 150) +$userPwR = GUICtrlCreateInput("", 420, 150, 100, 20) +$okbutton = GUICtrlCreateButton("OK", 270, 200, 60, 20) +$status = GUICtrlCreateLabel("This is the status line. It describes what the installer is doing at the moment.", 20, 250, 560) +GUISetState(@SW_SHOW) +While 1 + $msg = GUIGetMsg() + Select + Case $msg = $okbutton + If Not(GUICtrlRead($rootPw) == GUICtrlRead($rootPwR)) OR GUICtrlRead($rootPw) == "" Then + MsgBox(16, "", "The passwords don't macht! Try again!", 20, 250) + ElseIf Not(GUICtrlRead($userPw) == GUICtrlRead($userPwR)) OR GUICtrlRead($userPw) == "" Then + MsgBox(16, "", "The passwords don't macht! Try again!", 20, 250) + Else + $rootPwd = GUICtrlRead($rootPw) + $fpdbUserPwd = GUICtrlRead($userPw) + GUICtrlSetState($okbutton, $GUI_DISABLE) + ExitLoop + EndIf + EndSelect +WEnd + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Files Needed +FileInstall("fpdb\7za.exe", "7za.exe") +FileInstall("fpdb\MySQL Server 5.0.7z", "MySQL Server 5.0.7z") +FileInstall("fpdb\gtk.7z", "gtk.7z") +FileInstall("fpdb\python-2.5.2.msi", "python-2.5.2.msi") +FileInstall("fpdb\pymysql.7z", "pymysql.7z") +FileInstall("fpdb\pycairo.7z", "pycairo.7z") +FileInstall("fpdb\pygobject.7z", "pygobject.7z") +FileInstall("fpdb\pygtk.7z", "pygtk.7z") +FileInstall("fpdb\psykopg2.7z", "psykopg2.7z") +FileInstall("fpdb\pywin32.7z", "pywin32.7z") + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; MySQL Install and configuration +If NOT FileExists(EnvGet("programfiles") & "\MySQL\MySQL Server 5.0\bin\mysql.exe") Then + GUICtrlSetData($status, "Installing MySQL Database Management System and creating MySQL windows service.") + RunWait('7za.exe x "MySQL Server 5.0.7z" -o"' & EnvGet("programfiles") & '\MySQL\" -aoa', "", @SW_HIDE) + RunWait('"' & EnvGet("programfiles") & '\MySQL\MySQL Server 5.0\bin\mysqld" --install', "", @SW_HIDE) + RunWait("net start mysql", "", @SW_HIDE) + ProcessWait("mysqld.exe") + GUICtrlSetData($status, "Securing important MySQL user accounts.") + Sleep(5000) + FileWrite(EnvGet("programfiles") & "\MySQL\MySQL Server 5.0\bin\mysql1.txt", "DELETE FROM mysql.user WHERE User = '';" & @CRLF) + FileWrite(EnvGet("programfiles") & "\MySQL\MySQL Server 5.0\bin\mysql1.txt", "UPDATE mysql.user SET Password = PASSWORD('" & $rootPwd & "') WHERE User = 'root';" & @CRLF) + FileWrite(EnvGet("programfiles") & "\MySQL\MySQL Server 5.0\bin\mysql1.txt", "FLUSH PRIVILEGES;" & @CRLF) + RunWait(@ComSpec & ' /c mysql --user=root -e "source mysql1.txt"', EnvGet("programfiles") & '\MySQL\MySQL Server 5.0\bin\', @SW_HIDE) +EndIf +If NOT FileExists(EnvGet("programfiles") & "\MySQL\MySQL Server 5.0\data\fpdb") Then + GUICtrlSetData($status, "Creating fpdb database.") + FileWrite(EnvGet("programfiles") & "\MySQL\MySQL Server 5.0\bin\mysql2.txt", "create database fpdb;" & @CRLF) + RunWait(@ComSpec & ' /c mysql --user=root --password=' & $rootPwd & ' -e "source mysql2.txt"', EnvGet("programfiles") & '\MySQL\MySQL Server 5.0\bin\', @SW_HIDE) +EndIf +GUICtrlSetData($status, "Creating MySQL user 'fpdb' and granting privileges.") +FileWrite(EnvGet("programfiles") & "\MySQL\MySQL Server 5.0\bin\mysql3.txt", "GRANT ALL PRIVILEGES ON fpdb.* TO 'fpdb'@'localhost' IDENTIFIED BY '" & $fpdbUserPwd & "' WITH GRANT OPTION;" & @CRLF) +RunWait(@ComSpec & ' /c mysql --user=root --password=' & $rootPwd & ' -e "source mysql3.txt"', EnvGet("programfiles") & '\MySQL\MySQL Server 5.0\bin\', @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; GTK +GUICtrlSetData($status, "Installing GTK.") +RunWait('7za.exe x "gtk.7z" -oc:\ -aoa', "", @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Python 2.5 Installation +GUICtrlSetData($status, "Installing Python 2.5.2") +RunWait("msiexec /quiet /i python-2.5.2.msi", "", @SW_HIDE) ;Install Python without user interaction + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; pymysql +GUICtrlSetData($status, "Installing pymysql") +RunWait('7za.exe x "pymysql.7z" -oC:\Python25\Lib\site-packages -aoa', "", @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; pycairo +GUICtrlSetData($status, "Installing pycairo") +RunWait('7za.exe x "pycairo.7z" -oC:\ -aoa', "", @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; pygobject +GUICtrlSetData($status, "Installing pygobject") +RunWait('7za.exe x "pygobject.7z" -oC:\ -aoa', "", @SW_HIDE) +RunWait(@ComSpec & ' /c C:\Python25\python.exe pygobject_postinstall.py -install', "C:\Python25\SCRIPTS", @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; pygtk +GUICtrlSetData($status, "Installing pygtk") +RunWait('7za.exe x "pygtk.7z" -oC:\ -aoa', "", @SW_HIDE) +RunWait(@ComSpec & ' /c C:\Python25\python.exe pygtk_postinstall.py -install', "C:\Python25\SCRIPTS", @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; psykopg2 +GUICtrlSetData($status, "Installing psykopg2") +RunWait('7za.exe x "psykopg2.7z" -oC:\ -aoa', "", @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; pywin32 +GUICtrlSetData($status, "Installing pywin32 for Python 2.5") +RunWait('7za.exe x "pywin32.7z" -oC:\ -aoa', "", @SW_HIDE) +RunWait(@ComSpec & ' /c C:\Python25\python.exe pywin32_postinstall.py -install', "C:\Python25\SCRIPTS", @SW_HIDE) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Creating directory for default.conf and coping the file into it +GUICtrlSetData($status, "Creating and installing default.conf file.") +$file = FileOpen("default.conf", 1) +FileWriteLine($file, "db-backend=2" & @CRLF) +FileWriteLine($file, "db-host=localhost" & @CRLF) +FileWriteLine($file, "db-databaseName=fpdb" & @CRLF) +FileWriteLine($file, "db-user=fpdb" & @CRLF) +FileWriteLine($file, "db-password=" & $fpdbUserPwd & @CRLF) +FileWriteLine($file, "tv-combinedStealFold=True" & @CRLF) +FileWriteLine($file, "tv-combined2B3B=True" & @CRLF) +FileWriteLine($file, "tv-combinedPostflop=True" & @CRLF) +FileWriteLine($file, "bulkImport-defaultPath=default" & @CRLF) +FileWriteLine($file, "hud-defaultPath=default" & @CRLF) +FileWriteLine($file, "imp-callFpdbHud=True" & @CRLF) +FileClose($file) +FileCopy("default.conf", EnvGet("appdata") & "\fpdb\", 9) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Registry +GUICtrlSetData($status, "Creating backup of path variable and adding GTK and Python to path variable.") +RegWrite("HKEY_CURRENT_USER\Environment", "PathBackup", "REG_SZ", RegRead("HKEY_CURRENT_USER\Environment", "path")) +RegWrite("HKEY_CURRENT_USER\Environment", "path", "REG_SZ", RegRead("HKEY_CURRENT_USER\Environment", "path") & ';C:\gtk\bin;C:\Python25') + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; Delete installation files +GUICtrlSetData($status, "Deleting temporary installation files.") +FileDelete("7za.exe") +FileDelete("MySQL Server 5.0.7z") +FileDelete("gtk.7z") +FileDelete("python-2.5.2.msi") +FileDelete("pymysql.7z") +FileDelete("pycairo.7z") +FileDelete("pygobject.7z") +FileDelete("pygtk.7z") +FileDelete("psykopg2.7z") +FileDelete("pywin32.7z") +FileDelete("default.conf") + +$goodbyeBox = MsgBox(4100, "End of Installation", "The Computer needs to be restarted for the installation to be complete." & @CRLF & _ + "After that you can start fpdb by double clicking the file fpdb.py which is located in the folder pyfpdb of the fpdb build you downloaded." & @CRLF & _ + "If you haven't downloaded fpdb yet you can do it here: http://ovh.dl.sourceforge.net/sourceforge/fpdb/fpdb-alpha2-p68.zip" & @CRLF & @CRLF & _ + "If you want to restart the computer now click 'Yes'." & @CRLF & _ + "If you want to restart the computer later click 'No'.") +If $goodbyeBox == 7 Then + Exit ;Exit Installation if 'No' button is clicked in message box +EndIf +Run("shutdown.exe -r -t 0") \ No newline at end of file diff --git a/prepare-git.sh b/prepare-git.sh new file mode 100755 index 00000000..91b008e9 --- /dev/null +++ b/prepare-git.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +#Copyright 2008 Steffen Jobbagy-Felso +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. +# +#You should have received a copy of the GNU Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in +#agpl-3.0.txt in the docs folder of the package. + +rm regression-test/*.found.txt +rm regression-test/*.pyc +rm pyfpdb/*.pyc + +git-add--interactive diff --git a/pyfpdb/CarbonToFpdb.py b/pyfpdb/CarbonToFpdb.py new file mode 100644 index 00000000..cf9fc8d3 --- /dev/null +++ b/pyfpdb/CarbonToFpdb.py @@ -0,0 +1,109 @@ +#!/usr/bin/env python +# Copyright 2008, Carl Gherardi + +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +######################################################################## + +# Standard Library modules +import Configuration +import traceback +import sys +import re +import xml.dom.minidom +from xml.dom.minidom import Node +from HandHistoryConverter import HandHistoryConverter + +# Carbon format looks like: + +# 1) +# 2) +# 3) +# +# ... +# 4) +# +# +# 5) +# +# 6) +# +# .... +# + +# The full sequence for a NHLE cash game is: +# BLINDS, PREFLOP, POSTFLOP, POSTTURN, POSTRIVER, SHOWDOWN, END_OF_GAME +# This sequence can be terminated after BLINDS at any time by END_OF_FOLDED_GAME + + +class CarbonPoker(HandHistoryConverter): + def __init__(self, config, filename): + print "Initialising Carbon Poker converter class" + HandHistoryConverter.__init__(self, config, filename, "Carbon") # Call super class init + self.setFileType("xml") + + def readSupportedGames(self): + pass + def determineGameType(self): + gametype = [] + desc_node = self.doc.getElementsByTagName("description") + #TODO: no examples of non ring type yet + gametype = gametype + ["ring"] + type = desc_node[0].getAttribute("type") + if(type == "Holdem"): + gametype = gametype + ["hold"] + else: + print "Unknown gametype: '%s'" % (type) + + stakes = desc_node[0].getAttribute("stakes") + #TODO: no examples of anything except nlhe + m = re.match('(?PNo Limit)\s\(\$?(?P[.0-9]+)/\$?(?P[.0-9]+)\)', stakes) + + if(m.group('LIMIT') == "No Limit"): + gametype = gametype + ["nl"] + + gametype = gametype + [self.float2int(m.group('SB'))] + gametype = gametype + [self.float2int(m.group('BB'))] + + return gametype + + def readPlayerStacks(self): + pass + def readBlinds(self): + pass + def readAction(self): + pass + + # Override read function as xml.minidom barfs on the Carbon layout + # This is pretty dodgy + def readFile(self, filename): + print "Carbon: Reading file: '%s'" %(filename) + infile=open(filename, "rU") + self.obs = infile.read() + infile.close() + self.obs = "\n" + self.obs + "" + try: + doc = xml.dom.minidom.parseString(self.obs) + self.doc = doc + except: + traceback.print_exc(file=sys.stderr) + +if __name__ == "__main__": + c = Configuration.Config() + e = CarbonPoker(c, "regression-test-files/carbon-poker/Niagara Falls (15245216).xml") + e.processFile() + print str(e) + diff --git a/pyfpdb/Cards01.png b/pyfpdb/Cards01.png new file mode 100644 index 0000000000000000000000000000000000000000..2c64fc9e756a7d6b42c5dfb266c3a8a9d03c6f3d GIT binary patch literal 78351 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

kWJ$iiI|uNS6ouFw^0IhVcnVp!6N3 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 Jr(_fLe*jAO1TX*q literal 0 HcmV?d00001 diff --git a/pyfpdb/CliFpdb.py b/pyfpdb/CliFpdb.py new file mode 100755 index 00000000..4e2a4361 --- /dev/null +++ b/pyfpdb/CliFpdb.py @@ -0,0 +1,66 @@ +#!/usr/bin/python + +#Copyright 2008 Steffen Jobbagy-Felso +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU Affero General Public License as published by +#the Free Software Foundation, version 3 of the License. +# +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. +# +#You should have received a copy of the GNU Affero General Public License +#along with this program. If not, see . +#In the "official" distribution you can find the license in +#agpl-3.0.txt in the docs folder of the package. + +import os +import sys +import fpdb_simple +from optparse import OptionParser + +try: + import MySQLdb +except: + diaSQLLibMissing = gtk.Dialog(title="Fatal Error - SQL interface library missing", parent=None, flags=0, buttons=(gtk.STOCK_QUIT,gtk.RESPONSE_OK)) + + print "Please note that the CLI importer only works with MySQL, if you use PostgreSQL this error is expected." + +import fpdb_import +import fpdb_db + +if __name__ == "__main__": + #process CLI parameters + parser = OptionParser() + parser.add_option("-c", "--handCount", default="0", type="int", + help="Number of hands to import (default 0 means unlimited)") + parser.add_option("-d", "--database", default="fpdb", help="The MySQL database to use (default fpdb)") + parser.add_option("-e", "--errorFile", default="failed.txt", + help="File to store failed hands into. (default: failed.txt) Not implemented.") + parser.add_option("-f", "--inputFile", "--file", "--inputfile", default="stdin", + help="The file you want to import (remember to use quotes if necessary)") + parser.add_option("-m", "--minPrint", "--status", default="50", type="int", + help="How often to print a one-line status report (0 means never, default is 50)") + parser.add_option("-p", "--password", help="The password for the MySQL user") + parser.add_option("-q", "--quiet", action="store_true", + help="If this is passed it doesn't print a total at the end nor the opening line. Note that this purposely does NOT change --minPrint") + parser.add_option("-s", "--server", default="localhost", + help="Hostname/IP of the MySQL server (default localhost)") + parser.add_option("-u", "--user", default="fpdb", help="The MySQL username (default fpdb)") + parser.add_option("-x", "--failOnError", action="store_true", + help="If this option is passed it quits when it encounters any error") + + (options, sys.argv) = parser.parse_args() + + settings={'callFpdbHud':False, 'db-backend':2} + settings['db-host']=options.server + settings['db-user']=options.user + settings['db-password']=options.password + settings['db-databaseName']=options.database + settings['handCount']=options.handCount + settings['failOnError']=options.failOnError + + importer = fpdb_import.Importer(options, settings) + importer.addImportFile(options.inputFile) + importer.runImport() diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py new file mode 100755 index 00000000..3bcaaa91 --- /dev/null +++ b/pyfpdb/Configuration.py @@ -0,0 +1,640 @@ +#!/usr/bin/env python +"""Configuration.py + +Handles HUD configuration files. +""" +# Copyright 2008, Ray E. Barker + +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +######################################################################## + +# Standard Library modules +import os +import sys +import string +import traceback +import shutil +import xml.dom.minidom +from xml.dom.minidom import Node + +class Layout: + def __init__(self, max): + self.max = int(max) + self.location = [] + for i in range(self.max + 1): self.location.append(None) + + def __str__(self): + temp = " Layout = %d max, width= %d, height = %d, fav_seat = %d\n" % (self.max, self.width, self.height, self.fav_seat) + temp = temp + " Locations = " + for i in range(1, len(self.location)): + temp = temp + "(%d,%d)" % self.location[i] + + return temp + "\n" + +class Site: + def __init__(self, node): + self.site_name = node.getAttribute("site_name") + self.table_finder = node.getAttribute("table_finder") + self.screen_name = node.getAttribute("screen_name") + self.site_path = node.getAttribute("site_path") + self.HH_path = node.getAttribute("HH_path") + self.decoder = node.getAttribute("decoder") + self.hudopacity = node.getAttribute("hudopacity") + self.hudbgcolor = node.getAttribute("bgcolor") + self.hudfgcolor = node.getAttribute("fgcolor") + self.converter = node.getAttribute("converter") + self.enabled = node.getAttribute("enabled") + self.aux_window = node.getAttribute("aux_window") + self.layout = {} + + for layout_node in node.getElementsByTagName('layout'): + max = int( layout_node.getAttribute('max') ) + lo = Layout(max) + lo.fav_seat = int( layout_node.getAttribute('fav_seat') ) + lo.width = int( layout_node.getAttribute('width') ) + lo.height = int( layout_node.getAttribute('height') ) + + for location_node in layout_node.getElementsByTagName('location'): + lo.location[int( location_node.getAttribute('seat') )] = (int( location_node.getAttribute('x') ), int( location_node.getAttribute('y'))) + + self.layout[lo.max] = lo + + def __str__(self): + temp = "Site = " + self.site_name + "\n" + for key in dir(self): + if key.startswith('__'): continue + if key == 'layout': continue + value = getattr(self, key) + if callable(value): continue + temp = temp + ' ' + key + " = " + str(value) + "\n" + + for layout in self.layout: + temp = temp + "%s" % self.layout[layout] + + return temp + +class Stat: + def __init__(self): + pass + + def __str__(self): + temp = " stat_name = %s, row = %d, col = %d, tip = %s, click = %s, popup = %s\n" % (self.stat_name, self.row, self.col, self.tip, self.click, self.popup) + return temp + +class Game: + def __init__(self, node): + self.game_name = node.getAttribute("game_name") + self.db = node.getAttribute("db") + self.rows = int( node.getAttribute("rows") ) + self.cols = int( node.getAttribute("cols") ) + self.aux = node.getAttribute("aux") + + self.stats = {} + for stat_node in node.getElementsByTagName('stat'): + stat = Stat() + stat.stat_name = stat_node.getAttribute("stat_name") + stat.row = int( stat_node.getAttribute("row") ) + stat.col = int( stat_node.getAttribute("col") ) + stat.tip = stat_node.getAttribute("tip") + stat.click = stat_node.getAttribute("click") + stat.popup = stat_node.getAttribute("popup") + stat.hudprefix = stat_node.getAttribute("hudprefix") + stat.hudsuffix = stat_node.getAttribute("hudsuffix") + stat.hudcolor = stat_node.getAttribute("hudcolor") + + self.stats[stat.stat_name] = stat + + def __str__(self): + temp = "Game = " + self.game_name + "\n" + temp = temp + " db = %s\n" % self.db + temp = temp + " rows = %d\n" % self.rows + temp = temp + " cols = %d\n" % self.cols + temp = temp + " aux = %s\n" % self.aux + + for stat in self.stats.keys(): + temp = temp + "%s" % self.stats[stat] + + return temp + +class Database: + def __init__(self, node): + self.db_name = node.getAttribute("db_name") + self.db_server = node.getAttribute("db_server") + self.db_ip = node.getAttribute("db_ip") + self.db_user = node.getAttribute("db_user") + self.db_type = node.getAttribute("db_type") + self.db_pass = node.getAttribute("db_pass") + + def __str__(self): + temp = 'Database = ' + self.db_name + '\n' + for key in dir(self): + if key.startswith('__'): continue + value = getattr(self, key) + if callable(value): continue + temp = temp + ' ' + key + " = " + value + "\n" + return temp + +class Aux_window: + def __init__(self, node): + for (name, value) in node.attributes.items(): + setattr(self, name, value) +# self.name = node.getAttribute("mw_name") +# self.cards = node.getAttribute("deck") +# self.card_wd = node.getAttribute("card_wd") +# self.card_ht = node.getAttribute("card_ht") +# self.rows = node.getAttribute("rows") +# self.cols = node.getAttribute("cols") +# self.format = node.getAttribute("stud") + + def __str__(self): + temp = 'Aux = ' + self.name + "\n" + for key in dir(self): + if key.startswith('__'): continue + value = getattr(self, key) + if callable(value): continue + temp = temp + ' ' + key + " = " + value + "\n" + return temp + +class Popup: + def __init__(self, node): + self.name = node.getAttribute("pu_name") + self.pu_stats = [] + for stat_node in node.getElementsByTagName('pu_stat'): + self.pu_stats.append(stat_node.getAttribute("pu_stat_name")) + + def __str__(self): + temp = "Popup = " + self.name + "\n" + for stat in self.pu_stats: + temp = temp + " " + stat + return temp + "\n" + +class Import: + def __init__(self, node): + self.interval = node.getAttribute("interval") + self.callFpdbHud = node.getAttribute("callFpdbHud") + self.hhArchiveBase = node.getAttribute("hhArchiveBase") + + def __str__(self): + return " interval = %s\n callFpdbHud = %s\n hhArchiveBase = %s" % (self.interval, self.callFpdbHud, self.hhArchiveBase) + +class Tv: + def __init__(self, node): + self.combinedStealFold = node.getAttribute("combinedStealFold") + self.combined2B3B = node.getAttribute("combined2B3B") + self.combinedPostflop = node.getAttribute("combinedPostflop") + + def __str__(self): + return (" combinedStealFold = %s\n combined2B3B = %s\n combinedPostflop = %s\n" % + (self.combinedStealFold, self.combined2B3B, self.combinedPostflop) ) + +class Config: + def __init__(self, file = None): + +# "file" is a path to an xml file with the fpdb/HUD configuration +# we check the existence of "file" and try to recover if it doesn't exist + + self.default_config_path = self.get_default_config_path() + if not file == None: # configuration file path has been passed + if not os.path.exists(file): + print "Configuration file %s not found. Using defaults." % (file) + sys.stderr.write("Configuration file %s not found. Using defaults." % (file)) + file = None + + if file == None: # configuration file path not passed or invalid + file = self.find_config() #Look for a config file in the normal places + + if file == None: # no config file in the normal places + file = self.find_example_config() #Look for an example file to edit + if not file == None: + pass + + if file == None: # that didn't work either, just die + print "No HUD_config_xml found. Exiting" + sys.stderr.write("No HUD_config_xml found. Exiting") + sys.exit() + +# Parse even if there was no real config file found and we are using the example +# If using the example, we'll edit it later + try: + print "Reading configuration file %s\n" % (file) + doc = xml.dom.minidom.parse(file) + except: + print "Error parsing %s. See error log file." % (file) + traceback.print_exc(file=sys.stderr) + print "press enter to continue" + sys.stdin.readline() + sys.exit() + + self.doc = doc + self.file = file + self.supported_sites = {} + self.supported_games = {} + self.supported_databases = {} + self.aux_windows = {} + self.popup_windows = {} + +# s_sites = doc.getElementsByTagName("supported_sites") + for site_node in doc.getElementsByTagName("site"): + site = Site(node = site_node) + self.supported_sites[site.site_name] = site + +# s_games = doc.getElementsByTagName("supported_games") + for game_node in doc.getElementsByTagName("game"): + game = Game(node = game_node) + self.supported_games[game.game_name] = game + +# s_dbs = doc.getElementsByTagName("supported_databases") + for db_node in doc.getElementsByTagName("database"): + db = Database(node = db_node) + self.supported_databases[db.db_name] = db + +# s_dbs = doc.getElementsByTagName("mucked_windows") + for aw_node in doc.getElementsByTagName("aw"): + aw = Aux_window(node = aw_node) + self.aux_windows[aw.name] = aw + +# s_dbs = doc.getElementsByTagName("popup_windows") + for pu_node in doc.getElementsByTagName("pu"): + pu = Popup(node = pu_node) + self.popup_windows[pu.name] = pu + + for imp_node in doc.getElementsByTagName("import"): + imp = Import(node = imp_node) + self.imp = imp + + for tv_node in doc.getElementsByTagName("tv"): + tv = Tv(node = tv_node) + self.tv = tv + + db = self.get_db_parameters('fpdb') + if db['db-password'] == 'YOUR MYSQL PASSWORD': + df_file = self.find_default_conf() + if df_file == None: # this is bad + pass + else: + df_parms = self.read_default_conf(df_file) + self.set_db_parameters(db_name = 'fpdb', db_ip = df_parms['db-host'], + db_user = df_parms['db-user'], + db_pass = df_parms['db-password']) + self.save(file=os.path.join(self.default_config_path, "HUD_config.xml")) + + + def find_config(self): + """Looks in cwd and in self.default_config_path for a config file.""" + if os.path.exists('HUD_config.xml'): # there is a HUD_config in the cwd + file = 'HUD_config.xml' # so we use it + else: # no HUD_config in the cwd, look where it should be in the first place + config_path = os.path.join(self.default_config_path, 'HUD_config.xml') + if os.path.exists(config_path): + file = config_path + else: + file = None + return file + + def get_default_config_path(self): + """Returns the path where the fpdb config file _should_ be stored.""" + if os.name == 'posix': + config_path = os.path.join(os.path.expanduser("~"), '.fpdb') + elif os.name == 'nt': + config_path = os.path.join(os.environ["APPDATA"], 'fpdb') + else: config_path = None + return config_path + + + def find_default_conf(self): + if os.name == 'posix': + config_path = os.path.join(os.path.expanduser("~"), '.fpdb', 'default.conf') + elif os.name == 'nt': + config_path = os.path.join(os.environ["APPDATA"], 'fpdb', 'default.conf') + else: config_path = False + + if config_path and os.path.exists(config_path): + file = config_path + else: + file = None + return file + + def read_default_conf(self, file): + parms = {} + fh = open(file, "r") + for line in fh: + line = string.strip(line) + (key, value) = line.split('=') + parms[key] = value + fh.close + return parms + + def find_example_config(self): + if os.path.exists('HUD_config.xml.example'): # there is a HUD_config in the cwd + file = 'HUD_config.xml.example' # so we use it + print "No HUD_config.xml found, using HUD_config.xml.example.\n", \ + "A HUD_config.xml will be written. You will probably have to edit it." + sys.stderr.write("No HUD_config.xml found, using HUD_config.xml.example.\n" + \ + "A HUD_config.xml will be written. You will probably have to edit it.") + else: + file = None + return file + + def get_site_node(self, site): + for site_node in self.doc.getElementsByTagName("site"): + if site_node.getAttribute("site_name") == site: + return site_node + + def get_db_node(self, db_name): + for db_node in self.doc.getElementsByTagName("database"): + if db_node.getAttribute("db_name") == db_name: + return db_node + return None + + def get_layout_node(self, site_node, layout): + for layout_node in site_node.getElementsByTagName("layout"): + if layout_node.getAttribute("max") == None: + return None + if int( layout_node.getAttribute("max") ) == int( layout ): + return layout_node + + def get_location_node(self, layout_node, seat): + for location_node in layout_node.getElementsByTagName("location"): + if int( location_node.getAttribute("seat") ) == int( seat ): + return location_node + + def save(self, file = None): + if not file == None: + f = open(file, 'w') + self.doc.writexml(f) + f.close() + else: + shutil.move(self.file, self.file+".backup") + f = open(self.file, 'w') + self.doc.writexml(f) + f.close + + def edit_layout(self, site_name, max, width = None, height = None, + fav_seat = None, locations = None): + site_node = self.get_site_node(site_name) + layout_node = self.get_layout_node(site_node, max) + if layout_node == None: return + for i in range(1, max + 1): + location_node = self.get_location_node(layout_node, i) + location_node.setAttribute("x", str( locations[i-1][0] )) + location_node.setAttribute("y", str( locations[i-1][1] )) + self.supported_sites[site_name].layout[max].location[i] = ( locations[i-1][0], locations[i-1][1] ) + + def get_db_parameters(self, name = None): + if name == None: name = 'fpdb' + db = {} + try: + db['db-databaseName'] = name + db['db-host'] = self.supported_databases[name].db_ip + db['db-user'] = self.supported_databases[name].db_user + db['db-password'] = self.supported_databases[name].db_pass + db['db-server'] = self.supported_databases[name].db_server + if string.lower(self.supported_databases[name].db_server) == 'mysql': + db['db-backend'] = 2 + elif string.lower(self.supported_databases[name].db_server) == 'postgresql': + db['db-backend'] = 3 + else: db['db-backend'] = None # this is big trouble + except: + pass + return db + + def set_db_parameters(self, db_name = 'fpdb', db_ip = None, db_user = None, + db_pass = None, db_server = None, db_type = None): + db_node = self.get_db_node(db_name) + if not db_node == None: + if not db_ip == None: db_node.setAttribute("db_ip", db_ip) + if not db_user == None: db_node.setAttribute("db_user", db_user) + if not db_pass == None: db_node.setAttribute("db_pass", db_pass) + if not db_server == None: db_node.setAttribute("db_server", db_server) + if not db_type == None: db_node.setAttribute("db_type", db_type) + if self.supported_databases.has_key(db_name): + if not db_ip == None: self.supported_databases[db_name].dp_ip = db_ip + if not db_user == None: self.supported_databases[db_name].dp_user = db_user + if not db_pass == None: self.supported_databases[db_name].dp_pass = db_pass + if not db_server == None: self.supported_databases[db_name].dp_server = db_server + if not db_type == None: self.supported_databases[db_name].dp_type = db_type + return + + def get_tv_parameters(self): + tv = {} + try: + tv['combinedStealFold'] = self.tv.combinedStealFold + tv['combined2B3B'] = self.tv.combined2B3B + tv['combinedPostflop'] = self.tv.combinedPostflop + except: # Default tv parameters + tv['combinedStealFold'] = True + tv['combined2B3B'] = True + tv['combinedPostflop'] = True + return tv + + def get_import_parameters(self): + imp = {} + try: + imp['callFpdbHud'] = self.imp.callFpdbHud + imp['interval'] = self.imp.interval + imp['hhArchiveBase'] = self.imp.hhArchiveBase + except: # Default params + imp['callFpdbHud'] = True + imp['interval'] = 10 + imp['hhArchiveBase'] = "~/.fpdb/HandHistories/" + return imp + + def get_default_paths(self, site = "PokerStars"): + paths = {} + try: + paths['hud-defaultPath'] = os.path.expanduser(self.supported_sites[site].HH_path) + paths['bulkImport-defaultPath'] = os.path.expanduser(self.supported_sites[site].HH_path) + except: + paths['hud-defaultPath'] = "default" + paths['bulkImport-defaultPath'] = "default" + return paths + + def get_default_colors(self, site = "PokerStars"): + colors = {} + if self.supported_sites[site].hudopacity == "": + colors['hudopacity'] = 0.90 + else: + colors['hudopacity'] = float(self.supported_sites[site].hudopacity) + if self.supported_sites[site].hudbgcolor == "": + colors['hudbgcolor'] = "#FFFFFF" + else: + colors['hudbgcolor'] = self.supported_sites[site].hudbgcolor + if self.supported_sites[site].hudfgcolor == "": + colors['hudfgcolor'] = "#000000" + else: + colors['hudfgcolor'] = self.supported_sites[site].hudfgcolor + return colors + + def get_locations(self, site = "PokerStars", max = "8"): + + try: + locations = self.supported_sites[site].layout[max].location + except: + locations = ( ( 0, 0), (684, 61), (689, 239), (692, 346), + (586, 393), (421, 440), (267, 440), ( 0, 361), + ( 0, 280), (121, 280), ( 46, 30) ) + return locations + + def get_supported_sites(self): + """Returns the list of supported sites.""" + return self.supported_sites.keys() + + def get_site_parameters(self, site): + """Returns a dict of the site parameters for the specified site""" + if not self.supported_sites.has_key(site): + return None + parms = {} + parms["converter"] = self.supported_sites[site].converter + parms["decoder"] = self.supported_sites[site].decoder + parms["hudbgcolor"] = self.supported_sites[site].hudbgcolor + parms["hudfgcolor"] = self.supported_sites[site].hudfgcolor + parms["hudopacity"] = self.supported_sites[site].hudopacity + parms["screen_name"] = self.supported_sites[site].screen_name + parms["site_path"] = self.supported_sites[site].site_path + parms["table_finder"] = self.supported_sites[site].table_finder + parms["HH_path"] = self.supported_sites[site].HH_path + parms["site_name"] = self.supported_sites[site].site_name + parms["enabled"] = self.supported_sites[site].enabled + parms["aux_window"] = self.supported_sites[site].aux_window + return parms + + def set_site_parameters(self, site_name, converter = None, decoder = None, + hudbgcolor = None, hudfgcolor = None, + hudopacity = None, screen_name = None, + site_path = None, table_finder = None, + HH_path = None, enabled = None): + """Sets the specified site parameters for the specified site.""" + site_node = self.get_site_node(site_name) + if not db_node == None: + if not converter == None: site_node.setAttribute("converter", converter) + if not decoder == None: site_node.setAttribute("decoder", decoder) + if not hudbgcolor == None: site_node.setAttribute("hudbgcolor", hudbgcolor) + if not hudfgcolor == None: site_node.setAttribute("hudfgcolor", hudfgcolor) + if not hudopacity == None: site_node.setAttribute("hudopacity", hudopacity) + if not screen_name == None: site_node.setAttribute("screen_name", screen_name) + if not site_path == None: site_node.setAttribute("site_path", site_path) + if not table_finder == None: site_node.setAttribute("table_finder", table_finder) + if not HH_path == None: site_node.setAttribute("HH_path", HH_path) + if not enabled == None: site_node.setAttribute("enabled", enabled) + + if self.supported_databases.has_key(db_name): + if not converter == None: self.supported_sites[site].converter = converter + if not decoder == None: self.supported_sites[site].decoder = decoder + if not hudbgcolor == None: self.supported_sites[site].hudbgcolor = hudbgcolor + if not hudfgcolor == None: self.supported_sites[site].hudfgcolor = hudfgcolor + if not hudopacity == None: self.supported_sites[site].hudopacity = hudopacity + if not screen_name == None: self.supported_sites[site].screen_name = screen_name + if not site_path == None: self.supported_sites[site].site_path = site_path + if not table_finder == None: self.supported_sites[site].table_finder = table_finder + if not HH_path == None: self.supported_sites[site].HH_path = HH_path + if not enabled == None: self.supported_sites[site].enabled = enabled + return + + def get_aux_windows(self): + """Gets the list of mucked window formats in the configuration.""" + mw = [] + for w in self.aux_windows.keys(): + mw.append(w) + return mw + + def get_aux_parameters(self, name): + """Gets a dict of mucked window parameters from the named mw.""" + param = {} + if self.aux_windows.has_key(name): + for key in dir(self.aux_windows[name]): + if key.startswith('__'): continue + value = getattr(self.aux_windows[name], key) + if callable(value): continue + param[key] = value + + return param + return None + + def get_game_parameters(self, name): + """Get the configuration parameters for the named game.""" + param = {} + if self.supported_games.has_key(name): + param['game_name'] = self.supported_games[name].game_name + param['db'] = self.supported_games[name].db + param['rows'] = self.supported_games[name].rows + param['cols'] = self.supported_games[name].cols + param['aux'] = self.supported_games[name].aux + return param + + def get_supported_games(self): + """Get the list of supported games.""" + sg = [] + for game in c.supported_games.keys(): + sg.append(c.supported_games[game].game_name) + return sg + +if __name__== "__main__": + c = Config() + + print "\n----------- SUPPORTED SITES -----------" + for s in c.supported_sites.keys(): + print c.supported_sites[s] + print "----------- END SUPPORTED SITES -----------" + + + print "\n----------- SUPPORTED GAMES -----------" + for game in c.supported_games.keys(): + print c.supported_games[game] + print "----------- END SUPPORTED GAMES -----------" + + + print "\n----------- SUPPORTED DATABASES -----------" + for db in c.supported_databases.keys(): + print c.supported_databases[db] + print "----------- END SUPPORTED DATABASES -----------" + + print "\n----------- AUX WINDOW FORMATS -----------" + for w in c.aux_windows.keys(): + print c.aux_windows[w] + print "----------- END AUX WINDOW FORMATS -----------" + + print "\n----------- POPUP WINDOW FORMATS -----------" + for w in c.popup_windows.keys(): + print c.popup_windows[w] + print "----------- END POPUP WINDOW FORMATS -----------" + + print "\n----------- IMPORT -----------" + print c.imp + print "----------- END IMPORT -----------" + + print "\n----------- TABLE VIEW -----------" +# print c.tv + print "----------- END TABLE VIEW -----------" + + c.edit_layout("PokerStars", 6, locations=( (1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6) )) + c.save(file="testout.xml") + + print "db = ", c.get_db_parameters() +# print "tv = ", c.get_tv_parameters() +# print "imp = ", c.get_import_parameters() + print "paths = ", c.get_default_paths("PokerStars") + print "colors = ", c.get_default_colors("PokerStars") + print "locs = ", c.get_locations("PokerStars", 8) + for mw in c.get_aux_windows(): + print c.get_aux_parameters(mw) + + for site in c.supported_sites.keys(): + print "site = ", site, + print c.get_site_parameters(site) + + for game in c.get_supported_games(): + print c.get_game_parameters(game) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py new file mode 100644 index 00000000..95abdd71 --- /dev/null +++ b/pyfpdb/Database.py @@ -0,0 +1,222 @@ +#!/usr/bin/env python +"""Database.py + +Create and manage the database objects. +""" +# Copyright 2008, Ray E. Barker +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +######################################################################## + +# postmaster -D /var/lib/pgsql/data + +# Standard Library modules +import sys +import traceback + +# pyGTK modules + +# FreePokerTools modules +import Configuration +import SQL + +class Database: + def __init__(self, c, db_name, game): + if c.supported_databases[db_name].db_server == 'postgresql': + # psycopg2 database module for posgres via DB-API + import psycopg2 + + try: + self.connection = psycopg2.connect(host = c.supported_databases[db_name].db_ip, + user = c.supported_databases[db_name].db_user, + password = c.supported_databases[db_name].db_pass, + database = c.supported_databases[db_name].db_name) + except: + print "Error opening database connection %s. See error log file." % (file) + traceback.print_exc(file=sys.stderr) + print "press enter to continue" + sys.stdin.readline() + sys.exit() + + elif c.supported_databases[db_name].db_server == 'mysql': + # mysql bindings + import MySQLdb + try: + self.connection = MySQLdb.connect(host = c.supported_databases[db_name].db_ip, + user = c.supported_databases[db_name].db_user, + passwd = c.supported_databases[db_name].db_pass, + db = c.supported_databases[db_name].db_name) + cur_iso = self.connection.cursor() + cur_iso.execute('SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED') + cur_iso.close() + + except: + print "Error opening database connection %s. See error log file." % (file) + traceback.print_exc(file=sys.stderr) + print "press enter to continue" + sys.stdin.readline() + sys.exit() + + else: + print "Database = %s not recognized." % (c.supported_databases[db_name].db_server) + sys.stderr.write("Database not recognized, exiting.\n") + print "press enter to continue" + sys.exit() + + self.type = c.supported_databases[db_name].db_type + self.sql = SQL.Sql(game = game, type = self.type) + + def close_connection(self): + self.connection.close() + + def get_table_name(self, hand_id): + c = self.connection.cursor() + c.execute(self.sql.query['get_table_name'], (hand_id, )) + row = c.fetchone() + return row + + def get_last_hand(self): + c = self.connection.cursor() + c.execute(self.sql.query['get_last_hand']) + row = c.fetchone() + return row[0] + + def get_xml(self, hand_id): + c = self.connection.cursor() + c.execute(self.sql.query['get_xml'], (hand_id)) + row = c.fetchone() + return row[0] + + def get_recent_hands(self, last_hand): + c = self.connection.cursor() + c.execute(self.sql.query['get_recent_hands'], {'last_hand': last_hand}) + return c.fetchall() + + def get_hand_info(self, new_hand_id): + c = self.connection.cursor() + c.execute(self.sql.query['get_hand_info'], new_hand_id) + return c.fetchall() + + def get_actual_seat(self, hand_id, name): + c = self.connection.cursor() + c.execute(self.sql.query['get_actual_seat'], (hand_id, name)) + row = c.fetchone() + return row[0] + +# def get_cards(self, hand): +# this version is for the PTrackSv2 db +# c = self.connection.cursor() +# c.execute(self.sql.query['get_cards'], hand) +# colnames = [desc[0] for desc in c.description] +# cards = {} +# for row in c.fetchall(): +# s_dict = {} +# for name, val in zip(colnames, row): +# s_dict[name] = val +# cards[s_dict['seat_number']] = s_dict +# return (cards) + + def get_cards(self, hand): +# this version is for the fpdb db + c = self.connection.cursor() + c.execute(self.sql.query['get_cards'], hand) + colnames = [desc[0] for desc in c.description] + cards = {} + for row in c.fetchall(): + s_dict = {} + for name, val in zip(colnames, row): + s_dict[name] = val + cards[s_dict['seat_number']] = s_dict + return (cards) + + def get_action_from_hand(self, hand_no): + action = [ [], [], [], [], [] ] + c = self.connection.cursor() + c.execute(self.sql.query['get_action_from_hand'], (hand_no)) + for row in c.fetchall(): + street = row[0] + act = row[1:] + action[street].append(act) + return action + + def get_stats_from_hand(self, hand, aggregate = False): + c = self.connection.cursor() + + if aggregate: + query = 'get_stats_from_hand' + subs = (hand, hand) + else: + query = 'get_stats_from_hand_aggregated' + subs = (hand, hand, hand) + +# get the players in the hand and their seats + c.execute(self.sql.query['get_players_from_hand'], (hand, )) + names = {} + seats = {} + for row in c.fetchall(): + names[row[0]] = row[2] + seats[row[0]] = row[1] + +# now get the stats + c.execute(self.sql.query[query], subs) + colnames = [desc[0] for desc in c.description] + stat_dict = {} + for row in c.fetchall(): + t_dict = {} + for name, val in zip(colnames, row): + t_dict[name] = val +# print t_dict + t_dict['screen_name'] = names[t_dict['player_id']] + t_dict['seat'] = seats[t_dict['player_id']] + stat_dict[t_dict['player_id']] = t_dict + return stat_dict + + def get_player_id(self, config, site, player_name): + print "site = %s, player name = %s" % (site, player_name) + c = self.connection.cursor() + c.execute(self.sql.query['get_player_id'], {'player': player_name, 'site': site}) + row = c.fetchone() + return row[0] + +if __name__=="__main__": + c = Configuration.Config() + + db_connection = Database(c, 'fpdb', 'holdem') # mysql fpdb holdem +# db_connection = Database(c, 'fpdb-p', 'test') # mysql fpdb holdem +# db_connection = Database(c, 'PTrackSv2', 'razz') # mysql razz +# db_connection = Database(c, 'ptracks', 'razz') # postgres + print "database connection object = ", db_connection.connection + print "database type = ", db_connection.type + + h = db_connection.get_last_hand() + print "last hand = ", h + + hero = db_connection.get_player_id(c, 'PokerStars', 'nutOmatic') + print "nutOmatic is id_player = %d" % hero + + stat_dict = db_connection.get_stats_from_hand(h) + for p in stat_dict.keys(): + print p, " ", stat_dict[p] + + print "nutOmatics stats:" + stat_dict = db_connection.get_stats_from_hand(h, hero) + for p in stat_dict.keys(): + print p, " ", stat_dict[p] + + db_connection.close_connection + + print "press enter to continue" + sys.stdin.readline() diff --git a/pyfpdb/EverleafToFpdb.py b/pyfpdb/EverleafToFpdb.py new file mode 100755 index 00000000..1a1196c5 --- /dev/null +++ b/pyfpdb/EverleafToFpdb.py @@ -0,0 +1,196 @@ +#!/usr/bin/env python +# Copyright 2008, Carl Gherardi +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +######################################################################## + +import sys +import Configuration +from HandHistoryConverter import * + +# Everleaf HH format + +# Everleaf Gaming Game #55208539 +# ***** Hand history for game #55208539 ***** +# Blinds $0.50/$1 NL Hold'em - 2008/09/01 - 13:35:01 +# Table Speed Kuala +# Seat 1 is the button +# Total number of players: 9 +# Seat 1: BadBeatBox ( $ 98.97 USD ) +# Seat 3: EricBlade ( $ 73.96 USD ) +# Seat 4: randy888 ( $ 196.50 USD ) +# Seat 5: BaronSengir ( $ 182.80 USD ) +# Seat 6: dogge ( $ 186.06 USD ) +# Seat 7: wings ( $ 50 USD ) +# Seat 8: schoffeltje ( $ 282.05 USD ) +# Seat 9: harrydebeng ( $ 109.45 USD ) +# Seat 10: smaragdar ( $ 96.50 USD ) +# EricBlade: posts small blind [$ 0.50 USD] +# randy888: posts big blind [$ 1 USD] +# wings: posts big blind [$ 1 USD] +# ** Dealing down cards ** +# Dealt to EricBlade [ qc, 3c ] +# BaronSengir folds +# dogge folds +# wings raises [$ 2.50 USD] +# schoffeltje folds +# harrydebeng calls [$ 3.50 USD] +# smaragdar raises [$ 15.50 USD] +# BadBeatBox folds +# EricBlade folds +# randy888 folds +# wings calls [$ 12 USD] +# harrydebeng folds +# ** Dealing Flop ** [ qs, 3d, 8h ] +# wings: bets [$ 34.50 USD] +# smaragdar calls [$ 34.50 USD] +# ** Dealing Turn ** [ 2d ] +# ** Dealing River ** [ 6c ] +# dogge shows [ 9h, 9c ]a pair of nines +# spicybum shows [ 5d, 6d ]a straight, eight high +# harrydebeng does not show cards +# smaragdar wins $ 102 USD from main pot with a pair of aces [ ad, ah, qs, 8h, 6c ] + +class Everleaf(HandHistoryConverter): + def __init__(self, config, file): + print "Initialising Everleaf converter class" + HandHistoryConverter.__init__(self, config, file, sitename="Everleaf") # Call super class init. + self.sitename = "Everleaf" + self.setFileType("text") + self.rexx.setGameInfoRegex('.*Blinds \$?(?P[.0-9]+)/\$?(?P[.0-9]+)') + self.rexx.setSplitHandRegex('\n\n\n\n') + self.rexx.setHandInfoRegex('.*#(?P[0-9]+)\n.*\nBlinds \$?(?P[.0-9]+)/\$?(?P[.0-9]+) (?P.*) - (?P[0-9]+)/(?P[0-9]+)/(?P[0-9]+) - (?P


[0-9]+):(?P[0-9]+):(?P[0-9]+)\nTable (?P[ a-zA-Z]+)\nSeat (?P