diff --git a/content/notes/Untitled 1.md b/content/notes/Untitled 1.md new file mode 100644 index 000000000..900dbb965 --- /dev/null +++ b/content/notes/Untitled 1.md @@ -0,0 +1,22 @@ +<%* +const d = new Date().getDay() +switch(d){ + case 1: + tR+="- [ ] 202 Lecture\n- [ ] 204 Lecture\n- [ ] 203 Lab" + break; + case 2: + tR+="- [ ] 204 Lab\n- [ ] 203 Lecture" + break; + case 3: + tR+="- [ ] 202 Lecture\n- [ ] 210 Lecture" + break; + case 4: + tR+= - [ ] 204 Lecture\ - [ ] 203 Lab\n- [ ] 210 Lecture" + break; + case 5: + tR+="- [ ] 202 Lecture\ - [ ] 203 Lecture\n- [ ] 203 Lab" + break; + default: + break; +} +%> \ No newline at end of file diff --git a/content/notes/cosc-203.md b/content/notes/cosc-203.md index a0184a6c2..9655894b4 100644 --- a/content/notes/cosc-203.md +++ b/content/notes/cosc-203.md @@ -35,6 +35,7 @@ tags: # Lectures +[01-bits-and-bytes](notes/01-bits-and-bytes.md) # Archive