Projects tagged ‘file_format’


[7 total ]

5 Users
   

Hachoir is a library written in Python which allows to see and edit a binary file (or any binary stream) field per field. A field is the most basic information: a number, a string of characters, a ... [More] flag (yes/no), etc. Only supported formats can be opened, it's not a magic tool. It can be used to extract some information (eg. metadata), edit some fields of a file without the original program, or convert a file from one format to another. [Less]
Created over 3 years ago.

1 Users

Quicktag is a small library for reading the metadata of popular fileformats, which presents a simple library interface that is easy to integrate. It is coded in C++.
Created about 1 year ago.

1 Users

eXtensible Binary Universal Protocol (XBUP) project is an attempt to design general binary communication protocol and file format. It uses unlimited unary-binary encoding and minimalist block tree ... [More] structure and eligible syntax tier. There is prototype implementation in progress. [Less]
Created about 1 year ago.

1 Users
 

NGerber is a small class library that allows .NET applications to easily write Gerber files (commonly used for EDA to specify circuit board layouts). Gerber files created with this library are compatible with the RS-274-X standard.
Created over 2 years ago.

1 Users

LibForensics is a library for developing digital forensics applications. Currently it is developed in pure Python. After a majority of the code has been developed and stabilized, the bottlenecks ... [More] will likely be converted into C-based modules. I'm looking for people to use and test the framework. I've developed some sample Python tools (under the demo directory in the repository) that use various parts of the framework. Even if you're not a coder, feel free to experiment with the tools, and report any bugs you find. LibForensics requires Python version 3.1. You can get the latest version of Python from http://www.python.org Some basic factoids .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 4 months ago.

1 Users

libextractor is a library used to extract meta-data from files of arbitrary type. libextractor is part of the GNU project. The goal is to provide developers of file-sharing networks or WWW-indexing ... [More] bots with a universal library to obtain simple keywords to match against queries. Currently, libextractor supports the following formats: HTML, PDF, PS, OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, FLAC, MP3 (ID3v1 and ID3v2), NSF (NES Sound Format), SID, OGG, WAV, EXIV2, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, FLV, REAL, RIFF (AVI), MPEG, QT and ASF. Also, various additional MIME types are detected. [Less]
Created about 1 year ago.

0 Users

The eXtensible Data Model and Format (XDMF) is an active, common data hub used to pass values and metadata in a standard fashion between application modules. XDMF views data as consisting of two basic ... [More] types: Light data and Heavy data. Light data (XML) is both metadata and small amounts of values. Heavy data (HDF, Plot3D, Oracle) typically consists of large arrays of values. [Less]
Created over 3 years ago.