I hereby claim:
- I am futuraprime on github.
- I am futuraprime (https://keybase.io/futuraprime) on keybase.
- I have a public key ASBSIey-m8gtkXBoT1q35NtXXrArkU5wICPR5s76GkeXbwo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>A Website!</title> | |
<style type="text/css"> | |
.foo { | |
width: 50%; | |
} | |
.bar { | |
width: 50vw; |
.icon-container { | |
width: 64px; | |
height: 64px; | |
text-indent: -9999px; | |
position: relative; | |
color: #cc00aa; // the icon color is determined here | |
} | |
.icon-container canvas { | |
position: absolute; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>A Website!</title> | |
<script type='text/javascript' src="https://raw.github.com/mbostock/d3/master/d3.js"></script> | |
<style type="text/css"> | |
.rule { | |
stroke-width: 1; | |
stroke: #999; | |
} |
"hello, world"; // edit this to begin |
import re | |
import json | |
import numpy as np | |
from BeautifulSoup import BeautifulStoneSoup as Stone | |
f = open('new-basemap-borders-01.svg') | |
svg = f.read() | |
f.close() | |
soup = Stone(svg) |
javascript:(function(){window.location.href='https://web.archive.org/save/'+window.location.href;})(); |
// "data" should be an array of x,y arrays | |
// e.g.: [[0,1],[1,2],[2,3]] | |
function pearsonCorrelation(data) { | |
var n = data.length; | |
var numerator = n * | |
data.reduce(function(memo, d) { return memo + d[0] * d[1]; }, 0) - | |
data.reduce(function(memo, d) { return memo + d[0]; }, 0) * | |
data.reduce(function(memo, d) { return memo + d[1]; }, 0); |
I hereby claim:
To claim this, I am signing this object: