An open API service indexing awesome lists of open source software.

https://github.com/tintinweb/timecalcshell

Calculate time :)
https://github.com/tintinweb/timecalcshell

Last synced: 9 months ago
JSON representation

Calculate time :)

Awesome Lists containing this project

README

          

TimeCalcShell
=============

Calculate time :)

Usage
=====

with debug enabled (input string, operations, result, history, result):

+0.023s #>10:00 + 3:00 + 14:33 - 20:00
OP ADD 10.0
OP ADD 3.0
OP ADD 14.55
OP SUB 20.0
-------
7.55
['+', '10:00', '+', '3:00', '+', '14:33', '-', '20:00']
7.55

without debug:

+0.013s #>14:33
14.55