https://github.com/tintinweb/timecalcshell
Calculate time :)
https://github.com/tintinweb/timecalcshell
Last synced: 9 months ago
JSON representation
Calculate time :)
- Host: GitHub
- URL: https://github.com/tintinweb/timecalcshell
- Owner: tintinweb
- Created: 2012-11-26T22:04:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-26T22:10:06.000Z (about 13 years ago)
- Last Synced: 2025-02-08T17:14:00.272Z (11 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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