I hereby claim:
- I am tdlm on github.
- I am tdlm (https://keybase.io/tdlm) on keybase.
- I have a public key whose fingerprint is CF54 CAAA E550 7D3C 1A56 E99F D58D 79CB CD0F F0C4
To claim this, I am signing this object:
| #!/bin/bash | |
| echo "Commencing Vocativ Base Setup as user: $USER" | |
| cd /srv/www/ | |
| echo "Setting permissions..." | |
| sudo touch /var/log/php5-fpm.log | |
| echo "Copying vagrant ssh settings to root..." |
| 'use strict'; | |
| var request = require('request'), | |
| csv = require('fast-csv'), | |
| validUrl = require('valid-url'), | |
| baseRequest = request.defaults({ | |
| followRedirect: false, | |
| followAllRedirects: false | |
| }); |
| #!/usr/bin/python | |
| import urllib2 | |
| import time | |
| import RPi.GPIO as GPIO | |
| from time import sleep | |
| PIN = 17 | |
| GPIO.setmode(GPIO.BCM) | |
| GPIO.setup(PIN, GPIO.IN, pull_up_down=GPIO.PUD_DOWN) |
| local GITHUB_API_PATH = "https://api.github.com" | |
| local GITHUB_API_USER = "" | |
| local GITHUB_API_TOKEN = "" | |
| local GITHUB_REPOS = { | |
| "tdlm/os-x-self-destruct" | |
| } | |
| local rate_limit_percentage | |
| local menu_bar_refresh_time = 60 |
| -- Requires an API Access Token from Bit.ly | |
| local BITLY_API_ACCESS_TOKEN = "" | |
| hs.hotkey.bind({"cmd", "alt", "ctrl"}, "S", function() | |
| local board = hs.pasteboard.getContents() | |
| if board:match("^https?://") then | |
| local response = hs.http.asyncGet( | |
| "https://api-ssl.bitly.com/v3/shorten" .. | |
| "?access_token=" .. BITLY_API_ACCESS_TOKEN .. |
| -- View your api_dev_key here: http://pastebin.com/api | |
| local PASTEBIN_API_DEVELOPER_KEY = "" | |
| -- Generate your api_user_key here: http://pastebin.com/api/api_user_key.html | |
| local PASTEBIN_API_USER_KEY = "" | |
| -- This makes a paste public or private, public = 0, unlisted = 1, private = 2 | |
| local PASTEBIN_API_PASTE_PRIVATE = "1" | |
| --[[ |
| #!/bin/sh | |
| secure_delete_files_for_tag_after_seconds () { | |
| if [ -z "$1" ]; then | |
| echo "-Parameter 1 required: Tag" | |
| return 0 | |
| fi; | |
| if [ -z "$2" ]; then |
I hereby claim:
To claim this, I am signing this object: