Category: Uncategorized
-
OpenStreetMap claims map vandalism traced to Google IP range – Update
OpenStreetMap claims map vandalism traced to Google IP range – Update: Bogus changes to the OpenStreetMap maps in London and New York have, according to members of the OpenStreetMap board, been traced to a Google IP range and they want an explanation from Google
-
article: “Stepping up from XML::Simple to XML::LibXML”
Stepping up from XML::Simple to XML::LibXML I applied this (and a little more) in order to migrate my table_pdf2csv.pl , and of course I like it much better now. From there I will easily create more nice utilities.
-
Perl-XML FAQ on XML::XPathScript
http://perl-xml.sourceforge.net/faq/#xml_xpathscript https://metacpan.org/module/XML::XPathScript… is a stylesheet language similar in many ways to XSLT (in concept, not in appearance), for transforming XML from one format to another … https://metacpan.org/pod/XML::XPathScript::Stylesheet
-
on 2012-01-03 Google changed the XML for their address books, and that breaks jruby
At first I thought, it breaks XmlSimple or REXML, but everything is fine with MRI ruby, just jruby (up until 1.6.5.1) is concerned. Before then Google Contacts had their German “umlauts” (ä, ö, ü, Ä, Ö, Ü) and the German “sz” i.e. “ß” represented as “ä” (for ä) etc. In the middle of that day…