Ashar Fuadi
Ashar Fuadi
Suppose that I have this struct: ``` type PersonUpdateRequest struct { Name *string `json:"name"` Age *int `json:"age"` } ``` This represent a request body of a REST endpoint to PATCH...
Hello all, I will not be maintaining Regrader anymore, so I am going to [archive](https://help.github.com/articles/about-archiving-repositories/) this project. I wrote Regrader when I was in college for a national programming contest....
Isolate has been finally hosted on GitHub: https://github.com/ioi/isolate. Use it instead of the old repository.
Submission file type should be limited based on the chosen language before submitting.
If the solution forgets to clear variables between test cases. We should warn/document this.
Similar to `Constraints()` method for input variables: ``` void OutputConstraints() { } ``` To support more than one `OutputFormatX()`, we can also have `OutputConstraintsX()`. E.g., `OutputConstraints2()` will be checked if...
In the current world, building a spec file will perform the following: - compiling the problem spec and test spec classes against ``, **PLUS** - compiling all common features not...