I hereby claim:
- I am stepf on github.
- I am stepf (https://keybase.io/stepf) on keybase.
- I have a public key ASB7dk5XuJSQ_dM8ewfvqJmTX5oa6TaPR7T1sH5MR1gs9Qo
To claim this, I am signing this object:
| FROM alpine:3.4 | |
| RUN apk update \ | |
| && apk add --no-cache nodejs \ | |
| && npm install -g reveal-md \ | |
| && rm -rf /var/cache/apk/* | |
| EXPOSE 1948 |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash -- | |
| # Note -- will make script continue despite errors | |
| echo "Some command that fails" | |
| RETURN_CODE=$?; #capture error code here (if any) | |
| echo "Cleanup before script is allowed to fail" | |
| [[ $RETURN_CODE -ne 0 ]] && exit $RETURN_CODE |
This tutorial was tested with Shout 0.40.3. Shout is a self-hosted IRC-client. For more information refer to http://shout-irc.com/
npm install -g shout
shout configure will open the configuration file (/usr/lib/node_modules/shout/config.js):| /* | |
| R completions list for Sublime Text | |
| last update: 24 Jul 2013 | |
| Taken from the R Reference Card | |
| by Bent Jørgensen, | |
| adapted from the R/Rpad Reference Card by Tom Short. | |
| Granted to the public domain. 2011-01-12 | |
| http://statmaster.sdu.dk/bent/courses/ST501-2011/Rcard.pdf |