Skip to content

Instantly share code, notes, and snippets.

View flacoman91's full-sized avatar

Richard Dinh flacoman91

  • EY
  • New York, NY
View GitHub Profile
// ==UserScript==
// @name Auto Check-In to Southwest Flights
// @namespace http://www.ryanizzo.com/southwest-auto-check-in/
// @version 1.5.1
// @author Nicholas Buroojy (http://userscripts.org/users/83813)
// @contributor Ryan Izzo (http://www.ryanizzo.com)
// @contributor JR Hehnly (http://www.okstorms.com @stormchasing)
// @description Automatically check in to Southwest Airline flights at the appropriate time.
// @include https://southwest.com/flight/retrieveCheckinDoc.html*
// @include https://southwest.com/flight/selectPrintDocument*
@flacoman91
flacoman91 / wordpress-js-intellij-idea-config.xml
Created November 17, 2017 15:32
just a config file for intellij idea, webstorm JS Code sniffing tool.
<code_scheme name="WordPress">
<JSCodeStyleSettings>
<option name="FORCE_SEMICOLON_STYLE" value="true" />
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
<option name="USE_DOUBLE_QUOTES" value="false" />
<option name="FORCE_QUOTE_STYlE" value="true" />
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
<option name="SPACES_WITHIN_IMPORTS" value="true" />
<option name="USE_CHAINED_CALLS_GROUP_INDENTS" value="true" />
@flacoman91
flacoman91 / .block
Last active November 29, 2017 16:04
Rolling pan and zoom with Mercator projection
license: mit
@flacoman91
flacoman91 / .block
Created November 29, 2017 16:07
Rolling pan and zoom with Mercator projection upgrade to v4 attempt.
license: mit
@flacoman91
flacoman91 / .block
Last active November 29, 2017 17:04
rolling mercator attempt upgrade v4
license: mit
@flacoman91
flacoman91 / .block
Created November 30, 2017 18:17
Zoom to Bounding Box II d3v4
license: gpl-3.0
@flacoman91
flacoman91 / .block
Last active February 27, 2020 19:31
map, pan zoom buttons - convert to d3v4
license: mit
@flacoman91
flacoman91 / data.csv
Last active April 26, 2020 22:28 — forked from Andrew-Reid/data.csv
Grouped Bar Chart Toggle Series, update for d3v5
State Under 5 Years 5 to 13 Years 14 to 17 Years 18 to 24 Years 25 to 44 Years 45 to 64 Years 65 Years and Over
CA 2704659 4499890 2159981 3853788 10604510 8819342 4114496
TX 2027307 3277946 1420518 2454721 7017731 5656528 2472223
NY 1208495 2141490 1058031 1999120 5355235 5120254 2607672
FL 1140516 1938695 925060 1607297 4782119 4746856 3187797
IL 894368 1558919 725973 1311479 3596343 3239173 1575308
PA 737462 1345341 679201 1203944 3157759 3414001 1910571
@flacoman91
flacoman91 / .block
Last active August 9, 2018 20:19 — forked from mbostock/.block
Bar Chart I
license: gpl-3.0
@flacoman91
flacoman91 / .block
Last active August 9, 2018 20:28 — forked from mbostock/.block
Bar Chart IIb
license: gpl-3.0