gardusig's blog

By gardusig, history, 7 years ago, In English

Is there any way to filter standings by country?

If not, do you think it would be useful?

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

»
7 years ago, hide # |
 
Vote: I like it +10 Vote: I do not like it

I wrote a Python script for that. Check it out in my blog list.

  • »
    »
    7 years ago, hide # ^ |
    Rev. 2  
    Vote: I like it 0 Vote: I do not like it

    I am not sure if it have changed since you made it, but there is an issue in the last step, where you do a query like: [l, min(r, len)].

    • »
      »
      »
      7 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      Try changing step variable for now. I will take a look into it tomorrow.