Skip to content

Instantly share code, notes, and snippets.

View davidsoncasey's full-sized avatar

Casey Davidson davidsoncasey

  • SINAI Technologies
  • Portland, OR
View GitHub Profile
@davidsoncasey
davidsoncasey / timer.rb
Created July 13, 2018 18:40
Simple Checkpoint Timer
require 'pry'
module CheckpointTimer
class TimerNotStartedError < StandardError
end
class Timer
attr_reader :current_time,
:previous_time,
:start_time,
@davidsoncasey
davidsoncasey / data.json
Last active April 26, 2016 22:03
D3 simple responsive bar graph
[
{
"name": "Fund 1",
"returns": {
"1 Year": 18.76,
"3 Years": 24.82,
"5 Years": 21.34
}
},
{