Generates an hour by hour view and shows the locations of all the classes from a raw class list from GROWL.
5
stars
2
forks
source link
Fixed regex not picking up certain rooms and over extending to other courses #64
Closed
BradleyCai closed 8 years ago
Issue #63
Fixed regex not picking up certain room names. It's a bit more lenient now.
Fixed regex over extending into the next course. It will check for end of line and beginning of line to orient itself now.
Fixed the python and makefile scripts to be more modular and handle multiline regexes.