Skip to content

Instantly share code, notes, and snippets.

View ErebusBat's full-sized avatar

Andrew Burns ErebusBat

  • Traction Guest
  • Casper, WY
View GitHub Profile
@ErebusBat
ErebusBat / comic_code.css
Last active May 5, 2022 23:51
Blink.sh - Comic Code Ligatures
@font-face {
font-family: "Comic Code";
font-style: normal;
font-weight: normal;
src: local('Comic Code');
}
@ErebusBat
ErebusBat / README.md
Last active August 25, 2015 22:23 — forked from blackjid/README.md
How configure your raspberry pi with dashing to have a awesome dashboard

Raspberry pi dashboard

This is what we did to setup a few dashboards at platanus

You'll need

  • Raspberry Pi
  • Dashing Service
  • Wifi stick (optional)
@ErebusBat
ErebusBat / _balancer.py
Last active December 16, 2015 15:09 — forked from prof7bit/.gitignore
"""
The portfolio rebalancing bot will buy and sell to maintain a
constant asset allocation ratio of exactly 50/50 = fiat/BTC
"""
import strategy
import goxapi
DISTANCE = 7 # percent price distance of next rebalancing orders
MARKER = 7 # lowest digit of price to identify bot's own orders