Timestamp: Time format in ISO 8601 with timezone. YYYYMMDDhhmmssffff+zzzz For example 2011-05-17 19:01:10.000 -0200 would be: 20110517190110000-0200
0 people like thisPosted: 23 days ago by Tuomas Hietanen
Word guessing game using ASCII art.
3 people like thisPosted: 1 month 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: 2 months 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: 2 months ago by Phillip Trelford
An implementation of minimal adaptive cells
0 people like thisPosted: 3 months ago by Onur Gumus
Exemplary convenience wrappers for some of the System.
Posted: 5 months ago by Cody
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
An asynchronous sequence is similar to the seq
Posted: 14 years ago by Tomas Petricek
F# implementation of RO_ref from the "Effective ML" talk.
92 people like thisPosted: 14 years ago by fholm
Continuations provide a means whereby heap space can be traded for stack depth (heap space being generally more plentiful than stack depth). They are especially useful where tail recursion is not possible. Here are a couple of simple continuation examples that can be extended to cover more complex scenarios.
100 people like thisPosted: 14 years ago by Neil Carrier
A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async
Posted: 14 years ago by Ryan Riley
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
array (22) tryfsharp (48) mailboxprocessor (27) dsl (23) recursion (33) reflection (19) json (15) game (32) async (98) web (29) lists (15) string (29) kata (17) lazy (20) staging (18) f# (43) monad (24) silverlight (22) math (35) computation expression (15)
Evgeniy Andreev (13) Antonio Cisternino (8) Carsten König (10) David Klein (16) Taha Hachana (12) Robert Pickering (10) devshorts (11) Tao Liu (17) Samuel Bosch (12) fholm (26) Fabio Galuppo (14) Ankur Dhama (20) Tuomas Hietanen (76) Zhukoff Dima (8) Rick Minerich (15) Cesar Mendoza (17) Eirik Tsarpalis (89) Ryan Riley (25) Phillip Trelford (87) Gauthier Segay (11)
Database contains 3200 snippets out of which 1714 is public.