Skip to content

Instantly share code, notes, and snippets.

11:05:40.020 [ refine-standard-recon] Service error for text: primo moroni
Job code: {"query":"primo moroni","type":"/people/person","type_strict":"should"}
Response: {} (408ms)
11:05:40.020 [ refine-standard-recon] Service error for text: alessandro manzoni
Job code: {"query":"alessandro manzoni","type":"/people/person","type_strict":"should"}
Response: {} (0ms)
11:05:40.020 [ refine-standard-recon] Service error for text: carmelo bene
Job code: {"query":"carmelo bene","type":"/people/person","type_strict":"should"}
Response: {} (0ms)
GLIOMA - Molecular Mechanisms of Glioma Genesis and Progression <li style="border-right: solid 50px #30FF30">205819 - GLIOMA - Molecular Mechanisms of Glioma Genesis and Progression<ul><li id="for:value:component:_fp7_project_id">info:eu-repo/grantAgreement/EC/FP7/205819</li></ul></li>
<dc:date>2010-09-27T11:56:41Z</dc:date>
<dc:date>2010-09-27T11:56:41Z</dc:date>
<dc:date>2010-04-27</dc:date>
@atomotic
atomotic / full.md
Last active February 1, 2024 14:23
opac sbn api

full.json

http://opac.sbn.it/opacmobilegw/full.json?bid={BID}

--

➜  ~  http "http://opac.sbn.it/opacmobilegw/full.json?bid=IT%5CICCU%5CRAV%5C2002745"
HTTP/1.1 200 OK
Connection: close
Content-Type: application/json;charset=UTF-8
@atomotic
atomotic / Readme.md
Last active September 9, 2022 09:39
Internet Archive Save Page Now
@atomotic
atomotic / gist:c3d9c3c6ef8210664371
Last active September 25, 2015 16:34
get the latest snapshot url archived by internetarchive waybackmachine

add to your .zshrc/.bashrc this function (jq is required)

function ia-latest() { curl -s http://archive.org/wayback/available\?url=$* | jq -r '.archived_snapshots.closest.url' }

run

$ ia-latest http://twitter.com/atomotic
http://web.archive.org/web/20131230143739/https://twitter.com/atomotic
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@atomotic
atomotic / 0_reuse_code.js
Last active August 29, 2015 14:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console