Snippets created by david klein

  • Alternative Conditional Printfn

    A different approach to conditional debug functions

    1 people like this
    Posted: 11 months ago by David Klein

  • ipv4 conversion snippet

    ipv4 conversion snippet, updated suggestions based on Paks's comments on fsharp irc.

    4 people like this
    Posted: 6 months ago by david klein

  • WMI F#

    Determining If You Are Running the Checked Build p.48 Windows Internals 5th Edition.

    1 people like this
    Posted: 4 months ago by David Klein

  • md5 cracking

    Simple md5 cracker, example of using permutations and pseq rather than cracking.

    2 people like this
    Posted: 3 months ago by david klein

  • Frequency Tables, Shift Cipher

    Solving Ceasar shfit with frequency tables.

    3 people like this
    Posted: 3 months ago by David Klein

  • Porter Stemmer

    Porter Stemmer, please contribute fixes, suggestions, this is merely a syntactic rewrite, I believe though there are some slight mistakes. http://tartarus.org/~martin/PorterStemmer/

    4 people like this
    Posted: 1 months ago by David Klein

  • reflection

    reflection, not exactly efficient but good canvas to start exploring

    5 people like this
    Posted: 1 months ago by David Klein

  • F# yet another Interop example

    Quick demo of using F# to interop with a native C library. C Library has not been checked for algorithm correctness (but works exactly as the origional).

    5 people like this
    Posted: 4 days ago by David Klein