Skip to content

Instantly share code, notes, and snippets.

View youngchief-btw's full-sized avatar
👋
chat with me!

YoungChief youngchief-btw

👋
chat with me!
View GitHub Profile
@Firepup6500
Firepup6500 / mf-adblock.js
Last active March 18, 2024 06:46
mf-adblock 0.7: A Tamper Monkey Adblocker
// ==UserScript==
// @name mf-adblock
// @namespace none
// @version 0.7
// @description A basic anti-adblock workaround that can remove or click elements on a website
// @author DerFichtl, with major improvements by Firepup650
// @match https://*/*
// @icon https://getadblock.com/favicon.ico
// @grant none
// @noframes
@youngchief-btw
youngchief-btw / youngchief_pgp_pub.pem
Last active October 28, 2021 01:32
My public PGP key
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBGFg6O8BEADLeSDiB8u/qE95Uqi+qsAAPzG3sT7Ryh8RZU4PYm1HmZzk5r5z
n10bC0vMu1a1xanBgFgmAHjK+Y36cuIQbl4vwyUPDKaqezQXI/2nyHA+X3LZ8zGo
Voy0fYXVkToqhFG9OPbHUERfJCo9UYtk8RLX05ze+VNRWsYWqSbzPldQFaw5HU+8
QPDvYHFZ0jEzaTRnnd5ZNgxpheNTP1z0KjLWA737UuE/RHtuue37jWl0vGANREKo
ro4fNBuzrJ/PxrCREj/ZKTgqz0xJ4YseJqp7G4djZ/inVsGzarRwOQZ63VdyCj95
rEl/VXtbgpYWaV/qhocglEXXaGMQD5qoJyzh8j6HWZKCBnHiBDscdNCZiTV6VfoK
xMnKbgi73IHzMeIRrbhwVzXKcIKVlUbVyM8yXKaXwjh8CZAWoxIcd7BABFJnVL0n
oSnCusSX+Az4qdv8ZiV6r2slXnLGz646TBtmDN61p8Bac0E0EzG6Ywellr3MATE/
@jdah
jdah / .vimrc
Created June 14, 2021 11:54
jdh's NeoVim .vimrc
call plug#begin()
Plug 'drewtempelmeyer/palenight.vim'
Plug 'vim-airline/vim-airline'
Plug 'wlangstroth/vim-racket'
Plug 'sheerun/vim-polyglot'
Plug 'rust-lang/rust.vim'
Plug 'preservim/tagbar'
Plug 'universal-ctags/ctags'
Plug 'luochen1990/rainbow'
Plug 'vim-syntastic/syntastic'
@Kas-tle
Kas-tle / merge.sh
Last active January 22, 2023 02:45
Merge GeyserOptionalPack With Existing Resource Pack
: ${1?'Please specify an input resource pack in the same directory as the script (e.g. ./merge.sh MyResourcePack.zip)'}
# ensure jq is installed
if command jq --version 2>/dev/null | grep -q "1.6"; then
printf "\e[32m[+]\e[m \e[37mDependency jq satisfied\e[m\n"
echo
else
echo "Dependency jq-1.6 is not satisfied"
echo "You must install jq-1.6 before proceeding"
echo "See https://stedolan.github.io/jq/download/"
@aboutdavid
aboutdavid / public.pgp
Last active September 30, 2023 17:02
My public PGP key
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQGNBGUYUR0BDADBJLypjHStJIuYGk+8eIQMoBqRzUSalgGmQsfcffKG476wqRi6
3jcf5UseuttaqpTLeb92CA8JF98JkmScTisRLgBHkJk13BJLBmY6byIueT+//MGR
RLj2aNVW2irmd5sTULKzGFQ+0EfbLUPm+oXYl6LU7kEKZInwp671+Xmehax0ldON
sGAfsJiJp3xBM6FvxA8LplRWqL3Mhbh/pfLA6SMTgG8Ig4W6sNQ12LWsfhK/HHMb
gUCSujlr7g5Ffl80v2PIgXX5NUHHyHxV+Y2qKcn2PJlgkvlICZZuGiO9p6pI69De
l7UoqCUjhkfRTLgls5lPJrzZMK4SozRkHVUJ/D7/Humj8aPNmCnfcKnb9ZVsKBpH
fTNjiFPZoe03ILR7wrCFfsalqF5fpKDuzc5gs4AnHiOQRm13Z0NU5KtrhcRVItcy
qe1Ig0ZQiDrLiLFwpZ6lA9x6ZtnhrGVtYWOmSvjsnPMMksZkn5Xyew7c/jheYPhm

Keybase proof

I hereby claim:

  • I am aboutdavid on github.
  • I am aboutdavid (https://keybase.io/aboutdavid) on keybase.
  • I have a public key ASCepr-g9NOR8BjZpA26FMsHxbSXRYoxADtvU_Yx8KFMQgo

To claim this, I am signing this object:

@geerlingguy
geerlingguy / minecraft.yml
Created September 24, 2020 18:01
Minecraft installation on Kubernetes via Ansible and Helm
# Minecraft Server deployment for Kubernetes clusters via Ansible's Helm module.
#
# The Helm module is part of the Kubernetes collection. Install it with:
#
# ansible-galaxy collection install community.kubernetes
#
# Then run the playbook:
#
# ansible-playbook main.yml
#
@trentwiles
trentwiles / img.php
Created July 8, 2020 12:33
Image Proxy
<?php
/*
Image proxy in the works.
*/
$image = $_GET['url'];
@geerlingguy
geerlingguy / pi-general-benchmark.sh
Last active March 23, 2024 02:38
Raspberry Pi Benchmark Suite - Phoronix
#!/bin/bash
#
# Benchmark script for Raspberry Pi OS.
#
# WARNING: This script is meant to be run as the root user.
# This script should never be run on a system/partition you
# care about. You should only run this on a system that you
# intend to use only for benchmarking and can reinstall or
# re-flash easily.
#
@aurelienbottazini
aurelienbottazini / Glitch CodeMirror
Last active April 29, 2020 19:33
Vim support for Glitch.com
// ==UserScript==
// @name Glitch Vim
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add Vim to Glitch CodeMirror editor
// @author Aurélien Bottazini
// @match https://glitch.com/edit/
// @grant none
// To use with https://www.tampermonkey.net/
// Add a user script and in settings set Run at: document start