You can access the course Syllabus here (Syllabus)
This class will be mostly git based.
Here's a useful link to git git tutorial.
README's are written in a language called markdown. It would be useful to get a handle on the common syntax markdown syntax.
Create a Ubuntu VM with at least 60GB of disk memory and 4GB or Ram.
- make sure you have git installed on your machine/VM.
Open terminal and navigate to a directory you would like to work form.
run command
git clone https://github.com/isomoye/EEGR471.git
This will download a copy of the class repository to your machine
You must then create a branch so that you can submit your assignments.
git checkout -b [firstname_lastname]
for each lab there will be a folder in named lab[x], for Lab 1 it is lab1.
In that folder there will be file instructions.md
Open and follow instructions.
Week 1 assignment is due Thursday September 7th
.
Navigate to lab2 and then to instructions.md
Open and follow instructions
Week 2 assignment is due Sunday September 17th
.
Navigate to lab3 and then to instructions.md
Open and follow instructions
Week 2 assignment is due Sunday September 23th
.
Navigate to lab4 and then to instructions.md
Open and follow instructions
Week 2 assignment is due Sunday October 21th
.
Navigate to lab5 and then to instructions.md
Open and follow instructions
Week 2 assignment is due Sunday October 29th
.