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: yesterday by Tuomas Hietanen
Word guessing game using ASCII art.
3 people like thisPosted: 14 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: 2 months 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
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
Get Stock Quote Data and Historical Stock Prices from Yahoo Finance.
237 people like thisPosted: 14 years ago by Tuomas Hietanen
I'm working on parallel computations and I thought it would be useful to break work into chunks, especially when processing each element asynchronously is too expensive. The neat thing is that this function is general even though motivation for it is specific. Another neat thing is that this is true lazy sequence unlike what you'd get if you used Seq.groupBy. There are three versions for your enjoyment.
73 people like thisPosted: 14 years ago by Dmitri Pavlenkov
This snippet provides a very small internal DSL for creating and querying XML using the underlying XLinq classes.
374 people like thisPosted: 14 years ago by Blake Coverett
This snippet shows how to create objects with events in F#. It shows both simple event (to be used from F#) and a .NET compatible event with specific delegate type.
84 people like thisPosted: 14 years ago by Tomas Petricek
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
quotations (21) learning f# (16) string (29) seq (54) agent (20) algorithms (26) kata (17) fold (22) math (35) parsing (28) monad (24) http (18) f# (43) regex (17) computation builder (17) generic programming (17) array (22) tutorial (17) reflection (19) sequences (48)
Taha Hachana (12) Faisal Waris (37) nagat01 (19) Tuomas Hietanen (76) Robert Pickering (10) mavnn (17) fholm (26) Phillip Trelford (87) Rick Minerich (15) Ryan Riley (25) Cesar Mendoza (17) devshorts (11) Eirik Tsarpalis (89) Nick Palladinos (66) Samuel Bosch (12) Ankur Dhama (20) Joel Huang (13) Brian Berns (9) NIck Palladinos (14) Evgeniy Andreev (13)
Database contains 3200 snippets out of which 1714 is public.