Cloned DMOJ
This commit is contained in:
parent
f623974b58
commit
49dc9ff10c
513 changed files with 132349 additions and 39 deletions
122
judge/fixtures/language_small.json
Normal file
122
judge/fixtures/language_small.json
Normal file
|
@ -0,0 +1,122 @@
|
|||
[
|
||||
{
|
||||
"fields": {
|
||||
"ace": "python",
|
||||
"common_name": "Python",
|
||||
"description": "",
|
||||
"extension": "",
|
||||
"info": "python 2.7.9",
|
||||
"key": "PY2",
|
||||
"name": "Python 2",
|
||||
"pygments": "python",
|
||||
"short_name": ""
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 1
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"ace": "assembly_x86",
|
||||
"common_name": "Assembly",
|
||||
"description": "",
|
||||
"extension": "",
|
||||
"info": "binutils 2.25",
|
||||
"key": "GAS64",
|
||||
"name": "Assembly (x64)",
|
||||
"pygments": "gas",
|
||||
"short_name": ""
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 2
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"ace": "AWK",
|
||||
"common_name": "Awk",
|
||||
"description": "",
|
||||
"extension": "",
|
||||
"info": "mawk 1.3.3",
|
||||
"key": "AWK",
|
||||
"name": "AWK",
|
||||
"pygments": "awk",
|
||||
"short_name": "AWK"
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 3
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"ace": "c_cpp",
|
||||
"common_name": "C",
|
||||
"description": "Compile options: `gcc -std=c99 -Wall -O2 -lm -march=native -s`\r\n",
|
||||
"extension": "",
|
||||
"info": "gcc 4.9.2",
|
||||
"key": "C",
|
||||
"name": "C",
|
||||
"pygments": "c",
|
||||
"short_name": ""
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 4
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"ace": "c_cpp",
|
||||
"common_name": "C++",
|
||||
"description": "Compile options: `g++ -Wall -O2 -lm -march=native -s`\r\n",
|
||||
"extension": "",
|
||||
"info": "g++ 4.9.2",
|
||||
"key": "CPP03",
|
||||
"name": "C++03",
|
||||
"pygments": "cpp",
|
||||
"short_name": "C++03"
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 5
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"ace": "c_cpp",
|
||||
"common_name": "C++",
|
||||
"description": "Compile options: `g++ -std=c++11 -Wall -O2 -lm -march=native -s`\r\n",
|
||||
"extension": "",
|
||||
"info": "g++-4.9.2 -std=c++11",
|
||||
"key": "CPP11",
|
||||
"name": "C++11",
|
||||
"pygments": "cpp",
|
||||
"short_name": "C++11"
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 6
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"ace": "perl",
|
||||
"common_name": "Perl",
|
||||
"description": "",
|
||||
"extension": "",
|
||||
"info": "perl 5.10.1",
|
||||
"key": "PERL",
|
||||
"name": "Perl",
|
||||
"pygments": "perl",
|
||||
"short_name": ""
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 7
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"ace": "python",
|
||||
"common_name": "Python",
|
||||
"description": "",
|
||||
"extension": "",
|
||||
"info": "python 3.4.2",
|
||||
"key": "PY3",
|
||||
"name": "Python 3",
|
||||
"pygments": "python3",
|
||||
"short_name": ""
|
||||
},
|
||||
"model": "judge.language",
|
||||
"pk": 8
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue