[erlang-questions] Hexadecimal representation of binaries in shell

Maxim Treskin zerthurd@REDACTED
Thu Jun 21 13:48:02 CEST 2012


Thank you, Fred! It is cool application.

On 21 June 2012 18:32, Fred Hebert <mononcqc@REDACTED> wrote:

> There's this binary pretty printer library that could be useful to you:
> https://github.com/jtendo/**binpp <https://github.com/jtendo/binpp>
>
>
> On Thu Jun 21 06:15:34 2012, Maxim Treskin wrote:
>
>> Hello
>>
>> When I work with binary I cannot convert decimal representation of it
>> to bitwise in the mind. It should be easier when binaries will
>> displayed in hexadecimal representation.
>> For example:
>>
>> <<45,3,243,5>> will displayed like <<16#2D, 16#03, 16#F3, 16#05>>
>>
>> Is it possible to enable this behaviour for whole pretty printing in
>> shell?
>>
>> --
>> Max Treskin
>>
>>
>> ______________________________**_________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/**listinfo/erlang-questions<http://erlang.org/mailman/listinfo/erlang-questions>
>>
>


-- 
Max Treskin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120621/e6c01928/attachment.htm>


More information about the erlang-questions mailing list