Skip to content

Instantly share code, notes, and snippets.

View ReubenBTalbott's full-sized avatar

Reuben Talbott ReubenBTalbott

View GitHub Profile
@tube0013
tube0013 / esphome_zb_bridge_eth.yaml
Created December 17, 2020 15:19
esphome_zb_bridge_eth
esphome:
name: esphome_zb_bridge_eth
platform: ESP32
board: esp-wrover-kit
includes:
- stream_server.h
- stream_server.cpp
ethernet:
@princebot
princebot / install_wormhole.bat
Created July 29, 2017 17:44
Install Python magic-wormhole on Windows.
::
:: This script installs wormhole (https://github.com/warner/magic-wormhole) and
:: its prerequisites. Run this as an administrator.
::
:: Install chocolatey.
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
:: Install Python 3.
choco install -y python