1
0
Fork
You've already forked BitBot
0
No description
C++ 66.8%
CMake 18.8%
C 14.4%
Mirko Adam 40078551ef
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
added saving file
2023年09月26日 14:02:02 +02:00
.reuse Made REUSE-compliant (hopefully) 2023年09月26日 12:56:17 +02:00
LICENSES Initial commit 2023年09月26日 12:32:36 +02:00
.woodpecker.yml Removed locale dependency, added dependency on g++ 2023年09月26日 13:06:09 +02:00
.woodpecker.yml.license Initial commit 2023年09月26日 12:32:36 +02:00
CMakeLists.txt Refactor debugging library and remove Python dependency 2023年09月26日 13:04:11 +02:00
debug.cpp Refactor debugging library and remove Python dependency 2023年09月26日 13:04:11 +02:00
debug.h Initial commit 2023年09月26日 12:32:36 +02:00
LICENSE Initial commit 2023年09月26日 12:32:36 +02:00
main.cpp added saving file 2023年09月26日 14:02:02 +02:00
main.h added saving file 2023年09月26日 14:02:02 +02:00
README.md Initial commit 2023年09月26日 12:32:36 +02:00

BitBot


GPL enforced badge Woodpecker badge

It creates a bit image for a certain type of formula, which is written into the code.

Usage

letterDistribution FILE [OPTIONS]

Available Options

Verbose

By adding -v as last argument, you will get additional information about what is going on in the background of the program. Normal verbose information will be printed in blue, while warnings will be printed in yellow.

Even if verbose mode is disabled, it will still print information about errors. This information is printed in red.

License

This program is Free Software! Feel Free to run, modify and share under the conditions of the AGPL!