Ada_BinToAsc
Binary converter
A library providing flexible binary-to-ASCII encoding and decoding capabilities
An Ada 2012 project that implements various binary-to-ASCII codecs such as Base64
0 stars
2 watching
0 forks
Language: Ada
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
aiq/basexx | A Lua library for converting between various binary data formats | 85 |
jhumphry/lalg | An Ada interface to BLAS for linear algebra operations on dense matrices and vectors | 4 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
zertovitch/pascal-to-ada | A tool that converts Pascal code to Ada code | 12 |
harrah/sbinary | A library for describing and serializing binary formats in Scala | 75 |
simonjwright/asis2xml | Converts Ada sources' ASIS representation to XML for easier development of reporting and transformational tools. | 2 |
blady-com/j2ada | Translates Java source code into Ada source code with some manual modifications needed. | 3 |
jdataview/jbinary | A high-level API for working with binary data in JavaScript. | 541 |
peterhinch/micropython_data_to_py | A utility to convert binary data into Python source code for storage in Flash. | 28 |
zertovitch/ada-bar-codes | A package for generating various types of bar codes on different output formats. | 14 |
adamvr/arduino-base64 | A C++ library for encoding binary data into base64 strings on the Arduino platform. | 183 |
airbus-seclab/bincat | A toolset for analyzing binary code with IDA integration and support for value, taint analysis, type reconstruction, and detection of use-after-free and double-free bugs. | 1,691 |
blooddy/blooddy_crypto | A set of algorithms and data processing tools for binary data | 91 |
pomax/a-binary-parser-generator | Automates the creation of parsers for binary data files based on a specification. | 37 |
jhumphry/auto_counters | An Ada 2012 project implementing reference counting approaches to resource management with an emphasis on safety and usability. | 8 |