“59bcb5893e8f702cedd36d76f8ea6338b98614ec”上不存在“python/git@gitcode.net:paddlepaddle/PaddleDetection.git”
提交 033b68ec 编写于 作者: M Mars Liu

reformat config

上级 d523f30d
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
"type": "code_options", "type": "code_options",
"author": "卢昕", "author": "卢昕",
"source": "arithmetic_op.md", "source": "arithmetic_op.md",
"exercise_id":"5d4f393434714b0fa3230ac8423db7cc" "exercise_id":"8ecb107618d14ff29c99556375bf90ea"
} }
\ No newline at end of file
...@@ -61,11 +61,5 @@ ...@@ -61,11 +61,5 @@
} }
} }
], ],
"export": [ "export": ["relational_op.json"]
{
"file": "relational_op.c",
"variants": "relational_op.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "variables.md",
"exercise_id":"30bf67ce1b7d44a8805366fcc8f33080"
} }
\ No newline at end of file
...@@ -37,11 +37,5 @@ ...@@ -37,11 +37,5 @@
} }
} }
], ],
"export": [ "export": ["logical_op.json"]
{
"file": "logical_op.c",
"variants": "logical_op.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "logical_op.md",
"exercise_id":"79213fcb263a48388f9fba12d6838f80"
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "comma_op.md",
"exercise_id":"634aa5b76f89455db1562dd2b20a46dc"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["comma_op.json"]
{
"file": "comma_op.c",
"variants": "comma_op.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "conditional_op.md",
"exercise_id":"4c6a481081b440268e4bd4f952c94537"
} }
\ No newline at end of file
...@@ -6,11 +6,5 @@ ...@@ -6,11 +6,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["conditional_op.json"]
{
"file": "conditional_op.c",
"variants": "conditional_op.json",
"depends": []
}
]
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["sizeof_op.json"]
{
"file": "sizeof_op.c",
"variants": "sizeof_op.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "sizeof_op.md",
"exercise_id":"cf79702c9bf4420086a9ffe269b96316"
} }
\ No newline at end of file
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [] "export": ["precedence.json"]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "precedence.md",
"exercise_id":"5d4f393434714b0fa3230ac8423db7cc"
} }
\ No newline at end of file
...@@ -6,11 +6,5 @@ ...@@ -6,11 +6,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["statements_n_blocks.json"]
{
"file": "statements_n_blocks.c",
"variants": "statements_n_blocks.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "statements_n_blocks.md",
"exercise_id":"c497198894e74e34883cbae9d48c19fa"
} }
\ No newline at end of file
...@@ -51,26 +51,5 @@ ...@@ -51,26 +51,5 @@
} }
} }
], ],
"export": [ "export": ["if.json", "elseif.json", "switch.json"]
{
"file": "if.c",
"variants": "if.json",
"depends": []
},
{
"file": "ifelse.c",
"variants": "ifelse.json",
"depends": []
},
{
"file": "elseif.c",
"variants": "elseif.json",
"depends": []
},
{
"file": "switch.c",
"variants": "switch.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "elseif.md",
"exercise_id":"afa4e1fd6653458a9711f84b9e19c40f"
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "if.md",
"exercise_id":"3e283b85315944e78461916fb24f9612"
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "ifelse.md",
"exercise_id":"6a210054ec4e46d4bb263748834e2d48"
} }
\ No newline at end of file
{ {
"type": "code_options",
} "author": "卢昕",
"source": "switch.md",
"exercise_id":"90eaa9ccd2bf401495e316a1daba9319"
}
\ No newline at end of file
...@@ -66,21 +66,5 @@ ...@@ -66,21 +66,5 @@
} }
} }
], ],
"export": [ "export": ["for.json", "goto.json", "while.json"]
{
"file": "for.c",
"variants": "for.json",
"depends": []
},
{
"file": "while.c",
"variants": "while.json",
"depends": []
},
{
"file": "goto.c",
"variants": "goto.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "for.md",
"exercise_id":"fed74fe168144f26bb631e1d12a9c5fc"
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "goto.md",
"exercise_id":"bb06f0fdfc9f4193be7275dd063cdce9"
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "while.md",
"exercise_id":"2d265be922e0420eba40a8b1f7a62a03"
} }
\ No newline at end of file
...@@ -6,11 +6,5 @@ ...@@ -6,11 +6,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["parameter_n_argument.json"]
{
"file": "parameter_n_argument.c",
"variants": "parameter_n_argument.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "parameter_n_argument.md",
"exercise_id":"9eb1eb201bc84d02a23b1eead71f74c0"
} }
\ No newline at end of file
...@@ -6,11 +6,5 @@ ...@@ -6,11 +6,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["recurison.json"]
{
"file": "recursion.c",
"variants": "recursion.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "recursion.md",
"exercise_id":"62753017c26c4524bf4a814538089523"
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "array_def.md",
"exercise_id":"9c5db166ebe24994b003ca41d2b55d1a"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["array_def.json"]
{
"file": "array_def.c",
"variants": "array_def.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "bubble_sort.md",
"exercise_id":"00270257c9ee48579c312b7b449425a0"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["bubble_sort.json"]
{
"file": "bubble_sort.c",
"variants": "bubble_sort.json",
"depends": []
}
]
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["matrix.json"]
{
"file": "matrix.c",
"variants": "matrix.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "matrix.md",
"exercise_id":"a5816323dbca45daa2d33f39789707ca"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["via.json"]
{
"file": "vla.c",
"variants": "vla.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "via.md",
"exercise_id":"8c6d605410c6416389625741e10fd961"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["pointers.json"]
{
"file": "pointers.c",
"variants": "pointers.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "pointers.md",
"exercise_id":"660e4a478cfa412cad85e8a9249a8bcc"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["pointers_n_func.json"]
{
"file": "pointers_n_func.c",
"variants": "pointers_n_func.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "pointers_n_function.md",
"exercise_id":"eadb9c1f04a34868b5959e71ac9d2f5b"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["pointers_n_array.json"]
{
"file": "pointers_n_array.c",
"variants": "pointers_n_array.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "pointers_n_array.md",
"exercise_id":"0b03c7473dad4edf9ca08013144dda13"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["pointers_arithmetic_op.json"]
{
"file": "pointers_arithmetic_op.c",
"variants": "pointers_arithmetic_op.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "pointers_arithmetic_op.md",
"exercise_id":"c6b7a18807e34a14b921cfa70d06b7d0"
} }
\ No newline at end of file
...@@ -5,11 +5,5 @@ ...@@ -5,11 +5,5 @@
"C语言" "C语言"
], ],
"children": [], "children": [],
"export": [ "export": ["pointers_2_func.json"]
{
"file": "pointers_2_func.c",
"variants": "pointers_2_func.json",
"depends": []
}
]
} }
\ No newline at end of file
{ {
"type": "code_options",
"author": "卢昕",
"source": "pointers_2_func.md",
"exercise_id":"e023179d0b874df6a4b442ca62c93d1c"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册