Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 961 Bytes

SimpleCount

A lightweight program for finding the ratio of something occurring over a span of minutes.

Features

  • 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.

Installation Instructions

UNIX / Bash on Windows

  1. git clone https://github.com/Rikoru/SimpleCount.git - Get a local copy of the repository.
  2. cd SimpleCopy - Change working directory to the cloned repository.
  3. make - Compile the project - Requires gcc on your machine.
  4. ./count - Run the application.

Usage instruction

  • Enter 1 to increase tally, 0 to decrease tally
  • ctrl+d outputs final results
  • ctrl+c to cancel and exit

Contributing

Follow the 'fork-and-pull' Git workflow:

  1. Fork the repository
  2. Make the suggested changes to the project
  3. Submit a Pull Request