Skip to content
View d3dave's full-sized avatar
Block or Report

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.

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. Granulate/bcc Granulate/bcc Public

    Forked from iovisor/bcc

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

    C 4 7

  2. fish-auto-virtualenv fish-auto-virtualenv Public

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

    Shell

  3. cache_args cache_args
    1
    # License: MIT
    2
    # Copyright (c) David D. Dorfman 2022
    3
    """
    4
    Cache function arguments from callables on first invocation
    5
    """