Skip to content

op01/ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Supreme Library

Build Status Standard - JavaScript Style Guide

Compile and run untrusted program securely (?)

API

// request
{
  "source_code":"print(sum([int(i) for i in input().split()]))",
  "langauge":"python3",
  "stdin":"3 4 5"
}

// response
{
  "stdout":"12\n"
}

Supported langauges

  • C
  • C++
  • Python3
  • Haskell
  • Java

Docker

Running inside docker need --privileged option

About

Super Supreme Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published