Giter Site home page Giter Site logo

ahmedmadbouly186 / catalyst Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rudreshveerkhare/catalyst

0.0 0.0 0.0 31.94 MB

A VS code Extension to accelerate the process of solving problems on Codeforces.

License: GNU General Public License v3.0

JavaScript 89.14% CSS 10.86%

catalyst's Introduction

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.

catalyst's People

Contributors

rudreshveerkhare avatar nobdefender avatar drswad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.