Pinned Repositories
2360H-Starstruck
Code from the 2016-2017 Vex Robotics Competition (Starstruck).
Airline-Scraper
A bot that will search the websites of the four major US airlines for flights and will give back prices and optimal flights.
ChemSim
Stochastic chemical reaction network simulator based off of Professor Marc Riedel's aleae simulation program.
Neural-Networks-and-Deep-Learning
This project is primarily sourced from http://neuralnetworksanddeeplearning.com. I have written the code as I read through the book and added additional features along the way.
risc-v
RISC-V CPU implementation and scripts for generating instructions.
road-lane-line-detection
C++ port of https://github.com/georgesung/road_lane_line_detection
sat-plots
Plot satellite orbits around the earth.
Undergraduate-Data-Analytics-Competition-2019-Revisited
I looked back on the data analytics competition that I competed in at the beginning of 2019 and looked at what other methods could be used for building prediction models. The original repository can be found here: github.com/gmersy/Undergraduate-Data-Analytics-Competition
VRC-2360H
This is all of our code for the 2017-2018 VEX Robotics Competition (In the Zone). Older code can be found at https://github.com/brett-dun/2360H-Starstruck.
yamldbc
Create .dbc files from human-readable .yaml definitions.
brett-dun's Repositories
brett-dun/Neural-Networks-and-Deep-Learning
This project is primarily sourced from http://neuralnetworksanddeeplearning.com. I have written the code as I read through the book and added additional features along the way.
brett-dun/road-lane-line-detection
C++ port of https://github.com/georgesung/road_lane_line_detection
brett-dun/rusty_can
Playing around with Rust + socketcan on Linux.
brett-dun/Undergraduate-Data-Analytics-Competition-2019-Revisited
I looked back on the data analytics competition that I competed in at the beginning of 2019 and looked at what other methods could be used for building prediction models. The original repository can be found here: github.com/gmersy/Undergraduate-Data-Analytics-Competition
brett-dun/ChemSim
Stochastic chemical reaction network simulator based off of Professor Marc Riedel's aleae simulation program.
brett-dun/risc-v
RISC-V CPU implementation and scripts for generating instructions.
brett-dun/sat-plots
Plot satellite orbits around the earth.
brett-dun/senior-design
Code for my senior design class (EE 4951W) at the University of Minnesota.
brett-dun/UMN-Grade-Data-Project
Website built using grade distribution data from the University of Minnesota.
brett-dun/yamldbc
Create .dbc files from human-readable .yaml definitions.
brett-dun/bpa
This is a website for a club that I was in while in high school. The python scripts are used to generate static html pages so that the website can be hosted on GitHub pages.
brett-dun/brett-dun
Repo for my profile README
brett-dun/brett-dun.github.io
brett-dun/csci_5609_final_project
brett-dun/ee3951w-code
brett-dun/ee5393
Some of my code from when I took Circuits, Computation, and Biology.
brett-dun/ee5393_hw3_bonus
brett-dun/elastalert
Branch of elastalert that fixes compatibility issues with elastalert server.
brett-dun/games
A slowly growing framework for building game playing algorithms.
brett-dun/gophergrades
Used by more than 30k students to view all the past grades for classes taken at the University of Minnesota, Twin Cities.
brett-dun/hitl
Hardware-In-The-Loop
brett-dun/Image-Processing
Program to combine low light pictures into one better picture. Written before I knew python well so it is poorly written and really could have just used OpenCV.
brett-dun/MapTable
I needed a table that could be indexed using two keys, using pandas seemed like overkill so I made this.
brett-dun/orbital
brett-dun/ParallelProgramsDemo
Testing out a basic assembly interpreter that I wrote to allow multiple threads on Arduino.
brett-dun/poliastro-py11
poliastro - :rocket: Astrodynamics in Python
brett-dun/Pong
A basic pong game. This is one of my earlier projects from high school.
brett-dun/ReplitLM
Inference code and configs for the ReplitLM model family
brett-dun/RRT_planner
A RRT Planner with several Dynamic Models
brett-dun/VEX-ML
Basic usage of Keras to predict the outcome of VEX Robotics Competition matches. The project is based of one of my older projects, which can be found at https://github.com/brett-dun/Scouting