Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroendedauw/number-converter
Simple converter of numbers in arbitrary numerical systems
https://github.com/jeroendedauw/number-converter
Last synced: 8 days ago
JSON representation
Simple converter of numbers in arbitrary numerical systems
- Host: GitHub
- URL: https://github.com/jeroendedauw/number-converter
- Owner: JeroenDeDauw
- License: epl-1.0
- Created: 2015-10-09T16:04:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T17:30:22.000Z (about 9 years ago)
- Last Synced: 2024-10-16T14:41:14.016Z (about 1 month ago)
- Language: Clojure
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number Converter
Clojure exercise to create a simple converter of numbers in arbitrary numerical systems.
[View demonstration](https://asciinema.org/a/27781)[![Build Status](https://travis-ci.org/JeroenDeDauw/number-converter.svg?branch=master)](https://travis-ci.org/JeroenDeDauw/number-converter)
## Running the tests
lein test
## Build and usage
lein uberjar
java -jar target/uberjar/number-converter-0.1.0-SNAPSHOT-standalone.jar --help