C

An extension of the COLLADA format for exchanging physics simulation data (rigid bodies, joints, constraints) between 3D applications and game engines.

Definition
C

A simple executable format for MS-DOS with a maximum size of ~64 KB. One of the earliest executable formats for personal computers.

Definition
C

Cross-Origin Resource Sharing: a security mechanism that allows a web page from one domain to request resources from a different domain. CORS uses HTTP headers to tell browsers which cross-origin requ...

Definition
C

Copy In/Out: a Unix archive format used in RPM packages and Linux initramfs images. It copies files into and out of archives sequentially.

Definition
C

Windows Control Panel Item: a DLL file that implements a Control Panel applet for system configuration (display, network, sound settings).

Definition
C

Canon Raw 2: Canon's proprietary RAW image format used in DSLR and mirrorless cameras prior to the CR3 format.

Definition
C

Canon Raw 3: Canon's current RAW image format based on the ISO Base Media File Format (ISOBMFF), used in newer Canon cameras.

Definition
C

Create, Read, Update, Delete: the four basic operations for persistent data storage. In web development, CRUD operations correspond to HTTP methods: POST (Create), GET (Read), PUT/PATCH (Update), and...

Definition
C

Certificate Signing Request: a message sent to a Certificate Authority to request the issuance of a digital certificate containing the public key and identity information.

Definition
C

Cross-Site Request Forgery: a type of web security vulnerability where an attacker tricks a user into performing unintended actions on a web application they're authenticated with. Protection involves...

Definition
C

Cascading Style Sheets: a style sheet language used to describe the presentation of a document written in HTML. CSS controls layout, colors, fonts, spacing, and responsive design behavior.

Definition
C

Native CSS variables defined with a double-dash prefix (--my-color) that can be reused throughout a stylesheet and modified dynamically with JavaScript. CSS Custom Properties enable theming, responsiv...

Definition
C

A two-dimensional CSS layout system that allows developers to create complex grid-based designs with rows and columns. CSS Grid provides precise control over placement, alignment, and sizing of elemen...

Definition
C

Comma-Separated Values: a plain text file format that uses commas to separate values in tabular data. It is the simplest and most widely used format for data exchange between applications.

Definition
C

Cue Sheet: a metadata file describing the track layout of a CD or disc image, specifying positions, gaps, and indexes.

Definition
C

A deployment strategy where a new version of an application is gradually rolled out to a small subset of users before being deployed to the entire infrastructure. This minimizes risk by allowing teams...

Definition
C

An HTML element (rel="canonical") that tells search engines which version of a page is the preferred one when duplicate or similar content exists at multiple URLs. Canonical URLs prevent duplicate con...

Definition
C

An extremely fast data interchange format and RPC system. Designed by the creator of Protocol Buffers v2 with zero-copy encoding and type-safe interfaces.

Definition
C

The manifest file for Rust projects, defining package metadata, dependencies, build configuration, and features for the Cargo build system.

Definition