I hereby claim:
- I am jprichardson on github.
- I am jprichardson (https://keybase.io/jprichardson) on keybase.
- I have a public key ASD9pxjthn9tlOlQkZRg9ao8V2tB9YNGtfc3sHXs-vyQGQo
To claim this, I am signing this object:
| netsh advfirewall firewall set rule group="remote administration" new enable=yes | |
| netsh advfirewall firewall add rule name="Open Port 5985" dir=in action=allow protocol=TCP localport=5985 | |
| winrm quickconfig -q | |
| winrm quickconfig -transport:http | |
| winrm set winrm/config '@{MaxTimeoutms="7200000"}' | |
| winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="0"}' | |
| winrm set winrm/config/winrs '@{MaxProcessesPerShell="0"}' | |
| winrm set winrm/config/winrs '@{MaxShellsPerUser="0"}' | |
| winrm set winrm/config/service '@{AllowUnencrypted="true"}' |
I hereby claim:
To claim this, I am signing this object:
| var bitcore = require('bitcore-lib') // 0.13.14 | |
| var p2p = require('bitcore-p2p') // 1.1.0 | |
| var MerkleTree = require('webcoin/lib/merkleTree') // 1.0.2 | |
| var address = '1JSbd6CXJHzhGgadpio3HPXTZcSWzBHy3L' | |
| var blockHash = '000000000000000006f9b9d985624bb621221cde9682a038a9a21403376c36f6' // 397690 | |
| // expect: | |
| // tx: 0f15750e8a662ff7d02123677461477eb3b3222d6ca785b98f64c17d7d458699 | |
| // in block: 397697:0000000000000000021b3bd248ee38a47e0a9904d6a4bfbd7fcfe200bb533e97 | |
| // tx: ffe2822fd404e829ef4758617b01d2c4b9b26ab9a1a146e23be468aa0d881fa5 |
This guide will get RethinkDB setup and running with a default configuration on OSX. There is also an option for setting RethinkDB to start at boot time on OSX, and a note on upgrading to a more recent RethinkDB version.
Install Homebrew if you don't already have it:
| var levelup = require('level') | |
| var zlib = require('zlib') | |
| var fs = require('fs') | |
| var through = require('through') | |
| //hot backup | |
| db = levelup(...) | |
| var backingup = false |
| #!/usr/bin/env node | |
| var IOS_DEPLOYMENT_TARGET = '7.0'; | |
| var fs = require("fs"), | |
| path = require("path"), | |
| shell = require("shelljs"), | |
| xcode = require('xcode'), | |
| projectRoot = process.argv[2]; |
| { | |
| "name": "my-app", | |
| "version": "0.0.0", | |
| "dependencies": { | |
| "browserify": "~2.36.1", | |
| "less": "~1.5.1" | |
| }, | |
| "devDependencies": { | |
| "watchify": "~0.4.1", | |
| "catw": "~0.2.0" |