I hereby claim:
- I am S0AndS0 on github.
- I am s0ands0 (https://keybase.io/s0ands0) on keybase.
- I have a public key whose fingerprint is D915 790F 273E 2E8E 786F 0470 6E4C 46DA 15B2 2310
To claim this, I am signing this object:
| # XScreenSaver Preferences File | |
| # Written by xscreensaver-demo 5.36 for pi on Mon Aug 12 21:52:03 2019. | |
| # https://www.jwz.org/xscreensaver/ | |
| timeout: 0:01:00 | |
| cycle: 0:10:00 | |
| lock: False | |
| lockTimeout: 0:00:00 | |
| passwdTimeout: 0:00:30 | |
| visualID: default |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * This script is for easily deploying updates to Github repos to your local server. It will automatically git clone or | |
| * git pull in your repo directory every time an update is pushed to your $BRANCH (configured below). | |
| * | |
| * Read more about how to use this script at http://behindcompanies.com/2014/01/a-simple-script-for-deploying-code-with-githubs-webhooks/ | |
| * | |
| * INSTRUCTIONS: | |
| * 1. Edit the variables below | |
| * 2. Upload this script to your server somewhere it can be publicly accessed |