The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
26 views

Dynamically creating a file in java while using online compiler

I have just created a file in java using an online compiler at http://wwww.compileonline.com but I can't see the file created. Anyone who has used this compiler before please help..
2
votes
1answer
98 views

Invidual Test cases checking like InterviewStreet.com

I built my own Online judge for hosting the Intra-College Programming Contest.The Judge is similar and as good as SPOJ,Codechef,UVA,etc. At present, my online judge use the same logic as above three ...
4
votes
1answer
745 views

Codepad/ideone style collaborative web IDE?

I'm looking for a simple collaborative web-based text-editor which can compile—and show output from—a few popular languages such as: C++, PHP and Python. Research Editors Ace EditArea (people ...
0
votes
2answers
108 views

looking for a tool that allows in-browser python

I am developing an application in python that involves a lot of plots and user interactions. I do not want my clients to have to download anything to use the app. So I was looking for an online tool ...
-1
votes
2answers
332 views

How to Develop Web Compiler for c, c++, java [closed]

Can anyone tell me how I should approach the development of a web-based interface for remote compiling, based a compiler like InterviewStreet or Codeacademy for c, c++ ? I want to develop the using ...
0
votes
2answers
311 views

Online Compiler

I'm looking for an online compiler that all the features and references of the installable compiler. If there aren't any, if a portable one that can fulfill this, it would be great. I'm building an ...
2
votes
4answers
2k views

How to build an Online Objective-C Compiler

I'm simply looking for an online objective-c compiler. At the moment I have only found ideone.com but it shows errors for any Foundation (e.g NSObject) or UIKit (e.g UIView) classes. Is there an ...
1
vote
0answers
726 views

How to build an Online compiler [closed]

I have a website and I would like to provide the feature to compile, run and debug code online just like the following sites do ideone and codepad. Could any body point me the right direction, about ...
39
votes
10answers
47k views

Online C++ compiler and evaluator [closed]

Can someone give me a link to a good online C++ compiler and an evaluator? I once bumped into such a site but I don't remember the name now. Thanks
14
votes
12answers
7k views

Any Online compiler you know for C or other languages?

Any online C compiler that you know which can do the following: Compile and execute the C programs online File handling System functions like exec(), system(), fork() Or any compiler which does ...