Bit_Slayer's blog

By Bit_Slayer, history, 4 weeks ago, In English

Hi everyone!

I think it would be better if Codeforces displays contest performance rating along with rating change, similar to Atcoder.

  • Vote: I like it
  • +49
  • Vote: I do not like it

»
4 weeks ago, # |
  Vote: I like it +1 Vote: I do not like it

you can use chrome extension — Carrot

  • »
    »
    4 weeks ago, # ^ |
      Vote: I like it +46 Vote: I do not like it

    I honestly want this to be implemented directly on CF. Carrot can't be precise due to CF not providing real rating used for calculation (before 6 rounds of participation), and is often unstable. For prediction purpose, okay, real-time prediction is likely to be too much for CF server, but I'd like to see at least the final performance data officially provided by CF once the rating is updated.

    • »
      »
      »
      4 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Realtime performance shouldn’t be an issue either, CodeChef does that with 45k+ participants in every Starters.

    • »
      »
      »
      3 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      how old are you?

    • »
      »
      »
      3 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Just use $$$new rating + delta * 3$$$ formula

  • »
    »
    4 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    carrot is not working anymore

»
4 weeks ago, # |
  Vote: I like it +1 Vote: I do not like it

First go to manage extensions in your browser and enable developer mode. Also install tampermonkey extension for your browser. then create a new script in tampermonkey, paste this script and hit save. You'll be good to go!

The SCRIPT