Recent snippets

Popular snippets

  • get the list of LAN Sql servers

    get the list of ethernet sql servers

    90 people like this

    Posted: 15 years ago by nCdy

  • 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

  • Break sequence into n-element subsequences

    I'm working on parallel computations and I thought it would be useful to break work into chunks, especially when processing each element asynchronously is too expensive. The neat thing is that this function is general even though motivation for it is specific. Another neat thing is that this is true lazy sequence unlike what you'd get if you used Seq.groupBy. There are three versions for your enjoyment.

    73 people like this

    Posted: 15 years ago by Dmitri Pavlenkov

Snippets by tags

computation expression (15) dsl (23) list (56) learning f# (16) tryfsharp (48) http (18) parsing (28) silverlight (22) sequences (48) algorithms (25) web (29) mailboxprocessor (27) regex (17) agent (20) quotations (21) tutorial (17) recursion (33) monad (24) generic programming (17) collections (16)

View all...

Database contains 3208 snippets out of which 1719 is public.