Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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