A lightweight program for finding the ratio of something occurring over a span of minutes.
- Running tally: Avoid losing track of how far along in a count you are.
- Ratio calculation: Get a better idea of occurrences per minute.
- Legibility: Numbers smaller than 1/100 of a minute are not displayed.
git clone https://github.com/Rikoru/SimpleCount.git
- Get a local copy of the repository.cd SimpleCopy
- Change working directory to the cloned repository.make
- Compile the project - Requiresgcc
on your machine../count
- Run the application.
- Enter 1 to increase tally, 0 to decrease tally
- ctrl+d outputs final results
- ctrl+c to cancel and exit
Follow the 'fork-and-pull' Git workflow:
- Fork the repository
- Make the suggested changes to the project
- Submit a Pull Request