Just use the concat
0 people like thisPosted: 2 days 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: 1 month ago by Tomas Petricek
Uses StringBuilder to achieve performance.
2 people like thisPosted: 2 months ago by shazmodan
Pseudoword generator based on code from Evan Fosmark circa 2009.
0 people like thisPosted: 2 months ago by Phillip Trelford
Interactive computation that asks the user questions
9 people like thisPosted: 6 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: 6 months ago by Tuomas Hietanen
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: 13 years ago by Dmitry Soshnikov
Invoke the methods from incompatible types
110 people like thisPosted: 13 years ago by Tao Liu
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: 13 years ago by Phillip Trelford
Here is an improved version twice shorter, than original
72 people like thisPosted: 14 years ago by Nick Canzoneri
A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async
Posted: 13 years ago by Ryan Riley
Implements iterate function from Haskell's Prelude. The function generates an infinite sequence by applying a function to the initial value (first) and then to the result of previous application.
203 people like thisPosted: 14 years ago by Nick Palladinos
dsl (23) quotations (21) f# (43) sequences (48) agent (20) learning f# (16) recursion (33) design patterns (18) list (56) web (29) string (29) math (35) array (22) mailboxprocessor (27) parsing (28) lazy (20) html (16) tutorial (17) http (18) seq (54)
Joel Huang (13) nagat01 (19) David Klein (16) Brian Berns (9) Samuel Bosch (12) NIck Palladinos (14) Vesa Karvonen (8) Cesar Mendoza (17) Antonio Cisternino (8) Nick Palladinos (66) Ankur Dhama (20) fholm (26) Zhukoff Dima (8) mavnn (17) Evgeniy Andreev (13) Robert Pickering (10) Eirik Tsarpalis (89) Phillip Trelford (87) Faisal Waris (37) Gauthier Segay (11)
Database contains 3198 snippets out of which 1713 is public.