Skip to content

Instantly share code, notes, and snippets.

View SpeedyFolf's full-sized avatar
🦊

Speedy the Folf SpeedyFolf

🦊
View GitHub Profile
@Endermanch
Endermanch / swag.py
Created August 20, 2025 15:28
Swag and unswag your IP address
def swag(ip: str) -> int:
parts = ip.strip().split('.')
if len(parts) != 4:
raise ValueError("Invalid IPv4 address: must have 4 octets")
total = 0
for i, p in enumerate(parts):
@Joshimuz
Joshimuz / attendeestuff.md
Last active February 23, 2026 18:02
GTAMarathon IRL 2025 Stuff

THIS IS 2025'S GUIDE, 2026 GUIDE IS HERE

GTA Marathon IRL 2025 Attendee Guide

GTA Marathon is going IRL for the first time! Taking place in the University of Portsmouth's Eldon Building in England between the 7th and 11th of April 2025. It's a mixed On-site and Online Speedrun marathon, featuring both the best of people in person and from those who can't attend online!

Important Information For International Travellers!

Rules regarding free and open travel to the UK change on the 2nd of April 2025 (5 days before the event!)

Please use this UK visa checking tool on the UK government website to get all the information you need. We highly recomm

Joshimuz's GTA:SA 20th Anniversary Any% Community Race Details

It's time for the third ever community race! Previously with over 400 sign ups and over 130 finishers, making it the largest GTA:SA Speedrun Race ever (again), it's time to celebrate the 20th anniversary of the game's release with what will hopefully be the biggest race weekend ever!

This time, there's two races! A 100% race on Saturday the 26th of October by the 100% SA speedrun community LINK TO THAT RACE HERE (which you should join if you want to try a 100% speedrun!) and my race which is the usual Any%/whatever category you want to do race, happening the day after on Sunday the 27th of October. SIGN UP NOW LINK HERE:

Just finished your run, or had to stop somewhere, or couldn't start and want to rant about it? Fill in the FINISHERS FORM

Got some really cool moments from your run that didn't make it to the official broadcast? Subm

You should add some blocked terms at https://dashboard.twitch.tv/settings/moderation/blocked-terms so you never have to see those bot spam messages in the chat

Best viewers on
Best Vie̮wers on
Bestͮ Vie͐wers ̷on
B̟est Viewers on
B͟est Viewers on
Cheap viewers on
Cheap Viewers o͒
Cheap Viewers o͒n

Pokemon Red Glitchless Classic Guide

Carbos Strategies for this route (click to unfold)

Speed DV | Strategy used | Alternate strategies | |
-------- | -------------------------- | -------------------- | - | -

@ThioJoe
ThioJoe / Get_All_Shell_Folder_Shortcuts.ps1
Last active April 12, 2025 09:48
Fetches all shell folders from Windows Registry and creates a shortcut to each, while attempting to determine the proper name and icon. Also outputs CSV file with results.
# NOTE - THIS SCRIPT IS NOW OBSOLETE - SEE MY OTHER REPO FOR A MUCH MORE COMPREHENSIVE TOOL: https://github.com/ThioJoe/Windows-Super-God-Mode
# Get All Shell Folder Shortcuts Script (Updated 8/10/2024)
# Original source: https://gist.github.com/ThioJoe/16eac0ea7d586c4edba41b454b58b225
# This PowerShell script is designed to find and create shortcuts for all special shell folders in Windows.
# These folders can be identified through their unique Class Identifiers (CLSIDs) or by their names.
# The script also generates CSV files listing these folders and associated tasks/links.
# How to Use:
# 1. Open PowerShell and navigate to the path containing this script using the 'cd' command.
@DJHero2903
DJHero2903 / 1-mega-cool-streaming-tools.md
Last active January 23, 2025 23:42
DJHero2903's Streaming Tips and Tricks.

DJHero2903's Mega Cool Streaming Tools

  • StreamElements Chatbot A free chat bot, alerts, overlays, loyalty system, and more.
  • Streamer.bot A free, locally hosted, and extremely customizable chat bot.
  • OBS Studio Open source streaming and recording software for Windows, MacOS, and Linux.
  • SE Live The Official StreamElements plugin for OBS Studio.
  • Touch Portal Allows you to use your phone or tablet like a Elgato StreamDeck.
  • pixelchat.tv Lots of different types of overlays are available here.
  • onrizon.tv Be right back screen games for Twitch chat.
  • isaiahcreati bot Channel points text to the speech bot and more.
@WolfwithSword
WolfwithSword / blocked_terms
Last active September 10, 2024 21:56
Twitch Blocked Terms List
I want to offer promotion
Wanna become famous?
followonbot
skintrevor.fun
addviewers
@timonsku
timonsku / disable-folder-discovery.reg
Created March 4, 2024 01:07
Disable Windows folder disovery feature via Registry Key that forces every folder to be a misc folder
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"