RunX (Edit: do not use this tool, doesnt work properly, also is using external resources, not worth it)
Online compiler for competitive programmers and all the coding enthusiasts.
pip3 install poetry
pip3 install dj-database-url
pip3 install django-compression-middleware
pip3 install shortuuid
poetry install
CREATE TABLE "runx_database" (
"id" INTEGER,
"uid" TEXT,
"lang" TEXT,
"fname" TEXT,
"src" TEXT,
PRIMARY KEY("id" AUTOINCREMENT)
);
python3 manage.py runserver
- π Use it as a simple compiler.
- π Autosaving code at every 10 seconds.
- π Solve single problem or all the problems of any contest in a single window.
- π Inbuilt whiteboard which can help you to build logic for problems.
- π Automatic test case integration (No need to copy paste sample test cases and run them individually).
- π Compare your output with the sample test case output.
- π Check your saved files in the bookmarks tab.
- π Search and sort files by various fields like filename, date, lastedit, etc.
- C
- C++
- Java
- Python