I hereby claim:
- I am natefinch on github.
- I am natefinch (https://keybase.io/natefinch) on keybase.
- I have a public key ASBlPrpCMjpBHg1ew2-uHPFEGrPwEy6UKg-8ki1NVHvV2Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[dependencies] | |
build = [ | |
"python:3.6.3", | |
"heroku:latest", | |
"homebrew:latest", | |
] | |
runtime = [ | |
"python:3.6.3", | |
"heroku:latest", | |
"homebrew:latest", |
language: go | |
go: | |
- 1.8 | |
before_install: | |
- git config --global url."[email protected]:".insteadOf "https://github.com/" | |
- wget "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz" | |
- mkdir -p $HOME/bin | |
- tar -vxz -C $HOME/bin --strip=1 -f glide-v0.12.3-linux-amd64.tar.gz |
language: go | |
go: | |
- 1.8 | |
before_install: | |
- git config --global url."[email protected]:".insteadOf "https://github.com/" | |
- wget "https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz" | |
- mkdir -p $HOME/bin | |
- tar -vxz -C $HOME/bin --strip=1 -f glide-v0.12.3-linux-amd64.tar.gz |
package notif | |
// Apple is a go-ification of the json struct for sending Apple Push | |
// Notifications, defined here: | |
// https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html#//apple_ref/doc/uid/TP40008194-CH17-SW1 | |
type Apple struct { | |
// Include this key when you want the system to display a standard alert or | |
// a banner. The notification settings for your app on the user’s device | |
// determine whether an alert or banner is displayed. | |
Alert *AppleAlert `json:"alert,omitempty"` |
#!/usr/bin/env python | |
from __future__ import print_function | |
__metaclass__ = type | |
from argparse import ArgumentParser | |
import os | |
import re | |
import subprocess | |
import sys |
I hereby claim:
To claim this, I am signing this object: