Skip to content

Instantly share code, notes, and snippets.

@brgr
brgr / 00-ideavimrc
Created April 5, 2021 20:51 — forked from krisleech/00-ideavimrc
vimrc for IDEAvim plugin for IntelliJ IDEA IDE with Cursive plugin. #clojure #vim
set surround
set hlsearch
set scrolloff=3
set ignorecase smartcase
set showmode
set history=1000
set relativenumber
set number
@brgr
brgr / suedtirolerisch.tsv
Last active May 3, 2023 13:01
Südtirolerisch - Deutsch
a auch, ein
a bissl ein bisschen
a leig auf haartracht betreffend
a nettlä ettliche, viele
a posto in Ordnung
a Readl (Vinschg.) eine kurze Zeit (Weile)
a Schliafr ein Anlehnungsbedürftiger
a Soch ritzn etwas erledigen
aagnen nadeln von fichten tannen usw.
Aanaxa kleiner Traktor mit einer Achse
@brgr
brgr / font-stacks.css
Created June 2, 2023 09:53 — forked from don1138/font-stacks.css
CSS Modern Font Stacks
/* Modern Font Stacks */
/* System */
font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
/* System (Bootstrap 5.2.0) */
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* Times New Roman-based serif */
font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
@brgr
brgr / wikipedia-move-navboxes-to-top-userscript.js
Created December 19, 2023 08:37
On a Wikipedia article, move navboxes to the top of the page. Navboxes are the informative boxes with many further links on the topic, normally (but not always) at the bottom of a Wikipedia article.
// ==UserScript==
// @name Move All Navboxes to Top
// @namespace http://your.namespace.com
// @version 1.0
// @description On a Wikipedia article, move navboxes, if they exist, to the top of the page
// @author Your Name
// @match *://en.wikipedia.org/*
// @grant none
// ==/UserScript==