-
Updated
Oct 12, 2020
programming-contests
Here are 290 public repositories matching this topic...
-
Updated
Sep 21, 2020 - Rust
-
Updated
Oct 11, 2020 - C++
-
Updated
Oct 10, 2020 - C++
-
Updated
Oct 10, 2020 - Python
-
Updated
Oct 10, 2020 - TypeScript
It would be great to add a subset of the now only jury available stats also to the team and public pages.
I'm thinking of the submission graph over time (but all rejected verdicts bundled into one, of course nothing after the freeze) and the total number of attempts/corrects.
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:
- There is no need to explicitly call
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:
class Widget: public QObject-
Updated
May 5, 2019 - JavaScript
-
Updated
Oct 5, 2020 - C++
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Oct 12, 2020 - Python
-
Updated
Mar 17, 2020 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 7, 2020 - C++
-
Updated
Sep 25, 2020 - JavaScript
Description
該当ページ:
- https://online-judge-tools.github.io/verification-helper/
- https://online-judge-tools.github.io/verification-helper/setup.py
- https://online-judge-tools.github.io/verification-helper/onlinejudge_verify_resources/_layouts/__init__.py など
.verify-helper/docs/_config.yml での exclude の指定漏れ
Other notes
- Will you try to create a pull request?
- no
-
Updated
Oct 12, 2020 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Jul 30, 2020 - Python
-
Updated
Oct 2, 2019 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Oct 2, 2020 - C++
-
Updated
Feb 10, 2020 - Python
I think Monaco would work quite well; they have reasonable markdown/mdx support.
-
Updated
Oct 26, 2018 - Python
Improve this page
Add a description, image, and links to the programming-contests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-contests topic, visit your repo's landing page and select "manage topics."
In #549, we added unittests for
dispatchAtCoder and Codeforces.To increasing test coverage, we should add unittests for other contest (HackerRank, CS Academy, ...).
Not only tests for all other contests, tests for the part of contests are welcome.