https://github.com/flxwu/cgop
Coursera Grader Output Parser
https://github.com/flxwu/cgop
analysis coursera coursera-machine-learning java-8 parsing
Last synced: about 1 month ago
JSON representation
Coursera Grader Output Parser
- Host: GitHub
- URL: https://github.com/flxwu/cgop
- Owner: flxwu
- Created: 2017-07-20T11:43:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T11:55:00.000Z (over 7 years ago)
- Last Synced: 2025-01-23T02:12:03.244Z (3 months ago)
- Topics: analysis, coursera, coursera-machine-learning, java-8, parsing
- Language: Java
- Homepage: https://www.coursera.org
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CGOP
**C**OURSERA **G**rader **O**utput **P**arser
*This project is a nocturnal creation because of me being too lazy to read the coursera grader output manually.*##### This is an analysis tool for parsing the grader outputs for submissions on www.coursera.org, giving you a list of all tested functions and their test results.
Just simply run the GUI or the attached .jar and paste in the grader output of your submission.
You can find the executable `.jar` file in the `/out/artifacts/CGOP_jar` folder.-> **Hint for linux users:** Make sure you have `openjfx` installed, or install the Oracle JDK.