I hereby claim:
- I am nicolasembleton on github.
- I am nicolasembleton (https://keybase.io/nicolasembleton) on keybase.
- I have a public key ASDpZ9t6KREhhn-Zg6W2KPa-7bbsKJqMRGNCl0beIos4Rwo
To claim this, I am signing this object:
import 'dart:math'; | |
import 'package:stats/stats.dart'; | |
class Benchmark { | |
Benchmark({this.UPPER_BOUND = 100000, this.withSlow = false}) { | |
reset(); | |
} | |
int UPPER_BOUND; | |
bool withSlow; |
I hereby claim:
To claim this, I am signing this object:
https://www.gatcoin.io/wp-content/uploads/2017/08/GATCOIN-Whitepaper_ENG-1.pdf | |
https://appcoins.io/pdf/appcoins_whitepaper.pdf | |
https://pareto.network/download/Pareto-Technical-White-Paper.pdf | |
http://betbox.ai/BetBoxBizWhitepaper.pdf | |
https://www.aidcoin.co/assets/documents/whitepaper.pdf | |
https://irp-cdn.multiscreensite.com/ee070c4a/files/uploaded/Whitepaper%20AlchemyByte%20%26%20SLHashByte%20v1.6.pdf | |
http://goldminecoin.io/wp-content/uploads/2017/11/GoldMineCoin_ENG.pdf | |
https://www.pecun.io/wp-content/uploads/2017/10/Pecunio_White_Paper_011.pdf | |
http://ico.cryptoibet.com/assets1/pdf/whitepaper-1.pdf | |
https://www.bitnettoken.org/documents/BNETWhitePaper.pdf |
Verifying my Blockstack ID is secured with the address 1EXqAhrxpjkq1B18FmVmReGZaUZV8V91QZ https://explorer.blockstack.org/address/1EXqAhrxpjkq1B18FmVmReGZaUZV8V91QZ |
[ | |
{ | |
"action": "talk", | |
"voiceName": "Kendra", | |
"text": "Attention! This is not a drill! A system is currently down and requires immediate attention!,,,,", | |
"loop": 5 | |
} | |
] |
<Response> | |
<Say voice="alice">Attention! This is not a drill! A system is currently down and requires immediate attention!</Say> | |
<Play>https://drive.google.com/file/d/0B_HuLKg9LOdcRE9icmt4cGExRk0/view</Play> | |
</Response> |
[ | |
{ "keys": ["ctrl+shift+t"], "command": "open_terminal_project_folder" }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
] |
^\s+\{\s+"field1" : "([^"]+)",\s+"field2" : "([^,]+)",\s+"field3" : "([^"]+)",\s+"field4" : "([^"]+)",\s+"field5" : (\d+)\s+\},?\s? |
/* | |
fileExistSync - Check if a file exist in NodeJS | |
Twitter: @FGRibreau / fgribreau.com | |
Usage: | |
var fileExistSync = require('./fileExistSync'); | |
var exist = fileExistSync('/var/folders/zm/jmjb49l172g6g/T/65b199'); | |
Support for Nodev0.6 |
m = function () { | |
emit(this.ID, 1); | |
} | |
r = function (k, vals) { | |
return Array.sum(vals); | |
} | |
db.Vehicle.mapReduce(m, r, {out: {inline: 1}, query: {value: {$gt: 1}}}) |