Skip to content

Instantly share code, notes, and snippets.

View atomi's full-sized avatar
🎨
Painting

atomi

🎨
Painting
View GitHub Profile
@atomi
atomi / js.js
Created March 19, 2021 17:11
flux bookmarklette
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")); }());
@atomi
atomi / massflash.py
Created October 16, 2017 18:30 — forked from geekman/massflash.py
automated ESP8266 programming station to mass flash large quantity of devices quickly
#!/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
#

Keybase proof

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: