├── LICENSE ├── Makefile ├── README.markdown ├── README.pdf ├── README.tex ├── geohash.c ├── geohash.h └── geohash_test.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/Makefile -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/README.markdown -------------------------------------------------------------------------------- /README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/README.pdf -------------------------------------------------------------------------------- /README.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/README.tex -------------------------------------------------------------------------------- /geohash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/geohash.c -------------------------------------------------------------------------------- /geohash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/geohash.h -------------------------------------------------------------------------------- /geohash_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simplegeo/libgeohash/HEAD/geohash_test.c --------------------------------------------------------------------------------