big-endian
There are 48 repositories under big-endian topic.
q191201771/naza
🍀 Golang basic library. || Go语言基础库
hidefromkgb/gif_load
A slim, fast and header-only GIF loader written in C
jkolb/Lilliput
Low overhead byte encoding/decoding for Swift
Kermalis/EndianBinaryIO
A C# library that can read and write primitives, enums, arrays, and strings to streams and byte arrays with specified endianness, string encoding, and boolean sizes.
lingbai-kong/computer-system
同济大学CS《计算机系统实验》实验二TongJi University CS computer system experiment assignment 2《自己动手写 CPU》SOPC实现与操作系统移植
sandialabs/Gulliver
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
aokihu/quick-struct
Parse c struct and translate binary data to javascrip object
lingbai-kong/MIPS89-pipeline-CPU
同济大学CS《计算机系统实验》实验一TongJi University CS computer system experiment assignment 1
rust-osdev/endian-num
Byte-order-aware numeric types.
chrisnevers/bitlib
0️⃣ 1️⃣ OCaml library for bit/byte operations
rorybolt/Gentoo-aarch64_be
A big endian Gentoo port developed on a Pine64.org RockPro64
DaanV2/DaanV2.NBT.Net
A NBT library for reading and writing nbt files/data, with support for little or big endian
Sajjon/BytePattern
A pattern finder for bytes
r0075h3ll/Endomorph
Convert little-endian to big-endian and vice-versa
aleksey-nikolaev/endianness
Endianness is very simple, light, header-only library designed to reduce conversions between big-endian and little-endian data
arithmetic-operations-for/naturals-big-endian
:elephant: Arbitrary precision arithmetic for integers in big-endian order for JavaScript
datkt/uint64be
Encode and decode 64 bit integers into ByteArrays and Longs
fab2s/Bom
A purely static zero dependencies Helper to handle unicode BOMs
lc6464/Base16384.Net
Base16384 编解码器的 .NET 跨平台控制台应用程序。
Bread-Experts-Group/byteflip
Byte flipper for modular types
Grandbrain/PortableEndian
PortableEndian is a set of macros to convert the byte encoding of integer values
jarvma18/js-ieee754
Javascript IEEE-754 converter
Masquerade0097/tf-bigendian
Making Tensorflow SavedModel and Frozen models usable on big-endian systems. Works for any pre-trained TF model graph.
OlivierLDff/LibEndian
A cross platform C++ library to finally get rid of binary serialization issues.
sizet/md5
MD5 演算法, 計算字串或檔案的雜湊值.
stdlib-js/array-fixed-endian-factory
Return a typed array constructor for creating typed arrays having a specified byte order.
stdlib-js/array-fixed-endian-float32
Float32Array having a specified byte order.
stdlib-js/array-fixed-endian-float64
Float64ArrayFE.
aperfilev/BinaryTools
BinaryTools is a Java library designed to simplify reading and writing binary data from various sources
jotaparks/Little-endian-for-Big-endian-summary
Summary about change between Little-Endian for Big-Endian
NeuralCortex/Endianness_Changer
Converts Data from BigEndian to LittleEndian and vice versa.
prototype-php/byte-buffer
A tool to write and read bytes using protobuf serialization encoding (readonly subsplit of monorepo)
Conzxy/kvarint
A C implementation of varint compression algorithm from google
stdlib-js/array-byte-orders
List of byte orders.
wmentor/endian
BigEndian and LittleEndian detector
Zhuagenborn/Cpp-Struct-Byte-Order-Converter
⚒ A script used to generate byte reversing functions for a C/C++ structure.