Skip to content

Instantly share code, notes, and snippets.

View phocks's full-sized avatar
🦖
"Rrrrrraaaawwwwwr!!" —A dinosaur

Joshua Byrd phocks

🦖
"Rrrrrraaaawwwwwr!!" —A dinosaur
View GitHub Profile
gistup
@phocks
phocks / .block
Last active September 28, 2017 23:45
A spinning monolith using WebGL
license: gpl-3.0
height: 500
scrolling: no
border: no
@phocks
phocks / .block
Last active October 2, 2017 03:17
A spinning globe
license: gpl-3.0
height: 500
scrolling: no
border: yes
@phocks
phocks / .block
Last active October 3, 2017 23:08
An orb in three.js
license: gpl-3.0
height: 500
scrolling: no
border: yes
@phocks
phocks / .block
Last active October 13, 2017 05:07
CP 1919
license: apache-2.0
height: 960
scrolling: no
border: yes

Keybase proof

I hereby claim:

  • I am phocks on github.
  • I am phocks (https://keybase.io/phocks) on keybase.
  • I have a public key ASBFb6NTMiooFKtg-PY2RobKw1SivWQpbCJtMX5IPxE1_Ao

To claim this, I am signing this object:

@phocks
phocks / temperature-records-story.html
Last active January 24, 2018 03:38
Temperature records story
<p>Faark it’s hot, but it’s always been hot in summer right… everyone remembers burning bitumen under foot, restless hot nights,
has anything really changed?</p>
<p>The answer is YES! It’s getting hotter, if you don’t think it’s happening read this piece, and this piece, and this piece…
and this piece. And if you’ve read all of them and you’re still not convinced here a list of things that are less certain
than climate change that you’re probably not willing to take a risk on.</p>
<p>But before we go too far lets go back to those hot summer nights of your childhood… when were you born? (don’t worry we don’t
record this information).</p>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base target="_parent" />
<style>
body {
margin: 0;
overflow: hidden;
background-color: rgb(23, 84, 130);
}
import React, { useState, useEffect } from "react";
import styles from "./styles.scss";
import { feature } from "topojson";
const d3 = Object.assign({}, require("d3-geo"));
/**
* OK this is some documentation
* @param {*} props
*/
We can't make this file beautiful and searchable because it's too large.
Year,Month,Day,Temp
1859,1,1,24.4
1859,1,2,24.4
1859,1,3,24.2
1859,1,4,24.7
1859,1,5,24.6
1859,1,6,22.2
1859,1,7,24.7
1859,1,8,25.1
1859,1,9,33.9