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
| const citekeys = { | |
| "[1512.04150] learning deep features for discriminative localization": "151204150LearningDeep", | |
| "numerical investigation of the flow properties of he ii": "aarts-dewaele-1994", | |
| "tensorflow: large-scale machine learning on heterogeneous distributed systems": "abadiTensorFlowLargeScaleMachine2016", | |
| "aerodynamic technologies to improve aircraft performance": "abbas-devicente-valero-2013", | |
| "drag reduction via turbulent boundary layer flow control": "abbas-etal-2017", | |
| "theory of wing sections: including a summary of airfoil data": "abbott-doenhoff-2012", | |
| "scaling and intermittency in turbulent flows of elastoviscoplastic fluids": "abdelgawad-cannon-rosti-2023", | |
| "modulation of near-wall turbulence in the transitionally rough regime": "abderrahamanelena-etal-2019", | |
| "analysis of anisotropically permeable surfaces for turbulent drag reduction": "abderrahamanelena-garciamayoral-2017", |
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
| use std::fs::File; | |
| use std::io::Read; | |
| fn main() { | |
| let total: u64 = { | |
| let mut contents = String::new(); | |
| File::open("02.txt").expect("FATAL: Failed to open a.txt.") | |
| .read_to_string(&mut contents).expect("FATAL: Failed to read contents of a.txt."); | |
| contents | |
| } |
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
| \documentclass{article} | |
| \usepackage{fontspec} | |
| \setmainfont{Linux Libertine O} | |
| \usepackage[russian, american]{babel} | |
| \usepackage{csquotes} | |
| \usepackage[style=apa, backend=biber]{biblatex} | |
| \begin{filecontents*}[overwrite]{\jobname.bib} | |
| @article{pangDeepLearningAnomaly2022, |
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
| { | |
| "translatorID": "e7243cef-a709-4a46-ba46-1b1318051bec", | |
| "label": "Citavi 5 XML", | |
| "creator": "Philipp Zumstein, Tomasz Najdek", | |
| "target": "xml", | |
| "minVersion": "3.0", | |
| "maxVersion": "", | |
| "priority": 100, | |
| "configOptions": { | |
| "dataMode": "xml/dom", |
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
| <?xml version="1.0" encoding="utf-8" ?> | |
| <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"> | |
| <linkset> | |
| <html:link rel="localization" href="toolkit/global/wizard.ftl" /> | |
| </linkset> | |
| <script src="chrome://global/content/customElements.js"></script> | |
| <script> | |
| // const { extensions, defaults } = window.arguments[0] | |
| const extensions = ['pdf', 'docx'] | |
| const defaults = { |
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
| <?xml version="1.0" encoding="utf-8" ?><window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"><linkset><html:link rel="localization" href="toolkit/global/wizard.ftl"/></linkset><script src="chrome://global/content/customElements.js"></script><script>// const { extensions, defaults } = window.arguments[0] | |
| const extensions = ['pdf', 'docx'] | |
| const defaults = { pdf: 'import' } | |
| const config = { | |
| icon: { | |
| ignore: '\u1F6AB', | |
| attach: '\u1F4BE', | |
| link: '\u1F517', | |
| import: '\u1F5C2', |
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
| var { install, onMainWindowLoad, onMainWindowUnload, shutdown, startup, uninstall } = (() => { | |
| var __create = Object.create; | |
| var __defProp = Object.defineProperty; | |
| var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | |
| var __getOwnPropNames = Object.getOwnPropertyNames; | |
| var __getProtoOf = Object.getPrototypeOf; | |
| var __hasOwnProp = Object.prototype.hasOwnProperty; | |
| var __esm = (fn, res) => function __init() { | |
| return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res; | |
| }; |
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
| function a0_0x4c19(){var _0x185144=['nodeType','count','decodeText','filter','source','Error\x20running\x20export','A&T\x20\x22Export\x20to\x20DEVONThink\x22\x20is\x20not\x20active.','sticky','ATTRIBUTE','(?:','chars','Bearer\x20','default','currentApplication','legacy','processInfo','An\x20error\x20was\x20suppressed\x20during\x20disposal.','rawData','nameStart','Stop','static','char','NSMutableURLRequest','DOCUMENT','pop','displayGroupSelector','dataWithContentsOfURL','div','attributeTokenPool','displayAlert','label','Please\x20provide\x20a\x20collection/item\x20URI','URLWithString','__assign','application/javascript','asyncIterator','endsAncestorAt','number','stack','<tr>','includeStandardAdditions','entries','index','critical','toUpperCase','<a\x20href=\x22','call','replace','Object\x20not\x20disposable.','</tr>','sourceEnd','99981hQklJo','getter','constructor','none','initWithUTF8String','createEntityDecoder','Zotero\x20is\x20not\x20online.\x20Is\x20extensions.zotero.httpServer.localAPI.enabled\x20set\x20 |
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
| print('zotero-live-citations 7569117') | |
| local mt, latest = pandoc.mediabag.fetch('https://retorque.re/zotero-better-bibtex/exporting/zotero.lua.revision') | |
| latest = string.sub(latest, 1, 10) | |
| if '7569117' ~= latest then | |
| print('new version "' .. latest .. '" available at https://retorque.re/zotero-better-bibtex/exporting') | |
| end | |
| do | |
| local _ENV = _ENV |
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
| print('zotero-live-citations bc894b4') | |
| local mt, latest = pandoc.mediabag.fetch('https://retorque.re/zotero-better-bibtex/exporting/zotero.lua.revision') | |
| latest = string.sub(latest, 1, 10) | |
| if 'bc894b4' ~= latest then | |
| print('new version "' .. latest .. '" available at https://retorque.re/zotero-better-bibtex/exporting') | |
| end | |
| do | |
| local _ENV = _ENV |
NewerOlder