I hereby claim:
- I am mattjdavidson on github.
- I am mattjdavidson (https://keybase.io/mattjdavidson) on keybase.
- I have a public key ASBILq5muxyvWSMLRD8FKw_8pGp17vhD1FX-a5OJAccaIAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Script for installing tmux on systems where you don't have root access. | |
| # tmux will be installed in $HOME/.local/bin. | |
| # It's assumed that wget and a C/C++ compiler are installed. | |
| # Script has been modified from @ryin gist https://gist.github.com/ryin/3106801 | |
| # exit on error | |
| set -e |
$ cat ~/.bin/docker-undangle
#!/bin/bash
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)| """ | |
| export PYTHONSTARTUP=~/.startup.py | |
| """ | |
| print("(.startup.py)") | |
| import collections, datetime, itertools, math, os, pprint, re, sys, time | |
| print("(imported collections, datetime, itertools, math, os, pprint, re, sys, time)") | |
| pp = pprint.pprint |
| scoop install sudo | |
| scoop install aria2 | |
| scoop bucket add extras | |
| scoop bucket add nerd-fonts | |
| scoop bucket add nonportable | |
| scoop install 7zip | |
| scoop install audacity | |
| scoop install authy | |
| scoop install brave |
| scoop install sudo | |
| scoop install aria2 | |
| scoop bucket add extras | |
| scoop bucket add nerd-fonts | |
| scoop bucket add nonportable | |
| scoop install 7zip | |
| scoop install audacity | |
| scoop install authy | |
| scoop install brave |
| #!/usr/bin/env python | |
| import math | |
| import os | |
| import sys | |
| from io import BytesIO, IOBase | |
| def peter_prime(n): | |
| sum_so_far = 0 |
| #!/bin/bash | |
| CONFIG_DIR="$HOME/.config/blocklists" | |
| HOSTS_FILE="/etc/hosts" | |
| DEFAULT_IP="0.0.0.0" | |
| ACTION="block" | |
| LIST_NAME="" | |
| DRYRUN=false | |
| CHANGED_DOMAINS=() |