ShifaT57's blog

By ShifaT57, history, 3 years ago, In English

cp-tool

cp-tool is an auto generator for solved problems at different online judges. It gathers all the problems you have solved at an online judge and generates a git repository for you.

Generated Sample Git Rep by cp-tool

Supported Platforms

Requirments

  • python >=3.6

Instruction

  • Installation

  • Linux : pip install cp-tool

  • Windows :python -m pip install cp-tool

Note : Please updated version

  • Upgrade :

  • Linux :pip install --upgrade cp-tool

  • Windows :python -m pip install --upgrade cp-tool

  • Usage

  • Using command cp-tool it will show the usages

  • Init with git repo :

    • Create a git repository first
    • Then init -c init -j codeforces

    You will be asked for

    • handle
      • example : shifat57
    • repository name (A folder will be created based in repo name)
      • example : My Cp Track
    • repository url
      • example : https://github.com/jspw/cp-tool-sample
  • Update submissions :

    • Go to the repository folder in your local file
    • Then cp-tool -c update -j codeforces

git repo : https://github.com/jspw/cp-tool

sample : https://github.com/jspw/cp-tool-sample

Full text and comments »

  • Vote: I like it
  • +34
  • Vote: I do not like it

By ShifaT57, history, 3 years ago, In English

I made an android application for Codeforces where we can check upcomming contests as a list and can set notification for the contest,can check previous contests and can visualize someones handle.

Git repository : Source code

download app : APK

profile

setn

upc

notification

Full text and comments »

  • Vote: I like it
  • +15
  • Vote: I do not like it

By ShifaT57, history, 4 years ago, In English

I have made a Repositiory in GitHub to configure VS Code specially for Competitive programming.

In this case , you don't need to write input in the command line or write fopen / close stuffs , programme will take input from a file (input.txt) automatically and give the output in another file (output.txt).You can also find the programme runtime status which will help you to calculate execution time as well as memory usage in linux.

Full text and comments »

  • Vote: I like it
  • +9
  • Vote: I do not like it