Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattms/whats_my_age_again
Convert numbers to other bases
https://github.com/mattms/whats_my_age_again
Last synced: about 1 month ago
JSON representation
Convert numbers to other bases
- Host: GitHub
- URL: https://github.com/mattms/whats_my_age_again
- Owner: MattMS
- License: mit
- Created: 2015-10-17T04:22:29.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-11-21T09:04:26.000Z (about 9 years ago)
- Last Synced: 2024-04-09T16:40:15.711Z (9 months ago)
- Language: HTML
- Homepage: http://mattms.github.io/whats_my_age_again/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's my age again?
Convert values to different [bases (radix)](https://en.wikipedia.org/wiki/Radix).
Open [index.html](./index.html) in a browser and play with the input values.
Just a simple demo that I made for fun.
## Development
Clone the repo then `npm install` to download dependencies.
`npm run build` to rebuild index.html after changing any files.