-
Updated
Nov 8, 2020
oi
Here are 122 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Roff
-
Updated
Nov 5, 2020 - C++
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 25, 2020 - C++
项目概览
core
rrreol核心部分,掌握JavaScript者可以亲自操作此库完成丰富的代码自定义测评
cli
针对oi选手,命令行操作,只需要给予输入输出文件,或者config文件即可
例如
rrreol -in="file1.in, file2.in" -out="out1 out2" code1.cpp
rrreol -c config.json code2.cpp
rrreol code3.cpp -ans="1 2 3\n 4 5 6"
serve, ui
基于node.js搭建微服务的代码测试平台
-
Updated
Nov 8, 2020 - TypeScript
-
Updated
Dec 2, 2019 - HTML
-
Updated
Jun 17, 2020 - C++
-
Updated
Jan 5, 2019 - C
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 21, 2020 - C++
-
Updated
Jun 1, 2017 - TeX
-
Updated
Jul 29, 2020 - C++
-
Updated
Aug 1, 2020 - Vue
Improve this page
Add a description, image, and links to the oi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oi topic, visit your repo's landing page and select "manage topics."


There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below:
deleteon widgets that are allocated on Heap as long as in their constructor we have specified the parent widget for it. Consider this example below: