Skip to content

Instantly share code, notes, and snippets.

View LeeThompson's full-sized avatar

Lee Thompson LeeThompson

  • Renton, WA
View GitHub Profile
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active August 11, 2025 04:53
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@pirate
pirate / docker-compose-backup.sh
Last active July 7, 2025 07:31
Backup a docker-compose project, including all images, named and unnamed volumes, container filesystems, config, logs, and databases.
#!/usr/bin/env bash
### Bash Environment Setup
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
# https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
# set -o xtrace
set -o errexit
set -o errtrace
set -o nounset
set -o pipefail
@abraxas86
abraxas86 / itchIoCollectionToCsv.user.js
Last active August 6, 2025 22:16
Export collecitons on itch.io as csv files
// ==UserScript==
// @name Itch Collection CSV Exporter
// @namespace https://github.com/abraxas86/tampermonkey-scripts/blob/main/itch.io/
// @version 4.5
// @description Scroll down to the bottom of your collection, click the button, get CSV of your collection!
// @author Abraxas86
// @match https://itch.io/c/*
// @match https://itch.io/my-purchases
// @match https://itch.io/b/*
// @match https://itch.io/bundle/*