#Geohash OCaml https://demo.mro.name/geohash.cgi/u154

Marcus Rohrmoser efacb9795c deg,min,sec++ před 1 rokem
bin 1756ff91cd Merge branch 'ma' into dede před 1 rokem
doc 65a27b2f94 release prep před 1 rokem
lib efacb9795c deg,min,sec++ před 1 rokem
public 65a27b2f94 release prep před 1 rokem
res f1edfa8f7d CSP friendly without unsafe-inline but separate files. před 3 roky
test efacb9795c deg,min,sec++ před 1 rokem
.gitignore d83996f128 initial před 4 roky
Change.txt 6c9381e28c CSP friendly před 1 rokem
Changelog.txt 65a27b2f94 release prep před 1 rokem
LICENSE d83996f128 initial před 4 roky
Makefile 73f0fda85f - opam++, dune++, Makefile-- před 1 rokem
README.md 221ab40d52 example.com, see https://news.ycombinator.com/item?id=26491851 před 3 roky
deploy.sh ed8e71a03e fiddle před 3 roky
doap.rdf da038e7dcd add another mirror před 4 roky
dune-project 545c908a91 minimum compiler version also for the executable, not just the lib. https://github.com/ocaml/opam-repository/pull/23762#pullrequestreview-1492578187 před 1 rokem
geohash.opam b2568b07fa thanks @mseri, this is the fix as suggested in https://github.com/ocaml/opam-repository/pull/23762#discussion_r1214005372 před 1 rokem
geohash_bin.opam 545c908a91 minimum compiler version also for the executable, not just the lib. https://github.com/ocaml/opam-repository/pull/23762#pullrequestreview-1492578187 před 1 rokem
gpx.rnc 9674e1fd3e Add a RelaxNG schema converted from https://www.topografix.com/GPX/1/1/gpx.xsd via http://debeissat.nicolas.free.fr/XSDtoRNG.php, manually cleaned and finally normalised via trang http://web.archive.org/web/20100314025346/http://jing-trang.googlecode.com/files/trang-20091111.zip. před 4 roky
gpx.rng 9674e1fd3e Add a RelaxNG schema converted from https://www.topografix.com/GPX/1/1/gpx.xsd via http://debeissat.nicolas.free.fr/XSDtoRNG.php, manually cleaned and finally normalised via trang http://web.archive.org/web/20100314025346/http://jing-trang.googlecode.com/files/trang-20091111.zip. před 4 roky
release.txt 65a27b2f94 release prep před 1 rokem

README.md

geohash

Convert WGS84 lat/lon pairs to Gustavo Niemeyers Geohash and back. Web and commandline, 🐪, statically linked, single-file, zero-config.

See also

Install / Update

If the webserver is Apache (Linux 64 bit, set up and running, module cgi enabled):

  1. Download http://purl.mro.name/Linux-x86_64/geohash.cgi
  2. copy this single file to your webspace,
  3. set it's file permissions (chmod) to numeric 555 (readonly + executable for all),
  4. visit in your browser: http://example.com/subdir/geohash.cgi

done!

Design Goals

Quality very good good normal irrelevant
Functionality ×
Reliability ×
Usability ×
Efficiency ×
Changeability ×
Portability ×

Mirrors

see doap.rdf