Pinned Repositories
bloom-filter
A space-efficient, probabilistic data structure that allows for O(1) find() operations.
calculator-webapp
Simple Calculator Web App using React for frontend and C++ for backend.
chess
Creating a chess game, as well as a bot that plays the game in C++.
compiler-construction
Generates runnable x86 assembly code based on a small object-oriented programming language input.
cryptography
My work for the CS178: Cryptography class I took at UCSB during Fall 2021.
data-aggregation
Python routine to aggregate financial data from the TD Ameritrade API into structured JSON files.
emart
Oracle database design and customer/manager interface implementation for a small online store.
market-analysis
Examining data similarities across stock/commodity/money markets. Reducing dimensionality via UMAP, applying stochastic processes to the results.
ready-trader-go-2023
Submission for Optiver's 2023 ReadyTraderGo.
seasonal_arima
Time Series Analysis Using Seasonal ARIMA.
mglush's Repositories
mglush/ready-trader-go-2023
Submission for Optiver's 2023 ReadyTraderGo.
mglush/bloom-filter
A space-efficient, probabilistic data structure that allows for O(1) find() operations.
mglush/calculator-webapp
Simple Calculator Web App using React for frontend and C++ for backend.
mglush/emart
Oracle database design and customer/manager interface implementation for a small online store.
mglush/seasonal_arima
Time Series Analysis Using Seasonal ARIMA.
mglush/chess
Creating a chess game, as well as a bot that plays the game in C++.
mglush/compiler-construction
Generates runnable x86 assembly code based on a small object-oriented programming language input.
mglush/cryptography
My work for the CS178: Cryptography class I took at UCSB during Fall 2021.
mglush/data-aggregation
Python routine to aggregate financial data from the TD Ameritrade API into structured JSON files.
mglush/market-analysis
Examining data similarities across stock/commodity/money markets. Reducing dimensionality via UMAP, applying stochastic processes to the results.
mglush/decision-tree-classifier
A basic decision tree classifier built with the purpose of learning more data-processing/data-parsing skills.
mglush/graphing-stocks
Charting stock tickers and creating statistical analysis strategies to beat the market.
mglush/mglush
My personal repository.
mglush/nachos_syscalls
Implementation of 10 system calls for Nachos in C/C++.
mglush/numerical-optimization
My work for the CS111: Numerical Optimization in Python class I took at UCSB during Fall 2021.
mglush/ping-utility
Ping utility implementation in python via socket programming.
mglush/rw_lock
RW Lock Implementation in C++
mglush/simple_shell
Simple Shell Implementation in C
mglush/thread_synch
Thread Synchronization with Nachos in C++
mglush/three-class-classifier
Three-class classifier coded by hand to be able to take in any number of data points & any number of features per point.
mglush/top-down-parser
Implementation of a top-down recursive descent parser in C++.