Skip to content

Instantly share code, notes, and snippets.

@brianewing
brianewing / animator.go
Created October 3, 2017 09:37
redshift server types
type Animator struct {
Strip *strip.LEDStrip
Effects []effects.Effect
Running bool
}
func (a *Animator) Run(interval time.Duration) {}
func (a *Animator) Render() {
@brianewing
brianewing / DUP
Created February 10, 2019 19:53
NI Assembly Salary Plus Expenditure by Party (Aptril 2017 - March 2018)
# Name - Salary - Expenditure - Total
[["Bradley, Maurice", 49500.0, 60580.37, 110080.37],
["Bradley, Paula", 49500.0, 66747.0, 116247.0],
["Buchanan, Keith", 49500.0, 61202.03, 110702.03],
["Buchanan, Thomas", 49500.0, 76984.56, 126484.56],
["Buckley, Jonathan", 49500.0, 11482.8, 60982.8],
["Bunting, Joanne", 49500.0, 63381.17, 112881.17],
["Cameron, Pam", 49500.0, 76676.94, 126176.94],
["Clarke, Trevor", 37537.5, 65933.83, 103471.33],