Skip to content

Instantly share code, notes, and snippets.

View ryanopily's full-sized avatar
🎯
Focusing

ryanopily ryanopily

🎯
Focusing
View GitHub Profile
@ryanopily
ryanopily / logic.py
Created November 28, 2020 01:02
Logic.py - Utility for typing our logical/set theory symbols.
import keyboard
wording = ""
hook = 0
code_lookup = {
# Logic
"forall": "∀",
"exists": "∃",
"implies": "→",
@ryanopily
ryanopily / result.yml
Last active August 15, 2020 11:49
YAML Mapping - Minecraft Material IDs to Spigot 1.16 Material Constants
'0': AIR
'1': STONE
'10': LAVA
'100': RED_MUSHROOM_BLOCK
'101': IRON_BARS
'102': GLASS_PANE
'103': LEGACY_MELON
'104': PUMPKIN_STEM
'105': MELON_STEM
'106': VINE