Skip to content

Instantly share code, notes, and snippets.

View GordonSmith's full-sized avatar
🤬

Gordon Smith GordonSmith

🤬
View GitHub Profile
@GordonSmith
GordonSmith / .block
Last active July 25, 2016 20:20
Static Loader II
license: Apache-2.0
@GordonSmith
GordonSmith / .block
Last active April 20, 2016 10:48
Dashboard I
license: Apache-2.0
@GordonSmith
GordonSmith / README.md
Last active April 13, 2016 10:20
Graph Demo 2

HPCC Platform Graph Widget - Using any widget as a vertex.

@GordonSmith
GordonSmith / .block
Last active April 8, 2016 09:14
British Isles
license: Apache-2.0
@GordonSmith
GordonSmith / .block
Last active July 25, 2016 20:13
Static Loader
license: Apache-2.0
@GordonSmith
GordonSmith / README.md
Last active March 23, 2016 15:13
Databomb Dashboard

HPCC Platform Databomb Driven Dashboard

@GordonSmith
GordonSmith / README.md
Last active April 13, 2016 09:42
Graph Demo

HPCC Platform Graph Widget

@GordonSmith
GordonSmith / Query.js
Last active March 2, 2016 11:17
Router
define(["d3", "src/common/Utility", "src/other/Comms", "src/map/Graph", "es6-promise"], function (d3, Utility, Comms, Graph) {
var params = Utility.urlParams();
var hasParams = Object.keys(params).length && params["from"] && params["to"] && params["date"];
var Query = {
send: function (from, to, date) {
return new Promise(function (resolve, reject) {
Promise.all([
Query.airports ? Promise.resolve(Query.airports) : new Promise(function (resolve, reject) {
d3.csv("./airports.csv", function (rows) {
Query.airports = {};
@GordonSmith
GordonSmith / README.md
Last active February 4, 2016 17:39
Custom Ordinal Palette

HPCC Palettes

@GordonSmith
GordonSmith / README.md
Last active January 29, 2016 11:01
Sample MegaChart

HPCC Mega Chart