Word guessing game using ASCII art.
3 people like thisPosted: 10 days ago by Phillip Trelford
Generate random hex-string and calculate base58encode. I made these for some initial BTC-testing, but didn't test too much... seems to work, but would need some unit-tests... :-) Feel free to update or add new versions.
2 people like thisPosted: 1 month ago by Tuomas Hietanen
Click on the tsunami.io button below to launch the online tsunami.io IDE with this snippet. Then select all the code (CTRL+A) and hit the Run button to start the game window, then just dock the window to the right of the code.. Click in the game window to launch missiles and save your cities.
0 people like thisPosted: 1 month ago by Phillip Trelford
An implementation of minimal adaptive cells
0 people like thisPosted: 2 months ago by Onur Gumus
Exemplary convenience wrappers for some of the System.
Posted: 4 months ago by Cody
Just use the concat
0 people like thisPosted: 6 months ago by Tuomas Hietanen
F# implementation of RO_ref from the "Effective ML" talk.
91 people like thisPosted: 14 years ago by fholm
Show's how to define units of measure to add stronger typing to your numerical functions.
75 people like thisPosted: 14 years ago by Robert Pickering
Mailbox processors can easily be used to implement active objects. This example shows how to do that with a reusable wrapper type and minimal boilerplate code in the actual class definitions. Supports both asynchronous calls and synchronous calls. For the latter case, exceptions are automatically propagated back to the caller.
92 people like thisPosted: 14 years ago by Wolfgang Meyer
Three ways to split a list in half (but not necessarily in the middle). A forth version added that's very short and should be fast, as we only use List.fold. New champ found.
83 people like thisPosted: 14 years ago by Dmitri Pavlenkov
The ObservableObject type implements the INotifyPropertyChanged interface used in WPF and Silverlight to notify on changes to properties that are bound to a control. Specify property names type safely using F# Quotations, i.e. <@ this.PropertyName @> when invoking the NotifyPropertyChanged method. If you are following the MVVM pattern then your View Model class can inherit from the ObservableObject type.
67 people like thisPosted: 14 years ago by Phillip Trelford
Modular memoization within a pure functional setting that is implemented as a convenient computation builder.
91 people like thisPosted: 14 years ago by Nick Palladinos
learning f# (16) dsl (23) mailboxprocessor (27) tryfsharp (48) string (29) lists (15) math (35) f# (43) kata (17) design patterns (18) parsing (28) fold (22) async (98) algorithms (26) wpf (20) agent (20) silverlight (22) collections (16) sequence (32) seq (54)
Taha Hachana (12) Ryan Riley (25) mavnn (17) Eirik Tsarpalis (89) devshorts (11) Phillip Trelford (87) fholm (26) Ankur Dhama (20) Joel Huang (13) Evgeniy Andreev (13) Vesa Karvonen (8) Zhukoff Dima (8) Samuel Bosch (12) Brian Berns (9) Rick Minerich (15) David Klein (16) Gauthier Segay (11) Faisal Waris (37) Cesar Mendoza (17) NIck Palladinos (14)
Database contains 3200 snippets out of which 1714 is public.