/learning

A collection of starter bits for learning about various topics as well as an archive of school work

Primary LanguageJupyter Notebook

learning

A combination of starter projects for various topics and an archive of various coursework done throughout life.

School

Coursework Completed at the University of Washington

AIND

Coursework as part of the Udacity Artificial Intelligence Nanodegree

Advent of Code

The advent2020 package contains a CLI used to running advent of code 2020 challenges

Usage example:

cargo run -- --day 5 --file some/file/path

or

advent2020 --day 5 --file some/file/path