jasonhemann / 24SP-CS1114

CS1114 for Spring 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jason Hemann 1114 Course Website

Data

Filed under ./_data/ are information about:

  • personnel (including email and OH)
  • schedule
    • Course schedule for lectures
    • "Out" dates for assignments
    • Pre-reading and pre-watch for lectures
    • Additional resources for material
  • navigation for linking material to the course website
  • assignment descriptions and starter code This has the assignments from class, and starter code where appropriate. This information will be available as either a PDF or a .md file

Schedule

schedule.md contains the code for generating a schedule page from the above yml file.

This calculation makes several key assumptions, many of which do not generalize.

  1. It assumes that the year starts on a Sunday
  2. It assumes that a course starting in 202X ends in 202X; that is, a course does not extend into the next year.
  3. I believe it assumes that DST always begins on a Sunday, between weeks, and that the semester never starts during the Fall back.

About

CS1114 for Spring 2024

License:MIT License


Languages

Language:SCSS 45.7%Language:HTML 44.7%Language:Racket 5.6%Language:JavaScript 2.2%Language:Ruby 1.8%