Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dianhsu-official/ccs

📊Simple Competitive Companion Server
https://github.com/dianhsu-official/ccs

algorithm competitive-coding http-server rust

Last synced: 27 days ago
JSON representation

📊Simple Competitive Companion Server

Awesome Lists containing this project

README

        

# Simple Competitive Companion Server

Need [Competitive Companion](https://github.com/jmerle/competitive-companion)

## Execute arguments

| Key | Sample Value | Description |
| ---------------- | -------------------------------------------- | ------------------------------------------------------------------------------- |
| `workspace` | `/home/dianhsu/algorithm` | Generate file location. |
| `templates` | `/home/dianhsu/sol.cpp,/home/dianhsu/sol.py` | Template file location, multiple templates path should be seperated by a comma. |
| `port` | `27121` | Listening port of CCS, default is `27121`. |
| `open_by_vscode` | `true` or `false` | Enable open vscode after templates generated. |
| `verbose` | | Verbose show logs. |
| `log_file` | `./test.log` or `stderr` or `stdout` | File path or `stdout` or `stderr`, it's used for log file |
| `short_path` | | Enable short path directory created |