Author: johayek
-
listing a Jenkins CI folder recursively
https://github.com/JochenHayek/misc – pls find my script here! First I wrote this as a Shell script … calling XMLStarlet resp. SaxonHE (for XPath) and curl (for retrieving the Jenkins details as XML files). $ …/jenkins_find_jobs.sh https://integration.wikimedia.org/ci folder … freeStyleProject … matrixProject … The listing is quite helpful for documentational purposes. I was really proud on my little achievement…
-
RELAX-NG / jing-trang is “now” on github
https://github.com/relaxng/jing-trang https://github.com/relaxng/jing-trang/wiki https://github.com/relaxng/jing-trang/wiki/How-to-build-from-source
-
file extension NSX – Synology DiskStation Manager exported note
http://www.file-extensions.org/nsx-file-extension-synology-diskstation-manager-exported-note actually a .zip file containing JSON files – I format them nicely through jq: https://stedolan.github.io/jq/ the JSON comes with attributes ctime and mtime in seconds, “that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, not counting leap seconds“: https://en.wikipedia.org/wiki/Unix_time – AKA POSIX time or Epoch time as the JSON syntax does…
-
how do I pair my Polar V800 with the Polar Flow app on my Android smartphone?
http://support.polar.com/en/support/how_do_i_pair_my_polar_v800_with_the_polar_flow_app Problem: My V800 did not find my smartphone. Solution: Keep the Polar Flow app running on my Android smartphone.
-
GNU coreutils: date input formats: seconds since the Epoch
http://www.gnu.org/software/coreutils/manual/html_node/Seconds-since-the-Epoch.html $ date ‘+%Y-%m-%d-%H-%M-%S’ –date=@SECONDS
-
no comments in JSON – but …
http://JSON.org But why don’t you add a new name/value pair, the “value” being the comment, the “name” being a name for that comment, make it rather short, if that fits in your context.
-
an XQuery recipe: generating lots of documents in a single XQuery run …
http://www.gnu.org/software/qexo/XQ-Gen-XML.html – search there for “Generate all the HTML output files“! … by putting them in a single large XML object – then use a post-processor to split this into separate files. (Alright this isn’t really a true “single XQuery run” approach. But it is close enough.) With Saxon-HE there is no way to write to separate text…
-
my Jenkins start-up script works with Java7 – but not with Java8
http://stackoverflow.com/questions/28665783/starting-https-jenkins-server-on-127-0-0-1 https://wiki.wocommunity.org/display/documentation/Installing+and+Configuring+Jenkins – I will have to look into the description of httpsKeyStore etc, once I will decide to run Jenkins using Java8 instead of Java7 My Synology Diskstation DS713+ has successfully hosted Jenkins1 resp. Jenkins2 for several months now. Today I found, there is a Java8 “package” available for my Synology Diskstation DS713+. I installed it.…
-
Xidel – yet another HTML/XML/JSON data extraction tool
Xidel is a command line tool to download html/xml pages and extract data from them using CSS 3 selectors, XPath 3 expressions or pattern-matching templates. http://www.videlibri.de/xidel.html https://en.wikipedia.org/wiki/XQuery – I am “watching” the changes on this article, and somebody just added Xidel, that’s how I came across Xidel Cygwin’s and Fink’s repository do not have Xidel, but Xidel’s…