Skip to content
/ uvaviz Public

Visualizes user data from onlinejudge.org using the official uHunt API

Notifications You must be signed in to change notification settings

Ayubur/uvaviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UVa Visualizer

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

Current features

Single User Analytics

  • Verdicts chart
  • Languages chart
  • Tags chart
  • Total tried problems count
  • Total solved problems count
  • Average and max attempts
  • Count of problems solved with one submission
  • List of unsolved problems

Comparison between two users

  • Verdicts compared
  • Languages compared
  • Total tried problem count compared
  • Total solved problem count compared
  • Average and max attempts compared
  • Count of problems solved with one submission compared
  • Tags compared

Issues

  • Contest data is not added yet