All Projects → sjsakib → Cfviz

sjsakib / Cfviz

Visualizes user data from codeforces.com using the official API

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Cfviz

Peity
Progressive <svg> pie, donut, bar and line charts
Stars: ✭ 4,214 (+792.8%)
Mutual labels:  chart, jquery
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (-93.22%)
Mutual labels:  competitive-programming, codeforces
Codeforces
Solutions to Codeforces Problems
Stars: ✭ 132 (-72.03%)
Mutual labels:  competitive-programming, codeforces
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-94.92%)
Mutual labels:  competitive-programming, codeforces
Hightail
Stars: ✭ 267 (-43.43%)
Mutual labels:  competitive-programming, codeforces
codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+78.39%)
Mutual labels:  competitive-programming, codeforces
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-95.76%)
Mutual labels:  competitive-programming, codeforces
Competitive-Programming-Codes
Includes codes from coding competitions and contests over the internet. Languages:- Python3 and C++
Stars: ✭ 14 (-97.03%)
Mutual labels:  competitive-programming, codeforces
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (-6.99%)
Mutual labels:  competitive-programming, codeforces
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (-75%)
Mutual labels:  competitive-programming, codeforces
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (-93.01%)
Mutual labels:  competitive-programming, codeforces
Competitive Companion
Browser extension which parses competitive programming problems
Stars: ✭ 295 (-37.5%)
Mutual labels:  competitive-programming, codeforces
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (-82.84%)
Mutual labels:  competitive-programming, codeforces
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-96.4%)
Mutual labels:  competitive-programming, codeforces
cpt
An amazing versatile CLI tool for competitive programming!
Stars: ✭ 32 (-93.22%)
Mutual labels:  competitive-programming, codeforces
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-96.19%)
Mutual labels:  competitive-programming, codeforces
CodeForces
Python solutions to CodeForces problems
Stars: ✭ 48 (-89.83%)
Mutual labels:  competitive-programming, codeforces
cphelper.nvim
Neovim helper for competitive programming. https://sr.ht/~p00f/cphelper.nvim preferred
Stars: ✭ 56 (-88.14%)
Mutual labels:  competitive-programming, codeforces
harwest-tool
A one-shot tool to harvest submissions from different OJs onto one single VCS managed repository http://bit.ly/harwest
Stars: ✭ 89 (-81.14%)
Mutual labels:  competitive-programming, codeforces
Stopstalk Deployment
Stop stalking and start StopStalking 😉
Stars: ✭ 276 (-41.53%)
Mutual labels:  competitive-programming, codeforces

Codeforces Visualizer

This is code repository for a simple analytics visualization site for Codeforces online judge users using Codeforces API. The site is currently hosted at here.

Current features

Single User Analytics

  • Verdicts chart
  • Languages chart
  • Tags chart
  • Levels chart
  • Total tried problems count
  • Total solved problems count
  • Average and max attempts
  • Count of problems solved with one submission
  • Max AC for a single problem (It indicates in how many ways someone solved a problem)
  • List of unsolved problems

Comparison between two users

  • Current, max and min rating
  • Number of contests
  • Best and worst position in contest
  • Max positive and negative rating change
  • Compared rating time-line
  • Total tried problem count compared
  • Total solved problem count compared
  • Average and max attempts compared
  • Count of problems solved with one submission compared
  • Max AC for a single problem compared
  • Tags compared
  • Levels compared

Issues

  • When somebody searches for a handle that doesn't exists, we get Cross-Origin Request blocked and the status code becomes 0 in jQuery. So we can't determine if the user doesn't really exists or some other network problem occurs.
  • Firefox hangs for a while when drawing the tags comparison chart. Probably because it's big. I have plan to divide that chart in two parts.
  • When counting number of solved problems, some problems that appear both on div 1 and div 2 get counted twice.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].