Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added University of Manchester Hello World example #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Name | Description
[UoL Autograder](https://uol-autograder.readthedocs.io/en/latest/) | University of Leeds autograder for C++ and Python
[Tufts C/C++ Gradescope Autograder](https://gitlab.cs.tufts.edu/mrussell/gradescope-autograding) | A customizable C/C++ Autograder that integrates with Gradescope, along with instructions and scripts for custom container building and git integration.
[Excel workbook autograder](https://github.com/roleohibachi/excel-autograder) | Using the "programming assignment" format to autograde a non-programming assignment in Excel format.
[Hello World example for arbitrary code]([https://github.com/roleohibachi/excel-autograder](https://github.com/ALEX-CASSON-LAB/gradescope_c_helloworld)) | Example from the University of Manchester which compiles code (example in C here but can be anything at the command line) to test whether it compiles and outputs Hellow World when executed. Includes features such as submission rate limiting, turning off network access, catching and reporting errors to give a practical starting example for using Gradescope.