This repo contains excerpts of code from my projects that I am especially proud of and I believe demonstrate my ability to write reliable, readable, and efficient code.
Sample 1: MIPS InstructionParser
This is an excerpt from my MIPSer project. It parses tokenized lines of MIPS assembly into binary encoded instructions.
Sample 2: x86 Virtual Memory Managment
This is an excerpt from my final project in CSCI-352 at RIT. It is the file containing virtual memory managing functions from a modified version of the JOS operating system, designed by MIT.
Sample 3: Ray Tracing Renderer
This is an excerpt from my project RenderSharp. It is an implementation of my IRenderer interface that will use ray tracing to render a scene of 3D objects to a texture buffer.
Sample 4: ColorPaletteSampler
This is an excerpt from the Windows Community Toolkit Labs. It is a helper I wrote to easily extract colors from an image and bind to them, all from with XAML.