Skip to content

Instantly share code, notes, and snippets.

View pscheid92's full-sized avatar

Patrick Scheid pscheid92

View GitHub Profile
@pscheid92
pscheid92 / keybase.md
Last active January 7, 2021 18:46
Proof of identity for keybase.io

Keybase proof

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:

@pscheid92
pscheid92 / snippet.tex
Created January 24, 2019 10:06
Skill Grading Dots code snippet for LaTeX
%
% 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
@pscheid92
pscheid92 / loadDailyRStudio.py
Created March 18, 2017 20:30
cron.daily script for installing RStudio daily build on Fedora
#!/usr/bin/env python3
import os
import re
import subprocess
import sys
import urllib.request
# Global configuration dictionary
#
@pscheid92
pscheid92 / empty_trash.service
Last active March 18, 2017 15:00
systemd timer to clean your trash daily
[Unit]
Description=Removes files older than 7 days from trash
[Service]
Type=oneshot
ExecStart=/home/dummy_user/.bin/empty_trash.sh