Forgot your password?
typodupeerror

Comment Re:Everything old is new again (Score 1) 491

Battery technology is far from being advanced enough to make trolleybuses obsolete. 30 miles may be enough to most commuter, but not for buses which should be running non-stop during peak hours. New trolleybuses route have been created, for example the Silver Line in Boston. http://en.wikipedia.org/wiki/S...

Comment Google has an API to their data (Score 1) 39

Which is used by Chrome and Firefox to provide w3C geolocation support. You can call like the following example:

> curl "https://maps.googleapis.com/maps/api/browserlocation/json?browser=firefox&sensor=true&wifi=mac:00-14-bf-28-80-69|ssid:10160|ss:-26&wifi=mac:00-26-50-38-ca-11|ssid:2WIRE084|ss:-69"

{
"accuracy" : 27.0,
"location" : {
"lat" : 37.32097479999999,
"lng" : -122.0276630
},
"status" : "OK"
}

Slashdot Top Deals

"Religion is something left over from the infancy of our intelligence, it will fade away as we adopt reason and science as our guidelines." -- Bertrand Russell

Working...