An extension to enhance the experience for atcoder
Click one of the buttons you see above and a custom test page should be opened. Your submission code and input/output should be filled in.
- Predict rating during a contest (testing)
- Show difficulty of problems (get from kenkoo)
- Add status + test cases to the printing page
- Add a dropdown list at the custom test page
- Implement some features that Codeforces is supporting (like checking diff of 2 submissions)
- Run against all test cases that have a size of less than 512KB
- Add themes (dark theme, ...)
- Allow changing fonts
- Chrome extension samples
- Chrome web store documentation
- Apply for a featured badge
- A part of my source code is copied from atcoder-rating-estimator
When creating prediction data, the backend will predict performance for rank as an integer, but in reality, rank can be rounded to 0.5 (document (formula 2)). Therefore, there may be prediction errors.
Before running the tests, create .env as .env.example file then fill your atcoder account.
Turn self-hosted Github action locally. It will listen for events defined at the GitHub action's .yml file
cd actions-runner
./run.cmd