I hereby claim:
- I am mikeboers on github.
- I am mikeboers (https://keybase.io/mikeboers) on keybase.
- I have a public key whose fingerprint is 9F79 893F 1D13 9C88 86F3 66AD AF8A 1CD7 EAD0 90C4
To claim this, I am signing this object:
| import glob | |
| import threading | |
| from queue import Queue | |
| import av | |
| packet_queue = Queue(1) | |
| def read_target(): |
| $ ffprobe -f avfoundation -list_devices true '' | |
| <snip> | |
| [AVFoundation input device @ 0x7f809940d4c0] AVFoundation video devices: | |
| [AVFoundation input device @ 0x7f809940d4c0] [0] FaceTime HD Camera | |
| [AVFoundation input device @ 0x7f809940d4c0] [1] Capture screen 0 | |
| [AVFoundation input device @ 0x7f809940d4c0] AVFoundation audio devices: | |
| [AVFoundation input device @ 0x7f809940d4c0] [0] Built-in Microphone | |
| : Input/output error | |
| $ ffprobe -f avfoundation 0:0 |
| # http://names.mooseroots.com/stories/5165/most-popular-gender-neutral-names | |
| Avery | |
| Riley | |
| Peyton | |
| Logan | |
| Taylor | |
| Ryan | |
| Jordan | |
| Cameron |
| import argparse | |
| import datetime | |
| import json | |
| import os | |
| import re | |
| import requests | |
| parser = argparse.ArgumentParser() |
I hereby claim:
To claim this, I am signing this object:
| var qi = "", | |
| ri = "", | |
| ui, si = new Array(), | |
| ti; | |
| function oi(pi) { | |
| for (ui = 0; ui < ti.length; ui++) si[ui] = ti.charCodeAt(ui); | |
| ui = "ui=49;do{if(ui<2)break;si[ui]=(((-((si[ui]-51)&0xff))&0xff)+si[50])&0xff;ui--;}while(true);"; | |
| eval(ui); | |
| ui = 48; |
| This is lifted from http://w8rbt.org/patches/results.txt | |
| which is not up at time of tweeting. | |
| // Average brute-force attempts per year | |
| 6,803,663 | |
| // Average brute-force attempts per day | |
| 18,640 | |
| // Top ten complex frequent passwords |
| $ python threaded_dump.py | |
| .. | |
| 2 in 1.157s (578.617ms each) | |
| ............... | |
| 17 in 3.286s (193.311ms each) | |
| ................ | |
| 33 in 4.767s (144.452ms each) |
| LAHLERIRAHLEDDIKWKT | |
| CNANOCIESRRAUNAFAOG | |
| WKRGGVREGAASNSESLRB | |
| TETEUAEGNLWOGNTKDET | |
| IUHLUHTCITDSERIAAAA | |
| RECKSUPERHEROEWSRRC | |
| EATCTVNCEANRNETGTKK | |
| NBAOAENNHRFAPMAKHEY | |
| IKGPREDATORTARRLVRR | |
| LSYSKCRVFHNSYYIAATU |
| function pym { | |
| python -m $@ | |
| } | |
| function _pym_complete { | |
| local executable current previous options | |
| executable=${COMP_WORDS[0]} | |
| current="${COMP_WORDS[COMP_CWORD]}" | |
| previous="${COMP_WORDS[COMP_CWORD-1]}" |