This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"taxonConcepts": [ | |
{ | |
"sourceIdentfier": "6205", | |
"nameAccordingTo": "NCBI Taxonomy", | |
"scientificName": "Taenia taeniaeformis", | |
"identifier": 38922083 | |
} | |
], | |
"dataObjects": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"taxonConcepts": [ | |
{ | |
"nameAccordingTo": "WORMS Species Information (Marine Species)", | |
"scientificName": "Leptograpsus", | |
"identifier": 29178778 | |
}, | |
{ | |
"sourceIdentfier": "2421051", | |
"nameAccordingTo": "Species 2000 & ITIS Catalogue of Life: Annual Checklist 2010", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Url","Type","Title","Publisher Place","Publisher","Date","Authors","Volume","Language","Pages" | |
"http://www.biodiversitylibrary.org/page/12836712","Monograph/Item","Amphibia and reptiles, by Hans Gadow.","London,","Macmillan and co., limited,","1901","Gadow, Hans, 1855 -1928","","English","" | |
"http://www.biodiversitylibrary.org/page/18108555","Monograph/Item","The animal parasites of man / H. B. Fantham, J. W. W. Stephens, F. V. Theobald","New York :","W. Wood,","1920","Braun, Maximilian Gustav Christian Carl, 1850 -1930","","English","Page xvi" | |
"http://www.biodiversitylibrary.org/page/18109082","Monograph/Item","The animal parasites of man / H. B. Fantham, J. W. W. Stephens, F. V. Theobald","New York :","W. Wood,","1920","Braun, Maximilian Gustav Christian Carl, 1850 -1930","","English","Page 484" | |
"http://www.biodiversitylibrary.org/page/18109121","Monograph/Item","The animal parasites of man / H. B. Fantham, J. W. W. Stephens, F. V. Theobald","New York :","W. Wood,","1920","Braun, Maximili |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$html = mb_convert_encoding($html, 'UTF-8', 'HTML-ENTITIES'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To ensure local CouchDB database is externally accessible first go to the configuration page | |
http://localhost:5984/_utils/config.html | |
and change bind_address (httpd section) from 127.0.0.1 to 0.0.0.0 then restart | |
CouchDB. | |
To confirm, use command | |
lsof -i -n -P | grep LISTEN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "_design/lookup", | |
"_rev": "2-2763d098bce604230bfc247ca06cba05", | |
"language": "javascript", | |
"indexes": { | |
"all": { | |
"index": "function(doc) {\n if (doc.title)\n {\n index(\"title\", doc.title, {\"store\": \"yes\"});\n }\n }" | |
} | |
} | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Compiled Object files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://admin:password@localhost:5984/_replicate -H 'Content-Type: application/json' -d '{ "source": "afd", "target": "https://admin:[email protected]/afd" , "proxy":"http://wwwcache.gla.ac.uk:8080"}' | |
replace "admin" and "password" by username and password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://admin:password@localhost:5984/_replicate -H 'Content-Type: application/json' -d '{ "source": "afd", "target": "https://admin:[email protected]/afd" , "proxy":"http://wwwcache.gla.ac.uk:8080"}' |
OlderNewer