Skip to content

Instantly share code, notes, and snippets.

View JHawk's full-sized avatar

Joshua Hawkins JHawk

View GitHub Profile
@JHawk
JHawk / .block
Last active March 23, 2020 17:27
Perspective / `open-ncovid-19` Dashboard
license: apache-2.0
height: 800
@JHawk
JHawk / .block
Last active July 15, 2019 16:45
Perspective Viewers Linked Through Click Events Example
license: apache-2.0
height: 1200
@JHawk
JHawk / .block
Last active May 28, 2019 17:15
Perspective Layout Controls Example
license: apache-2.0
@JHawk
JHawk / .block
Last active May 28, 2019 17:19
Perspective Supporting 1M Rows
license: apache-2.0
@JHawk
JHawk / .block
Last active July 15, 2019 17:32
Perspective Olympics Example
license: apache-2.0
@JHawk
JHawk / .block
Last active July 15, 2019 17:35
Perspective CSV Example
license: apache-2.0
@JHawk
JHawk / .block
Last active July 15, 2019 17:28
Perspective Superstore Arrow Example
license: apache-2.0
@JHawk
JHawk / .block
Last active July 29, 2020 04:52
Perspective NYC Citibike Example
license: apache-2.0
height: 1200
@JHawk
JHawk / .block
Last active December 25, 2020 19:07
Perspective Streaming Example
license: apache-2.0
@JHawk
JHawk / notes.clj
Created August 24, 2012 17:26
Programming Clojure Second Edition Notes
; MAIN
; (defn -main [s]
; (hello "josh"))
(require '[clojure.string :as str])
; Ch.1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; (printnl "hi")