Skip to content

Instantly share code, notes, and snippets.

View curioustorvald's full-sized avatar

CuriousTorvald curioustorvald

View GitHub Profile
@amorphiccat
amorphiccat / rename.py
Last active June 11, 2020 18:57
맥용 퍼슈트 사진 리네이머
#!/usr/local/bin/python3
import re
import random
import string
import sys
import os
import mac_tag
from PIL import Image
@devinacker
devinacker / mmd.cpp
Last active June 23, 2023 06:57
.mmd to .mid converter
/*
MMD to MIDI (SMF) converter
(c) 2015 by Devin Acker <d@revenant1.net>
No sysex, no tempo slides, but it loops Touhou music!
Licensed under WTFPL:
http://www.wtfpl.net/txt/copying/
*/