Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed main
Binary file not shown.
4 changes: 0 additions & 4 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ A browser-based compiler for **C, C++, Python, and Java**.
Code is executed in a controlled environment with fixed resource limits that can be changed via the UI.
- Limited CPU time (terminates after 60 seconds)
- Limited memory usage (you can use upto 128MB)

## How does this execute the code?

This is just the code for the frontend of the online compiler, the actual code execution is handled by the [ContainerizationAPI](https://github.com/Anga205/ContainerizationAPI) that i had made earlier, you can go to that repo to see that code, it essentially just uses unix tools to containerize your code and run it in a sandbox environment
Loading