CodeX-API icon indicating copy to clipboard operation
CodeX-API copied to clipboard

The new version of CodeX API with it's backend, a lot of you wanted me to make the backend opensource, now it's ready to receive contributions from you. Thanks for being patient, more languages coming...

Results 16 CodeX-API issues
Sort by recently updated
recently updated
newest added

its giving a 500 server response :(. Please get it up again, its really really useful, thanks

its impossible to do so cause if we use the & character it just doesnt work and it ends the code at that points ( probably because after the &...

I've tried many programs, only simple programs are getting executed, but programs like data structures, linkedlist, interfaces and many are not working.

Previously we were directly running `java codes/file-name.java` to execute java code which led to the following issue #49, now it will use the javac compiler before executing so that all...

Inputs are present in a for loop so i cant hardcode them, what can i do?

Previously the code execution by the spawn process has the root permission so there was threat that anyone can modify the file on the server. Now i have fixed this...

I have identified a security vulnerability in the CodeX-API repository. The vulnerability allows an attacker to inject malicious code into the server, which can potentially harm the server and allow...

Encountering error during compilation of code with more than one input. Here is the code: `a = input()` `b = input()` `print(a, b)` And here is the compilation message: Traceback...

```javascript const input = require('fs').readFileSync('/dev/stdin').toString().split(' '); console.log(Number(input[0]) + Number(input[1])); ``` With this code, I get error "node:internal/fs/utils:344\n throw err;\n ^\n\nError: ENXIO: no such device or address, open '/dev/stdin'\n at Object.openSync...

Is there a way to work with asynchronous code that have delay? For example, `setTimeout()` in javascript. If i made a code inside the timeout and make the delay to...

enhancement