Skip to content

NEUP-Net-Depart/NEUP-TOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOC

TOC is short for Toy Online Compiler, which enables you to compile and run code in the cloud , NOW you do not need to install python java gcc g++ ... , just use our TOC ~ you can submit your code and your code will be compiled in docker.

##Features

  • more than 10 language support
  • you can define your own compile command (TODO)
  • Cli-interface for TOC : you just need to type toc file.cpp --input test.in in your terminal, you will get the output in less than a minute!(TODO)
  • docker supported , Our compiling serivce runs on docker ~ no need to feel pain about security issue
  • Save your code for further checking(TODO)