Skip to content

Tiphereth-A/CP-archives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP-archives

GitHub Lines of code GitHub repo size GitHub language count GitHub top language

My code about Competitive Programming in daily practice

Feature of manager.py

  • Remove useless files (empty files, duplicate files, files with no extension name, ...)
  • Clean content of files (comments, blanks, ...)
  • Add new file
  • Reformat files
  • Rename files

Usage of manager.py

Simple usage

python manager d

Then input OJ, problem ID and Extension name

Advanced usage

python manager.py [options] command [args]

See more info by

python manager.py [command] --help

About formatting

code type formatter
c, cc, c, cpp, cs, cxx, h, hpp, java, js, m (Objective-C), mm clang-format
go gofmt
kt ktlint
py autopep8
pas jcf-cli 1
rs rustfmt

Footnotes

  1. You should copy bin files into .\tools\bin\jcf