AnnoyedArt1256’s website

Hi there! If you don’t know who I am, I am a young boy who loves to make scratch projects (and making JavaScript programs) and chatting with people!

Check these guys out!

Kouzeru:

His awesome Github Page: https://github.com/Kouzeru

Also his Scratch Projects are amazing too!: https://scratch.mit.edu/users/kouzeru/

He also makes AMAZING famitracker covers on his youtube channel: https://www.youtube.com/channel/UCpDRbCRTGbBfQ-371G5JKCA


Miles Waugh (AKA piano_miles):

His github: https://github.com/piano-miles

His scratch profile is really cool and has a lot of impressive 3D projects: https://scratch.mit.edu/users/piano_miles/

Also check out his youtube channel! It has a lot of cool stuff on it: https://www.youtube.com/channel/UCdpguYOJFrqh5AupVd_IZ8w

Don’t forget to join his really cool discord server: https://discord.gg/Hf2QGdP

Stuff I’m Proud of:

mandel8

the mandelbrot set in chip-8

DCT Playground

A simple visualization of DCT I made

Scritch-8 (XO-CHIP Emulator)

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

PaulaTracker v0.6

A simple MOD player in Scratch

Bad Apple v3 (240x180 30fps)

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

fastbf

An optimizing Brainf**k interpreter written in C

htmlpack

Packs HTML files to one URL using base64 encoding mostly for stuff like QR codes

compact-repl

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("> ")});