Skip to content

Instantly share code, notes, and snippets.

View tildejustin's full-sized avatar

tildejustin

View GitHub Profile
import os
import time
from typing import TextIO
class Element:
containing_class: str
signature: str
official_name: str
intermediary_name: str
#SingleInstance, force
#IfWinActive Minecraft ; stolen from sophie
; perspective
j::F5
F5::return
; hotkeys
m::1
,::2
# Copyright (c) 2023 tildejustin
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all
@tildejustin
tildejustin / sisterseedremover.py
Last active April 21, 2023 13:32
Removes sister seeds from a given list and writes to "<filename>_filtered_sisters.txt" in the script's directory
# Copyright (c) 2023 tildejustin
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all
@tildejustin
tildejustin / sisterseeds.py
Last active February 21, 2023 04:00
generates all sister seeds of an inputted seed and stores them in "<seed>_sisters.txt"
# Copyright (c) 2023 tildejustin
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all
@tildejustin
tildejustin / wbterm.py
Last active February 12, 2025 00:03
Worldbopper but it doesn't make a log file every time
# originally by Specnr
# edited to use terminal output
# parallelization stolen from jojoe
import glob
from concurrent import futures
import os
import shutil
INST_FOLDER = r"C:\Users\justi\AppData\Roaming\PrismLauncher\instances"
@tildejustin
tildejustin / fontfix.css
Created August 9, 2022 03:59
obsidian-things font sizing fix snippet
body {
--font-adaptive-normal: var(--font-text-size) !important;
}
html {
font-size: !important;
}
body {
--preview-font-size: !important;