Skip to content

Instantly share code, notes, and snippets.

View jingerso's full-sized avatar

Joe Ingersoll jingerso

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video from Joe Ingersoll</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
BEGIN:VCARD
VERSION:4.0
N:Gump;Forrest;;Mr.;
FN:Forrest Gump
ORG:Bubba Gump Shrimp Co.
TITLE:Shrimp Man
PHOTO;MEDIATYPE=image/gif:http://www.example.com/dir_photos/my_photo.gif
TEL;TYPE=work,voice;VALUE=uri:tel:+1-111-555-1212
TEL;TYPE=home,voice;VALUE=uri:tel:+1-404-555-1212
ADR;TYPE=WORK;PREF=1;LABEL="100 Waters Edge\nBaytown\, LA 30314\nUnited States of America":;;100 Waters Edge;Baytown;LA;30314;United States of America
<html>
<head>
</head>
<body>
<textarea>Hi</textarea>
</body>
</html>
<html>
<head>
<title>HI</title>
</head>
<body>
<h1>Blah</h1>
</body>
</html>
import React, { Component } from 'react'
import qs from 'query-string'
import fetch from 'isomorphic-fetch'
import './App.css';
import GoogleChart from './GoogleChart'
import numeral from 'numeral'
import moment from 'moment'
/*
* Utilities