Skip to content

Instantly share code, notes, and snippets.

View msell's full-sized avatar

Matt Sell msell

View GitHub Profile
@msell
msell / dnm.js
Last active March 8, 2018 05:20
read free
javascript:(function(){
try { document.querySelector('#dm-container').remove(); } catch (e) { }
try { document.querySelector('#view-offer').remove(); } catch (e) { }
try { document.querySelector('.tp-backdrop').remove(); } catch (e) { }
try { document.querySelector('.tp-modal-open').style.overflowY = 'auto'; } catch (e) { }
try { document.querySelector('.tp-modal-open').overflowY = 'auto'; } catch (e) { }
try { document.querySelector('div#checkout-container').remove(); } catch (e) { }
try { document.querySelector('div#view-offer').remove(); } catch (e) { }
try { document.querySelector('div.tp-modal').remove(); } catch (e) { }
try { document.querySelector('body').classList.toggle('tp-modal-open') } catch (e) { }
@msell
msell / Week1.js
Last active September 2, 2016 14:12
You Pick'em Weekly Data
export const week1 = {
description: 'Week 1',
games: [
{
id: 1,
startDate: '9/10/2016',
overUnder: 42.5,
teams: [
{
id: 1,
@msell
msell / introrx.md
Created August 23, 2016 17:55 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@msell
msell / flow.md
Last active June 27, 2016 22:01
flow brownbag
npm i -D flow-bin
flow init
flow check

Tell flow to check the file: // @flow

@msell
msell / DOD.md
Created May 6, 2016 19:11
Definition of Done

Definition of Done

  • Code passes acceptance criteria on localhost
  • Code is deployed to CorpDev
  • Developer pairs with QA on CorpDev
  • JIRA ticket is updated to Ready for QA
  • QA has verified/accepted the work on the QA environment
  • JIRA ticket is ready is ready for release
@msell
msell / react resources.md
Last active April 29, 2017 02:09
Favorite React Libs
@msell
msell / filename
Created April 17, 2016 19:38
MARYBERNARD
var data = { "BundleComponents" : { "BundleComponent" : [ { "Type" : { "$" : "TUCReportV6" } }, { "Type" : { "$" : "EQFReportV6" } }, { "Type" : { "$" : "EXPReportV6" } }, { "CreditScoreType" : { "@riskScore" : "755", "@scoreName" : "VantageScore3", "@populationRank" : "74", "CreditScoreFactor" : [ { "@bureauCode" : "36", "@FactorType" : "Negative", "Factor" : { "@abbreviation" : "", "@description" : "", "@symbol" : "36", "@rank" : "100000" }, "FactorText" : { "$" : "Your largest credit limit on open bankcard or revolving accounts is too low" } }, { "@bureauCode" : "04", "@FactorType" : "Negative", "Factor" : { "@abbreviation" : "", "@description" : "", "@symbol" : "04", "@rank" : "100000" }, "FactorText" : { "$" : "The balances on your accounts are too high compared to loan amounts" } }, { "@bureauCode" : "12", "@FactorType" : "Negative", "Factor" : { "@abbreviation" : "", "@description" : "", "@symbol" : "12", "@rank" : "100000" }, "FactorText" : { "$" : "The date that you opened your oldest account is too
{
"offer": [
{
"annualFee": 35,
"imageLg": "https://static.ccom-cdn.com/assets/img/creditCards/lg/lg_opensky-021214.png",
"introAprDisplay": "N/A",
"introAprPeriod": "",
"link": "http://www.credit.com/r/capital-bank-open-sky-secured-visa/af=p99271&ag=",
"countries": {
"country": "USA"
@msell
msell / js-automation.md
Last active October 23, 2015 17:55
Gulp Babel Recipe

package.json

{
  "name": "jirapoo",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"