alcharkov / RunX

Online compiler especially designed to solve codeforces contest's problems.

Home Page:https://runx.codes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Install

pip3 install poetry
pip3 install dj-database-url
pip3 install django-compression-middleware
pip3 install shortuuid
poetry install

SQL migration script

CREATE TABLE "runx_database" (
"id"	INTEGER,
"uid"	TEXT,
"lang"	TEXT,
"fname"	TEXT,
"src"	TEXT,
PRIMARY KEY("id" AUTOINCREMENT)
);

Run

python3 manage.py runserver

Features

  • πŸ‘‰ 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.

Supported Languages

  • C
  • C++
  • Java
  • Python

Video

RunX_Demo.mp4

ScreenShots

HomePage

HomePage

CreateFile

CreateFile

Problem View

ProblemView1 ProblemView2

Whiteboard

WhiteBoard

Theme

  • Default Default
  • Sublime Sublime
  • Light Light

Bookmarks

Bookmarks

Star this repo if you liked this project.

About

Online compiler especially designed to solve codeforces contest's problems.

https://runx.codes/


Languages

Language:HTML 77.5%Language:JavaScript 13.6%Language:Python 6.1%Language:CSS 2.8%Language:Procfile 0.0%