Giter VIP home page Giter VIP logo

compilex's Introduction

Hi there ๐Ÿ‘‹

compilex's People

Contributors

scriptnull avatar xnio94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

compilex's Issues

Error

Compilecode not found error...please help me to solve that error

can't detect infinite loop

Sir please look into this matter asap!!!
When i run an infinite loop..then in c and cpp it doesn't give any output.
And in java it simply says--> error:""

Error after submitting the program

I am able to run the server.js on localhost. When i am submitting any program with or without input, i am getting the below error.
There is one temp folder created in the project directory and i am able to see the below files. But still shows the same error again and again.

Kindly help someone ASAP

/bin/sh: 1: cannot open 621a89jinput.txt: No such file /bin/sh: 1: 621a89j: not found

Not working with centos

Hi,
I am using it for compiling java code . But it in local window machine its working fine. But it's not working on the server. Which is centos and java 7 installed on it.

It's throwing this Error: Could not find or load main class Main

if (lang === "Java") {
        //if(inputRadio === "true")
        if (input) {
            var envData = { OS: "linux" };
            console.log(code);
            compiler.compileJavaWithInput(envData, code, input, function(data) {
                res.send(data);
            });
        } else {
            var envData = { OS: "linux" };
            console.log(code);
            compiler.compileJava(envData, code, function(data) {
                res.send(data);
            });

        }

    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.