A

Source code file for assembly language, a low-level programming language with a strong correspondence to machine code. Each assembly language is specific to a processor architecture.

Definition
A

Apache Avro: a row-oriented data serialization framework using JSON for schema definitions and binary format for data. Widely used in Apache Kafka and Hadoop ecosystems.

Definition
B

Batch File: a script file for the Windows command interpreter (cmd.exe). It executes a series of commands sequentially for task automation.

Definition
B

Glyph Bitmap Distribution Format: a bitmap font format for X Window System. Used in terminals and pixel-perfect rendering scenarios.

Definition
B

BEAM bytecode: the compiled format for Erlang and Elixir executed by the BEAM virtual machine. Each .beam file contains one compiled module.

Definition
B

A raw disc image format where .bin contains the data and .cue describes the track layout. Common for CD-ROM backups and game disc images.

Definition
B

Bitmap Image File: an uncompressed raster graphics format developed by Microsoft. It stores pixel data directly, resulting in large file sizes but no quality loss.

Definition
B

Better Portable Graphics: an image format based on HEVC intra-frame coding offering better compression than JPEG. Created by Fabrice Bellard.

Definition
B

Binary JSON: a binary-encoded serialization of JSON-like documents. It is the primary data format used by MongoDB for storing documents and remote procedure calls.

Definition
B

A free, open-source file compression program using the Burrows-Wheeler block sorting algorithm. It provides better compression than gzip but is slower.

Definition
B

Babel Config

babel.config.json File Types

Configuration file for Babel, a JavaScript compiler that transforms modern JS (ES6+) into backward-compatible versions for older browsers.

Definition
B

A reference management format used with LaTeX for storing bibliographic data (authors, titles, journals, dates) in a structured text format.

Definition
B

Native file format for Blender, the free and open-source 3D creation suite. It stores the entire project including models, textures, animations, and render settings.

Definition
B

A compression algorithm developed by Google, designed for web content compression. It achieves 20-26% better compression than gzip and is supported by all modern browsers for HTTP compression.

Definition
C

A header file in C/C++ containing function declarations, macros, type definitions, and constants shared across multiple source files.

Definition
C

Cabinet: a Microsoft archive file format supporting lossless data compression and embedded digital certificates. Used for Windows installation packages and system updates.

Definition
C

CATIA

.catpart/.catproduct File Types

The native file formats of Dassault Systemes CATIA, a multi-platform CAD/CAM/CAE suite used in aerospace, automotive, and industrial engineering. Industry standard at Airbus, Boeing, and major automot...

Definition
C

Concise Binary Object Representation: an IETF standard (RFC 8949) binary data format modeled on JSON. Designed for constrained environments and IoT devices.

Definition