I hereby claim:
- I am jhnns on github.
- I am jhnns (https://keybase.io/jhnns) on keybase.
- I have a public key whose fingerprint is 2058 5782 AA7D DE05 D0C7 E310 F039 D35B D529 A432
To claim this, I am signing this object:
## It's important to use normal slashes for paths also on windows | |
<VirtualHost *:80> | |
DocumentRoot "C:/Users/jhnns/dev/xampp/htdocs" | |
ServerName localhost | |
</VirtualHost> | |
<VirtualHost *:80> | |
DocumentRoot "C:/Users/jhnns/dev/peerigon.dev" | |
ServerName peerigon.dev |
- Search for `C:\Windows\twain_32\CNQ4804` or something similar | |
- Add this path to your "Path" environment variable | |
- Restart your application (e.g. Photoshop x32) |
language: node_js | |
node_js: | |
- "0.10" | |
- "0.11" | |
script: | |
- npm test | |
after_success: | |
- npm install -g istanbul | |
- npm install coveralls |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
if [ -z "$1" ]; then | |
echo "Usage: git pr [clean] [<remote>] <id-or-url>" | |
echo "" | |
echo "Examples:" | |
echo "git pr 42 --> git fetch origin pull/42/head:pr/origin/42" | |
echo "git pr upstream 42 --> git fetch upstream pull/42/head:pr/upstream/42" | |
echo "git pr https://github.com/peerigon/phridge/pull/1 --> git fetch https://github.com/peerigon/phridge.git pull/1/head:pr/peerigon/phridge/1" | |
echo "git pr clean --> Deletes all branches that match pr/*/* and pr/*/*/*" |
.a { | |
font-family: Arial; | |
font-family: Helvetica; | |
} | |
.b { | |
font-family: Arial; | |
} |
var phridge = require('phridge'); | |
var simpleLogScript = require.resolve('./simpleLogScript.js'); | |
var phantomInstances = {}; | |
function spawnPhantom(id) { | |
return phridge.spawn() | |
.then(function (phantom) { | |
phantomInstances[id] = phantom; |
1 - install GPG tools : https://gpgtools.org/
2 - Create new key for your github email
3 - Add key to git on your local machine: git config --global user.signingkey YOURKEY
4 - configure git to sign all commits: git config --global commit.gpgsign true
5 - add to the bottom of ~/.gnupg/gpg.conf
: