- Cleopatra's Pool
- Ploutonion
- the Lascaux paintings
" Start plugins | |
""""""""""""""" | |
call plug#begin('~/.config/nvim/plugged') | |
" One Dark theme | |
Plug 'joshdick/onedark.vim' | |
" Automatic syntax for a bunch of languages | |
Plug 'sheerun/vim-polyglot' | |
" Detect editorconfig file | |
Plug 'editorconfig/editorconfig-vim' |
tsc -p jsconfig.json --allowJs --checkJs --outDir ~/Desktop/ts-out | grep -v 'can only be used in a .ts file' |
import * as ts from "typescript"; | |
import * as Lint from "tslint"; | |
export class Rule extends Lint.Rules.AbstractRule { | |
public static FAILURE_STRING = "Prefer keyCode to key or code"; | |
public apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] { | |
return this.applyWithWalker(new PreferKeyCodeWalker(sourceFile, this.getOptions())); | |
} | |
} |
function kinopioExtension() { | |
let dataAttr = 'data-kinopio-extension-by-dnrvs' | |
function processCard(container, node, text) { | |
// Clean out old nodes | |
container.querySelectorAll(`[${dataAttr}]`).forEach(n => n.remove()) | |
// Clone the real one |
__ __ ______ __ __ ______ | |
/\ \_\ \ /\ ___\ /\ \ /\ \ /\ __ \ | |
\ \ __ \ \ \ __\ \ \ \____ \ \ \____ \ \ \/\ \ | |
\ \_\ \_\ \ \_____\ \ \_____\ \ \_____\ \ \_____\ | |
\/_/\/_/ \/_____/ \/_____/ \/_____/ \/_____/ | |
__ __ ______ ______ __ _____ | |
/\ \ _ \ \ /\ __ \ /\ == \ /\ \ /\ __-. | |
\ \ \/ ".\ \ \ \ \/\ \ \ \ __< \ \ \____ \ \ \/\ \ | |
\ \__/".~\_\ \ \_____\ \ \_\ \_\ \ \_____\ \ \____- | |
\/_/ \/_/ \/_____/ \/_/ /_/ \/_____/ \/____/ | |
local function encode_table(tbl) | |
return cjson.encode(tbl) | |
end | |
local function decode_table(str) | |
return cjson.decode(str) | |
end | |
local shared_state_spec = { |
1. Sign up for an Audiokinetic account and download the Wwise Launcher by registering for Non-commercial use here: https://www.audiokinetic.com/pricing/#non-commercial |