Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Tournament Poker > STT Strategy
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 01-01-2007, 07:18 PM
Evenkeal Evenkeal is offline
Senior Member
 
Join Date: Jul 2006
Location: unexploitable
Posts: 1,718
Default Re: LC: Offline ICM Calculator - A Gift to the STTF

surprisingly short code needed for this calculation
[ QUOTE ]

<font class="small">Code:</font><hr /><pre>
#get stacks
#get payouts
#EV = [0] * players


def ap(str):
if len(str) &lt;=1:
yield str
else:
for perm in ap(str[1:]):
for i in range(len(perm)+1):
yield perm[:i] + str[0:1] + perm[i:]

for ele in ap(range(len(stacks))):
[x,y] = [1,0]
for j in range(len(stacks) - 1, -1, -1):
x *= stacks[ele[j]]
y += stacks[ele[j]]
x *= float(1) / float(y)
for j in range(len(stacks)):
EV[ele[j]] += wins[j]*x

print EV
</pre><hr />

[/ QUOTE ]
Reply With Quote
  #22  
Old 01-01-2007, 07:24 PM
DP388 DP388 is offline
Senior Member
 
Join Date: Apr 2006
Location: Marietta, GA
Posts: 138
Default Re: UPDATED: Offline ICM Calculator 2.0 - A Gift to the STTF

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
Seems to be some problems with the link. Tried to download it and the page is not coming up.

[/ QUOTE ]
I just downloaded it without a problem. Try right-clicking the link and selecting "Save Target As" ("Save Link As" in FireFox).

[/ QUOTE ]

Hmmm...tried it and said there were errors. Tried FireFox and it says C:\WINDOWS\Microsoft.NET\Framework\v2.0.5072\mscor wks.dll could not be loaded.

[/ QUOTE ]
You do not have the .NET Framework version 2.0 loaded. You can get it via Microsoft Update or Download from here.

[/ QUOTE ]

Thanks!!!
Reply With Quote
  #23  
Old 01-01-2007, 08:24 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: LC: Offline ICM Calculator - A Gift to the STTF

Yes, Mark1978 and Slim Pickens "showed me the way". I did it the hard way at first (about 150 lines of code). I enjoy doing these little projects because I learn a lot.
Reply With Quote
  #24  
Old 07-03-2007, 05:55 PM
Shorty35 Shorty35 is offline
Senior Member
 
Join Date: Oct 2004
Location: Getting potstuck
Posts: 687
Default Re: UPDATED: Offline ICM Calculator 2.0 - A Gift to the STTF

[ QUOTE ]
Based on your feedback, I've updated the ICM Calculator to...
<ul type="square">[*]Compute up to 10 places (A special thanks to Mark1978 and Slim Pickens for their help) [*]Added option to use Windows default color scheme[/list]

You can download the latest version from HERE.


I received a PocketPC Phone for Christmas, so I plan on porting this and other poker apps I've written to the mobile framework.

[/ QUOTE ]


Does anyone know of a pocket pc ICM calculator?
Reply With Quote
  #25  
Old 07-03-2007, 06:00 PM
Slim Pickens Slim Pickens is offline
Senior Member
 
Join Date: Jan 2005
Location: John Wayne\'s not dead.
Posts: 5,574
Default Re: UPDATED: Offline ICM Calculator 2.0 - A Gift to the STTF

[ QUOTE ]
Does anyone know of a pocket pc ICM calculator?

[/ QUOTE ]

I want one on my cell phone.
Reply With Quote
  #26  
Old 11-13-2007, 10:03 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default NEW: Pocket ICM Calculator - Another Gift to the STTF

[ QUOTE ]
Based on your feedback, I've updated the ICM Calculator to...
<ul type="square">[*]Compute up to 10 places (A special thanks to Mark1978 and Slim Pickens for their help) [*]Added option to use Windows default color scheme[/list]

You can download the latest version from HERE.


I received a PocketPC Phone for Christmas, so I plan on porting this and other poker apps I've written to the mobile framework.

[/ QUOTE ]
I finally got off my ass and wrote an ICM calculator for the Pocket PC. It is designed to run on Windows Mobile 5, so your mileage may vary with other Windows Mobile versions. The program requires that you install the .NET Compact Framework 2.0. Once you have that installed, you can download the Pocket ICM Calculator HERE .
Transfer the cab file to your Pocket PC, then run the program from the device. It will create a shortcut in your Games menu. Enjoy!
Reply With Quote
  #27  
Old 11-14-2007, 09:54 AM
MikeMcQ1 MikeMcQ1 is offline
Senior Member
 
Join Date: Aug 2005
Location: Central Fla.
Posts: 2,534
Default Re: NEW: Pocket ICM Calculator - Another Gift to the STTF

How difficult would it be to make a Palm version?
Reply With Quote
  #28  
Old 11-14-2007, 11:09 AM
Solanthos Solanthos is offline
Senior Member
 
Join Date: Aug 2006
Location: DFW
Posts: 487
Default Re: NEW: Pocket ICM Calculator - Another Gift to the STTF

I never saw this the first time around. Thanks Jets! This rocks.
Reply With Quote
  #29  
Old 11-14-2007, 09:32 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: NEW: Pocket ICM Calculator - Another Gift to the STTF

[ QUOTE ]
How difficult would it be to make a Palm version?

[/ QUOTE ]
I don't have a Palm, so it won't be built by me.
Reply With Quote
  #30  
Old 11-14-2007, 09:36 PM
sence25 sence25 is offline
Senior Member
 
Join Date: Apr 2007
Location: Party
Posts: 1,459
Default Re: NEW: Pocket ICM Calculator - Another Gift to the STTF

As I've just started off programming cellphones, I think in my vacations I'm gonna try to build some ICM-tool for those.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:08 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.