Recent snippets

Popular snippets

  • WPF / SilverLight Converter II

    version 1 is http://fssnip.net/62. This new version support convert from any existing function to a converter function by using composition and pipeline. The convert function is to make the function signature agree to the IValueConverter interface. You can add new functions in the FunctionLibrary module and reuse the class definition to reduce the coding effort. The first sample is to show how to make the converter pipeline work, the second one is a debugger converter used to debug the data binding problem.

    91 people like this

    Posted: 14 years ago by Tao Liu

  • get the list of LAN Sql servers

    get the list of ethernet sql servers

    90 people like this

    Posted: 15 years ago by nCdy

  • Wicked way to solve quadratic equation using list of operators

    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 this

    Posted: 14 years ago by Dmitry Soshnikov

Snippets by tags

parsing (28) dsl (23) kata (17) http (18) agent (20) html (16) recursion (33) silverlight (22) quotations (21) lazy (20) mailboxprocessor (27) math (35) collections (16) seq (54) array (22) learning f# (16) tryfsharp (48) game (32) monad (24) fold (22)

View all...

Database contains 3208 snippets out of which 1719 is public.