Just use the concat
0 people like thisPosted: 1 month ago by Tuomas Hietanen
Higher-order functions for working with nested lists that reimplement various useful List module functions, but work on nested lists, preserving the original nesting strucutre when possible.
3 people like thisPosted: 3 months ago by Tomas Petricek
Uses StringBuilder to achieve performance.
2 people like thisPosted: 3 months ago by shazmodan
Pseudoword generator based on code from Evan Fosmark circa 2009.
0 people like thisPosted: 3 months ago by Phillip Trelford
Interactive computation that asks the user questions
9 people like thisPosted: 7 months ago by Tomas Petricek
Making QR-code image having contact information (VCard) with Google Chart API. If you scan this image with mobile phone, you can directly add new person to your contacts.
7 people like thisPosted: 7 months ago by Tuomas Hietanen
Factory pattern in F#
81 people like thisPosted: 13 years ago by Tao Liu
This function is given a partition predicate and a sequence. Until the predicate returns false, a list will be filled with elements. When it is, both the list and the remainder of the sequence will be returned. Note that this example preserves the laziness of the unchecked sequence elements.
69 people like thisPosted: 14 years ago by Rick Minerich
This example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.
109 people like thisPosted: 14 years ago by Antonio Cisternino
F# implementation of RO_ref from the "Effective ML" talk.
90 people like thisPosted: 13 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
Classical "Hello world" example that prints a message to the console output. This version uses F# printfn function to do the printing.
185 people like thisPosted: 14 years ago by Tomas Petricek
algorithms (26) game (32) computation expression (15) regex (17) list (56) json (15) math (35) html (16) learning f# (16) monad (24) design patterns (18) computation builder (17) silverlight (22) kata (17) generic programming (17) collections (16) recursion (33) wpf (20) pattern matching (15) tutorial (17)
Eirik Tsarpalis (89) Tomas Petricek (150) Vesa Karvonen (8) Taha Hachana (12) Rick Minerich (15) Ankur Dhama (20) mavnn (17) Nick Palladinos (66) Joel Huang (13) Cesar Mendoza (17) Evgeniy Andreev (13) devshorts (11) Robert Pickering (10) Zhukoff Dima (8) Faisal Waris (37) David Klein (16) Tao Liu (17) Tuomas Hietanen (76) Brian Berns (9) Antonio Cisternino (8)
Database contains 3198 snippets out of which 1713 is public.