Extend your AtCoder
-
Updated
Dec 14, 2021 - TypeScript
{{ message }}
Extend your AtCoder
Tools for various online judges. Downloading sample cases, generating additional test cases, testing your code, and submitting it.
Solutions to problems from various online judges / contest sites.
Browser extension which parses competitive programming problems
Problem Solving Training for computer science students.
Makes judging, compiling, and downloading problems for competitive programming easy.
Stop stalking and start StopStalking
Convenient modules & tools for AtCoder users, written in Python 3.6
AtCoder command line tools
Everything competitive programming related - introductory guide, topics/concepts, practice problems, snippets & templates, tips & tricks and more.
A Cargo subcommand for competitive programming
A one-shot tool to harvest submissions from different OJs onto one single VCS managed repository http://bit.ly/harwest
A command line tool to run your code against sample test cases. Without leaving the terminal :)
Competitive programming IDE-as-a-VS-Code-plugin
Here is my all problems I'v solve
Support for Competitive Coding badges to add in Github readme or portfolio websites.
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
Analyze problems of competitive programming and automatically generate boilerplate
a Ruby port of AtCoder Library (ACL).
AtCoderのパフォーマンス予測を行います
Lockout championship rules component page have white space in Firefox and Chrome
System : Ubuntu 20.04 LTS
Improvement :
The component should be responsive and supported in all browsers and should take full height
Competitive programming solutions
By the way, is assertion in
download_sample_casesis right?
Ifassert len(list(case.children)) == 2is not satified, the page contents are not supported byoj.
Therefore,raise SampleParseErroris prefer to assertion?Anyway, this assertion issue handle by other PR. This PR is mergable.
アサーションはバグ検出のために仕込むものですが、`assert len(list(case.childr
Data Structures, Algorithms, Utility Classes for Competitive Programming, Codeforces: https://codeforces.com/profile/wleung_bvg, AtCoder: https://atcoder.jp/users/wleung_bvg, DMOJ: https://dmoj.ca/user/wleung_bvg
Add a description, image, and links to the atcoder topic page so that developers can more easily learn about it.
To associate your repository with the atcoder topic, visit your repo's landing page and select "manage topics."
Users currently store a country, so it would be helpful to list all users in a country in a server. Example of the command could be
ls <country name or iso code>Which then returns (probably in embed so the users don't get pinged) the users of that country alphabetically ordered.