Pinned Repositories
MultivariateTimeSeriesAnnotator
CSUSM Capstone Team 9. Multivariate Time Series Annotator for Tandem Diabetes Care. Tool to visualize and annotate data in specific formats.
EmbeddedSnakeGame
Arcade Snake Game for an Embedded Systems Class Final Project
SNESMusicEditor
Java Swing application for writing music intended for SNES Super Mario. 14 instruments, user can write notes of music and export into .txt in Music Macro Language or export and convert to .spc for SNES systems.
CarRobot
TowersOfHanoi-AI
Solved Towers of Hanoi using A* Algorithm to find the shortest path to solution.
BulgarianSolitaire
Bulgarian Solitaire. ARM (Assembly on Raspberry Pi 3)
TrafficSimulator
Traffic Simulator I made in my C++ Object Oriented Programming class.
codymck
DataStructures
C++ Data Structures Coursework. For future reference of data structures.
DiceRoll
Randomizes 2 dice rolls 1000 times and records the occurrences of outcomes. ARM (Assembly on Raspberry Pi 3)
codymck's Repositories
codymck/codymck
codymck/TrafficSimulator
Traffic Simulator I made in my C++ Object Oriented Programming class.
codymck/RustLessons
Live update of topics I am learning in Rust. src/main will feature my current, or most recent lesson. lessons/ will store all of the previous topics I have played with.
codymck/EmbeddedSnakeGame
Arcade Snake Game for an Embedded Systems Class Final Project
codymck/MultivariateTimeSeriesAnnotator
CSUSM Capstone Team 9. Multivariate Time Series Annotator for Tandem Diabetes Care. Tool to visualize and annotate data in specific formats.
codymck/MusicianApp
Sample code using Node.js for CS446 CodePipeline demo
codymck/DataStructures
C++ Data Structures Coursework. For future reference of data structures.
codymck/Stocker
Stock predicting site using AWS Forecast, Python + Flask, with an HTML CSS JS frontend, for LPL Financials 2023 Hackathon.
codymck/TowersOfHanoi-AI
Solved Towers of Hanoi using A* Algorithm to find the shortest path to solution.
codymck/MapAlbum
codymck/CarRobot
codymck/SNESMusicEditor
Java Swing application for writing music intended for SNES Super Mario. 14 instruments, user can write notes of music and export into .txt in Music Macro Language or export and convert to .spc for SNES systems.
codymck/RandomBarChart
Java program using Swing to display a 10x10 grid with a randomized bar chart.
codymck/GameOfNim
Game of Nim. Randomizes a pile of marbles between 10-100, randomizes 0-1 for difficulty of bot. Then Player takes turns taking a certain amount of marbles until the last marble is pulled. Whoever pulls the last marble loses.
codymck/BulgarianSolitaire
Bulgarian Solitaire. ARM (Assembly on Raspberry Pi 3)
codymck/DiceRoll
Randomizes 2 dice rolls 1000 times and records the occurrences of outcomes. ARM (Assembly on Raspberry Pi 3)
codymck/MatrixOperatorOverloading
Operator Overloading example on Matrices. Matrix calculator with addition, subtraction, multiplication, pre/post increment, pre/post decrement, transposition, exponents
codymck/GameOfLife
John Conway's Game of Life