This is an old revision of the document!
Need to compare Geoloqi vs. OpenPaths. An interesting iPhone app is Abvio. (Example map.)
import cgi print "Content-Type: text/html" print cgi_fields = cgi.FieldStorage() for i in cgi_fields.keys(): print "%s -> %s<br />" % ( i, cgi_fields[i] )
Test Data corresponding to ?t=1333556881
{"past":[new google.maps.LatLng(37.458023,-121.908165), new google.maps.LatLng(37.437016,-121.919182), new google.maps.LatLng(37.420177,-121.924469), new google.maps.LatLng(37.420067,-121.964455), new google.maps.LatLng(37.401611,-122.028145)], "past_str":["I was here about an hour ago.", "I was here about an hour ago.", "I was here about an hour ago.", "I was here about an hour ago.", "I was here about an hour ago."], "future":[new google.maps.LatLng(37.390911,-122.029518), new google.maps.LatLng(37.388912,-122.036926), new google.maps.LatLng(37.386475,-122.042130), new google.maps.LatLng(37.401272,-122.068802)], "future_str":["I will be here in about 28 minutes, around 9:55am.", "I will be here in about four hours, around 1:24pm.", "I will be here in about six hours, around 3:45pm.", "I will be here in about six hours, around 3:49pm."], "text":"I was here about an hour ago.", "clue":"Added 6 rows in 1.711s. OpenPaths took 1.629s. Removed 18 points. Used one week history. Prediction took 0.015s."}
Maybe use https://www.greplin.com/ to search them all?