All Projects → adzo261 → codeforces-timer

adzo261 / codeforces-timer

Licence: MIT license
A Google Chrome extension which adds a timer to practice timed problem solving on codeforces

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to codeforces-timer

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 (+65%)
Mutual labels:  competitive-programming, codeforces, problem-solving
CodeForces
Python solutions to CodeForces problems
Stars: ✭ 48 (+140%)
Mutual labels:  competitive-programming, codeforces, problem-solving
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+1695%)
Mutual labels:  competitive-programming, codeforces, problem-solving
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (+20%)
Mutual labels:  competitive-programming, codeforces, problem-solving
vjudge-to-oj
Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
Stars: ✭ 43 (+115%)
Mutual labels:  competitive-programming, codeforces
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (+0%)
Mutual labels:  competitive-programming, codeforces
Python
covers python basic to advance topics, practice questions, logical problems in python, web development using html, css, bootstrap, jquery, DOM, Django 🚀🚀. 💥 🌈
Stars: ✭ 29 (+45%)
Mutual labels:  practice, problem-solving
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (+50%)
Mutual labels:  competitive-programming, codeforces
ProgrammingProblems
Our answers to some programming problems,like ACM ICPC problems and others.(All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) ** PLEASE STAR THE REPO IF IT 'S USEFUL :) **
Stars: ✭ 27 (+35%)
Mutual labels:  competitive-programming, codeforces
CP
Competitive Coding
Stars: ✭ 25 (+25%)
Mutual labels:  competitive-programming, codeforces
CodePal
A Visual Studio Code Extension for competitive programming.
Stars: ✭ 45 (+125%)
Mutual labels:  competitive-programming, codeforces
USACO
Algorithms, data structures, and problems in competitive programming up to USACO Platinum
Stars: ✭ 34 (+70%)
Mutual labels:  competitive-programming, codeforces
Competitive-Programming-June-Course-
Problem Solving Ability Skills Course
Stars: ✭ 24 (+20%)
Mutual labels:  competitive-programming, problem-solving
Algorithms and DS
The Algorithm Studies during the ACM-ICPC Lab lectures
Stars: ✭ 39 (+95%)
Mutual labels:  competitive-programming, problem-solving
Resources
Data Structures, Algorithms, Utility Classes for Competitive Programming, Codeforces: https://codeforces.com/profile/wleung_bvg, AtCoder: https://atcoder.jp/users/wleung_bvg, DMOJ: https://dmoj.ca/user/wleung_bvg
Stars: ✭ 34 (+70%)
Mutual labels:  competitive-programming, codeforces
pw
Best websites a Programmer should visit
Stars: ✭ 27 (+35%)
Mutual labels:  practice, competitive-programming
PrepBytes-questions
One can follow to excel in coding if you are a noob!!
Stars: ✭ 46 (+130%)
Mutual labels:  practice, competitive-programming
algovault
Algorithms and templates for competitive programming
Stars: ✭ 67 (+235%)
Mutual labels:  competitive-programming, codeforces
problem-solving
No description or website provided.
Stars: ✭ 56 (+180%)
Mutual labels:  codeforces, problem-solving
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (+20%)
Mutual labels:  competitive-programming, codeforces

Codeforces Timer



A Google Chrome Extension to add a timer to practice speed problem solving on Codeforces.


Preview

Whats new ?

  • Now you can set Custom Timer.

Installation

  1. Download the repo as .zip and extract it.
  2. Open Google Chrome -> Settings -> Extensions -> Toggle On Developer Mode -> Load Unpacked Extensions -> Point to the extracted folder.

Note

You may want to disable the extension before attempting an actual live contest, just to avoid confusion between individual problem timer and real contest timer.
It can be disabled from Settings -> Extensions page.

Usage

  1. Select the timer as per your need from the drop down of extension icon.
  2. Selected timer will be applied for all the problems that you open.
  3. Problems can be opened from Problemset page and Contest page.
  4. Once a problem is opened timer cannot be paused.
  5. When a solution is submitted within time, and is accepted, the timer will detect and automatically stop and show Finished.
  6. For already solved problems, timer will show a Finished message.
  7. For problems, you ran out of time, it will show a Timed Out message.

Development setup

  1. Fork it and clone as local repository.
  2. Follow installation, to start playing around.
  3. Start developing !

Contributing

  1. Read the CODE OF CONDUCT
  2. Fork the repo
  3. Create your feature branch (git checkout -b feature/fooBar)
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request
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].