Skip to content
View OblateSpheroid's full-sized avatar

Block or report OblateSpheroid

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. hashicorp/packer hashicorp/packer Public

    Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

    Go 15.2k 3.3k

  2. cloudposse/terraform-aws-alb cloudposse/terraform-aws-alb Public

    Terraform module to provision a standard ALB for HTTP/HTTP traffic

    HCL 114 125

  3. pyenv-docker pyenv-docker Public

    build a minimal Docker image with pyenv

    Dockerfile

  4. pyenv pyenv Public

    Forked from pyenv/pyenv

    Simple Python version management

    Shell

  5. Advent_of_Code_2018 Advent_of_Code_2018 Public

    Python

  6. some of my favorite git aliases some of my favorite git aliases
    1
    ### Git aliases
    2
    ```bash
    3
    git config --global alias.co "checkout"
    4
    git config --global alias.cob "checkout -b"
    5
    git config --global alias.cm "commit -m"