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.
- Host: GitHub
- URL: https://github.com/m4b/silicon-hex-table
- Owner: m4b
- License: bsd-3-clause
- Created: 2015-08-10T03:59:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T06:01:26.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T19:11:44.329Z (over 1 year ago)
- Language: HTML
- Size: 2.03 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_**.