Projects tagged ‘format’


[66 total ]

348 Users
   

FLAC is a Free Lossless Audio Codec. The FLAC format supports streaming, seeking, and archival, and gives 25-75% compression on typical CD audio. Input plugins for Winamp and XMMS are also provided.
Created over 3 years ago.

233 Users
   

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this task.
Created over 3 years ago.

13 Users

AnyEdit Tools plugin for Eclipse adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. AnyEdit contributes also ... [More] Import/Export working sets wizards. AnyEdit Tools adds new actions to "Compare With" and "Replace With" menus in both editors and files. AnyEdit Tools contributes new "Convert" menu in both editors and files, including such actions like "To / From Unicode/Base64/Html entities/Camel case". AnyEdit Tools plugin can (automatically) perform tabs spaces on active aditor, multiple files or entire directories and supports also file exclusion filter for tabs to spaces action. AnyEdit adds "Open File", "Open Type" and "Save to file..." actions to all consoles and editors. [Less]
Created about 1 year ago.

7 Users
   

NArrange is a tool for arranging .NET source code. This code beautifier automatically sorts and organizes class members into groups or regions. C# and VB.NET code files are supported, but one goal ... [More] will be to add support for additional .NET languages. [Less]
Created about 1 year ago.

2 Users
 

The Python File Format Interface, briefly PyFFI, is an open source Python library for processing block structured binary files: * Simple: Reading, writing, and manipulating complex binary files in ... [More] a Python environment is easy! Currently, PyFFI supports the NetImmerse/Gamebryo NIF and KFM formats, CryTek's CGF format, the DDS format, and the TGA format. * Batteries included: Many tools for files used by 3D games, such as a stripifier, tangent space calculator, 2d/3d hull algorithms, inertia calculator, as well as a general purpose file editor QSkope (using PyQt4), are included. * Modular: Its highly modular design makes it easy to add support for new formats, and also to extend existing functionality. [Less]
Created over 2 years ago.

2 Users
 

Stream Utilities (EasyStream)Small set of utilities for dealing with streams. You can use this library for: 'Convert' an OutputStream into an InputStream. If it's the first time you think about it ... [More] , you'd better have a look at this preamble. Stream statistics gathering: bytes read/written, bit rate. Stream buffering: read the content of an InputStream multiple times or seek to a definite position. Stream wiring: While reading the data from an InputStream "tee" it to supplied OutputStream(s) or write data to multiple OutputStream(s) at the same time. EasyStream is a natural extension of Apache commons-io, providing advanced solutions to some common but not trivial problem. Focus is on performance and memory usage. Format detection (WazFormat)This library is a format identification framework that integrates a native format identification engine with droid and in future will integrate mime-utils and apache tika. Supports more than 60 file formats. on the fly detection: it wraps the original InputStream so it's able to "preserve" the data in it for further processing (the data is eventually buffered to disk or to memory but the users won't notice it). Nested detection: it can detect what is inside a bzip2 stream or a PKCS#7 document. Result of identification is an Enum. Most of identification libraries return a string that must be further parsed by the calling software. What is next ?Take a 5 minutes tutorial: stream utilities, format identification. Check out the API ( easystream and wazformat ) download the latest version (see the link on the right) or if you're a Maven2 user install it. post your questions on the users forum. .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); } }); Any help is appreciated (also comment or suggestion or bug reports). If you want to contribute please contact me through the forum and request for a membership. [Less]
Created about 1 year ago.

1 Users

Light-Weight Platform Independent Bitmap Image Reader Writer Library The library has the following capabilities:Read/Write 24-bit Bitmap Images Pixel, row or level level batch editing Color ... [More] conversions (RGB,YCbCr) in byte and floating values Highly optimized subsample and upsample (resizing) Various color maps (1000 levels - autumn, copper, gray, hot, hsv, jet, prism, vga, yarg) Texture generation (checkered pattern, plasma) Graphics drawing interface (line, line-segmentm rectangle, triangle, quadix, horizontal and vertical line-segments, ellipse, circle, plot pixel, pen width, pen color) PSNR and Image comparisons Compatible C++ CompilersGCC 4.0+ Intel C++ Compiler 9.0+ Microsoft Visual C++ 8.0+ Comeau C/C++ 4.1+ [Less]
Created about 1 year 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.

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.

0 Users

We're just getting started here, so things may be a bit incomplete at the moment. Hang on, and we'll improve as we go.
Created 3 months ago.