codecheck2
codecheck2 copied to clipboard
Merging CodeCheck checker and Play server
I am currently managing dozens of practice problems that comprise a set of [sample practice problems](https://github.com/MiraCosta-College-CS111/Practice-CodeCheck) for CS 111 at MiraCosta College. We are converting these from Replit and anticipate...
I created a simple [parametric problem here](https://codecheck.io/files/2501082104e8z3rdgqgpykc1hzras7vhtwj), and included it in [this assignment](https://codecheck.io/assignment/25010821231wafrp9hkl4kfajyy6dosauc0). When I access this assignment multiple times in the same browser, I get the same CodeCheck ID...
When teaching programming to general engineering, math and sciences students, it is quite common to use popular modules such as `numpy`, `matplotlib` and `pandas`, for instance. However, CodeCheck is not...
It would be great if Kotlin could be added as a language option for CodeCheck. I had a previous exchange about this with Cay about this, and he asked me...
Find the best AWS equivalent of Google Cloud Run. It should be able to run a Docker container, shutting down when there are no active requests. Deploy the comrun service...
Put together a minimal Quarkus implementation of CodeCheck, without the assignments or LTI support. Only Check, Files, Upload in the controllers package. In models.ProblemConnector, ignore the S3 storage for now....
In the controllers package, move as much code as possible to classes that do not depend on the Play API. For example, in controllers.Files, all three methods can call methods...
I would like to be able to turn interleaving on and off with the INTERLEAVE pseudocomment in C and Bash.
When editing a problem that has a binary file (such as hsql.db in Gerald Cohen's https://codecheck.io/files/22121513531ga6ejmwq41uwlkw8tudtitd2), then the binary file is shown in a textbox and probably corrupted when resubmitting....
This from Maurice Naftalin: The workflow for refining a CodeCheck problem is a bit laborious: because re-submitting your input takes you away from the submission page, you have to either...