-
Updated
Aug 30, 2020 - Rust
codeforces
Here are 790 public repositories matching this topic...
-
Updated
Aug 23, 2020 - C++
-
Updated
Jun 9, 2020 - Go
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
delete
on 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
Apr 7, 2019 - JavaScript
-
Updated
Jul 19, 2020 - C++
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Aug 6, 2020 - C++
-
Updated
Aug 28, 2020 - C++
-
Updated
Jul 21, 2019 - Java
-
Updated
Aug 29, 2020 - Python
-
Updated
Oct 2, 2018
-
Updated
Aug 27, 2020 - TypeScript
-
Updated
Feb 15, 2018 - C++
-
Updated
Aug 30, 2020
-
Updated
Oct 10, 2018 - Python
Add server time zone
Add an admin/mod command to where they can set server's local time zone.
Then the time displayed in that server should be in that time zone.
One can look at the latest commits of https://github.com/aryanc403/TLE/tree/localtime to see more details about this.
-
Updated
Apr 15, 2020 - C++
-
Updated
Aug 22, 2020 - C++
-
Updated
Oct 7, 2019 - C++
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Dec 18, 2019 - Python
-
Updated
Aug 15, 2020 - C++
-
Updated
Aug 27, 2020 - Haskell
-
Updated
Jul 11, 2020 - Rust
-
Updated
Jan 2, 2020 - C++
-
Updated
Jul 12, 2020 - C++
Improve this page
Add a description, image, and links to the codeforces topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeforces topic, visit your repo's landing page and select "manage topics."
As you can see here, half of
download_history.py
is not covered by unittests.At least, I want to test
DownloadHistory.get
fucntion.We can test this module by 3 steps.
utils.cache_dir / 'download-history.jsonl'
.oj d
, or directly instanciateDownloadHistory
and