Sometimes I have to put text on a path

Tuesday, July 5, 2011

mandelbrot-tiles.appspot: google app engine and Go (programming language); demos/examples;Go on App Engine makes it possible to deploy efficient, CPU-intensive web applications

Start with this "ex-ample": 
http://mandelbrot-tiles.appspot.com/


Very good "ex-ample" of the use of maps.google for image viewer (and with image generator).


See also this" Go ex-ample":
http://ex-ample.blogspot.com/2011/07/moustachioappspot-google-app-engine-and.html

------source
http://code.google.com/p/appengine-go/source/browse/example/

Get a local copy of the appengine-go repository with this command (clone with mercurial):
http://code.google.com/p/appengine-go/source/checkout


When you download the SDK (go_appengine_sdk_darwin_386-1.5.0.zip) and install on your local hard disk,
in the menu demos, the source is in  go-mandelbrot.


-157 lines of Go:
http://code.google.com/p/appengine-go/source/browse/example/mandelbrot/mandelbrot/mandelbrot.go
-90lines of HTML:
http://code.google.com/p/appengine-go/source/browse/example/mandelbrot/map.html

-------Google Maps/Google Earth APIs

No comments:

Post a Comment