I hereby claim:
- I am schigh on github.
- I am stevehigh (https://keybase.io/stevehigh) on keybase.
- I have a public key ASDheGdKg-jm1CVgBXllFdG_zNYk23bvJHTpkSzpocrsywo
To claim this, I am signing this object:
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"flag" | |
"fmt" | |
"io/ioutil" | |
"log" | |
"net/http" |
const testData = ` | |
{ | |
"items":[ | |
{"html_url": "https://github.com/moby"}, | |
{"html_url": "https://github.com/containous/traefik"}, | |
{"html_url": "https://github.com/drone/drone"}, | |
{"html_url": "https://github.com/wagoodman/dive"}, | |
{"html_url": "https://github.com/wagoodman/dive"}, | |
{"html_url": "https://github.com/openfaas/faas"}, | |
{"html_url": "https://github.com/yeasy/docker_practice"}, |
package circuit | |
/* | |
These curves were generated using gonum.org/v1/plot/tools/bezier | |
*/ | |
/* | |
Forgive the terrible ASCII charts in this file | |
*/ |
package main | |
import ( | |
"bytes" | |
"log" | |
"net" | |
"strings" | |
"time" | |
) |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
class ParamsWrapper | |
{ | |
public $name; | |
public $email; | |
public $orderDate; | |
public $orderNumber; | |
public $timeZone; | |
public $xorParam = false; |
<?php | |
$a = []; | |
$t = microtime(true); | |
for ($i = 0; $i < 1000000; $i++) { | |
$sl = isset($a[0]); | |
} | |
$t1 = microtime(true); |
<?php | |
$a = <<<EOT | |
hkjahkdjhakdjhask jdha ksjdhakjsdhkajhsdkjahs dkajh sdkajhs dkah sdkajh sdoqi oegpwgpsgsldjglsj dlkjs lgkjs ldkgjls | |
lsk dglks gljs ldgjsldjg lsdjg lsjg lskjglksdjglskjdglksdjg lskdjglksjdglksj dfsf lskdjfklsjdf lksjdflkjslkjkd dkdk | |
EOT; | |
$t = microtime(true); | |
for ($i = 0; $i < 1000000; $i++) { | |
$sl = isset($a{14}); |