Here are some various code samples from projects that I've worked on during my time in college. For students who may be taking these classes now or in the future, feel free to use my code as reference, but make sure that you 1) don't copy it verbatim (understand 100% of it and be able to write it on your own) and 2) cite it as a reference.
Here is a listing of the current directories:
- Crypto
- Embedded
- Mobile
- OS
- Parallel
- Random
- Tex Templates
Crypto contains DES and SHA-1 implementations in C++, as well as some Java code for some simple substitution ciphers.
Embedded contains some hardware (an 8x8 RGB LED Matrix Coffee Table controller board and some pictures of the finished product) as well as some software running on the Motorola 68HCS12 (even a bit of assembly).
Mobile contains my first "project" in Android development, which needs some serious UI love. My iOS project, Short Order!, a crowdsourced restaurant wait time app (using Firebase) as a backend is also posted here.
Contains a simple shell (XSSH) in C that performs basic shell functions and can be used as a prototype for other projects relating to that.
Parallel contains C++ w/MPI and CUDA code for doing various cool things, including a full linear solver in parallel!
Currently contains some nice Python stuff to print messages to the displays on HP printers (currently just the weather, though the framework for other widgets is in place).
Here are a few useful TeX templates that I use on a daily basis: A TeX Memo class and a RH Homework Template. My resume template will be posted soon.