https://github.com/ahmethakanbesel/decimal-to-binary-converter
Integer/floating point to binary converter with custom bit structure support
https://github.com/ahmethakanbesel/decimal-to-binary-converter
binary decimal decimal-to-binary decimal-to-hexadecimal hex
Last synced: 3 months ago
JSON representation
Integer/floating point to binary converter with custom bit structure support
- Host: GitHub
- URL: https://github.com/ahmethakanbesel/decimal-to-binary-converter
- Owner: ahmethakanbesel
- License: mit
- Created: 2021-09-08T10:06:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T10:59:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T09:25:06.518Z (5 months ago)
- Topics: binary, decimal, decimal-to-binary, decimal-to-hexadecimal, hex
- Language: Vue
- Homepage: https://decimal2binary-converter.vercel.app/
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decimal to Binary Converter
It converts integers or floating point numbers to binary. You can change number of exponent and mantissa bits.
Also, it generates hex value of binary.
Click [here](https://decimal2binary-converter.vercel.app/) for live preview.## Preview
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Credits
- [Vue.js](https://vuejs.org/)
- [Vuetify](https://vuetifyjs.com/)
- [vue-clipboard2](https://github.com/Inndy/vue-clipboard2)