Skip to content

Instantly share code, notes, and snippets.

@IainMNorman
IainMNorman / Earth Curvature Bulge Calculator.markdown
Created February 26, 2016 13:52
Earth Curvature Bulge Calculator

Earth Curvature Bulge Calculator

This simple bit of code will tell you how much the earth bulges due to the curvature of the earth over a given distance. This approximation assumes the earth is a perfect sphere with a constant radius of 6,371km.

A Pen by iainmnorman on CodePen.

License.

@IainMNorman
IainMNorman / dabblet.css
Created November 9, 2012 13:55
CSS bar graph (SO)
/**
* CSS bar graph (SO)
*/
.graph {
width: 50px;
height: 50px;
border: 1px solid #aeaeae;
background-color: #eaeaea;
}
.bar {