An extension of the COLLADA format for exchanging physics simulation data (rigid bodies, joints, constraints) between 3D applications and game engines.
Definition
Glossary: Letter C
Browse glossary terms starting with the letter C.
A simple executable format for MS-DOS with a maximum size of ~64 KB. One of the earliest executable formats for personal computers.
DefinitionCross-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...
DefinitionCopy In/Out: a Unix archive format used in RPM packages and Linux initramfs images. It copies files into and out of archives sequentially.
DefinitionWindows Control Panel Item: a DLL file that implements a Control Panel applet for system configuration (display, network, sound settings).
DefinitionCanon Raw 2: Canon's proprietary RAW image format used in DSLR and mirrorless cameras prior to the CR3 format.
DefinitionCanon Raw 3: Canon's current RAW image format based on the ISO Base Media File Format (ISOBMFF), used in newer Canon cameras.
DefinitionCreate, 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...
DefinitionCertificate Signing Request: a message sent to a Certificate Authority to request the issuance of a digital certificate containing the public key and identity information.
DefinitionCross-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...
DefinitionCascading 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.
DefinitionNative 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...
DefinitionA 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...
DefinitionComma-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.
DefinitionCue Sheet: a metadata file describing the track layout of a CD or disc image, specifying positions, gaps, and indexes.
DefinitionA data constraint language for validating and defining configuration data. It unifies schema and data definition with validation.
DefinitionA 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...
DefinitionAn 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...
DefinitionAn extremely fast data interchange format and RPC system. Designed by the creator of Protocol Buffers v2 with zero-copy encoding and type-safe interfaces.
DefinitionThe manifest file for Rust projects, defining package metadata, dependencies, build configuration, and features for the Cargo build system.
Definition