View Single Post
Posts: 88 | Thanked: 411 times | Joined on Mar 2010 @ southern Italy
#4
Example: how to extract bookmarked positions from saved files:

Code:
cat gps-20150106-002425.txt |
   grep 1$ |
   ruby -n -e 'r=$_.split; puts "#{Time.at(r.first.to_i/1000)}:  http://maps.google.com/maps?q=#{r[1]},#{r[2]}  (#{r[3]} km/hr)"'
2015-01-06 00:25:36 +0100: http://maps.google.com/maps?q=40.780963,14.573216 (22.3 km/hr)


Example: let world+dog know your position:
  • - activate GPStuff
  • - click on "Bookmark/copy position"
  • - switch to Sailfish main screen
  • - swipe from down (activates messaging and Twitter)
  • - begin writing a tweet: "I'm currently here: "
  • - press the Paste icon
  • - send
 

The Following User Says Thank You to alfmar For This Useful Post: