https://github.com/jacoblincool/code-cross-check
Cross-checking the outputs of 2 sources with a powerful testcase generator & output preprocessor.
https://github.com/jacoblincool/code-cross-check
Last synced: 9 months ago
JSON representation
Cross-checking the outputs of 2 sources with a powerful testcase generator & output preprocessor.
- Host: GitHub
- URL: https://github.com/jacoblincool/code-cross-check
- Owner: JacobLinCool
- License: mit
- Created: 2021-10-31T16:51:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:40:36.000Z (over 2 years ago)
- Last Synced: 2025-03-18T21:43:30.411Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ccc-jacoblincool.koyeb.app
- Size: 663 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Code Cross Check
Cross-checking the outputs of 2 sources with a powerful testcase generator & output preprocessor.

[Try it out!](https://ccc.jacoblincool.repl.co/)
## How to Use
1. Find a good friend. (Because you will need another code to do cross checking.)
2. Find anothor good friend who likes to share testcase generator and output preprocessor. (Or you can do it by yourself.)
3. Go to [ccc.jacoblincool.repl.co](https://ccc.jacoblincool.repl.co/) and key in testcase generator, output preprocessor, and your's & your friend's code.
4. Click Check.
5. Wait...
6. Get the result ~~or ERROR~~.
If you have any question, please use [Discussions](https://github.com/JacobLinCool/code-cross-check/discussions/new).
Selecting the "Q&A" Category will help others to identify your post as a question.
## Bug
If you find reproducible bug with evidence, please report it to [Issues](https://github.com/JacobLinCool/code-cross-check/issues).
Otherwise, if you find something "like a bug", please report it to [Discussions](https://github.com/JacobLinCool/code-cross-check/discussions).
## Any Ideas?
PRs are welcome!
You can also show your ideas to [Discussions](https://github.com/JacobLinCool/code-cross-check/discussions) with "Ideas" Category.