Skip to content
View RPGillespie6's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report RPGillespie6

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. fastcov fastcov Public

    A massively parallelized gcov wrapper

    Python 95 29

  2. codemirror-quickstart codemirror-quickstart Public

    Quickstart guide and examples for those who prefer a more hands on approach to bootstrapping CodeMirror 6

    JavaScript 52 4

  3. Convert JSONC to JSON from stdin or ... Convert JSONC to JSON from stdin or file
    1
    #!/usr/bin/env python3
    2
    #   Convert a JSONC (JSON with Comments) file to vanilla JSON from CLI
    3
    #
    4
    #   Sample usage:
    5
    #       cat sample.jsonc | ./scripts/jsonc_to_json.py | jq