I hereby claim:
- I am pscheid92 on github.
- I am pscheid92 (https://keybase.io/pscheid92) on keybase.
- I have a public key ASDfhLhO6FpvIQggieTeUfqNccxk-MsgcCm-Hg-e1qyVjQo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name ZEIT ePaper – Natural Pinch & Pan | |
| // @namespace github.com/YOURNAME | |
| // @description Fixes unintuitive gestures: pinch zooms via toolbar buttons, two-finger scroll pans the page. | |
| // @version 4.0.0 | |
| // @match https://epaper.zeit.de/webreader-v3/* | |
| // @run-at document-idle | |
| // @grant none | |
| // ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
| % | |
| % As found on StackOverflow: | |
| % https://tex.stackexchange.com/questions/238898/in-line-graphics-in-text-to-represent-a-loading-bar-for-language-skills-in-a-cv | |
| % | |
| \documentclass{report} | |
| \usepackage{tikz} | |
| \definecolor{frontColor}{rgb}{0.22,0.45,0.70} % light blue |
| #!/usr/bin/env python3 | |
| import os | |
| import re | |
| import subprocess | |
| import sys | |
| import urllib.request | |
| # Global configuration dictionary | |
| # |
| [Unit] | |
| Description=Removes files older than 7 days from trash | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/home/dummy_user/.bin/empty_trash.sh | |