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

Block or report 64bitint

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

    Arduino/ESP32 LCD bar graph library

    C++

  2. docker-cron docker-cron Public

    Schedule commands in docker using cron

    Dockerfile

  3. nut-cgi nut-cgi Public

    HTML 1

  4. Update docker container using watcht... Update docker container using watchtower
    1
    echo "Select docker container to update using Watchtower:"; select opt in $(docker ps --format "{{.Names}}"); do
    2
      docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once "$opt"; break; done