Skip to content

Instantly share code, notes, and snippets.

View bstiel's full-sized avatar
🎯
Focusing

Bjoern Stiel bstiel

🎯
Focusing
View GitHub Profile
worker: celery --app=worker.app worker --pool=gevent --concurrency=10 --loglevel=INFO
producer: python producer.py
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="ssid"
psk="password"
id_str="any name"
}
@bstiel
bstiel / xldiff.bat
Created July 6, 2018 15:16
git-diff and Spreadsheet Compare
@ECHO OFF
ECHO %2 > tmp.txt
dir %5 /B /S >> tmp.txt
type tmp.txt
"C:\Program Files (x86)\Microsoft Office\root\Office16\DCF\spreadsheetcompare" tmp.txt