yalniz's blog

By yalniz, history, 7 months ago, In English

Assalamu Alaikum everyone, and Ramadan Kareem!

I was recently looking for a clean way to show off my Codeforces stats on my GitHub README. Since a lot of you guys are competitive programmers, probably some of you are too. I found a few existing widgets out there, but none of them were quite what I was looking for. There are some great ones for LeetCode, but not so much for Codeforces.

So, I decided to build my own. I originally just made this for fun, but I'm really happy with how it turned out.

Right now, it automatically generates:

  • A clean stats card (rating, rank, solved problems & top tags)
  • Your rating history graph
  • A quick profile badge
  • A bunch of different themes to match your profile's aesthetic

If you guys actually find this useful, I'm planning to keep adding more themes, and maybe even for AtCoder next.

If you like it, a star on the repo would mean a lot. Let me know if you have any feedback or feature requests!

Repo: https://github.com/Andrew-Velox/codeforces-stats

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

»
7 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Woah, I love it!

»
7 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Why downvote? I think it is very cool!

»
7 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Noicee it looks good you deserve an upvote from me!

»
7 months ago, hide # |
← Rev. 3  
Vote: I like it 0 Vote: I do not like it

I love the rating graph cards, would you be able to make a png version in API? It's hard to use the current format.

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

    Thanks for the feedback! Glad you like the rating graph card. I'll look into a png option for the API.