Git Product home page Git Product logo

idne's Introduction

idne

A way to submit your solution file to Codeforces through terminal

preview GIF

Installation

Clone the repositories

git clone https://github.com/endiliey/idne.git

Install all required dependencies in an isolated environment

cd idne
python3 -m venv env
source env/bin/activate
pip install --editable .

Go to utils/config.py, then insert your username and password

username = "ababcba" # your codeforces username
password = "asdadas" # your password

Make sure to edit template.cpp as you wish

vim template.cpp

Usage


Example: Solving Codeforces Round #259 (Div. 2)

First, ensure that you have activated the virtualenv Activate virtualenv

source env/bin/activate

Secondly, parse the problem

parse 454

And there will be a folder named 454-c++11, with a subfolder (e.g: A, B, C, D) inside. Assume you are solving problem A

cd 454-c++11/A

Use your favourite text editor and edit A.cpp. I use vim for this example

vim A.cpp

After confident with your solution, you can use ./test.sh to check if your solution passes the sample test

./test.sh

If it passes, you can submit with idne. The format is: idne [problem id] [filename]

idne 454A A.cpp

Credits

idne's People

Contributors

endiliey avatar gesrua avatar danielkurniadi avatar hugopm avatar

Stargazers

Nurdaulet Mukhituly avatar

Watchers

James Cloos 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.