Princ_iple's blog

By Princ_iple, history, 3 days ago, In English

Hi everyone!

I know the extension has been unavailable on Chrome for a while. The old version was built on Manifest V2, and Google stopped accepting those extensions on the Web Store, so I had to rebuild it from scratch for Manifest V3. Codeforces Practice Tracker version 2.0.0 is now available.

For those who don't know it, Codeforces Practice Tracker adds a new Statistics tab to any Codeforces profile and helps you track your practice progress through customizable time phases.

You can install it here: Chrome | Firefox


What's new in v2.0.0

  • Fully rebuilt with Manifest V3
  • Customizable chart themes
  • Phase comparison indicators — compare each phase with the previous one using colors, arrows, or percentages
  • Flexible solved-problems view — hide, list, or toggle the solved problems list per phase
  • Skip inactive phases with one click
  • Customizable phase length

Update v2.0.1! Updated the themes with some new ones, tweaked a few existing ones, and fixed some minor UI issues — more themes are on the way soon, so feel free to suggest ones you'd like to see. Hope you find one you like in the meantime!


Help improve it

If you have feedback, feature ideas, or find a bug, use the links in the extension popup:

I'm actively working on more features and improvements, so stay tuned. If there's something you'd like to see, please share it with me.

Thanks for your patience and support. Hope you find it useful.

Stay safe.

Full text and comments »

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

By Princ_iple, history, 5 years ago, In English

Hi everyone,

Hope you all have a happy new year.

I would like to share with you my last project this year, Backtracking Visualizer.

It's a visualization tool for some backtracking standard problems (Sudoku Generator, Sudoku Solver, N Queens, Knight's Tour), which helps to understand backtracking technique in general and how to use it to solve these problems in particular. It shows and describes all the steps of finding the solution, also gives the option to choose different parameters for each problem.

You can know more about it and visit it from: https://www.linkedin.com/feed/update/urn:li:activity:6881545168055525376/

Hope you enjoy it and if you have any comments please let me know.

Full text and comments »

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

By Princ_iple, history, 6 years ago, In English

Hi everyone!

I'd like to share with you my new extension, Codeforces Practice Tracker.

Codeforces Practice Tracker helps to track your practice progress in codeforces through time phases, It simply adds new tab to your profile (or any other profile) in this tab you can find data about each time phase.

For each time phase it shows:

  • Number of solved problems.
  • Number of submissions.
  • Hardest (Max Rated) problem you solved.
  • Average of the rates of the problems you solved.
  • Number of contests and virtuals you participated.
  • Statics of submissions.

Note: Gyms problems and unrated problems are only considered in number of solved problems and number of submissions.

More features:

  • Show each phase and compare it with previous one.
  • Skip inactive phases.
  • Change number of days of each phase.

It can be useful also for trainers who want to keep updates about their trainees.

You can download it here: Chrome, Firefox

If you find any bugs, have any comments or suggestions please let me know.

Hope you like it and consider sharing it with your friends. Stay safe.

UPD: This was my first time to create browser extension so I made It just for chrome. I'll provide it for firefox soon, Guess It won't be that hard.

UPD2: It's available now for Firefox, Thanks for your support.

UPD3: There was an argument about whatever it's better to show " the average" of problems rate or "the mean" or "the number of problems solved of each rating separately", so I made an update. Now you can list all solved problems of each phase with their ratings, I think it may help with this issue.

UPD4: For the past few months, Google disabled reviews of chrome extensions so people couldn't rate or leave reviews for any extension, and no one had the chance to rate my extension. Now it's back, so please rate the extension and leave a review. :D

Full text and comments »

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