I hereby claim:
- I am vunovati on github.
- I am vunovati (https://keybase.io/vunovati) on keybase.
- I have a public key ASClncqC62C0eaXB3BD41d55YLZE4mon2DzlDJ2G4MwFKQo
To claim this, I am signing this object:
| 'use strict'; | |
| const util = require('util'); | |
| const setTimeoutPromise = util.promisify(setTimeout); | |
| const X = 5000; // ms | |
| function createCallBuffer(functionToCallForEachBuffer) { | |
| const callBuffer = []; | |
| let timeout; |
| node_modules |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
I hereby claim:
To claim this, I am signing this object:
| jsonlint <(sed -n '/^{/,/^}/p' filename | sed 's/^}/},/g') |
| for i in $(ls delivery/**/**tar.gz); do echo $i; done |
| $ curl -o fedora-release-14-1.noarch.rpm ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/14/Fedora/i386/os/Packages/fedora-release-14-1.noarch.rpm | |
| $ rpm -i fedora-release-14-1.noarch.rpm |
| export JAVA_HOME=$(dirname $(dirname $(readlink -f /usr/bin/java))) |
| wget --no-cookies \ | |
| --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" \ | |
| "http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz" \ | |
| -O /tmp/jdk-7-linux-x64.tar.gz --no-check-certificate |
| gem install --conservative bundler | |
| bundle check || bundle install | |
| bundle exec rake db:migrate | |
| bundle exec rake db:test:prepare | |
| bundle exec rspec spec |