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

https://github.com/xmas7/hexdump

The program is the same as hexdump -C <file> or hd <file>.
https://github.com/xmas7/hexdump

c hexdump

Last synced: about 2 months ago
JSON representation

The program is the same as hexdump -C <file> or hd <file>.

Awesome Lists containing this project

README

        

Build with `make`.

The program is the same as `hexdump -C ` or `hd `.

There are a number of test input files - `0.txt` and so on.

It's twice as fast as `hd` on my `Ubuntu 14.04`:

[![Demo](https://raw.githubusercontent.com/mkpankov/hexdump/master/bench.png)](https://github.com/mkpankov/hexdump)