parse hand history
Search History 1.0
Search History - Remember the page from last week? Now you will more>>
With Search History Widget ypu will never forget the websites you last visited.
License:Freeware
Metal History 1.2
Metal History - The newest widget for all metal heads more>> Metal History - The newest widget for all metal heads
Metal History is a must have widget for any heavy metal fan.
The Metal History Dashboard Widget is a massive widget that does many things quite nicely.
It displays the year by year history of 7 big heavy metal bands. It also has many different options for skins of the widget (6 in total).
Extras include images for (almost) every year and a discography of each band.
Check it out.
Enhancements
- Now can be updated with new bands without the user knowing it
- Better Done Button
- Bar Dynamicly Drawn
- Smaller footpring.
Today in History 1.0
Today in History - Displays the events that occured today in history more>>
Today in History is written in Apple Script Studio 1.2 and uses the shell command to display the events that happened today in history. The idea for this came from Paul Bissexs blog post; which can be found here. I also borrowed the sed code from Scott Morrison.
This Day in History 1.0.8
This Day in History - This Widget shows significant historical events that took place on the current day or any selected day more>>
Enhancements:
- Enhanced integration with World Book Encyclopedia.
Idle Hand 1.0
Idle Hand will execute an Applescript or Shell Script when CPU usage reaches a user definable level more>>
Hold'em Hand Comparator 0.2
Holdem Hand Comparator is known as a free yet very useful GPL-licensed Texas Holdem hand comparison tool for Mac OS X. more>>
Hold'em Hand Comparator 0.2 is known as a free yet very useful GPL-licensed Texas Hold'em hand comparison tool for Mac OS X. It calculates the odds to win a given hand for up to 6 people at any point during the hand.
Hold`em Hand Comparator 0.2
Holdem Hand Comparator is a free Texas Holdem hand comparison tool for Mac OS X. more>>
Enhancements:
- adds support for multiple dead cards and improves handling of community and dead cards in general
Clap Your Hands 1.0
Clap Your Hands provides you a simple yet efficient program in which you should take a break and clap your hands more>>
Clap Your Hands 1.0 provides you a simple yet efficient program in which you should take a break and clap your hands
Black History Widget 1.0
Black History Widget - Dashboard widget that will display a different historic fact in Black History for every day of the year more>> XDarwin 4.3 is the first hardware-accelerated X windows server for Mac OS X and includes, for the first time, integration with Mac OS X fonts. The installation package also includes all current modes: run it standalone or inside quartz in the rootless mode. Multiple window managers, full documentation, and complete source code for the XDarwin project are included on the CD.<<less
This Day In Apple History 1.0
This Day In Apple History - Displays what happened on any given day in Apple?s storied history more>>
It features 3 GUIS from Apples history, OS X, Classic and Newton.
The widget displays the title of the story of the day from the Apple Matters history project, as well as links to the latest story and forum postings on Apple Matters.com
Vehicle Service History 0.5b1
Vehicle Service History is an innovative and versatile utility which allows you to track your cars service history. more>>
Vehicle Service History 0.5b1 is an innovative and versatile utility which allows you to track your car's service history. Oil changes, tyre rotations, whatever you like. Can't remember when you last checked the coolant levels? If you listed it in this program, you can look it up!
Mickey Hand 1.0.6
Mickey Hand - Changes hand cursor to the new Mickey-glove-like cursor of OS 8.5 more>>
Mickey Hand just use that cursor in a great bunch of applications that where designed before OS 8.5 and that used black and white hands.
Enhancements:
- Added 1 closed hand from proJPEG 3.x.
ParserTools 0.2.0
ParserTools - Parse RSS and Atom feeds more>>
- RSS and Atom feeds
- application and scripting component terminology resources.
Enhancements:
- added Terminology Suite;
- changed format of key-value list records in parse RSS

HoldEmHandStrength 1.0
HoldEmHandStrength is such an interesting poker hand win probability calculator in which you can enter sets of hands and cards that have already come out on the board and calculate the relative probabilities that those hands have of winning. more>>
HoldEmHandStrength 1.0 is such an interesting poker hand win probability calculator in which you can enter sets of hands and cards that have already come out on the board and calculate the relative probabilities that those hands have of winning.
Enhancements:- First release.
- Calculates poker hand winning probabilities.
- Includes applescript dictionary.
Requirements:
- Mac OS X 10.5 or later.
polyparse 1.3
This is a collection of parser combinator libraries in Haskell. more>>
polyparse 1.3 is an ideal tool for programmers. It is actually a free and open source project that includes a variety of alternative parser combinator libraries, including the original HuttonMeijer set.
The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.
Please note that polyparse is licensed and distributed under the terms of the LGPL license.
Some Functionality:
- Text.ParserCombinators.Poly - Currently re-exports Text.ParserCombinators.Poly.Plain. The name Poly comes from the arbitrary token type. Thus, you can write your own lexer if you wish, rather than needing to encode lexical analysis within the parser itself.
- Text.ParserCombinators.Poly.Plain - This is a fresh set of combinators, improving on the HuttonMeijer variety by keeping only a single success, not a list of them. This is more space-efficient, whilst still permitting backtracking. Error-handling is also much improved: there are essentially two kinds of failure, soft and hard. Soft failure just means that the current parse did not work out, but another parse might be OK. Hard failure means that no parse will succeed, because we have already passed a point of commitment. Thus you can give far more accurate error messages to the user, including multi-layered locations.
- Text.ParserCombinators.Poly.State - This is just like Poly, except it adds an arbitrary running state parameter.
- Text.ParserCombinators.Poly.Lazy - This is just like Poly, except it does not return explicit failures. Instead, an exception is raised. Thus, it can return a partial parse result, before a full parse is complete. The word partial indicates that, having committed to return some outer data constructor, we might later discover some parse error further inside, so the value will be partial, as in incomplete: containing bottom. However, if you are confident that the input is error-free, then you will gain hugely in space-efficiency - essentially you can stream-process your parsed data-structure within very small constant space. This is especially useful for large structures like e.g. XML trees.
Enhancements:
- Single bugfix: Text.Parse.parseFloat now accepts ordinary floating point notation, in addition to scientific (exponent) notation.
Requirements:
- GHC