Skip to content
View d3dave's full-sized avatar

Block or report d3dave

Report abuse

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

Report abuse

Pinned Loading

  1. fish-auto-virtualenv fish-auto-virtualenv Public

    fish shell plugin to automatically (de)activate virtualenv in the current directory

    Shell

  2. cc-session-tools cc-session-tools Public

    Scripts for managing Claude Code session files

    Python

  3. Granulate/bcc Granulate/bcc Public

    Forked from iovisor/bcc

    BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

    C 5 9

  4. claude-code-plugins claude-code-plugins Public

    Claude Code Plugins

  5. Diff jsonschema Diff jsonschema
    1
    #!/bin/sh
    2
    pip3 install dollar-ref deepdiff
    3
    dref -i $1 $1.dref.json
    4
    jq .patternProperties $1.dref.json > $1.props.json
    5
    dref -i $2 $2.dref.json