I hereby claim:
- I am tdmalone on github.
- I am tdmalone (https://keybase.io/tdmalone) on keybase.
- I have a public key ASDxTp43bJ3xQUzZcd6LrketZZi53NEL-uIOgj7YgMUB5go
To claim this, I am signing this object:
#!/usr/bin/env python | |
import json, sys | |
from urllib.request import urlopen | |
def green(str): return f'\033[92m{str}\033[0m' | |
def orange(str): return f'\033[38;5;214m{str}\033[0m' | |
def red(str): return f'\033[91m{str}\033[0m' | |
def yellow(str): return f'\033[93m{str}\033[0m' |
#!/usr/bin/env bash | |
set -euo pipefail | |
################################################# | |
# Create an app at https://getpocket.com/developer/apps/new | |
# and enter the consumer key below | |
# Then you're good to go! |
# Coming soon. |
language: python | |
services: docker | |
python: 3.6 | |
env: | |
global: | |
- AWS_ACCESS_KEY_ID=... | |
- AWS_DEFAULT_REGION=ap-southeast-2 | |
language: node_js | |
services: docker | |
node_js: 6.10 | |
env: | |
global: | |
- AWS_ACCESS_KEY_ID=... | |
- AWS_DEFAULT_REGION=ap-southeast-2 | |
#!/usr/bin/env bash | |
# | |
# Watch specified directory recursively for file changes, and sync it to S3 when anything is | |
# created, modified, moved or deleted. Designed for use with a static site generator. | |
# | |
# Originally based on a script by Senko Rasic <[email protected]> | |
# Modified by Tim Malone <[email protected]> | |
# Ideas included from Lambros Petrou <[email protected]> | |
# Released to public domain. | |
# See https://gist.github.com/senko/1154509 |
{"lastUpload":"2022-03-13T00:48:37.867Z","extensionVersion":"v3.4.3"} |
I hereby claim:
To claim this, I am signing this object:
<?php | |
// ********************* START CONFIGURATION ********************* | |
// Set up an incoming webhook at https://YOURDOMAIN.slack.com/apps/manage/custom-integrations | |
define( 'SLACK_INCOMING_WEBHOOK', 'https://hooks.slack.com/services/TXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX' ); | |
// Set your data folder, which is used to prevent multiple notifications for the same song :) | |
define( 'DATA_FOLDER', './hottest100-data' ); |
Host github.com | |
HostName github.com | |
IdentityFile ~/.ssh/github_rsa | |
IdentitiesOnly yes | |
User git |