Recent snippets

Popular snippets

  • Continuation-Passing Mnemonics

    Continuations provide a means whereby heap space can be traded for stack depth (heap space being generally more plentiful than stack depth). They are especially useful where tail recursion is not possible. Here are a couple of simple continuation examples that can be extended to cover more complex scenarios.

    100 people like this

    Posted: 15 years ago by Neil Carrier

  • The Haskell const function

    The const function is simple, but you can use it to make your code more legible. In this example we convert a unary function to a function of arity 2 (that ignores the second argument). Also by using the flip function from Haskell (which is equally easy to define) you can ignore the first argument.

    119 people like this

    Posted: 15 years ago by Alex Muscar

  • get the list of LAN Sql servers

    get the list of ethernet sql servers

    90 people like this

    Posted: 14 years ago by nCdy

Snippets by tags

http (18) async (98) json (16) quotations (21) design patterns (18) algorithms (26) agent (20) collections (16) tutorial (17) regex (17) lists (15) sequences (48) learning f# (16) parsing (28) tryfsharp (48) f# (43) silverlight (22) mailboxprocessor (27) computation builder (17) math (35)

View all...

Database contains 3207 snippets out of which 1719 is public.