Git Product home page Git Product logo

idne's Introduction

idne

A way to submit your solution file to Codeforces through terminal

Current Features:

Screenshot of Test Usage

Proof of Working: Proof of Working

One time setup (pre-installation)

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 wanted it to be.

vim template.cpp

Installation (For Linux user only)

Prerequisites

I will assume that you have

  • Git
  • Python 2.7

Clone the repositories

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

Set-up a Virtualenv

pip install virtualenv

Create an isolated environments through virtualenv

cd idne
virtualenv venv

Activate virtualenv

. venv/bin/activate

Install all required dependencies by typing

pip install --editable .

Usage Scenario Example (+ Codeforces Parser)

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

First, ensure that you activate the virtualenv Activate virtualenv

. venv/bin/activate

Secondly, parse the problem using Codeforces Parser (included in this repo) by

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

ENJOY !

idne's People

Contributors

endiliey 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.