CMake manpages are about the most verbose manpages on the planet.
All I wanted to do was import an external project and customise the build options without having to go and add files into the child project / patch them / whatever.
Getting copies of annual returns and company information from Companies House is easy. Searching the data in those returns isn’t quite so easy.
CH use a PDF format (PDF/A, akin to fax) that ensures maximum compatability.
For S3 logging, awstats needs its LogFormat set up in the following manner:
%other %extra1 %time1 %host %logname %other %method %url %methodurl %code %other %extra2 %bytesd %other %extra3 %refererquot %uaquot %other %other %other %other %other %virtualname %other Amazon’s documentation is available here
See the UI here
Following on from here and here, this is just putting together a couple of blocks from bl.ocks.org to plot data from the PhysioNet site.
Read converting PhysioNet JSON to CSV to import other data sets.
PhysioNet data is available in binary (dat) form but their web site also provides records in JSON.
These records include samples / measurements from 12-lead ECGs recorded at 1ksps.
To convert these to CSV we can use the ol’ jq: