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:
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 | |