ideone.comやcodepad.orgで使用されているような自動コンパイルスクリプトはありますか?
(できればオープンソースで、安全な環境でコードを実行します。)
ideone.comやcodepad.orgで使用されているような自動コンパイルスクリプトはありますか?
(できればオープンソースで、安全な環境でコードを実行します。)
I don't think that they have special "autocompiling scripts". They could just be using normal compilers under a virtual machine for safety.
Or they could have developed something custom (Like Google app engine)
Update:
Apparently they are using normal compiler packages by Gentoo.
なぜIdeone APIを使用しないのですか?