Skip to content
View callamd's full-sized avatar

Highlights

  • Pro

Block or report callamd

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 Loading

  1. authx authx Public

    Forked from yezz123/authx

    Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ✨

    Python

  2. orderbook orderbook Public

    Forked from bigfatwhale/orderbook

    Implementation of a orderbook data structure for LOB research capabilities.

    HTML

  3. ouch ouch Public

    Forked from ouch-org/ouch

    Painless compression and decompression in the terminal

    Rust

  4. Uses fzf to activate the closest mat... Uses fzf to activate the closest matching venv
    1
    v() {
    2
      source ~/Documents/venv/"$(find ~/Documents/venv/ -maxdepth 1 -type d -exec basename {} \; | fzf --filter="$1" | head -n 1)"/bin/activate
    3
    }
    4
    alias d='deactivate'