Skip to content
#

competitive-programming

Here are 2,064 public repositories matching this topic...

goswami-rahul
goswami-rahul commented Jun 27, 2018

I just noticed that links in README are relative. They don't work in PyPI site repo page. (And the cool algorithms logo don't show up). Should we make them absolute links, or is there a better way?
Also, how do we update this current version to PyPI?
@danghai @keon What's our progress with Sphinx?

CBW2007
CBW2007 commented Dec 15, 2019

没错,我来杠自己写的文章【滑稽】

刚刚翻了一下Notepad++ - OI Wiki这个页面,发现GIF或许有碍阅读,一个GIF加载需要较长时间,对于网速慢的同学就是一场灾难

目前可以考虑在GIF之外再写一遍文字,但是GIF还是会占用加载时间;或者页面只保留文字,给一个GIF的链接;再不济只保留文字,删去GIF

欢迎投票:)


[![](https://api.gh-polls.

Xyene
Xyene commented Sep 24, 2019

Sometimes it'd be useful for the judge to be able to send some log packets to the site, where they can be logged through Django's logger. This would enable certain messages to be filtered and logged to more visible places (e.g., Slack).

For example, if a judge fails to initialize a runtime, this should be reported to somewhere an admin can see, even if it's not a fatal error.

nickygerritsen
nickygerritsen commented Nov 9, 2019

When you run the database migrations as a user that differs from the webserver / FPM user, the var/cache/prod (or dev) directory will be owned by that user, since we use a Symfony shell command to migrate and load initial data.
If you then want to do anything in DOMjudge, it will crash.

We have multiple people run into this already, so we should probably fix it. Or at least add a clear not

fukatani
fukatani commented Oct 21, 2019

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.

  • Clear utils.cache_dir / 'download-history.jsonl'.
  • Execute oj d, or directly instanciate DownloadHistory and

Improve this page

Add a description, image, and links to the competitive-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the competitive-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.