I hereby claim:
- I am tomahock on github.
- I am tomahock (https://keybase.io/tomahock) on keybase.
- I have a public key whose fingerprint is B854 C81F BF98 1A55 6529 363A AE40 F06C 84EB 410D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Only catch the first one. will update it soon.
setInterval(function(){window.scrollTo(0,document.body.scrollHeight);},500);
$('.blocks-you').parent().parent().parent().parent().parent().find('a').attr('href')
0x1533284D3bdB205900251DD3a6803c84AEAd55A7 |
{ | |
"config": { | |
"chainId": 15, | |
"homesteadBlock": 0, | |
"eip155Block": 0, | |
"eip158Block": 0 | |
}, | |
"difficulty": "20", | |
"gasLimit": "2100000", | |
"alloc": { |
Build your layout here: http://123.57.250.164:3000/ | |
``` | |
$ git clone https://github.com/dfu-programmer/dfu-programmer.git | |
$ cd dfu-programmer | |
$ ./bootstrap.sh | |
$ ./configure | |
$ make | |
$ make install | |
``` |
<?php | |
/** | |
* Created by PhpStorm. | |
* User: tomahock | |
* Date: 10/08/15 | |
* Time: 01:05 | |
*/ | |
require_once '../vendor/autoload.php'; | |
require_once '../lib/DatStore.php'; |
<?php | |
echo '<pre>'; | |
print_r($_SERVER); |
= Y | |
:neo4j-version: 2.3.0 | |
:author: Tomahock | |
:twitter: @tomahock | |
:style: red:ARTICLE(desc) blue:SOURCE(desc) green:ARTICLE(desc) | |
== Introduction | |
Artigos - Vermelho | |
Sources - Azul |
function remove_accents($string) { | |
if ( !preg_match('/[\x80-\xff]/', $string) ) | |
return $string; | |
$chars = array( | |
// Decompositions for Latin-1 Supplement | |
chr(195).chr(128) => 'A', chr(195).chr(129) => 'A', | |
chr(195).chr(130) => 'A', chr(195).chr(131) => 'A', | |
chr(195).chr(132) => 'A', chr(195).chr(133) => 'A', | |
chr(195).chr(135) => 'C', chr(195).chr(136) => 'E', |