|
Hi! I'd like to introduce my software for poker players. In contrast to all other software out there this makes use of colors instead of numbers. It also gives you player stats on each street which helps you in your decisions. Please visit www.tendencymonitor.se for more information and details. If you have any thoughts/questions I'm happy to answer them here! The software is distributed as a Java Web Start application and has been tested to work on Windows & Mac computers! In order to be able to use the software you have to accept/trust the certificate request when downloading it, if you don't the program can't read your hand history files! |
|
Hi! I would like to here your opinion on my thoughts of developing a scripting interface for the TendencyMonitor application. The scriptable part would be the parser for handhistory files. By doing this I can see two major advantages, first one being able to correct errors in the parser when they occur. You don't have to wait for an updated software, you can fix the error by your self if you want to. The second reason would be that people can extend the parser to include new poker sites. If someone has knowledge of the handhistory file format for a certain site and would like to use the software on that site, they could add this by them selves. The scripting language would be javascript. /kolten |
Looks good. I see you aren't using postgres. How many hands will it handle in the DB before starting to show signs of stress?
It actually is storing information a lot different from what you might me used to! As the program only stores the numbers of how many folds/checks/and so on for each player has for each street, the database wont grow that much once the player is in the database.