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:
| <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> |
| [ | |
| { | |
| "action": "talk", | |
| "voiceName": "Kendra", | |
| "text": "Attention! This is not a drill! A system is currently down and requires immediate attention!,,,,", | |
| "loop": 5 | |
| } | |
| ] |
| Verifying my Blockstack ID is secured with the address 1EXqAhrxpjkq1B18FmVmReGZaUZV8V91QZ https://explorer.blockstack.org/address/1EXqAhrxpjkq1B18FmVmReGZaUZV8V91QZ |
| 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 |
I hereby claim:
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; |