Skip to content

Instantly share code, notes, and snippets.

View exurd's full-sized avatar
☃️

exurd exurd

☃️
View GitHub Profile
@exurd
exurd / tubeup.ipynb
Created June 13, 2025 19:48
Jupyter notebook for tubeup, a multi-VOD service to Archive.org uploader (https://github.com/bibanon/tubeup)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@exurd
exurd / custard.user.js
Last active May 13, 2025 21:49
Custom GitHub profile CSS by creating `.custard/style.css` in your special repository.
// ==UserScript==
// @name custard
// @namespace exurd.custard
// @version 4
// @description custom github profile css
// @author exurd
// @match https://github.com/*
// @connect raw.githubusercontent.com
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant GM_addStyle
@exurd
exurd / FixBrowser 0.1 Acid Tests.md
Created December 25, 2024 12:07
Acid Tests on FixBrowser 0.1 (Windows)

Acid1

acid1 test on fixbrowser 0.1 (windows)

Acid2

acid2 test on fixbrowser 0.1 (windows)

Acid3

acid3 test on fixbrowser 0.1 (windows)

Links

@exurd
exurd / stemsFromMIDI_BaWaMI.bat
Last active December 18, 2024 13:57
Windows batch script to generate/convert a MIDI file to multiple stems from BaWaMI, a Basic Waveform MIDI Soft-synth by SomethingUnreal (Robbi-985)
BaWaMI /console /multimute 123456789abcdef /writewavonly [.\MIDI_FILE-track1.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 023456789abcdef /writewavonly [.\MIDI_FILE-track2.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 013456789abcdef /writewavonly [.\MIDI_FILE-track3.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 012456789abcdef /writewavonly [.\MIDI_FILE-track4.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 012356789abcdef /writewavonly [.\MIDI_FILE-track5.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 012346789abcdef /writewavonly [.\MIDI_FILE-track6.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 012345789abcdef /writewavonly [.\MIDI_FILE-track7.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 012345689abcdef /writewavonly [.\MIDI_FILE-track8.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 012345679abcdef /writewavonly [.\MIDI_FILE-track9.wav] "MIDI_FILE.mid"
BaWaMI /console /multimute 012345678abcdef /writewavonly [.\MIDI_FILE-track10.wav] "MIDI_FILE.mid"
@exurd
exurd / median_limiteds.py
Last active June 15, 2024 20:52
Roblox Python Script: Find median price for resellable limiteds
import requests
import time
import statistics
def medianPrice(CollectibleItemId):
itemReq = requestSession.get(f"https://apis.roblox.com/marketplace-sales/v1/item/{CollectibleItemId}/resellers?cursor=&limit=100")
#print(playerReq)
list = []
if itemReq.ok:
itemJson = itemReq.json()
@exurd
exurd / Roblox_HighJump_WithGears.ahk
Last active June 15, 2024 20:52
Roblox AutoHotKey Script: Switching from a jump increase gear (537436448) to a gravity changing gear (16688968) mid-jump causes a massive height boost.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Q::
SendInput {3}
Sleep, 200
SendInput {2}
@exurd
exurd / Roblox_QuickReset.ahk
Last active June 15, 2024 20:52
Roblox AutoHotKey Script: Quickly reset your character in games with no quick reset support
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
r::
SendInput {Esc}
Sleep, 4
SendInput {R}
Sleep, 4
SendInput {Enter}
@exurd
exurd / roblox_badgeids_allicanfind.txt.gz
Last active September 16, 2024 06:08
List of all Roblox Player Badge IDs that I could find. 6.5 million lines; gzip compressed due to large size.
This file has been truncated, but you can view the full file.
@exurd
exurd / playrandommeme.py
Last active February 9, 2025 00:16
Python Script from 2022: This script plays a random meme after a random amount of time has passed. (Replicates this: https://vm.tiktok.com/ZM8ET3DhM/)
import pygame # pip install pygame
import glob
import random
from random import randint
import time
pygame.mixer.init()
soundfiles = glob.glob("memes/*.mp3") # grab mp3s in a folder called memes. you can use 'yt-dlp -f 251 -x --audio-format mp3 -o %(id)s.%(ext)s [LINK TO YT]' to download memes
while True:
@exurd
exurd / Apple 240p30.json
Last active December 17, 2023 02:27
Removed Handbrake Preset - Apple 240p30 (for iPods)
{
"PresetList": [
{
"AlignAVStart": false,
"AudioCopyMask": [
"copy:aac"
],
"AudioEncoderFallback": "aac",
"AudioLanguageList": [
],