greencardamom

Results 5 issues of greencardamom

Given this JSON input from Wikimedia API: `{"continue":{"rvcontinue":"20200405152120|949275285","continue":"||"},"query":{"pages":{"63572550":{"pageid":63572550,"ns":0,"title":"Romanian major","revisions":[{"user":"Enc\u00e6clop\u00e6dius"}]}}}}` And this Awk command: ` awk -ijson 'BEGIN{jsonin=readfile("json.txt"); print jsonin; gsub("\\\\u", "\\\\u", jsonin); if( query_json(jsonin, jsona) >= 0) {print jsona["query","pages","63572550","revisions","1","user"]}}'` It...

A version of dump() that displays the literal array: function dump(array, prefix, i,j,c,a,k,s,sep) { for(i in array) { j = i c = split(i, a, SUBSEP, sep) for(k = 1;...

The Google Store link is 404. I use a lot would be a shame to loose it. Is there a way to install a plugin from a GitHub clone? Other...

Main site: https://webarchive.nrscotland.gov.uk Example archive: https://webarchive.nrscotland.gov.uk/20170409044816/http://www.gov.scot/Resource/Doc/285746/0087034.pdf Example API: https://webarchive.nrscotland.gov.uk/timemap/http://www.gov.scot/Resource/Doc/285746/0087034.pdf

The docker image contains a very outdated version of _/app/archivenow/handlers/is_handler.py_ There are three versions of this file: The one in Docker (original), the one in pip install (more updates), and...