projects
- intro (due 20140903)
- resume (due 20140903)
- notes (on-going)
- archives (due 20140917)
- puzzlebox (due 20140924)
- puzzlebox2 (due 20141001)
- dataproc (due 20141022)
- statuscalc (due 20141119)
- timeonline (due 20141218-172959)
projects
Corning Community College
CSCS1730 UNIX/Linux Fundamentals
~~TOC~~
To employ your growing shell script abilities in calculating your current status in the class.
I would like you to write a script that:
Example output may look something like:
lab46:~/src/unix/statuscalc$ ./statuscalc Projects ... received 341 out of 405 total points: 84% (30/36) Opus ... received 9 out of 12 total points: 75% (27/36) Attendance ... received 18 out of 23 total points: 78% (21/28) ================================================================ Total ... 78/100
The calculations are based on how many points you got out of the maximum number of possible points (so while we may have done a number of projects, the individual projects don't matter as much as the aggregate of points they earned).
Submission criteria are as follows: