I hereby claim:
- I am embolalia on github.
- I am embolalia (https://keybase.io/embolalia) on keybase.
- I have a public key whose fingerprint is 06E6 869C B529 3DFC 80A6 2163 8906 711B 8D79 7948
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| # this script will delete ECR images that are older than N days | |
| require 'date' | |
| require 'json' | |
| # customize this script | |
| repo = 'changeme' | |
| delete_if_older_than = 180 # days |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import RPi.GPIO as gpio | |
| from time import sleep | |
| import re | |
| import sys | |
| gpio.setmode(gpio.BCM) | |
| red = 23 | |
| yel = 24 |