Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dianhsu-official/ccs
- Owner: dianhsu-official
- Created: 2023-12-28T19:21:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T02:22:06.000Z (5 months ago)
- Last Synced: 2024-08-06T21:39:16.821Z (5 months ago)
- Topics: algorithm, competitive-coding, http-server, rust
- Language: Rust
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |