Skip to content

Instantly share code, notes, and snippets.

View langmap.json
{
"aa": "afar",
"aa-aa": "afar",
"ab": "abkhazian",
"ab-ab": "abkhazian",
"abk": "abkhazian",
"abkhazian": "abkhazian",
"aca": "acadian",
"acadian": "acadian",
"acadien": "acadian",
View strings.json
{
"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
View ErrorReport-7.xul
<?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 [
View ErrorReport-7.xul
<?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 [
View ErrorReport-7.xul
<?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 [
View async.js
const tasks={
a:{
job:function(){console.log("Tasks A running")},
dependency:["c","b"]
},
b:{
job:function(){console.log("Tasks B running")},
dependency:[]
},
c:{
View sync.js
const tasks={
a:{
job:function(){console.log("Tasks A running")},
dependency:["c","b"]
},
b:{
job:function(){console.log("Tasks B running")},
dependency:[]
},
c:{
View manifest.json
{
"manifest_version": 2,
"name": "Zotero Debug Bridge",
"version": "2.0.0",
"description": "Zotero Debug Bridge",
"applications": {
"zotero": {
"id": "debug-bridge@iris-advies.com",
"update_url": "https://github.com/retorquere/zotero-debug-bridge/releases/download/release/updates.json",
"strict_min_version": "6.999",
View preferences.xhtml
<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>
View preferences.css
#better-bibtex-export-list listheader { padding-left: 0px; }
#better-bibtex-export-list listitem { padding-left: 20px; }
#better-bibtex-export-list listitem.export-state-error { background:url("auto-export/error.svg") center left no-repeat; background-size: 18px 18px;}
#better-bibtex-export-list listitem.export-state-pending { background:url("auto-export/pending.svg") center left no-repeat; background-size: 18px 18px;}
#better-bibtex-export-list listitem.export-state-running { background:url("auto-export/running.svg") center left no-repeat; background-size: 18px 18px;}
#better-bibtex-export-list listitem.export-state-done { background:url("auto-export/done.svg") center left no-repeat; background-size: 18px 18px;}
.scrollable {
overflow: auto;
}