Skip to content

Instantly share code, notes, and snippets.

View ladydascalie's full-sized avatar
🅱️
0xDEADBEEF

Benjamin Cable ladydascalie

🅱️
0xDEADBEEF
View GitHub Profile
@ladydascalie
ladydascalie / 1hour.geojson
Last active December 5, 2016 13:04
First hour spread
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.
@ladydascalie
ladydascalie / 6hours.geojson
Created December 5, 2016 12:58
49 responses
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ladydascalie
ladydascalie / github.css
Created November 23, 2016 01:57 — forked from tuzz/github.css
Github Markdown Stylesheet
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px;
color: #333;
}
@ladydascalie
ladydascalie / psgc_codes.json
Created April 28, 2016 16:02
Phillipines PSGC Codes
This file has been truncated, but you can view the full file.
{
"010000000": "REGION I (ILOCOS REGION)",
"012800000": "ILOCOS NORTE",
"012801000": "ADAMS",
"012801001": "Adams (Pob.)",
"012802000": "BACARRA",
"012802001": "Bani",
"012802002": "Buyon",
"012802003": "Cabaruan",
"012802004": "Cabulalaan",
@ladydascalie
ladydascalie / phpinfo.css
Created November 29, 2015 21:38 — forked from 350d/phpinfo.css
Styles for phpinfo();
html {
background: #fff;
margin:0;
padding:0;
}
body {
color: #233452;
height: 100%;
font-family: Verdana, Helvetica, sans-serif;
margin: 20px 0;
@ladydascalie
ladydascalie / .jshintrc
Created November 11, 2015 00:43
Basic .jshintrc
{
"globals" : {
"describe" : false,
"it" : false,
"before" : false,
"beforeEach" : false,
"after" : false,
"afterEach" : false,
"window" : true,
"$" : true