Skip to content

Instantly share code, notes, and snippets.

@XxUnkn0wnxX
XxUnkn0wnxX / run.zsh
Last active November 5, 2025 21:27
A macos (x64 & ARM) script to run satisfactory-modeler better
#!/usr/bin/env zsh
# Quick launcher for Satisfactory Modeler with Hi-DPI flags
# Place this script in the same folder as modeler.jar and run it directly.
# Always launches DETACHED so Terminal can be closed immediately.
set -euo pipefail
# --- locate script dir and jar ---
SCRIPT_PATH=${0:A}
SCRIPT_DIR=${SCRIPT_PATH:h}
@XxUnkn0wnxX
XxUnkn0wnxX / p5mate_toolkit.py
Last active November 1, 2025 13:10
A toolkit to try & test why p5mate pro refuses to talk when in bootloader mode, ensure hidapi installed via pip
#!/usr/bin/env python3
"""Interactive HID test harness for the PS5Mate Pro."""
from __future__ import annotations
import sys
import time
from dataclasses import dataclass
from pathlib import Path
from typing import Callable, Iterable, Optional
@XxUnkn0wnxX
XxUnkn0wnxX / Black Butler S05E11.ass
Created June 14, 2025 18:31
His Butler, Much Unknown
[Script Info]
Title: English (US)
Original Translation:
Original Editing:
Original Timing:
Synch Point:
Script Updated By:
Update Details:
ScriptType: v4.00+
Collisions: Normal
[Script Info]
Title: English (US)
Original Translation:
Original Editing:
Original Timing:
Synch Point:
Script Updated By:
Update Details:
ScriptType: v4.00+
Collisions: Normal
<tp-yt-paper-dialog style-target="host" role="dialog" tabindex="-1" class="style-scope ytd-popup-container" prevent-autonav="true" modern="" style="outline: none; position: fixed; top: 308.34px; left: 1348.5px; box-sizing: border-box; max-height: 1007px; max-width: 3120px; z-index: 2202;">
<!--css-build:shady-->
<!--css-build:shady-->
<yt-dialog-view-model dialog="true" class="ytDialogViewModelHost ytDialogViewModelResetSpacing" tabindex="-1">
<dialog-layout class="yt-spec-dialog-layout yt-spec-dialog-layout--dialog-layout-responsive" style="">
<div class="yt-spec-dialog-layout__dialog-layout-container">
<div class="yt-spec-dialog-layout__dialog-layout-content">
<div class="yt-spec-dialog-layout__dialog-layout-content-inner">
<span>
<upsell-view-model class="ytUpsellViewModelHost ytUpsellViewModelHostNoPadding">
@XxUnkn0wnxX
XxUnkn0wnxX / Dropbox.txt
Last active December 22, 2024 12:48
Apple FIles Dropbox Link
https://www.dropbox.com/scl/fi/euqwblxaehg3px4mz7lsl/Kernel_Debug_Kit_15.3_build_24D5034f.dmg?rlkey=bgn7ganrtnzkyxvbi4h4kz1ip&dl=0
@XxUnkn0wnxX
XxUnkn0wnxX / Mato Seihei no Slave - 10.vtt
Created March 7, 2024 18:03
Mato Seihei no Slave - 10 (.vtt)
WEBVTT
STYLE
::cue{font-weight:bold;background: none;text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0px 1px black, 1px 0px black;}
::cue(.Q0){font-family:"Swis721 BT" ,Arial; font-size:1em; color:yellow;}
::cue(.Q1){font-size:1em; font-family:"Freehand471 BT" ,"Times New Roman"; color:#FFFFFF;}
::cue(.Q2){font-family:"Staccato555 BT" ,"Times New Roman"; color:#d99466; font-size:1.5em;}
::cue(.Q3){color:#9ae49c; font-size:1.5em; font-family:"Staccato555 BT" ,"Times New Roman";}
::cue(.Q4){font-family:"Staccato555 BT" ,"Times New Roman"; font-size:1.32em; color:#ffa57d;}
::cue(.Q5){font-family:"Staccato555 BT" ,"Times New Roman"; color:#ffa57d; font-size:1.5em;}
@XxUnkn0wnxX
XxUnkn0wnxX / Mato Seihei no Slave - 10.ass
Created March 7, 2024 18:01
Mato Seihei no Slave - 10 (.ass)
[Script Info]
; Script generated by Aegisub 3.3.3
; http://www.aegisub.org/
Title: English (US)
ScriptType: v4.00+
WrapStyle: 0
PlayResX: 1920
PlayResY: 1080
ScaledBorderAndShadow: yes
YCbCr Matrix: TV.709
@XxUnkn0wnxX
XxUnkn0wnxX / mars-maps.sh
Last active October 16, 2023 10:20
macOS runtime script for trickster-is-weak/Surviving-Maps
#!/usr/bin/env zsh
# Set custom environment variables
export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home" # set your java 17 home path
export PATH="/usr/local/opt/gradle@7/bin:$PATH" # set your gradle 7 path
# Get the directory where the script is located
script_dir=$(dirname "$0")
# Change the current working directory to the script's directory
@XxUnkn0wnxX
XxUnkn0wnxX / nzbtomedia.log
Created December 7, 2020 10:27
Warning logs, nzbtomedia
/Users/USER/Apps/nzbToMedia/eol.py:148: LifetimeWarning: Python 2.7 is no longer supported.
warnings.warn(msg, LifetimeWarning)
[21:05:00] [INFO]::MAIN: Loading config from [/Users/USER/Apps/nzbToMedia/autoProcessMedia.cfg]
[21:05:00] [INFO]::MAIN: Python v2.7 reached end of life 341 days ago.
[21:05:00] [WARNING]::MAIN: Please upgrade to a more recent Python version.
[21:05:00] [INFO]::MAIN: Checking database structure...
[21:05:00] [DEBUG]::MAIN: Checking Initial Schema database upgrade
[21:05:00] [DEBUG]::MAIN: InitialSchema upgrade not required
[21:05:00] [DEBUG]::MAIN: Checking if we can use git commands: "/usr/local/bin/git" version
[21:05:00] [DEBUG]::MAIN: Executing "/usr/local/bin/git" version with your shell in /Users/USER/Apps/nzbToMedia