Skip to content
View jlschrag's full-sized avatar

Block or report jlschrag

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Confidant Confidant Public

    Privacy-centric utilities to manage voice recordings

    Python

  2. DataTypeConverter DataTypeConverter Public

    A simple converter that aims to save time for programmers working with memory values directly - especially when the values are shown in the wrong data type.

    JavaScript

  3. C++ Map with Multiple Keys.md C++ Map with Multiple Keys.md
    1
    I recently had need for a C++ collection which could be accessed with multiple keys.  Specifically, I had an object that I wanted to look up either by name or id (in O(1) time).  One way to do this is to create two unordered_maps – one keyed by id and another by name, but that is error-prone.  I ended up finding a boost class which will do this. It took me a while get it working, so I thought I would share the result.
  4. WinterTechForum/CongressGov WinterTechForum/CongressGov Public

    Interacting with Congress.gov API

    Python