Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynkos/endians
Program I wrote in high school that converts a given integer to little-endian and/or big-endian.
https://github.com/lynkos/endians
endian gui java
Last synced: 12 days ago
JSON representation
Program I wrote in high school that converts a given integer to little-endian and/or big-endian.
- Host: GitHub
- URL: https://github.com/lynkos/endians
- Owner: lynkos
- Created: 2014-12-08T04:17:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T10:02:34.000Z (almost 10 years ago)
- Last Synced: 2024-12-07T08:30:27.230Z (15 days ago)
- Topics: endian, gui, java
- Language: Java
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Endian Converter
=======
This is the first project I've uploaded onto here, so obviously it's not going to be that great,
and it took me about an hour to think up and type.But the purpose and concept really is quite simple: A JPanel pops up and the user inputs hexadecimal/bytes,
chooses whether they want it to be converted to Little-Endian or Big-Endian, and voilà! The result is given
in a separate JPanel (which also allows them to copy the result).But if you happen to spot any bugs or issues, feel free to let me know. (:
-- lynkos