This file has been truncated, but you can view the full file.
This file contains 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": 0, | |
"firstname": "78cf97e3-ae91-44cc-8c3b-e80cda5a2567" | |
}, | |
{ | |
"id": 1, | |
"firstname": "79cc6c95-a214-4962-a66b-67b3ccf2f50c" | |
}, | |
{ |
This file contains 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
{ | |
"aa": "afar", | |
"aa-aa": "afar", | |
"ab": "abkhazian", | |
"ab-ab": "abkhazian", | |
"abk": "abkhazian", | |
"abkhazian": "abkhazian", | |
"aca": "acadian", | |
"acadian": "acadian", | |
"acadien": "acadian", |
This file contains 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
{ | |
"Onsager's Conjecture in Bounded Domains for the Conservation of Entropy and Other Companion Laws": "Onsager's conjecture in bounded domains for the conservation of entropy and other companion laws", | |
"Proceedings of the LREC 2010 Workshop on New Challenges for NLP Frameworks": "Proceedings of the LREC 2010 workshop on new challenges for NLP frameworks", | |
"Software Framework for Topic Modelling with Large Corpora": "Software framework for topic modelling with large corpora", | |
"Proceedings of the Symposium on Artificial Intelligence and Programming Languages": "Proceedings of the symposium on artificial intelligence and programming languages", | |
"Proceedings of the International Conference on Software Engineering": "Proceedings of the international conference on software engineering", | |
"The Application of Theorem Proving to Question Answering": "The application of theorem proving to question answering", | |
"Proceedings of the Fall Joint Computer Conference": "Proceedings of the fall joint computer confe |
This file contains 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
<?xml version="1.0"?> | |
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> | |
<?xml-stylesheet href="chrome://global/skin/global.css"?> | |
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero/skin/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero/skin/zotero.css"?> | |
<?xml-stylesheet href="chrome://zotero-platform/content/overlay.css"?> | |
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/error-report.css" type="text/css"?> | |
<!DOCTYPE window [ |
This file contains 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
<?xml version="1.0"?> | |
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> | |
<?xml-stylesheet href="chrome://global/skin/global.css"?> | |
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero/skin/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero/skin/zotero.css"?> | |
<?xml-stylesheet href="chrome://zotero-platform/content/overlay.css"?> | |
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/error-report.css" type="text/css"?> | |
<!DOCTYPE window [ |
This file contains 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
<?xml version="1.0"?> | |
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> | |
<?xml-stylesheet href="chrome://global/skin/global.css"?> | |
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero/skin/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero/skin/zotero.css"?> | |
<?xml-stylesheet href="chrome://zotero-platform/content/overlay.css"?> | |
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/preferences.css"?> | |
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/error-report.css" type="text/css"?> | |
<!DOCTYPE window [ |
This file contains 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
const tasks={ | |
a:{ | |
job:function(){console.log("Tasks A running")}, | |
dependency:["c","b"] | |
}, | |
b:{ | |
job:function(){console.log("Tasks B running")}, | |
dependency:[] | |
}, | |
c:{ |
This file contains 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
const tasks={ | |
a:{ | |
job:function(){console.log("Tasks A running")}, | |
dependency:["c","b"] | |
}, | |
b:{ | |
job:function(){console.log("Tasks B running")}, | |
dependency:[] | |
}, | |
c:{ |
This file contains 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
{ | |
"manifest_version": 2, | |
"name": "Zotero Debug Bridge", | |
"version": "2.0.0", | |
"description": "Zotero Debug Bridge", | |
"applications": { | |
"zotero": { | |
"id": "[email protected]", | |
"update_url": "https://github.com/retorquere/zotero-debug-bridge/releases/download/release/updates.json", | |
"strict_min_version": "6.999", |
This file contains 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
<vbox> | |
<html:link href="chrome://zotero-better-bibtex/skin/preferences.css" type="text/css" rel="stylesheet"/> | |
<html:style>label { border 2px solid red; }</html:style> | |
<popupset> | |
<tooltip id="tooltip-bibtexURL"> | |
<description>&better-bibtex.Preferences.export.fields.doi-and-url.warning;</description> | |
</tooltip> | |
<tooltip id="tooltip-jabrefFormat"> | |
<description>&better-bibtex.Preferences.export.jabrefFormat.warn;</description> | |
</tooltip> |