basexx
Data converter
A Lua library for converting between various binary data formats
A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.
85 stars
5 watching
28 forks
Language: Lua
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
bobg/basexx | A package for converting numbers between digit strings and various number bases | 5 |
whatyouhide/convertat | A library for converting between numbers in arbitrary bases | 17 |
igas/custom_base | Provides a custom base conversion mechanism in Elixir | 22 |
mmalcek/bafi | A utility that converts data between various formats using templates and Lua custom functions. | 105 |
jhumphry/ada_bintoasc | A library providing flexible binary-to-ASCII encoding and decoding capabilities | 0 |
aiq/luazdf | A collection of reusable, independent utility functions for the Lua programming language | 46 |
gvx/bitser | A Lua serialization and deserialization library optimized for speed and compactness | 160 |
berthin/cerebro-base2x16 | Converts numbers between decimal, hexadecimal, and binary formats | 1 |
jzelinskie/faq | A flexible JSON processor that supports various data formats and integrates with the libjq library. | 440 |
dcshi/lua-resty-qrdecode | A Lua module for decoding QR codes in web applications | 12 |
spacewander/lua-resty-base-encoding | A fast C-based Lua library for encoding and decoding various binary formats. | 18 |
jzrake/lunum | A C-based extension for Lua that provides flexible and robust numeric array manipulation facilities. | 37 |
luvitrocks/luvit-base64 | A high-performance base64 encoding and decoding library optimized for Lua | 1 |
actboy168/bee.lua | A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 161 |
tuupola/base85 | A PHP library for encoding and decoding arbitrary data using the Base85 algorithm | 27 |