Skip to content
View drumehiron's full-sized avatar

Highlights

  • Pro

Block or report drumehiron

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. dotfiles dotfiles Public

    drumehiron dotfiles

    Shell 1

  2. typical90 typical90 Public

    強プロ典型90を解く

    Python

  3. Docker Example for Python Project Docker Example for Python Project
    1
    FROM python:3.9.4
    2
    USER root
    3
    
                  
    4
    RUN apt-get update
    5
    RUN apt-get -y install locales && \