sondernextdoor's repositories
WindowsHardwareInfo
A project written in C++ to get hardware info on a Windows PC. Interfaces with the Windows Management Instrumentation (WMI) service to query hardware info of interest and provides a basic command line interface.
VirtualMachine
Turing-complete 64-bit virtual machine written in C++ and C#
My-Theory-of-Everything
A grand, semi-modular framework unifying the natural sciences and divinity
Brightness-Slider
A simple slider GUI written in C++ with monitor brightness functionality as an example
DataStructuresAlgorithms
Reimplementation of a few C++ data structures and algorithms without using the standard library
NimzoChessEngine
A (failed) attempt to write a chess engine in C++
Unstandard-Library
Reimplementation of std::vector and std::string without using the C++ standard library
VMCompiler
A compiler and programming language for my virtual machine project