git24 - changed config file format to match new way of passing around settings inside the code - will use this to facilitate various code cleanups and a generalised method of dealing with settings
got deep links for windows DL for everything tv option of combined postflop is now exported to profile
This commit is contained in:
@@ -11,6 +11,8 @@ 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
|
||||
W$wsF=Won $ when he saw flop
|
||||
W$@SD=Won $ at showdown
|
||||
|
||||
+6
-6
@@ -1,6 +1,6 @@
|
||||
backend=2
|
||||
host=localhost
|
||||
database=fpdb
|
||||
user=fpdb
|
||||
password=enterYourPwHere
|
||||
|
||||
db-backend=2
|
||||
db-host=localhost
|
||||
db-databaseName=fpdb
|
||||
db-user=fpdb
|
||||
db-password=enterYourPwHere
|
||||
tv-combinedPostflop=True
|
||||
|
||||
@@ -3,12 +3,17 @@ made them in XP Pro, if you discover any differences or problems please let me k
|
||||
Also see the other install-in-*.txt files.
|
||||
The length of these instructions is due to MS refusal to provide any kind of package management.
|
||||
|
||||
For some packages I've given direct(ish) download links here, for the remainder check requirements.txt.
|
||||
Here are direct download links from 10Aug2008:
|
||||
http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.67-win32.zip/from/pick#mirrors
|
||||
http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi
|
||||
http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.win32-py2.5.exe?modtime=1173863337&big_mirror=0
|
||||
http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.12/gtk+-bundle-2.12.11.zip
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/pycairo-1.4.12-1.win32-py2.5.exe
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/pygobject-2.14.1-1.win32-py2.5.exe
|
||||
http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.12/pygtk-2.12.1-2.win32-py2.5.exe
|
||||
|
||||
1a. Install MySQL and do its basic setup
|
||||
Download Windows ZIP/Setup.exe from http://dev.mysql.com/downloads/mysql/5.0.html#win32
|
||||
Note that there is a link to skip registration/login.
|
||||
As of this writing the latest binary version is 5.0.51b whilst the latest version is 5.0.56... Windows.
|
||||
- Download Windows ZIP/Setup.exe
|
||||
- Unzip the archive, execute the setup file
|
||||
At the end make sure you activate that you want to configure it now.
|
||||
Use the advanced/detailed config. Leave everything as default unless stated below, or unless you have reason not to.
|
||||
@@ -20,12 +25,11 @@ Once finished it shold confirm "service started successfully"
|
||||
Then configure a user and create a database.
|
||||
|
||||
2. Install python
|
||||
Go to http://www.python.org/download/ and get the latest Windows installer. As of this writing that is 2.5.2. Double click the .msi file to start installation and follow the prompts.
|
||||
Get the latest Windows installer. As of this writing that is 2.5.2. Double click the .msi file to start installation and follow the prompts.
|
||||
|
||||
|
||||
3. Install the Python-DBAPI package for MySQL:
|
||||
Go to http://sourceforge.net/project/showfiles.php?group_id=22307 and get the latest version of MySQL-python-*.win32-py2.5.exe
|
||||
Double click to install.
|
||||
Get the package and double click to install.
|
||||
|
||||
|
||||
4. In MySQL create a new database fpdb and a user by the same name. Set a password. I did this in webmin. Then set permissions for that user to: Select | Insert | Update | Delete | Create | Drop
|
||||
@@ -36,8 +40,7 @@ To use it, create some empty folder like c:\gtk . Using either
|
||||
Windows Explorer's built-in zip file management, or the command-line
|
||||
unzip.exe from
|
||||
ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/WIN32/unz552xN.exe
|
||||
unzip this bundle. (But you presumably already did that, as you are
|
||||
reading this file.)
|
||||
unzip this bundle.
|
||||
|
||||
Then add the bin folder to your PATH. Make sure you have no other
|
||||
versions of GTK+ in PATH.
|
||||
|
||||
@@ -3,13 +3,12 @@ todolist (db=database, imp=importer, tv=tableviewer)
|
||||
before alpha
|
||||
============
|
||||
fix default pathes up to sensible ones
|
||||
get deep links for windows DL for everything
|
||||
GUI license info
|
||||
update regression testing to take into account everything new, make sure it passes all tests
|
||||
3B/4B might not be recognised nor counted as chance if someone raised after player called.
|
||||
add to install the sql commands to create DB etc.
|
||||
|
||||
next
|
||||
====
|
||||
3B/4B might not be recognised nor counted as chance if someone raised after player called.
|
||||
fill steal fields correctly, add to tester and tv
|
||||
CB, 2nd/3rd Barrel, fold to these
|
||||
|
||||
@@ -21,7 +20,6 @@ why do we have to reconnect in tv.read_names_clicked?
|
||||
implement error file in importer
|
||||
catch index error, type error, file not found error
|
||||
finish updating filelist
|
||||
export combinedPostflop from table_viewer.prepareData to profile
|
||||
use different colours according to classification.
|
||||
table with data for graphs for SD/F, W$wSF, W$@SD
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ If you can be bothered please do contact your poker site(s) and ask them to rele
|
||||
Before I start the list a note on the databases, as of git96 I have yet to try using this with PostgreSQL, but if I'm not mistaken it should actually work by now (the stuff in fpdb-python at least).
|
||||
|
||||
If you use a package management system (e.g. if you have GNU/Linux or *BSD) just check that you have mysql, mysql-python and pygtk or postgresql, pygresql and pygtk. Your package manager will take care of the rest for you.
|
||||
|
||||
|
||||
Make new entries in this format:
|
||||
X. Program Name
|
||||
@@ -91,8 +90,8 @@ c. Project Webpage
|
||||
d. License
|
||||
LGPL2
|
||||
|
||||
7. PyGObject
|
||||
============
|
||||
7. PyCairo
|
||||
==========
|
||||
a. Optional?
|
||||
Required.
|
||||
b. Required Version and Why
|
||||
@@ -102,8 +101,8 @@ c. Project Webpage
|
||||
d. License
|
||||
LGPL2.1
|
||||
|
||||
8. PyCairo
|
||||
==========
|
||||
8. PyGObject
|
||||
============
|
||||
a. Optional?
|
||||
Required.
|
||||
b. Required Version and Why
|
||||
|
||||
Reference in New Issue
Block a user