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
#!/usr/bin/env node | |
const generateQrCode = require('sepa-payment-qr-code'); | |
const QRCode = require('qrcode'); | |
const payload = generateQrCode({ | |
name: 'John Doe', | |
iban: 'BE71096123456769 ', | |
amount: 999999, | |
}); |
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
!block all content on homepage | |
www.youtube.com##ytd-browse[page-subtype="home"].ytd-page-manager.style-scope | |
!remove right side column suggestions | |
www.youtube.com###secondary | |
!Remove suggestion tiles at the end of a video | |
www.youtube.com##.ytp-suggestion-set.ytp-videowall-still | |
www.youtube.com##.ytp-endscreen-next.ytp-button | |
www.youtube.com##.ytp-endscreen-previous.ytp-button |
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
# Minimal LaTeX install for CS | |
texlive-bin # TeX Live binaries | |
texlive-core # TeX Live core distribution | |
texlive-science # TeX Live - Typesetting for mathematics, natural and computer sciences | |
texlive-pictures # TeX Live - Packages for drawings graphics | |
texlive-pstricks # TeX Live - Additional PSTricks packages | |
texlive-latexextra # TeX Live - Large collection of add-on packages for LaTeX (contains authblk.sty) | |
texlive-bibtexextra # TeX Live - Additional BibTeX styles and bibliography databases (contains plainurl.bst) |
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
# Drawing | |
ipe | |
geogebra | |
gimp | |
inkscape |
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
# Xorg | |
xorg-server | |
xorg-xinit | |
# Window Manager | |
i3-wm | |
i3lock | |
i3status | |
# Xorg Tools |
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
= Arch Linux step-by-step installation = | |
= http://blog.fabio.mancinelli.me/2012/12/28/Arch_Linux_on_BTRFS.html = | |
== Boot the installation CD == | |
== Create partition == | |
cfdisk /dev/sda | |
* Create a partition with code 8300 (Linux) |
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
python-pydub |
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
16:05:58 [N] ➜ scanimage -L | |
[16:05:58.923035] [bjnp] add_scanner: Scanner MF8000C Series is not supported, model is unknown! Please report upstream |
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
@-moz-document url(chrome://browser/content/browser.xhtml) | |
{ | |
#main-window, | |
browser[type="content-primary"], | |
browser[type="content"], | |
tabbrowser#content, | |
#content, | |
browser[type="content"] > html, | |
#tabbrowser-tabpanels, |