Recent snippets

Popular snippets

  • Asynchronous sequences

    An asynchronous sequence is similar to the seq type, but the elements of the sequence are generated asynchronously without blocking the caller as in Async. This snippet declares asynchronous sequence and uses it to compare two files in 1k blocks.

    109 people like this

    Posted: 15 years ago by Tomas Petricek

  • Largest Palindrome Number from Product of Two Three Digit Numbers

    Here is an improved version twice shorter, than original

    72 people like this

    Posted: 15 years ago by Nick Canzoneri

  • ObservableObject

    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.

    69 people like this

    Posted: 15 years ago by Phillip Trelford

Snippets by tags

quotations (21) html (16) mailboxprocessor (27) computation builder (17) silverlight (22) math (35) staging (18) regex (17) agent (20) learning f# (16) monad (24) collections (16) parsing (28) dsl (23) algorithms (25) tryfsharp (48) lazy (20) array (22) design patterns (18) pattern matching (15)

View all...

Database contains 3208 snippets out of which 1719 is public.