bytes_formater
Binary formatter
A utility tool for formatting and visualizing binary data, such as byte arrays used in IO operations.
Formatting bytes(Uint8Array、Uint16Array、Uint32Array、ArrayBufferView..) output, is very useful when debugging IO functions
8 stars
2 watching
4 forks
Language: TypeScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
polsab/pretty_hex | A hex dumping library in Elixir that formats binary data into human-readable output. | 7 |
visionmedia/bytes.js | Utility to convert between human-readable byte units and numerical bytes values | 462 |
microbit-foundation/microbit-universal-hex | A TypeScript/JavaScript library to create a single binary file format for various micro:bit board versions. | 10 |
nixos/nixfmt | A tool that formats code according to a standardized style | 949 |
hyotang666/trivial-formatter | A utility that formats Common Lisp source code according to standardized conventions and syntax. | 39 |
zhuangsirui/binpacker | A tool that packs and unpacks binary data in a compact format | 221 |
bytebutcher/decoder-plus-plus | An application for decoding and encoding data in various formats | 102 |
geemus/formatador | A library for formatting text with various options and capabilities for displaying tables, progress bars, and other formatted output. | 451 |
davidvarga/mbeautifier | A tool that formats MATLAB source code according to user-configurable rules | 490 |
shannonmoeller/cli-columns | A library for formatting text lists into columns with customizable padding and sorting. | 34 |
johnnymorganz/stylua | A Lua code formatter with syntax variants for different versions of the language | 1,639 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
max-mapper/binary-split | A streaming binary data splitter that splits streams of binary data into individual objects based on a specified delimiter. | 77 |
mhartington/formatter.nvim | Provides utilities and configurations for formatting source code in various programming languages. | 1,376 |
dobro/uef-lib | A collection of Erlang functions for text manipulation and formatting | 15 |