Programming Archives
List of links to repos of programming I've done circa ~2019.
Computer Architecture 2 - Labs & Tutorials. All done in M68HCS12 assembly and C.
HCS12 ASM
Signals and Systems. All code done in MATLAB.
MATLAB
Advanced Programming Concepts in C++. Pointers, STL, Templates, Hardware Interfacing.
C++
Software construction.
Java
Intro to Software Engineering. Threads, netstat servers, xml designs, and Kotlin-based android apps.
Data Structures and Algorithms
Advanced data structures, sorting algorithms, and containers. Implementations of the k-nearest neighbors and dijkstra's algorithm.
Java
Intro to comp sci.
Concepts of data structures, algorithms, and various containers.
Java
Intro to comp sci.
Base concepts, simple matrix computations, eigenvectors, etc.
Python
Intro to comp sci. 2 - Project
Final project using the Swing GUI package.
Java
Intro to comp sci. 1
Base concepts, OOP, simple arithmetic operations with libraries.
Java