Skip to content

Rikoru/SimpleCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Return number of events per minute as a ratio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published