Stuff I’m Proud of:
the mandelbrot set in chip-8

A simple visualization of DCT I made

A CHIP-8/SCHIP/XO-CHIP Emulator in Scratch (yes)

A simple MOD player in Scratch

A Scratch video player playing Bad Apple at 240x180 (half-res and non-interlaced) at 30fps using RLE encoding with VLQ base80 packing

An optimizing Brainf**k interpreter written in C
Packs HTML files to one URL using base64 encoding mostly for stuff like QR codes
A very bare-bones REPL enviroment for node.js that can fit in 276 bytes.
Source Code (for windows version):
process.stdout.write("> "),process.stdin.on("data",e=>{o=e.toString().slice(0,-1),o=o.charCodeAt(o.length-1)<14?o.slice(0,-1):o,"exit"==o&&process.exit();try{void 0!=(0,eval)(o)&&console.log((0,eval)(o))}catch(o){console.log(o.toString().split("\n")[0])}"clear"!=o&&"cls"!=o||console.clear(),process.stdout.write("> ")});