Skip to content
View ctompkinson's full-sized avatar

Block or report ctompkinson

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. github-selector github-selector Public

    A small tool to fuzzy find and clone your own github repositories

    Go 3

  2. discord-r6 discord-r6 Public

    Go

  3. guest-list guest-list Public

    Technical test for Golang creating a Guest List

    Go

  4. game-finder game-finder Public

    Technical test using Ruby to create CLI to interact with the Giant Bomb CLI

    Ruby

  5. mount_nvme.sh mount_nvme.sh
    1
    set -o pipefail
    2
    set -o errtrace
    3
    set -o nounset
    4
    set -o errexit
    5
    set -a