Pinned Repositories
Holy-Grailsort
A faster implementation of in-place, stable, worst-case O(n log n) sorting based on Andrey Astrelin's Grailsort
Rewritten-Grailsort
A diverse array of heavily refactored versions of Andrey Astrelin's GrailSort.h, aiming to be as readable and intuitive as possible
ArrayVisualizer
w0rthy's Array Visualizer, Revamped - Over 75 Sorting Algorithms with 12 Different Visuals
Grail-Sort-Refactored
A cleaner version of Andrey Astrelin's "GrailSort" - Stable in-place implementation of "block merge sort" in O(n*log(n)) worst time
Grail-Sorting-for-Java
Refactoring of Grail Sort by Andrey Astrelin (https://github.com/Mrrl/GrailSort/blob/master/GrailSort.h) from C to Java.
MOTHER-3-HQ-Sound-Mixing
Replaces the software mixer used in MOTHER 3 (GBA, 2006) with ipatix's "m4a HQ mixer", greatly reducing the noise and distortion heard in-game / MOTHER3(GBA, 2006年)のミキサーをipatixの「ハイクオリティミキサー」に入れ替えることにより、ノイズや歪みを大きく減らす
Mother2GbaTranslation
A translation of MOTHER 1+2 for the GBA.
PDFmerger
Simple tool written in Java for merging multiple PDF files together. Supports multiple selection. Uses PDFBox and Swing.
PyMUN
Small little volunteer project for my high school's Model UN club. One of the first ever programs I've written, so don't expect much.
MusicTheorist's Repositories
MusicTheorist/ArrayVisualizer
w0rthy's Array Visualizer, Revamped - Over 75 Sorting Algorithms with 12 Different Visuals
MusicTheorist/MOTHER-3-HQ-Sound-Mixing
Replaces the software mixer used in MOTHER 3 (GBA, 2006) with ipatix's "m4a HQ mixer", greatly reducing the noise and distortion heard in-game / MOTHER3(GBA, 2006年)のミキサーをipatixの「ハイクオリティミキサー」に入れ替えることにより、ノイズや歪みを大きく減らす
MusicTheorist/Grail-Sorting-for-Java
Refactoring of Grail Sort by Andrey Astrelin (https://github.com/Mrrl/GrailSort/blob/master/GrailSort.h) from C to Java.
MusicTheorist/Grail-Sort-Refactored
A cleaner version of Andrey Astrelin's "GrailSort" - Stable in-place implementation of "block merge sort" in O(n*log(n)) worst time
MusicTheorist/PDFmerger
Simple tool written in Java for merging multiple PDF files together. Supports multiple selection. Uses PDFBox and Swing.
MusicTheorist/Mother2GbaTranslation
A translation of MOTHER 1+2 for the GBA.
MusicTheorist/PyMUN
Small little volunteer project for my high school's Model UN club. One of the first ever programs I've written, so don't expect much.
MusicTheorist/discord-api-docs
Official Discord API Documentation
MusicTheorist/Tournament-sort
Some implementations of tournament sort in various languages