Explore projects
-
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
(If you're wondering about the URL, CS 320 is the old name for CS 358, I just haven't fully updated my course setup scripts for the new course number yet.)
Updated -
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
Updated -
The SolarWinds/FireEye attack was a high-profile cybersecurity incident orchestrated by the Russian Government. This project seeks to identify the similarities and differences between the malware and legitimate code.
Updated -
Ryan Streur / rs_party
MIT LicenseUpdated -
Updated
-
The purpose of this program is to help users plan their daily activities for a trip. It allows users to input and manage their planned activities for each day of the trip. The program utilizes a linked list data structure to store and organize the days and their corresponding activities. This program uses nested linear linked lists as the primary data structure.
Language: C++
Updated -
This program allows the user to organize and access information about events/ locations. This program uses the hash table data structure to store and retrieve data using key-value pairs. It loads external files based on their names and allows the user to insert, remove, and display the data within these files.
Language: C++
Updated -
THIS IS NOT THE COURSE PAGE FOR CS 457/557. This repository will store my in-progress work on course material throughout the quarter, and will track any revisions I make to any course material. Please consult Canvas for the finalized course material.
Updated -
UpdatedUpdated
-
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
UpdatedUpdated -
The purpose of the program is to allow users to add plans, connect them together, and display the connections and related steps. The primary data structure is a directed graph using an adjacency list, where each vertex represents a plan or a todo item. The vertices are stored in an array, and each vertex has a head pointer to a linked list of edges. Each edge represents a connection between two plans.
Language: C++
Updated -
Updated
-
Updated
-
Multi-platform midi-enabled CLI synthesizer written in Python.
Updated -
tuning-tutor / tuning-tutor
MIT LicenseUpdated -
This program helps you shorten messages. User will tell it how many words you want and give it a message. If user's message is too long, it would try to shorten the message by taking out words like "a" and "the" and replace "and" with "-". It also has some special replacements like changing "cannot" to "cant" and "is not" to "isnt". This program uses arrays (character arrays) as the primary data structure.
Language: C++
Updated -
Updated
-
Music Generation using Computational Creativity
This project will consist of a small library of sounds and a machine learning model that will use the sound library to generate music in a certain theme or genre.
Updated -
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
UpdatedUpdated