carrot
carrot copied to clipboard
A browser extension for Codeforces rating prediction
I know that the extension has not been updated for a long time, but still. I think it's a good idea to add the user's performance to each round in...
Currently hard because of the number of API calls it would need (2 x number of contests). Might be doable with some caching.
Hello! Extremely helpful extension. You have my utmost appreciation for it. Currently, the extension shows performance ratings only for the official contestants. I was wondering if it would be possible...
The Codeforces API is often down and the extension stops working, but for a user there is no clue why it stopped working apart from a cryptic message in the...
I do not know about live prediction calculations but at least for performance calculations after the contest is done, unrated users count as having rating 0 instead of the default...
Codeforces has added an `includeRetired` param to `user.ratedList` (quite some time ago) with an undocumented default of `true`. This means that any user who hasn't been online in the last...
Suggested by @RimuruChan in https://github.com/meooow25/carrot/issues/56#issuecomment-2241206541 It makes no sense to check that an API request is made by a human, so really we shouldn't need to do this. But CF...