Skip to content
View d3dave's full-sized avatar

Block or report d3dave

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. fish-auto-virtualenv fish-auto-virtualenv Public

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

    Shell

  2. Granulate/bcc Granulate/bcc Public

    Forked from iovisor/bcc

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

    C 5 8

  3. claude-code-plugins claude-code-plugins Public

    Claude Code Plugins

  4. 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
  5. Migrate Claude Code sessions to CWD ... Migrate Claude Code sessions to CWD after a repo rename/move
    1
    #!/usr/bin/env python3
    2
    """Migrate Claude Code sessions to CWD after a repo rename/move.
    3
    4
    Usage: migrate-cc-project <old-project-path>
    5
    """