Sankha Narayan Guria
Sankha Narayan Guria
Yes, this is a bug that needs to be fixed. This should be the CPU time, but right now it only measures the total time spent by the process.
Yes, I think some form of the `ulimit` needs to be set to fix the maximum CPU time of the program. That said, I do agree there needs to be...
Thanks for filing the issue @ritesh-nitw. I have made minor edits to your report. I will take a look into it soon.
Hi @ticketa! Yes, this is a bug in the current master branch. While we are looking into it, you can try the last known good commit from 9a6d7864ea6888a8de3faed9fab66a303d1b583b. You can...
> Hi @sankha93, I have changed solve.php from 9a6d786, but I still got 'Submissions are closed now!' and the Run button cannot be clicked. That is a working version, you...
> Hi @sankha93, I'm still new here, what is file an issue? Can you go to this link: https://github.com/sankha93/codejudge/issues/new and write whatever problem you are having? > BTW, why I...
Yes, Codejudge currently runs in Linux only, plans are there to port it to Windows.
Reportedly this works fine till 9a6d7864ea6888a8de3faed9fab66a303d1b583b
This needs a couple of specifications to be mentioned: - The admin panel needs to have an option of whether to allow live updates on the pages or not. Otherwise...
Intermediate AST node's types are refined now from commit e80be99. This makes the types more precise, so we can start eliminating more type incorrect programs.