This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 execute pathogen#infect() | |
1 syntax on | |
2 filetype plugin indent on | |
3 | |
4 set cursorline | |
5 set expandtab | |
6 set modelines=0 | |
7 set shiftwidth=4 | |
8 set clipboard=unnamed | |
9 set synmaxcol=128 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getStartingSunday(date) { | |
var dayToGet = moment(date) | |
return dayToGet.subtract(1, 'weeks').endOf('isoWeek') | |
} | |
function _buildWeek(date) { | |
var days = []; | |
for (var i = 0; i < 7; i++) { | |
days.push({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "MyExtension", | |
"version": "1.0", | |
"manifest_version": 2, | |
"description": "Turn your avatar into a neckbeard", | |
"permissions": ["tabs", "http://*/*"], | |
"content_scripts": [ | |
{ | |
"matches": ["https://twitter.com/*", "https://github.com/*"], | |
"js": ["scripts.js"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
var React = require('react-native'); | |
var { | |
AppRegistry, | |
StyleSheet, | |
Text, | |
View, | |
Navigator, | |
ScrollView, |
Minimal Flux library that just looks out of control awesome
Immutable Flux libarary built by Optimizely
Using CSS in React with scoped selectors for scope... .__myComponent__root__2FDHFHW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import faker from 'faker'; | |
import moment from 'moment'; | |
import _ from 'lodash'; | |
export let generateFakeData = function(model, num = 5) { | |
let res = []; | |
if(!_.isFunction(model)) { | |
throw "You must pass in a model, with type Function" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aberdeen, SD (ABR) | |
Abilene, TX (ABI) | |
Adak Island, AK (ADK) | |
Akiachak, AK (KKI) | |
Akiak, AK (AKI) | |
Akron/Canton, OH (CAK) | |
Akuton, AK (KQA) | |
Alakanuk, AK (AUK) | |
Alamogordo, NM (ALM) | |
Alamosa, CO (ALS) |