rickrich
rickrich
If I set "q=http N42+57.245+W77+03.530" instead of "q=N42+57.245+W77+03.530" and I apply this patch: $ diff -c index.html newmap.html *** index.html 2015-06-03 16:07:36.133169972 -0500 --- newmap.html 2015-06-03 16:10:03.356963102 -0500 *************** ***...
I need DD MM.MMM for geocaching!
Here's one way: function parse_location() { var address = document.getElementById("searchbox").value; ``` // Degree decimal - // N 45.123456 W 93.123456 var deg = /^([nNsS]) *(\d+)\.(\d+) +([eEwW]) *(\d+)\.(\d+) *$/; var match...
http://www.rkkda.com/tmp/classic.html I note that streetview with targets (pins) works on this map. Maybe its just a javascript switch that has to be thrown.
CUPS is running, tho: $ systemctl status cups ● cups.service - CUPS Scheduler Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2016-03-13 16:12:18 CDT; 3 days...
$ root pip uninstall cloudprint The directory '/home/rick/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and...
Thanks! https://github.com/google/cups-connector/wiki/Install did the trick. Sorry, Jason.
I use Fedora 24. On Sat, Feb 11, 2017 at 7:12 PM, Marcos H. Alano wrote: > @rickrich > Hi! > On Ubuntu you have the package 'cloudprint-service' which creates...
I would try and fix ALL warnings if it was my project.
First one: char tbuf[10] should be, say, char tbuf[16].