Skip to content

Instantly share code, notes, and snippets.

View JasonHarder's full-sized avatar
🏠
Working from home

Jason Harder JasonHarder

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am anthematics on github.
  • I am jasonharder (https://keybase.io/jasonharder) on keybase.
  • I have a public key ASDwzV5TAgIDdtWslcx7XrYO3RqQbH3tPgLH7Jj18sCheAo

To claim this, I am signing this object:

@JasonHarder
JasonHarder / index.js
Last active March 31, 2019 17:55
Highlimit Restart Count created by Blinkfaster - https://repl.it/@Blinkfaster/Highlimit-Restart-Count
let temperatures = [9,null,10,null,null,68,null,70.1, null, null, 72, 80,null, 69, null,78,null, 84,100,300,50, null, 70, null, 90, null, null, null, 50,null,100,null,null,85]
//if it is below the setpoint we can assume the ecobee would have called for heat.
// Heat call or if set temp goes under set point.
let furnace = true
let formattedTemps = []
@JasonHarder
JasonHarder / activeadmin.md
Created April 24, 2018 23:05 — forked from raghubetina/activeadmin.md
ActiveAdmin Cheatsheet

ActiveAdmin Cheatsheet

The ActiveAdmin gem provides us with a entirely separate administrative sub-site. It's amazingly full-featured out of the box, and also is extremely customizable.

Installation

In your Gemfile, include

gem 'activeadmin', '~> 1.0.0.pre4'