Skip to content

Instantly share code, notes, and snippets.

View Gesugao-san's full-sized avatar
💭
⌈Wired Sound for Wired People⌋

Gesugao-san

💭
⌈Wired Sound for Wired People⌋
View GitHub Profile
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created December 14, 2021 11:48
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, December 14, 2021, 12:47:58 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.1.1.0]: 0Harmony(2.1.1), HarmonyMod(1.1.1)
Core(Ludeon.RimWorld): (no assemblies)
Expanded Prosthetics and Organ Engineering(Ykara.EPOE): (no assemblies)
Rimsenal - Security pack(rimsenal.security): (no assemblies)
Storage Solutions(cucumpear.storage): (no assemblies)
Rimsenal - Storyteller pack(rimsenal.storyteller): (no assemblies)
Configurable Mental Breaks(nmeijer.configurablementalbreaks): 0Harmony(av:2.1.1,fv:2.0.0.10), ConfigurableMentalBreaks(1.0.0)
Vanilla Traits Expanded(VanillaExpanded.VanillaTraitsExpanded): VanillaTraitsExpanded(1.0.0.1)
@blluv
blluv / decrypt.py
Last active November 4, 2023 06:39
HighFleet seria_enc decrypt
f = open("./english.seria_enc", "rb")
data = list(f.read())
a = 0
b = 2531011
while a < len(data):
data[a] = (b ^ (b >> 15) ^ data[a]) & 0xff
b += 214013
@Gesugao-san
Gesugao-san / exclude_fl_from_firewall.bat
Created October 26, 2021 07:02
For "FL Studio Producer Edition 20.8.3.2304 Signature Bundle [En]"
@REM From: https://stackoverflow.com/a/10665562
@REM Path: "C:\Windows\System32\drivers\etc\hosts"
@ECHO OFF
ECHO MAKE SURE YOU ARE RUNNING THIS UNDER ADMIN PRIVILEGES!
SET NEWLINE=^& echo.
SET HOSTS="%WINDIR%\System32\drivers\etc\hosts"
FIND /C /I "support.image-line.com" %HOSTS%
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 support.image-line.com>>%HOSTS%
@Gesugao-san
Gesugao-san / README.md
Last active June 21, 2024 10:20
Open in WBM (v2.0, bookmarklet)

Requirements

  • Google Chrome with latest version (mine is: 94).

Maybe:

  • Microsoft Windows 10 (mine is: 20H2);
@Gesugao-san
Gesugao-san / wbm_v1_bookmarklet.js
Last active June 21, 2024 10:20
Open in WBM (v1.0, primitive bookmarklet)
javascript:(() => {
return console.log("Moved to https://github.com/Gesugao-san/archive-wbm-save-addons");
})();
@Awoocado
Awoocado / Routes.md
Last active January 24, 2025 08:07
Discord protocol routes

Home

User profile: discord://-/users/:userID example: discord://-/users/224619540263337984

Friends list: discord://-/channels/@me

Stage Discovery: discord://-/discovery/

Games Library: discord://-/library/

Store: ( redirects to nitro tab )

@GodderE2D
GodderE2D / discord_official_domains.md
Created September 7, 2021 09:48
List of Discord Official Web Domains

Discord Official Web Domains

Listed below are the web domains that Discord currently own. If you see a link sending you to a domain that claims is a "Discord owned website", check if it is one of the below domain names! If it's not, assume it's a scam and report it.

Note: This is not an exhaustive list, there may be some missing domains that Discord owns, but there are no domains listed here that aren't owned by Discord.

@Gesugao-san
Gesugao-san / list_remotes.cmd
Last active August 18, 2021 08:29
This script will loop through subdirs in current dir and log it's git remotes to log file.
@ECHO OFF
CLS
ECHO ******************
ECHO Moved to: https://github.com/Gesugao-san/list_remotes
ECHO ******************
PAUSE
EXIT /B %ERRORLEVEL%
@d3noob
d3noob / .block
Last active October 16, 2024 02:22
Simple vertical tree diagram using v7
license: mit