Skip to content

Instantly share code, notes, and snippets.

View rxw1's full-sized avatar
☠️

rxw1

☠️
  • Upper Silesia, Germany
View GitHub Profile
@rxw1
rxw1 / linux-network-routing.md
Last active March 17, 2019 03:21
Linux Network Routing
@rxw1
rxw1 / cVimrc
Last active December 17, 2022 13:24
cVimrc
site '*://*/*' {
unmap x
unmap p
unmap o
}
site '*://mail.google.com/*' {
unmap e
unmap j
unmap k
unmap c
@rxw1
rxw1 / spinoza.tex
Created May 5, 2018 21:36
Rationalism vs. Empiricism
\begin{tikzpicture}[grow cyclic, text width=2.3cm, align=flush center, outer sep=0.5cm,
level 1/.style={level distance=3.3cm,sibling angle=180},
level 2/.style={level distance=3.3cm,sibling angle=45},
level 3/.style={level distance=3.3cm,sibling angle=45}]
\tikzstyle{blue} = [text=MidnightBlue]
\tikzstyle{red} = [text=WildStrawberry]
\tikzstyle{book} = [font=\itshape]
\node(root){17. 18. Jahrhundert}
@rxw1
rxw1 / sort-rate-delete.sh
Created April 18, 2018 10:26
Rate Sort Delete
#!/usr/bin/env zsh
music=/mnt/unsort/storage/music
playing=$music/$(mpc -f %file% current)
case $1 in
rate)
if [[ $2 -ge 0 ]] && [[ $2 -lt 6 ]]; then
mpc sticker "$(mpc -f %file% current)" set rating $2
fi
@rxw1
rxw1 / mdcolors.sh
Last active May 23, 2018 01:31
Get hex values and color names for Googles Material Design Color Palette
#!/usr/bin/env zsh
curl -s https://material.io/guidelines/style/color.html |\
pup 'div.col-list section.module-module-module.col-3:nth-last-of-type(n+2) div span text{}' |\
awk '/^[A-Z][a-z]+/{cat=$0} /^[A]{0,1}[0-9]{2,3}/{shade=$0} /^#[0-9A-F]{6}/ {printf("%4s, %-11s, %s\n",shade,cat,$0)}' |\
cat -n |\
sort -t, -k3 |\
tac |\
uniq -f1 |\
sort -nk1 |\
@rxw1
rxw1 / n.sh
Created January 24, 2018 04:08
number pyramid
#!/usr/bin/env zsh
n=(
" 1 * 8 + 1"
" 12 * 8 + 2"
" 123 * 8 + 3"
" 1234 * 8 + 4"
" 12345 * 8 + 5"
" 123456 * 8 + 6"
" 1234567 * 8 + 7"
Abel, G., Zur philosophischen Aktualität Montaignes, in: Allgemeine Zeitschrift für Philosophie, 2/1993.
Adriaanse, H.J., Montaigne en religie, in: Wijsgerig Perspectief op Maatschappij en Wetenschap, 33/1, 1992/93.
Adriaanse, H.J., Zum Beispiel Montaigne, in: Internationale Zeitschrift für Philosophie, 1/1996.
Bailly, A., Montaigne, Paris 1942.
Balmer, H.-P., Montaigne und die Kunst der Frage. Grundzüge der “Essais”, Tübingen 2008.
Baltzer, U., "Über das Üben". Essais als Aneignung des Fremden, in: Philosophie. Ethik, 2/1999.
Barnouw, A.J., Montaigne's Braziliaansch Slangeliedje, in: Tijdschrift voor Nederlandsche Taal- en Letterkunde, 1913.
Bencivenga, E., The Discipline of Subjectivity. An Essay on Montaigne, Princeton 1990.
Bimbenet, E., Les Essais de Montaigne dans leurs rapports avec la législation moderne, Orléans 1864.
Bippus, H.-P., In der Theologie nicht bewandert? Montaigne und die Theologie, Tübingen 2000.
@rxw1
rxw1 / virusscan.sh
Created May 30, 2017 14:55
clamscan wrapper
function now () {
if [[ $1 == "Y" ]]
then
shift
y="%Y"
else
y="%y"
fi
case $1 in
(h) shift
Master Numbers
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33
Life Number (Day of Birth)
05/31/1982: 5 + 4 + 2 => 11
11
Expression Number
1 2 3 4 5 6 7 8 9
A B C D E F G H I
@rxw1
rxw1 / Usage
Created June 8, 2016 01:51 — forked from eidantoei/Usage
Generate GIF animation randomly
$ ls -1 ??.jpg
10.jpg
12.jpg
14.jpg
16.jpg
18.jpg
20.jpg
22.jpg
24.jpg
26.jpg