All Projects → RudreshVeerkhare → Catalyst

RudreshVeerkhare / Catalyst

Licence: GPL-3.0 license
A VS code Extension to accelerate the process of solving problems on Codeforces.

Programming Languages

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

Projects that are alternatives of or similar to Catalyst

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 (-65.22%)
Mutual labels:  competitive-programming, codeforces, competitive-coding
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-73.91%)
Mutual labels:  competitive-programming, codeforces, competitive-coding
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+71.01%)
Mutual labels:  competitive-programming, codeforces, competitive-coding
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (-69.57%)
Mutual labels:  competitive-programming, codeforces
A2OJ-Enhancer
Chrome extension to enhance the functionality of static A2OJ site.
Stars: ✭ 36 (-47.83%)
Mutual labels:  competitive-programming, codeforces
The-CP-Companion
Your ultimate destination for Competitive Coding this Hacktoberfest21
Stars: ✭ 21 (-69.57%)
Mutual labels:  competitive-programming, competitive-coding
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (-56.52%)
Mutual labels:  competitive-programming, codeforces
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+420.29%)
Mutual labels:  competitive-programming, codeforces
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (-21.74%)
Mutual labels:  competitive-programming, competitive-coding
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (-59.42%)
Mutual labels:  competitive-programming, competitive-coding
CodePal
A Visual Studio Code Extension for competitive programming.
Stars: ✭ 45 (-34.78%)
Mutual labels:  competitive-programming, codeforces
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-66.67%)
Mutual labels:  competitive-programming, competitive-coding
algovault
Algorithms and templates for competitive programming
Stars: ✭ 67 (-2.9%)
Mutual labels:  competitive-programming, codeforces
codeforces2pdf
Light tool to extract CodeForces problems into PDF files
Stars: ✭ 18 (-73.91%)
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 (-71.01%)
Mutual labels:  competitive-programming, codeforces
Competitive-Coding
Contains solution code of SPOJ, LeetCode, HackerRank and Codeforces questions solved by me.
Stars: ✭ 46 (-33.33%)
Mutual labels:  competitive-programming, codeforces
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-50.72%)
Mutual labels:  competitive-programming, codeforces
codechef-cli
CodeChef Command Line Client.
Stars: ✭ 35 (-49.28%)
Mutual labels:  competitive-programming, competitive-coding
vjudge-to-oj
Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
Stars: ✭ 43 (-37.68%)
Mutual labels:  competitive-programming, codeforces
CP
Competitive Coding
Stars: ✭ 25 (-63.77%)
Mutual labels:  competitive-programming, codeforces

Catalyst

Version Rating Downloads Installs

Catalyst is a VS code Extension to accelerate the process of solving problems on Codeforces. It automatically fetches the problem and displays it, parses test cases, runs and evaluates your code on test cases. You can edit/add/remove test cases as you like, and when you are done, it can submit your code and then track the submission in realtime.

Quick Start

quickStartGif

  1. Open any folder in VS code.
  2. Press  Ctrl + Alt + P  or use command Add Problem/Contest from command palette.
  3. Enter problem/contest URL from Codeforces and then select a language

After this VS code layout will split into 2 columns, in the left column there will be source code and in the right column, the problem will be displayed with preloaded test cases. In which you can run, evaluate, and submit your code.

Shortcuts

Ctrl + Alt + P -  Add new Problem/Contest
Ctrl + Enter -  Run all test cases for selected problem
Ctrl + Alt + H -  Hide/Show problem panel

Features

  • Automatically opens problem statement when source code is opened, so once you add a problem no need to remember URL or name of the problem, Catalyst will do it for you!
  • Automatically Fetch Problem from Codeforces and show it in VS code
  • Can fetch all problems from Contest given contest URL only
  • Compile, run and evaluate test cases in a single click
  • Submit problem right from VS code
  • Realtime tracking of submission status
  • Encrypts user login credentials using  AES-256-CBC  and stores encrypted data in the system's keychains, keys for encryption are updated every time user updates its credentials.
  • Supported languages
    • C++
    • Python
    • Java

Requirements

Encrypted Credentials are stored in the system's keychain. On macOS the passwords are managed by the Keychain, on Linux they are managed by the Secret Service API/libsecret, and on Windows they are managed by Credential Vault.
For Linux depending on your distribution, you will need to run the following command :

  • Debian/Ubuntu :  sudo apt-get install libsecret-1-dev
  • Red Hat-based :  sudo yum install libsecret-devel
  • Arch Linux :  sudo pacman -S libsecret

Note

  • Currently Catalyst doesn't support Interactive Problems on Codeforces
  • Submit option is beta feature so might misbehave sometimes, if you find any issue please report it.
  • If you have any query, you can ask it here.
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].