Skip to content

Instantly share code, notes, and snippets.

View Novimatrem's full-sized avatar
🐱
meow

Novimatrem

🐱
meow
View GitHub Profile
""" Game fix for FFXIV
"""
#pylint: disable=C0103
from protonfixes import util
import os
from subprocess import call
import sys
def main():
@tomasdev
tomasdev / minecraft-emoji.md
Last active December 27, 2025 03:14
Minecraft allowed emojis

Minecraft allowed emojis

Ever wondered how to insert emoji in minecraft? Well turns out Minecraft supports only a subset of emoji (old one) but you can copy-paste these in it!

Screenshot of the emojis being rendered in Minecraft

These also look great on signs!

Minecraft sign with glowing effect showcasing arrows

@motorailgun
motorailgun / idea.md
Last active July 22, 2025 15:29
Installing Windows and Linux into the same partition

Installing Windows and Linux into the same partition

But WHY?

There was a reddit post about installing Arch on NTFS3 partition. Since Windows and Linux doesn't have directories with same names under the /(C:\), I thought it's possible, and turned out it was actually possible.
If you are not familiar to Linux, for example you've searched on Google "how to dualboot Linux and Windos" or brbrbr... you mustn't try this. This is not practical.

Pre-requirements

  • UEFI system
  • Any Linux live-boot CD/DVD/USB... with Linux kernel newer than 5.15
  • Windows installer USB
@penguwin
penguwin / pre-push
Last active December 29, 2020 14:50
A git hook to prevent force pushing on master
#!/bin/bash
# Per-repo installation
# 1. Place this file in `.git/hooks/pre-push`
# 2. `chmod +x` it
clippy='
_________________________________________
/ It looks like youre trying to force \
| push on master... |
@flibitijibibo
flibitijibibo / wmpcvt.sh
Created April 14, 2019 23:24
Convert WMA/WMV to Vorbis/Theora, useful for XNA Windows games
#!/bin/bash
set -e
find -name "*.wma" -exec bash -c 'ffmpeg -i "{}" -q:a 10 "${0/.wma}.ogg"' {} \;
find -name "*.wmv" -exec bash -c 'ffmpeg -i "{}" -q:v 10 -q:a 10 "${0/.wmv}.ogv"' {} \;
powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2)
@Fobxx
Fobxx / shige-skins.md
Last active December 6, 2025 07:09
Shigetora skins
@Codingale
Codingale / misc.vpk.txt
Created November 24, 2018 04:54
A list of All TF2 Models as of 23rd of November, 2018. Some models may be missing comment if so.
models\ambulance.mdl
models\empty.mdl
models\bots\headless_hatman.mdl
models\bots\headless_hatman_animations.mdl
models\bots\boss_bot\anim_tank.mdl
models\bots\boss_bot\bomb_mechanism.mdl
models\bots\boss_bot\boss_tank.mdl
models\bots\boss_bot\boss_tank_damage1.mdl
models\bots\boss_bot\boss_tank_damage2.mdl
models\bots\boss_bot\boss_tank_damage3.mdl
@echo off
if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit
SetLocal EnableDelayedExpansion
set worlds=2 3 4 5 6 7 9 10 11 12 13 14 17 18 19 20 21 22 27 28 29 30 33 34 36 38 41 42 43 44 46 49 50 51 53 54 58 59 60 61 62 65 66 67 68 69 70 73 74 75 76 77 78 86
set pos=0
set found=false