https://github.com/fliegendewurst/decimal-code
Convert decimal numbers to BCD, Aiken and Stibitz (excess-3)
https://github.com/fliegendewurst/decimal-code
aiken bcd excess-3
Last synced: 11 days ago
JSON representation
Convert decimal numbers to BCD, Aiken and Stibitz (excess-3)
- Host: GitHub
- URL: https://github.com/fliegendewurst/decimal-code
- Owner: FliegendeWurst
- License: gpl-3.0
- Created: 2020-05-19T19:43:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T19:56:44.000Z (about 6 years ago)
- Last Synced: 2025-02-23T14:43:44.674Z (over 1 year ago)
- Topics: aiken, bcd, excess-3
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
decimal-code
============
Convert decimal numbers to BCD, Aiken and Stibitz (excess-3).
Input lines are interpreted as space-separated encoding and value.
Tab separated values (decimal, BCD, Aiken, Stibitz) are printed.