I hereby claim:
- I am chiefy on github.
- I am chiefobeef (https://keybase.io/chiefobeef) on keybase.
- I have a public key ASBcOiWs8mKTQQ62oBoaG62amQOVTLyZYIPnFyrrUaMCkQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # table: xrt500, type: NEC | |
| 0x444 KEY_OK | |
| 0x445 KEY_UP | |
| 0x446 KEY_DOWN | |
| 0x447 KEY_LEFT | |
| 0x448 KEY_RIGHT | |
| 0x449 KEY_EXIT | |
| 0x44a KEY_BACK | |
| 0x41c KEY_MENU |
| node_modules | |
| .git |
| dev: | |
| box: | |
| id: quay.io/oddnetworks/alpine-nodejs-builder | |
| tag: 4.2.6 | |
| registry: https://quay.io | |
| services: | |
| - elasticsearch | |
| steps: |
| var seneca = require('seneca')(); | |
| seneca | |
| .use('plugin') | |
| .add({role: 'plugin', name: 'poop'}, function onPoop(msg, respond) { | |
| respond(null, {message: 'this is not from plugin poop!'}); | |
| }); | |
| seneca.act({role: 'plugin', name: 'poop'}, console.log); |
| FROM alpine:latest | |
| ENV \ | |
| VAULT_VERSION=0.6.0 | |
| RUN \ | |
| export VAULT_ZIP=vault_${VAULT_VERSION}_linux_amd64.zip; \ | |
| apk update &&\ | |
| apk add curl &&\ | |
| curl -s https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_SHA256SUMS | grep linux_amd64 > /tmp/vaultsum &&\ |
| #!/bin/bash | |
| user=${1:-chiefy} | |
| hostname=localhost | |
| port=2223 | |
| ssh="ssh ${user}@${hostname} -p ${port}" | |
| cmd_name=tester | |
| test_cmd=$(cat <<'EOD' | |
| #!cmd.io alpine bash | |
| #!/bin/bash |