High-performance JSON parsing with System.Text.Json and F#
0 people like thisPosted: 11 days ago by Tuomas Hietanen
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.
2 people like thisPosted: 2 months ago by Tuomas Hietanen
Creates a valid random machine key to place in your web.config or machine.config file. Useful when using multiple web servers where each web server needs the same machine key for encryption/validation.
1 people like thisPosted: 2 months ago by Russ Cam
Demonstrates how to use unfold to create a sequence of fibonacci numbers
0 people like thisPosted: 3 months ago by Dave Yost
The snippet extends a web crawler from snippet http://fssnip.net/3K. It synchronizes all printing using an additional agent (so printed text does not interleave) and the crawling function returns an asynchronous workflow that returns when crawling completes.
0 people like thisPosted: 3 months ago by Tomas Petricek
This snippet shows how to create a WPF custom control library in F#.
4 people like thisPosted: 4 months ago by Fahad
This is to demonstrate that: (1) there are many ways to solve the same problems; (2) operators can be grouped together into data structures and act as data; (3) you can have fun in F# in many ways.
57 people like thisPosted: 12 years ago by Dmitry Soshnikov
Factory pattern in F#
79 people like thisPosted: 12 years ago by Tao Liu
Invoke the methods from incompatible types
109 people like thisPosted: 12 years ago by Tao Liu
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.
107 people like thisPosted: 12 years ago by Antonio Cisternino
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.
80 people like thisPosted: 12 years ago by Dmitri Pavlenkov
F# implementation of RO_ref from the "Effective ML" talk.
86 people like thisPosted: 12 years ago by fholm
game (32) staging (18) design patterns (18) web (29) generic programming (17) dsl (23) learning f# (16) tutorial (17) sequences (48) computation builder (16) f# (43) collections (16) parsing (28) lists (14) wpf (20) string (27) pattern matching (15) reflection (19) http (18) lazy (20)
Carsten König (10) Cesar Mendoza (17) Phillip Trelford (87) Robert Pickering (10) Ryan Riley (25) Tuomas Hietanen (75) Faisal Waris (37) mavnn (17) Evgeniy Andreev (13) Nick Palladinos (66) Taha Hachana (12) Rick Minerich (15) Fabio Galuppo (14) Zhukoff Dima (8) Joel Huang (13) Ankur Dhama (20) NIck Palladinos (14) nagat01 (19) Tao Liu (17) fholm (26)
Database contains 3165 snippets out of which 1705 is public.