Skip to content

0-80/sche

Repository files navigation

sche

some web tools for making/viewing schedules

description

sche is 3 tools:

  • schedule: type schedule info and get nice schedule
  • uva: type UVA class codes and get nice schedule
  • clock: take schedule info and get clock
    • not very fleshed out

schedule and uva are both imo pretty complete 'type some stuff, press ctrl+s, and see visual change'-type app?s, and I hope the included tutorials explain how to use them.

clock is kinda weird; I haven't worked it out very well.

files

index.html    -- index/info page
schedule.html -- display schedule
uva.html      -- display UVA schedule
clock.html    -- display schedule clock

schedule.css -- stylesheet for schedule.html and uva.html

canvasschedule.js -- turn schedule data into canvas display
schedule.js       -- turn text into schedule data (and vice-versa)
louscurl.js       -- turn UVA class codes into schedule data