Pinned Repositories
AmethystFractals
Buddhabrot generator in Rust.
Audio1
Audio3
BigJava-projects
CollatzCrypt
A program to encrypt a numeric payload as a sequence of transformations linking it to a numeric key.
flat
A Python multiplayer game engine
FloatAutomata
A tool for experimenting with rules for cellular automata in two dimensions.
PyCellEliminationRun
A proof of concept for lossless compression of audio
PyLuminosityAlphabet
When you're rendering images as text, but the traditional palette of ".,-=#" is no longer enough, this program generates larger such alphabets optimized for a specific font and font size.
RelentlessFractals
A python buddhabrot generator for minimum-effort prototyping. It's really not about efficient use of hardware.
JohnDorsey's Repositories
JohnDorsey/CollatzCrypt
A program to encrypt a numeric payload as a sequence of transformations linking it to a numeric key.
JohnDorsey/PyCellEliminationRun
A proof of concept for lossless compression of audio
JohnDorsey/AmethystFractals
Buddhabrot generator in Rust.
JohnDorsey/Audio1
JohnDorsey/Audio3
JohnDorsey/BigJava-projects
JohnDorsey/flat
A Python multiplayer game engine
JohnDorsey/FloatAutomata
A tool for experimenting with rules for cellular automata in two dimensions.
JohnDorsey/PyLuminosityAlphabet
When you're rendering images as text, but the traditional palette of ".,-=#" is no longer enough, this program generates larger such alphabets optimized for a specific font and font size.
JohnDorsey/RelentlessFractals
A python buddhabrot generator for minimum-effort prototyping. It's really not about efficient use of hardware.
JohnDorsey/FractalGeneratorFA2017
Semester project with Berkeley's "Snap!" language.
JohnDorsey/GeodeFractals
Efficient Buddhabrot generator in C. Pixels piped to python for streaming PNG encoding.
JohnDorsey/image1
JohnDorsey/inlinetesting
JohnDorsey/JuliaMandelbrotTest
A Julia program to render the Mandelbrot set.
JohnDorsey/Mandelbash
Pure bash Mandelbrot set generator, my standard hello world for any language.
JohnDorsey/MandelSfml1
JohnDorsey/npm-tutorial
JohnDorsey/PixelMap
Pixelmap.io
JohnDorsey/ProgressiveCragDict
A Python 2 experimental codec for lossless image compression by storing a series of 1 bit codes, each indicating the presence or absence of one sub-image.
JohnDorsey/PyFactoryGame
an experimental text-based game engine in python.
JohnDorsey/PyNilla
Vanilla-style expansion of python builtins, mostly for fun.
JohnDorsey/RegionLinker
Linux tool for increasing Minecraft world read/write speeds by distributing regions across many drives using symlinks.
JohnDorsey/Replica
A esolang that compiles to instructions for a minimal interpreter whose single supported instruction is to perform substring replacement on the program's entire memory (and jump if successful).
JohnDorsey/Reversi
JohnDorsey/TwentyFortyEight
A recreation of 2048 for android