Skip to content

victorz/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple timer that sleeps for the amount of time specified by
its input.

Input should be any number -- floating-point or integers -- and,
unless specified by a suffix, this will be interpreted as
milliseconds.

The main reason for basically re-writing this simple piece of software
is that the software that exists has seconds as its minimum
granularity. I wanted at least milliseconds.

The intent is to later port the entire code to C, so it can be run a
little more efficiently in scripts and so on, without having to start
up the JVM (Java Virtual Machine) over and over.

About

A simple `sleep' clone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages