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

Block or report lsauer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. entropyentropyPublic

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

    C# 84 12

  2. KeyBoarderKeyBoarderPublic

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

    JavaScript 20 4

  3. chrome-session-restorechrome-session-restorePublic

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

    JavaScript 48 5

  4. is-libraryis-libraryPublic

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

    JavaScript 6 1

  5. csharp-singletoncsharp-singletonPublic

    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