Skip to content

Instantly share code, notes, and snippets.

View russbiggs's full-sized avatar

Russ Biggs russbiggs

View GitHub Profile
@russbiggs
russbiggs / delta.csv
Last active November 8, 2019 22:18
IMR-10 Compliance Change
compliance change paragraph_number
1 0 14
1 0 15
2 0 16
1 0 17
1 0 18
2 0 19
3 0 20
2 0 21
2 0 22
@russbiggs
russbiggs / index.html
Created June 12, 2019 17:55
Paragraph 271 Compliance History
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
@russbiggs
russbiggs / index.html
Created June 12, 2019 17:51
Paragraph 14 Compliance History
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
@russbiggs
russbiggs / index.html
Last active June 12, 2019 17:41
compliance Triangle Chart
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
{"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3559.0 Mobile Safari/537.36","hostUserAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36","benchmarkIndex":1086},"lighthouseVersion":"4.0.0-alpha.1","fetchTime":"2018-11-26T19:11:34.447Z","requestedUrl":"http://localhost:4000/","finalUrl":"http://localhost:4000/","runWarnings":[],"runtimeError":{"code":"NO_ERROR","message":""},"audits":{"is-on-https":{"id":"is-on-https","title":"Uses HTTPS","description":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many ne
@russbiggs
russbiggs / index.html
Last active November 14, 2017 03:29
Let's Make a Map d3 v4
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.subunit.SCT {
fill: #ddc;
}
.subunit.WLS {
fill: #cdd;
}