I hereby claim:
- I am atomi on github.
- I am atomi (https://keybase.io/atomi) on keybase.
- I have a public key whose fingerprint is 73BE 46D1 FBFC 01D6 EAEB 4437 BE75 5050 078C 4570
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# | |
# automated ESP8266 programming station | |
# monitors for inserted serial devices and calls esptool to flash them | |
# written to mass flash entire batches of ESP8266 devices quickly | |
# $ pip install esptool pyudev | |
# | |
# 2016.06.16 darell tan | |
# |
javascript:( | |
function(){ | |
var urls = document.getElementsByTagName('a'); | |
var yurls = []; | |
for (url in urls) { if (urls[url].href && urls[url].href.includes("youtube.com")) { yurls.push(urls[url].href) } }; prompt("Copy to clipboard: Ctrl+C, Enter", yurls.join(" \n")); }()); |