This is a test comment
-
foo
-
bar
alert 'bar' # this is not syntax highligheted
Some other comment
alert 'bar' # this isThis is a test comment
foo
bar
alert 'bar' # this is not syntax highligheted
Some other comment
alert 'bar' # this is/User/name/bin/ to the correct path where boot2docker is installed.~/Library/LaunchAgents/com.github.starfossen.boot2docker.plist| :setf <language> |
I hereby claim:
To claim this, I am signing this object:
| ==> default: gpg: | |
| ==> default: directory `/root/.gnupg' created | |
| ==> default: gpg: | |
| ==> default: new configuration file `/root/.gnupg/gpg.conf' created | |
| ==> default: gpg: | |
| ==> default: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run | |
| ==> default: gpg: | |
| ==> default: keyring `/root/.gnupg/secring.gpg' created | |
| ==> default: gpg: | |
| ==> default: keyring `/root/.gnupg/pubring.gpg' created |
| === release test-keep-alive === | |
| Path: pummel/test-keep-alive | |
| events.js:141 | |
| throw er; // Unhandled 'error' event | |
| ^ | |
| Error: spawn wrk ENOENT | |
| at exports._errnoException (util.js:749:11) | |
| at Process.ChildProcess._handle.onexit (child_process.js:1022:32) | |
| at child_process.js:1114:20 | |
| at process._tickCallback (node.js:339:13) |
| #!/bin/bash | |
| if [ -z "$1" ]; then | |
| echo "Usage: ./release.sh x.y.z" | |
| exit 1 | |
| fi | |
| # update version in package.json | |
| sed -i '' "s/\"version\":.*/\"version\": \"$1\",/g" package.json |
The National Trekking Database (Nasjonal Turbase) is the Norwegian national
platform to collect, manage, and distribute standardised trekking and outdoor
data from all participants who facilitate outdoor recreation.
| Website | http://www.nasjonalturbase.no |
| find . -name 'Dockerfile' -print0 | xargs -0 sed -i -e 's/6.9.1-6/6.9.1-10/g' |
| # Extend Object Prototype | |
| Object::extend = (obj) -> | |
| org = this | |
| Object.keys(obj).forEach (key) -> | |
| prop = Object.getOwnPropertyDescriptor obj, key | |
| Object.defineProperty org, key, prop | |
| this |