https://github.com/davidfstr/decimal-binary-unit-converter
Converts byte values between decimal and binary units.
https://github.com/davidfstr/decimal-binary-unit-converter
java jgoodies-forms unit-converter
Last synced: 4 months ago
JSON representation
Converts byte values between decimal and binary units.
- Host: GitHub
- URL: https://github.com/davidfstr/decimal-binary-unit-converter
- Owner: davidfstr
- License: other
- Created: 2012-10-21T22:21:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-20T05:00:55.000Z (over 12 years ago)
- Last Synced: 2025-02-24T03:36:35.540Z (4 months ago)
- Topics: java, jgoodies-forms, unit-converter
- Language: Java
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Decimal-Binary Unit Converter 1.0
Need to convert between decimal and binary byte units?
This is a unit converter make just for that purpose.Different units for bytes are used in different places:
* File sizes (binary megabytes = MiB)
* Internet bandwidth (decimal megabits = Mbit)
* Hard drive sizes (decimal gigabytes = GB)
* RAM sizes (binary gigabytes = GiB)This program helps you convert these units easily.
## Requirements
* Java 1.5 or later
* Ant or Make — to compile## Applet
If your web browser supports Java applets, you can use the application on the [applet page].
[applet page]: http://davidfstr.github.com/Decimal-Binary-Unit-Converter/
## Download
This program can also be run as a standalone Java application:
* [Decimal-Binary Unit Converter 1.0](http://davidfstr.github.com/Decimal-Binary-Unit-Converter/assets/DecBinUnitConverter-1.0.jar)
## Compiling
* To compile all source files locally, run `ant` or `make`.
* To run locally compiled files, use `ant run` or `make run`.
* To package everything in a distributable JAR, use `ant jar`.## History
I originally created this as an experiment in 2008 to:
* use [JGoodies Forms] to create a GUI with as few lines of code as possible, and to
* package a Java app for deployment.[JGoodies Forms]: http://www.jgoodies.com/freeware/libraries/forms/
## License
This software is freeware. For details, see the [LICENSE] file.
[LICENSE]: https://github.com/davidfstr/Decimal-Binary-Unit-Converter/blob/master/LICENSE.txt