Snippets

Just some fun little code snippets I thought would be fun to share.

Bresenhem's Line Algorithm in MIPS Assembly

This is my first time implementing this algorithm, and it was definitely interesting to write in assembly. It did take me ~3 hours, but I was watching the Lakers get bullied at the same time. Anyways, I'm putting this here so ...

Discord GIF Generator

Discord bot made using JavaScript that responds to user messages with a random GIF retrieved from Giphy API. Just thought this was a fun program that isn't very complex.

Hello, world!

What better snippet to put in the spotlight first than a classic code introduction... with a twist.