Skip to content

Instantly share code, notes, and snippets.

View danielthall's full-sized avatar

Daniel T. Hall danielthall

View GitHub Profile
@danielthall
danielthall / config.js
Created March 3, 2017 20:33
A function to be used with Ember Mirage to handle requests with query params
export default function() {
this.get('foo', queryParamHandler('foo'));
}
import Ember from 'ember';
const {
computed,
get
} = Ember;
export default Ember.Component.extend({
classNames: ['ember-gauge'],
import Ember from 'ember';
const {
computed,
get
} = Ember;
export default Ember.Component.extend({
classNames: ['ember-gauge'],
@danielthall
danielthall / dtc--description.txt
Created May 13, 2016 23:13
DTC with Descriptions list for Craft Type plugin for Sketch Raw
P0001 Fuel Volume Regulator Control Circuit/Open
P0002 Fuel Volume Regulator Control Circuit Range/Performance
P0003 Fuel Volume Regulator Control Circuit Low
P0004 Fuel Volume Regulator Control Circuit High
P0005 Fuel Shutoff Valve Control Circuit/Open
P0006 Fuel Shutoff Valve Control Circuit Low
P0007 Fuel Shutoff Valve Control Circuit H igh
P0008 Engine Position System Performance (Bank1)
P0009 Engine Position System Performance (Bank2)
P0010 A Camshaft Position Actuator Circuit (Bank1)
@danielthall
danielthall / dtc.txt
Created May 13, 2016 23:12
DTC list for Craft Type plugin for Sketch Raw
P0001
P0002
P0003
P0004
P0005
P0006
P0007
P0008
P0009
P0010
@danielthall
danielthall / big-numbers--formatted.txt
Created May 13, 2016 16:58
Big Number (formatted) list for Craft Type plugin for Sketch
10,100
10,101
10,102
10,103
10,104
10,105
10,106
10,107
10,108
10,109
@danielthall
danielthall / big-numbers.txt
Last active May 13, 2016 16:57
Big Number list for Craft Type plugin for Sketch
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
@danielthall
danielthall / 1000-10000--formatted.txt
Last active May 13, 2016 16:42
Number (1000-10000 formatted) list for Craft Type plugin for Sketch
1,000
1,001
1,002
1,003
1,004
1,005
1,006
1,007
1,008
1,009
@danielthall
danielthall / 1000-10000.txt
Created May 13, 2016 16:33
Number (1000-10000) list for Craft Type plugin for Sketch
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
@danielthall
danielthall / 0-1000.txt
Created May 13, 2016 16:31
Number (0-1000) list for Craft Type plugin for Sketch
0
1
2
3
4
5
6
7
8
9