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

Автор breno, 4 года назад, По-английски

Hey everyone!

About a month ago, I started developing a Chrome and Firefox extension that could filter CF standings by country. For this to work, I developed a Python crawler that separates all Codeforces users by country and creates all the countries lists (since Codeforces lists have a limited size of 1000, I first sorted them by active users, then by rating).

After that, I developed a Chrome and a Firefox extension so anyone could filter their standings by any country! :)

Extension screenshot


It currently just supports normal Contests or Gyms, but I would love to hear any suggestions from you guys so I can improve it for everyone.

Also, it is an Open Source project! So if any of you like, you can open Pull Requests, Issues or Clone it!

Links: Github repository, Chrome extension, and Firefox extension

I'd like to thank brunomont for having the initial idea, rafaelgo for teaching me how to start creating a Chrome extension and emaneru for encouraging me to write this post!

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

»
4 года назад, # |
  Проголосовать: нравится +41 Проголосовать: не нравится

fmota, I guess this is what you were looking for?

»
4 года назад, # |
Rev. 2   Проголосовать: нравится -23 Проголосовать: не нравится

There are many contestants those who don't add their country to there profiles

  • »
    »
    4 года назад, # ^ |
    Rev. 2   Проголосовать: нравится +30 Проголосовать: не нравится

    And there are lot more contestants who add their country to their profiles than those who don't.

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится +24 Проголосовать: не нравится

    Indeed, Sumanto! In those cases, I haven't thought of any better solution than adding them to the "Unknown" country list (although since there are many users in that list, the last one in it has a rating of 1930). But just like khulegu answered, many other users have their country in their profiles.

    What I believe we can do now is encourage users to add their country in their profiles! :)

»
4 года назад, # |
  Проголосовать: нравится +31 Проголосовать: не нравится

I'm so glad you made this post. Since you launched the extension I’ve been using it in every contest. Thanks for helping us all :)

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

How to go back to all country standings after choosing a country standings?

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

    u can open the problems and back to standings :)

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится +4 Проголосовать: не нравится

    There are 2 simple ways to do that:

    1. Click on the X at the bottom-right of the page. You can see this on the screenshot that I added to the blog post. In the bottom-right, there is written Brazil (X). If you click that, it will return to normal standings;
    2. Just click at Common Standings or Friends Standings.
»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Without registration and without sms extension available here and more here.

screenshot

P.S. Available only after end of the round.

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

Are the lists kept updated? New people are joining daily and it seems like the lists are not updated.

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится +8 Проголосовать: не нравится

    Hey, stefdasca!

    Yes! The lists are continuing to be updated. Although there was a week or so that I didn't update it (I just updated it. Can you please check if your case is solved?). This happens because it still is a manual process.

    I'm checking today if it is possible to create an Alexa routine that can run the script every day.

    PS: Just a reminder, that Codeforces lists are limited to 1000 users, so not all users are in the lists of their country.

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

Liked this one seems useful in educational rounds.Great work

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

Can anyone suggest me a tools like this where i can get standing by institutions.

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

    Hey, ashkANOn!

    I do not know any application that does that. And I don't pretend to add this support to this extension since there are too many institutions. But I encourage you to clone the git repository and try to adapt it to create a clone of this extension with the institutions that you want to keep track of. I'm here to help with any need you may have. :)

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

breno i want to make extension which merge the graph of user who made their account more than one on codeforces ,if they wish

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

Awesome extension, thank you for the effort! There's any work around to make it work in private group standings?

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

    Hey, lclpsoz!

    I'm currently not doing any work on it, but if you want to contribute to it, it will be great and I'll make sure all the changes will be published.

    To support this, you only need to update this file:

    Background.js on GitHub

    On line 11, is where we display or not the "Select a country" card.
    And on line 30 is where we build the URL to redirect the user to the correct list.

    Although it is kind of simple, it requires some knowledge in Javascript programming. If you have any doubts, please let me know and I'll try to help you with this. :)

    But in general, you can just create a branch and I'll review it, merge on master and then publish it.

    Kind regards,
    Breno

»
2 года назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

you're awesome man thank you