Блог пользователя ItsTHEAvro

Автор ItsTHEAvro, 16 месяцев назад, По-английски

Motivation:

Yesterday, I was trying to find out which problems my friend had solved that were rated 1600, but I couldn't find an easy and convenient way to do so. I also couldn't find any existing tools to help me. So, I've decided to build one myself.

Result:

This is what I've come up with:

You can try it out here: https://cfusersubmissions.vercel.app/

I would greatly appreciate it if you could take a moment to share your thoughts. Please leave a comment on this post and let me know what you think.

  • Проголосовать: нравится
  • +92
  • Проголосовать: не нравится

»
16 месяцев назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

It's nice man :-)

»
16 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Its nice, but this functionality is already integrated in CFViz for example.

  • »
    »
    16 месяцев назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I couldn't find any grouping of solved problems and their submissions in this website. Also, is there any way to check how many problems a user has solved for a specific rating, say 1000?

    • »
      »
      »
      16 месяцев назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Yes, is is possible. Go to "Home", enter your codeforces handle and scroll down to "problem ratings of handle", here you will see how many problems you have solved for each rating (hover your mouse over the bars to see the exact values).

      • »
        »
        »
        »
        16 месяцев назад, # ^ |
        Rev. 4   Проголосовать: нравится 0 Проголосовать: не нравится

        This can also be achieved using the CF Analytics extension to check one's profile and see how many problems someone has solved for each rating directly in their profile.

        Spoiler

        However, it doesn't show the names of the problems they have solved. What I have done is to get the actual names of the problems someone has solved as well as accepted submission for every ranking. Hope I'm being clear enough.

        • »
          »
          »
          »
          »
          16 месяцев назад, # ^ |
            Проголосовать: нравится 0 Проголосовать: не нравится

          Oh I see. It's nice you made the app, this will be useful. Thanks!

»
16 месяцев назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

I don't understand why people are downvoting this blog.
Have I offended anyone? Or is this tool harming anyone?😅

»
16 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Does it count only official submissions or unofficial ones too?

»
16 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
»
16 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

There is a slight bug in your website, every time I'm searching for multiple people in a row without refreshing, it's adding solved problem of all the people searched so far, more like doing a union of all problems solved by everyone searched so far in the series.

For ex. you first search, iamujj15 then nitin12384 then 21o7, then it'll basically union all the problem solved by these 3 person at the view of 21o7