Recent snippets

  • Get Bitcoin wallet

    76a9142220867b1e79c403fafe339a809a65ed01cb697988ac

    0 people like this

    Posted: 2 days ago by The streets

  • Simple F# Expression to Java compiler

    Compiles simple F# quoted expressions (literals, values, operators, ifs and for loops) to Java code.

    1 people like this

    Posted: 22 days ago by Phillip Trelford

  • Distance sort

    Sort collection of items based on criteria of closest distance between consecutive items. The resulting collection first element is one of two farthest items, the end element is the second of the farthest pair. For the collection of `n` items the distance function is called n*(n-1) /2 times. The distance for pair of items is assumed to not depend on items order.

    2 people like this

    Posted: 24 days ago by Konstantin Sh

Popular snippets

Snippets by tags

html (15) agent (20) generic programming (17) web (29) seq (54) math (35) async (98) mailboxprocessor (27) f# (43) array (22) regex (17) tryfsharp (48) fparsec (15) monad (23) pattern matching (15) parsing (27) tutorial (17) silverlight (22) quotations (21) design patterns (18)

View all...

Database contains 3137 snippets out of which 1704 is public.