summaryrefslogtreecommitdiff
path: root/analyze.py
AgeCommit message (Collapse)Author
2022-01-17analyze.py: refactoringLan Hui
2022-01-17analyze.py: use PEP8 format (Wing IDE 101)Lan Hui
2022-01-17analyze.py: a few more comments.Lan Hui
2022-01-17Add one integration test case and adjust analyze.pyLan Hui
2022-01-16Be explicit that we must use Python 3x, not Python 2xLan Hui
2022-01-16analyze.py: fix grammar error.Lan Hui
2022-01-16analyze.py: accept an exclude.txt with two columns (student number and ↵Hui Lan
student name). So it is easier to prepare exclude.txt from students.txt.
2022-01-16添加功能--创建一个exclude.txt文件,放入统计时不需要包括 ↵Hui Lan
的学号。每行一个学号。命令行不变。
2020-03-10analyze.py: check if a score file contains BOM (byte order marker) before ↵Hui Lan
proceeding
2020-03-10Intial commit add two filesHui Lan