Skip to content
View lsauer's full-sized avatar
💻
inferencing
💻
inferencing

Block or report lsauer

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. entropy entropy Public

    ent is a small, fast command line utility, plotting various entropy related metrics of files or pipe/stdin streams

    C# 84 12

  2. KeyBoarder KeyBoarder Public

    KeyBoarder is a small, fast javascript library for dynamically rendering visually appealing, navigatable keyboard shortcuts.

    JavaScript 20 4

  3. chrome-session-restore chrome-session-restore Public

    Restores corrupt Chrome /Chromium Browser session files after a crash (web-app) - See it in action:

    JavaScript 48 5

  4. is-library is-library Public

    'is' is a lightweight JavaScript library with useful validations and checks providing a good starting point for any script

    JavaScript 6 1

  5. csharp-singleton csharp-singleton Public

    A generic, portable and easy to use Singleton pattern implementation for DotNet, to enforce a pattern of singular instance creation

    C# 6 1

  6. JavaScript : within a string, count ... JavaScript : within a string, count the number of occurances of a character / character counting and string-position
    1
    //www.lsauer.com 2012
    2
    //Answer to:
    3
    //http://stackoverflow.com/questions/881085/count-the-number-of-occurances-of-a-character-in-a-string-in-javascript/10671743#10671743
    4
    //There are at least four ways. The best option, which should also be the fastest -owing to the native RegEx engine -, is placed at the top. //jsperf.com is currently down, otherwise I would provide you with performance statistics.
    5