-
Currently, live updates work like this:
* bridge notifies client browsers of an update
* client receive update, request HTML for either submission row or submission testcase list
* user possi…
Xyene updated
4 years ago
-
Firstly, I must say your online judge project is amazing. I learned the concept. But when I ran your project, it crashed my system.
When I ran the following code:
```
#include
using namespace std;
…
-
I am thinking about divide `contest drivers` into separate projects from `git-contest`.
New architecture image is below:
![New Architecture Image](https://googledrive.com/host/0Bz19k_5gA4wVZWJEcW1XS2…
-
## Description
I tried submitting .c file but I received an error saying unable to access language id
## Error log
``` console
$oj s https://codeforces.com/contest/1401/problem/A A.c
[INFO] o…
-
There are a number of online judges for practicing programming and organizing contests. This type of online judge and codding practice platforms are growing as well.
we were build a platform for t…
-
## Summary / 概要
Login to codeforces is failing unexpectedally. I had the library installed on my local for about an year but suddenly when i tried to create new cookie file, it was failing at login
…
-
Hi.
I want to create server online for my class. I have tried many online judge but I like yours. I have a question that your judge do not throw "Time Limited Exceed" when I have double for-loop with…
-
The database schema generated through the migrations do not support FTS. The indexes must be created manually:
```sql
ALTER TABLE judge_problem ADD FULLTEXT(code, name, description);
```
-
Whenever I am running docker run with all details, it is giving me this error, whether in the application, when submitting new problem, or directly running as a command inside terminal.
Can you hel…
-
Imagine how interesting it would be to read the posts written by people online and be able to understand their overall personality?
The axis ranges from Introversion (I) to Extroversion (E), Intuitio…