Java library for manipulating BDDs (Binary Decision Diagrams). Binary decision diagrams are widely used in model checking, formal verification, optimizing circuit diagrams, etc.
Farben is a Java-based universal binary file reader and writer. Easily view binary files hierarchically. Edit embedded file metadata in a variety of formats. Identify orphaned files. A wide variety of file formats will be included.
Beet adds user behavior and performance tracking to a Spring-based Java app. HTTP requests, method calls, and SQL statements are tracked and associated to user and session. includes XML, binary XML, and JDBC loggers. See http://beet.sourceforge.net.
NINAN, a webapplication to download binary content from news servers. Ninan Supports the nzb file format for easy download and runs on a server or workstation on a OS supporting java 1.6+. Request and bugs can be reported at: http://ninan.org
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Library for reading and writing MATLAB binary files (aka MAT-Files) in LabVIEW. Currently works specifically with Version 7 MAT-File format. Written in pure G (LabVIEW source).
Jasmin is a Java Assembler. It takes ASCII descriptions for Java classes, written in a simple assembler-like syntax. It converts them into binary Java .class class files suitable for loading into a Java Virtual Machine implementation.
LobShooter for Oracle (oraload) is a utility to up- and download lob-files to and from an Oracle database. It can be used to load binary and char data directly from the command line into local or remote Oracle databases.
Protodata is a language for manually creating binary data files without the use of a hex editor, with the original purpose of prototyping new file formats.
Tpl makes it easy to serialize your C data using just a handful of API functions. The data is stored in its native binary form for maximum efficiency. C, Perl and XML supported. Data is portable across CPU types and OS's from Unix to Mac to Windows.
binreplace is a command line tool to search and replace binary sequences in a file. It can be very powerful when used together with grep and sed. It uses prefix tree internally to search. It's efficient even with millions of search terms.
a Lazarus/(freepascal) programmed software for running commands on remote "server" or machine, true a file shearing.(like sshfs..)... some customize options, GUI on the user/machine...linux ppc, x86 and linux amd64, the source binary enabled.
Command line tool to convert BMP images to binary bitmaps and c header files with 8bit page layout instead of line layout (one byte is 8-bit vertical line). Can be used to present data for graphical LCD images in micro controller programming (eg AVR).
A portable C++ framework for dynamic class loading. Allows creating and loading binary plugins created by different compilers and/or versions. A binary dynamic cast feature that works over compiler boundaries on a given platform is also provided.
DataScript Tools for formal specification and automatic decoding of binary data formats. NOTE: This project has moved to http://developer.berlios.de/projects/datascript/.
Component (library, framework) refactoring may affect existing applications, where the client code used previous component versions. Our tool preserves applications binary-compatible by generating an adaptation layer out of change history.
Datanodes is a non-strict subset of XML, providing a very simple way of storing configuration data without all the normal XML-clutter, and with native support for binary data.
Simple Perl utility for examining and manipulation of binary files. Supports flipping a bit in a byte with a specified offset, setting a byte to a specified value, searching for a sequence of bytes, and reading a byte of a file.
Performs the 4 normalizations: NFD, NFC, NFKD, NFKC. Complies with the official Unicode.org regression test. Uses UTF8 binary strings natively but can normalize a string in any UTF format.
spdict is a library of dictionary algorithms written in C++. It has support for sorted array, binary search tree, red-black tree, skip list, and balanced tree algorithms. Also include a cache class.
BDD-Based Deductive Database, an implementation of Datalog that uses Binary Decision Diagrams as the underlying data structure. This allows it to represent exponentially-sized relations efficiently.
An implementation of the ETSI DAB EPG standard (ETSI TS 102 818) incorporating an XML and binary marshaller (ETSI TR 102 371). This can be used by broadcasters for sending EPG data to a DAB multiplex for broadcast, or for general schedule interfacing.
Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. The Clirr Ant task can break the build if it detects incompatible api changes, making it easy to prevent accidental introduction of compatibiliy issues.
unPIC is a Perl script that disassembles Microchip microcontroller's HEX files. This is a powerful tool for all reverse engeneers that creates a well understandable assembly source from a binary file. Creates xrefs, labels, subroutines and much more...