Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-29 | Use CSV format than TSV format. Let the result file name end with .csv ↵HEADmaster | Lan Hui | |
rather than .xls, so it is easier to open. | |||
2022-01-17 | analyze.py: refactoring | Lan Hui | |
2022-01-17 | analyze.py: use PEP8 format (Wing IDE 101) | Lan Hui | |
2022-01-17 | analyze.py: a few more comments. | Lan Hui | |
2022-01-17 | Add one integration test case and adjust analyze.py | Lan Hui | |
2022-01-16 | Be explicit that we must use Python 3x, not Python 2x | Lan Hui | |
2022-01-16 | analyze.py: fix grammar error. | Lan Hui | |
2022-01-16 | analyze.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-10 | analyze.py: check if a score file contains BOM (byte order marker) before ↵ | Hui Lan | |
proceeding | |||
2020-03-10 | Intial commit add two files | Hui Lan | |