You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Remote Code Execution Server
2
-
These days, pletforms like leetcode, algoexpert, etc have been increasingly becoming popular, so I thought I'd design and implement an environment that safely executes code sent by the user, while providing security measures.
2
+
These days, pletforms like leetcode, algoexpert, etc have been increasingly becoming popular, so here is my attempt to implement an environment that safely executes code sent by the user, while providing security measures.
3
3
4
4
# Sandboxed Environments
5
5
Since it executes ANY code sent by the user, it must ensure that it won't affect the system or the other processes that are running other user's code.
0 commit comments