I hereby claim:
- I am n0mad01 on github.
- I am soluch (https://keybase.io/soluch) on keybase.
- I have a public key whose fingerprint is 1675 8070 268A AC76 0588 3D17 04C0 DC12 3F6C 3311
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[latest_posts] | |
OR | |
[latest_posts number_of_posts=3] | |
OR | |
[latest_posts number_of_posts=3 language=en] |
/** | |
* Node.js example | |
* https://github.com/Bittrex/beta | |
* | |
* Adrian Soluch | |
* | |
* prerequisites: | |
* npm i signalr-client jsonic | |
* | |
* tested with node v9.10.1 |
/** | |
* Using PHP Slim Frameworks slim/flash | |
* https://www.slimframework.com/docs/features/flash.html | |
* | |
* Assuming this is called from within a Slim route $app->get() | |
*/ | |
$this->flash->addMessage('success', 'Some success message'); |
var arr = [{name: 'a', age: 234}, {name: 'b', age: 123}, {name: 'c', age: 122}] | |
arr.sort(function(a, b) { | |
return a.age - b.age; | |
}); |
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md | |
cd /home/user/bitcoin | |
ls -la | |
drwxrwxr-x 12 user user 4096 Nov 16 14:10 bitcoin | |
drwxrwxr-x 6 user user 4096 May 10 2015 db4 | |
BITCOIN_ROOT=$(pwd) | |
BDB_PREFIX="${BITCOIN_ROOT}/db4" |
this: | |
----- | |
CREATE TABLE sessions ( | |
id varchar(40) NOT NULL default '', | |
data text, | |
expires INT(11) NOT NULL, | |
PRIMARY KEY (id) | |
); |
Verifying that +soluch is my Bitcoin username. You can send me #bitcoin here: https://onename.io/soluch |