Skip to content

Instantly share code, notes, and snippets.

View chriddyp's full-sized avatar

Chris Parmer chriddyp

View GitHub Profile
@chriddyp
chriddyp / GeomtryCollection.json
Created September 2, 2016 01:08
Simple GeoJSON files
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
X Data 1 Y Data 1 X Data 2 Y Data 2
-2.06E-02 -1.53E-02 -2.35E-02 -1.73E-02
-1.40E-02 -1.01E-02 -1.65E-02 -1.18E-02
-1.09E-02 -7.71E-03 -1.31E-02 -9.26E-03
-1.42E-02 -1.05E-02 -1.65E-02 -1.20E-02
-1.62E-02 -1.23E-02 -1.89E-02 -1.42E-02
-1.31E-02 -1.01E-02 -1.56E-02 -1.18E-02
-1.29E-02 -8.75E-03 -1.51E-02 -1.03E-02
-1.64E-02 -1.19E-02 -1.92E-02 -1.39E-02
-3.54E-03 -5.62E-03 -9.08E-03 -9.35E-03
{"Canada": {"gdp": [10581.265520182, 10932.4667838283, 11367.1611248765, 11586.6145455354, 11173.2594978109, 11901.5094889284, 12555.5494657206, 12489.9500550468, 12384.4101756439, 12590.8003302521, 12701.4831222151, 12817.9221730302, 13462.4855497003, 13882.5626618103, 14510.8993322099, 15198.1100948448, 15884.8362384675, 16076.5880260325, 16658.2132823344, 17286.9932927392, 17487.4571266458, 18229.6427385566, 18970.5708598048, 20081.3071662729, 20613.5916190954, 20775.5050846806, 21626.0855094838, 22090.8830627858, 22754.8273863843, 23465.8267225737, 23473.8969055046, 23904.5256514278, 22898.7921432131, 23329.8045464965, 24431.8488740224, 25514.7851995684, 25921.1670234908, 26626.5150280272, 27562.4145401968, 27729.895969447, 27387.2739411607, 26491.5956175641, 26342.8842577723, 26590.3993670169, 27543.9081090115, 27969.6729100668, 28074.8364932076, 28954.9258927986, 29837.4580630826, 31154.8564558747, 32448.6076371994, 32570.5664598148, 33328.9650657994, 33635.2543808779, 34346.9655124008, 35078.0, 35644.4

Keybase proof

I hereby claim:

  • I am chriddyp on github.
  • I am chriddyp (https://keybase.io/chriddyp) on keybase.
  • I have a public key ASDnhF966uk0KaYGB31-veEOIl_pLQ4MWUNCvwd8FLsDjQo

To claim this, I am signing this object:

@chriddyp
chriddyp / my sublime text keyboard mapping
Last active March 13, 2017 09:48
map the arrow keys to JKLI with `cntrl` and jump code blocks with `cntrl`-`option`-K, `cntrl`-`option`-I
[
{ "keys": ["ctrl+j"], "command": "move", "args": {"by": "words", "forward": false} },
{ "keys": ["ctrl+l"], "command": "move", "args": {"by": "words", "forward": true} },
{ "keys": ["ctrl+k"], "command": "move", "args": {"by": "lines", "forward": true} },
{ "keys": ["ctrl+i"], "command": "move", "args": {"by": "lines", "forward": false} },
{ "keys": ["ctrl+alt+j"], "command": "move", "args": {"by": "words", "forward": false} },
{ "keys": ["ctrl+alt+l"], "command": "move", "args": {"by": "words", "forward": true} },
{ "keys": ["ctrl+alt+k"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true} },
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"metadata": {
"name": "This notebook has moved"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "This notebook has moved"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@chriddyp
chriddyp / gist:8460341
Created January 16, 2014 18:21
multiple y axis range
{
"metadata": {
"name": "multiple yaxis range"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{