Skip to content

Instantly share code, notes, and snippets.

View Mbrownshoes's full-sized avatar

Mathew Brown Mbrownshoes

View GitHub Profile
gistup
@Mbrownshoes
Mbrownshoes / .block
Created March 14, 2018 20:37
ForceMagnetic based Hierarchical Orbits
license: mit
@Mbrownshoes
Mbrownshoes / .block
Last active March 26, 2018 00:32
carey price's goals against
license: mit
We can't make this file beautiful and searchable because it's too large.
"event","goalieid","fullName","x","y"
"Shot",8475883,"Frederik Andersen",36,28
"Shot",8475883,"Frederik Andersen",75,-1
"Shot",8475883,"Frederik Andersen",73,-10
"Shot",8473461,"Steve Mason",80,-3
"Shot",8475883,"Frederik Andersen",44,21
"Shot",8475883,"Frederik Andersen",38,5
"Shot",8475883,"Frederik Andersen",47,23
"Shot",8475883,"Frederik Andersen",62,-21
"Shot",8475883,"Frederik Andersen",36,18
library(httr)
x<-GET("https://reports.bcogc.ca/ogc/f?p=200:21:12886899613740:CSV::::", set_cookies("ORA_WWV_APP_200" = "ORA_WWVx-xxxxxxxxx"))
dat<-content(x, as='parsed')
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Mbrownshoes
Mbrownshoes / index.html
Created May 17, 2018 23:06
Fish_wholesale_bc
<!DOCTYPE html>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<style>
.axis--x path {
display: none;
}
.tooltip {