I hereby claim:
- I am stevenscg on github.
- I am stevenscg (https://keybase.io/stevenscg) on keybase.
- I have a public key ASC-AVtbIw7MWlEN7Ia_FeTqKOGzNQe7u2rs5oQWHxSM1Qo
To claim this, I am signing this object:
Window: { | |
barColor: '#000', | |
barImage: 'header.png', | |
backgroundColor: "#fff" | |
}, | |
TextArea: { | |
autocapitalization: Ti.UI.TEXT_AUTOCAPITALIZATION_NONE, | |
autocorrect: false | |
}, |
#!/bin/sh | |
# | |
# Add a Google Analytics tag to static website files | |
# @see http://adambuchanan.me/post/26345221717/updating-google-analytics-code-on-many-static-pages | |
# Tested on MacOS 10.8.X | |
# | |
# Usage: | |
# Set the GA parameters below | |
# Execute the script from the top-level of the static site | |
# |
# this include won't work for some reason: | |
# include Capistrano::Git::DefaultStrategy | |
module SubmoduleStrategy | |
# check for a .git directory | |
def test | |
test! " [ -d #{repo_path}/.git ] " | |
end |
docker run --rm -it -v $PWD:/opt/build golang:1.7 sh | |
then run: | |
mkdir -p $GOPATH/src/github.com/hashicorp/ | |
cd $GOPATH/src/github.com/hashicorp/ | |
git clone https://github.com/hashicorp/consul-template.git | |
cd consul-template | |
make updatedeps |
I hereby claim:
To claim this, I am signing this object:
Project tree:
foo-app
#!/bin/sh | |
# | |
# Health Check - php-fpm | |
# | |
# Usage: | |
# ./fcgi.sh host:port|path/to/socket /path/to/file | |
# | |
# Examples: | |
# ./fcgi.sh ip:port /status?json | |
# |