Skip to content

Instantly share code, notes, and snippets.

View Lord-Memester's full-sized avatar
🧠
i love you, and so should you

Meme Lord-Memester

🧠
i love you, and so should you
  • 09:15 (UTC -05:00)
View GitHub Profile
@Lord-Memester
Lord-Memester / Unzip_and_delete.reg
Last active January 7, 2025 19:39 — forked from FarisHijazi/Unzip_and_delete.reg
7zip: Unzip and delete context menu. Registry entry and .bat file for windows context menu "unzip and delete" command. instead of needing to unzip, then delete an archive manually
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Unzip and delete]
"icon"="C:\\Program Files\\7-Zip\\7zG.exe"
[HKEY_CLASSES_ROOT\*\shell\Unzip and delete\command]
@="\"<PATH TO>\\unzip_and_delete.bat\" \"%1\""
@csaben
csaben / create_conda_env.md
Created March 8, 2024 20:18
tortoise-tts rtx 3090 cuda 12.0 env setup
conda create --name tortoise python=3.9 numba inflect
conda activate tortoise
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
pip install transformers==4.29.2
git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts
python setup.py install
@SteveGotthardt
SteveGotthardt / VA-GD32.md
Last active January 8, 2025 14:27
FFP0173_Aquila_Main_Board_V1.0.1

FFP0173_Aquila_Main_Board_V1.0.1 with GD32F103

Memory

  • RAM 48K @ 0x2000000
  • Flash 256K

Pinouts

USART

Connected to CH340G for USB

  • pin 3 (TXD) of CH340G: PA09 - connected to TX LED
  • pin 2 (RXD) of CH340G: PA10

Connected to LCD connector for direct serial (can't use LCD display)

@mendes5
mendes5 / launch.md
Last active March 23, 2022 06:07
How to launch minecraft java ediction from the command line

Minecraft is intended to be launched by the minecraft launcher to do login stuff, integrity verification, premium status check, etc... So its difficult to launch it from a comand line for diagnostic porpuses (For example attaching a RenderDoc process to it)

When you launch Minecraft, the launcher spawn the process

C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\javaw.exe

In the CWD:

C:\Users\User\AppData\Roaming\.minecraft\
@wess
wess / gist:c66382198d48238787718b9bb8e9f3d9
Created July 30, 2019 21:07
Start/End GCodes for BLTouch Ender 3
; Ender 3 Custom Start G-code
M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature
M190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature
M104 S160; start warming extruder to 160
G28 ; Home all axes
G29 ; Auto bed-level (BL-Touch)
G92 E0 ; Reset Extruder
M104 S{material_print_temperature_layer_0} ; Set Extruder temperature
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
M109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature
@John-Paul-R
John-Paul-R / FabricModList.md
Last active April 9, 2025 06:09
A list of (almost all) mods for Fabric

Fabric Mod List

This page contains a list of the current Minecraft Fabric mods. (As of 2021-08-19 08:05:23 Timezone: UTC+0000 (GMT))

To search for mods by name, category, or download count, visit the website, fibermc.com!

Note: You can view a mod's source files by following the "Source" link on its CurseForge page, assuming that the mod's creator has made such files public.

There are currently 2954 mods in this list.