Published
Edited
Oct 9, 2022
Importers
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
BinArrayHelper.readbyte(testView, 0).toString(16).toUpperCase()
Insert cell
showHex(test)
Insert cell
showHexMobile(test)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
hexDigits = n => n == 0 ? 1 : (Math.floor(Math.log2(n) / 4) + 1)
Insert cell
Insert cell
md`## Bin Array Tools`
Insert cell
BinArrayHelper = ({
readbyte, readu16, readu16be, readu24, readu24be, readu32, readu32be, readstr, readstr0, readvarbe
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more