An open API service indexing awesome lists of open source software.

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

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.