This repository will be used to post sample codes developed in class or as part of the HW solutions.
You can clone this repository directly from here--I will not accept any pull requests, so there is no need to fork it to your own GitHub repo, first.
Then, to download any new codes or updates to existing codes, you can just do
git pull
from inside your repo folder on your local machine. Since you cloned directly from here and have no other remotes, you do not need to specify a remote or a branch.
Feel free to copy and paste specific lines of code or routines, or copy and adapt entire files, however you deem it useful, for your own homework assignments and your class project. While a goal of the course is to give you some skills with modern software techniques, development, and application, it is not a coding course, per se. Besdies which, copying and re-using existing code is a significant part of "good" coding, anyway! :)