CF Pillow (https://tahsinahmed13.github.io/cf-pillow/)
Yet another Codeforces rating calculator! Want to know what your delta would've been if you had done slightly better? Put your worries to sleep without having to worry about contest rules or calculating points and penalties by hand.
I created this rating calculator because Cfviz, the de facto Codeforces rating calculator didn't have some features that I wanted, mainly a scoreboard to edit solve times and penalties without having to worry about ICPC vs. CF rulesets and a way to easily search for contests. Many thanks to junegunn for creating fzf and ajit for creating a javascript port of it.
Rating calculation was done using the formulae in this blog by Mike Mirzayanov. Compared to Cfviz, you might get different results for Educational Rounds. This is because these contests are only rated for Div. 2 participants, Div. 1 participants count as official participants. Cfviz, as far as I am aware, does not filter out these contestants. In practice I have found the results to be closer to the actual Codeforces deltas.
Here is a preview of the app. Codeforces doesn't seem to render GIFs, so check out the github for a full preview. Hopefully, this is useful to someone else. If you have any ideas of any more features to add, please comment.
Auto comment: topic has been updated by Tahsin13 (previous revision, new revision, compare).
how did you do,could you explain me, i'm also learning
You can checkout the github repo here if you're curious.
.
You can read this blog by Mike here. It's basically just the sum of the probabilities of everyone else beating you.
Thanks.
Auto comment: topic has been updated by Tahsin13 (previous revision, new revision, compare).
Auto comment: topic has been updated by Tahsin13 (previous revision, new revision, compare).