C++ Compiler Farm (ccf) is just my personal ongoing project. The goal of this project is to make proof-of-concept prototype of online compiler site, like codepad or ideone, to compare results by several C++ compilers. This project consists of the following 3 parts:
- Frontend (web interface)
- Backend (compiler/resultant executable invocation server)
- Sandbox environment (from The Chromium Projects)
You can try it on http://ccf.myhome.cx:5000/ccf.html
You can retrieve the latest source codes from https://github.com/yak1ex/ccf
Yak! yak_ex@mx.scn.tv
All files except for ones under chromium directory are distributed under Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Files under chromium directory are forked from The Chromium Projects. They are distributed under the same terms as the original.