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

https://github.com/m4b/silicon-hex-table

An efficient web-component hex table for all your online hexadecimal needs.
https://github.com/m4b/silicon-hex-table

Last synced: 5 months ago
JSON representation

An efficient web-component hex table for all your online hexadecimal needs.

Awesome Lists containing this project

README

          

# Install

`bower install silicon-hex-table`

# Usage

`` accepts an optional `offset` and a `Uint8Array` called `bytes`, and then displays the results, as all hexadecimal editors/viewers should.

If you data bind or modify `offset`, the table updates accordingly.

If you want more rows, modify `rows` (the default is 16). `rows` is zero-indexed.

Example:

````html

````

For more details and a demo, head on over to the [documentation page](http://m4b.github.io/silicon-hex-table).

And remember: **_always hex responsibly_**.