Projects
- Tictactoe A rule based program where the computer plays Tictactoe
- CppLinq A Linq library for C++ forked from Berrysoft. Fixes the ‘reverse’ bug and adds “writeline”
- Camerasp2 An updated version of Camerasp that uses a different web server.
- tiny_nn_json A project to build a Neural Network (CNN and FFN) from JSON Input
- Camerasp Convert Raspberry Pi into a web camera using C++
- AsioFileCopy Windows specific application that demonstrates the use of Asio random access handles in a file copy application.
- Knights C++ solution to the knights problem
- MthCombination Compute Mth Combination
- GUI for BrainVita written in
- BVitaCpp Program to compute a solution to the BrainVita game written in C++
- WienerFilter Using OpenCV
- IOCP_FileCopy Threadpool based on IO Completion port to perform fast copy
- Sudoku C++ Sudoku Solver
- BrainVitaFS Brain Vita solver in F#
- WaterBucket C++ solution to the Water Buckets Problem