Recent snippets

Popular snippets

  • Chain of responsibility II

    Unlike the previous chain of responsibility, this version use the pipeline to chain responsibilities.

    104 people like this

    Posted: 14 years ago by Tao Liu

  • 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.

    67 people like this

    Posted: 14 years ago by Phillip Trelford

  • A beautiful fixed-point finding function

    We start with an initial value and then applying f repeatedly, until the value does not change anymore.

    302 people like this

    Posted: 14 years ago by Nick Palladinos

Snippets by tags

collections (16) seq (54) design patterns (18) web (29) sequence (32) lazy (20) fold (22) learning f# (16) algorithms (26) tutorial (17) recursion (33) math (35) computation expression (15) json (16) kata (17) sequences (48) regex (17) pattern matching (15) f# (43) lists (15)

View all...

Database contains 3206 snippets out of which 1719 is public.