Recent snippets

Popular snippets

  • Association list lookup

    While prototyping programs I find myself using association lists. This little snippet defines a lookup functions for association lists defined as lists of tuples.

    68 people like this

    Posted: 14 years ago by Alex Muscar

  • Units of Measure

    Show's how to define units of measure to add stronger typing to your numerical functions.

    75 people like this

    Posted: 14 years ago by Robert Pickering

  • 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: 14 years ago by Tomas Petricek

Snippets by tags

computation builder (17) math (35) wpf (20) pattern matching (15) mailboxprocessor (27) http (18) parsing (28) list (56) generic programming (17) agent (20) lazy (20) kata (17) algorithms (26) json (16) reflection (19) lists (15) silverlight (22) design patterns (18) recursion (33) monad (24)

View all...

Database contains 3206 snippets out of which 1719 is public.