- The 9 Most Overlooked Threats to a Marriage | Kelly M. Flanagan
- America’s fear of black rage: Why tragic NYPD shootings are so misunderstood – Salon.com
- A Brave New Modernism, Part 2: Dubai – Core77
- If I Admit That ‘Hating Men’ Is a Thing, Will You Stop Turning It Into a Self-Fulfilling Prophecy?
- Readers Choose the Top 10 Scientific American Stories of 2014 | Observations, Scientific American Blog Network
- Best photographs of 2014 – in pictures | Art and design | The Guardian
- On Nerd Entitlement
- The 25 Worst (Best) Spelling Mistakes on Twitter | The Poke
- Why the Bone Clocks was one of 2014’s cleverest new novels – Vox
- The Things I Just Accepted | Leading Geeks
Download the official Twitter app here
- sql – Convert unsigned int to signed int through google BigQuery – Stack Overflow
- Austin Kleon on Twitter: "A reader’s manifesto: http://t.co/5IfRReiJfB http://t.co/GDaxDsjwcS"
RT @austinkleon: A reader’s manifesto:
- 33 thoughts on reading
- Golang BigQuery example
- Geometry on the Sphere: Google’s S2 Library – Google Slides
- Proximity Search in GO Appengine. – Google Groups
- s2 – GoDoc
package s2
import "github.com/golang/geo/s2"Package s2 implements types and functions for working with geometry in S² (spherical geometry).
Its related packages, parallel to this one, are s1 (operates on S¹), r1 (operates on ℹ) and r3 (operates on ℳ).
This package provides types and functions for the S2 cell hierarchy and coordinate systems. The S2 cell hierarchy is a hierarchical decomposition of the surface of a unit sphere (S²) into “cellsâ€; it is highly efficient, scales from continental size to under 1 cm² and preserves spatial locality (nearby cells have close IDs).
A presentation that gives an overview of S2 is https://docs.google.com/presentation/d/1Hl4KapfAENAOf4gv-pSngKwvS_jwNVHRPZTTDzXXn6Q/view.
- golang/geo
The S2 Geometry Library is a spherical geometry library, useful for manipulating
regions on the sphere (commonly on Earth) and indexing geographic data.See http://godoc.org/github.com/golang/geo/s2 for documentation.
For an analogous library in C++, see http://code.google.com/p/s2-geometry-library/.
- s2 – GoDoc
Package s2 implements types and functions for working with geometry in S² (spherical geometry).
Its related packages, parallel to this one, are s1 (operates on S¹), r1 (operates on ℹ) and r3 (operates on ℳ).
This package provides types and functions for the S2 cell hierarchy and coordinate systems. The S2 cell hierarchy is a hierarchical decomposition of the surface of a unit sphere (S²) into “cellsâ€; it is highly efficient, scales from continental size to under 1 cm² and preserves spatial locality (nearby cells have close IDs).
A presentation that gives an overview of S2 is https://docs.google.com/presentation/d/1Hl4KapfAENAOf4gv-pSngKwvS_jwNVHRPZTTDzXXn6Q/view.
- dynamodb-geo/pom.xml at master · awslabs/dynamodb-geo
- Cannot "brew update" anymore – fails to git pull formulas · Issue #11448 · Homebrew/homebrew
git reset –hard origin/master
- Source Checkout – s2-geometry-library-java – Java library for spherical math – Google Project Hosting
Digest powered by RSS Digest