Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 241–300 of 1,758 skills
1,758 skills found in Technology & Engineering

APE (Monkey's Audio)

172L

A lossless audio compression format achieving among the highest compression ratios of any lossless codec, at the cost of CPU intensity and limited compatibility.

Technology & EngineeringFile Formats

APK Android Package

234L

The APK file format — Android

Technology & EngineeringFile Formats

APNG (Animated PNG)

204L

APNG is an extension of the PNG format that supports frame-based animation with full 24-bit color and alpha transparency, offering a higher-quality alternative to animated GIF.

Technology & EngineeringFile Formats

AppImage Portable Linux Apps

344L

The AppImage format — self-contained, distribution-agnostic Linux applications that run without installation, packaging all dependencies in a single executable file.

Technology & EngineeringFile Formats

AVI (Audio Video Interleave)

153L

AVI is Microsoft

Technology & EngineeringFile Formats

AVIF Image Format

205L

AVIF is a next-generation image format based on the AV1 video codec, offering superior compression efficiency with royalty-free licensing, HDR support, and wide color gamut capabilities.

Technology & EngineeringFile Formats

Apache Avro

262L

Apache Avro data serialization system — a compact binary format with embedded schema, designed for data exchange, messaging, and long-term storage with schema evolution.

Technology & EngineeringFile Formats

BLEND Blender Native Format

222L

The BLEND file format — Blender

Technology & EngineeringFile Formats

BMP Image Format

142L

BMP is a simple raster image format that stores pixel data with minimal or no compression, primarily associated with Microsoft Windows and used where uncompressed image data is required.

Technology & EngineeringFile Formats

Bzip2 Compression

170L

The Bzip2 compression format — block-sorting compressor using the Burrows-Wheeler transform for higher compression ratios than gzip at the cost of speed.

Technology & EngineeringFile Formats

CSV (Comma-Separated Values)

162L

A plain-text tabular data format where each line represents a row and fields are separated by commas, serving as the universal interchange format for structured data.

Technology & EngineeringFile Formats

DDS Image Format

203L

DDS (DirectDraw Surface) is a texture container format designed for GPU-ready compressed textures, supporting block compression, mipmaps, cube maps, and texture arrays for real-time 3D graphics.

Technology & EngineeringFile Formats

DEB Debian Package

321L

The DEB package format — Debian and Ubuntu

Technology & EngineeringFile Formats

DMG Apple Disk Image

201L

The DMG disk image format — Apple

Technology & EngineeringFile Formats

DNxHR (Avid DNxHR/DNxHD)

180L

DNxHR is Avid

Technology & EngineeringFile Formats

DOC (Microsoft Word Binary Format)

160L

The legacy binary file format used by Microsoft Word from 1997 through 2003, storing rich text documents in OLE2 compound file containers.

Technology & EngineeringFile Formats

DOCX (Microsoft Word Open XML)

140L

The modern Microsoft Word document format based on Open XML, storing text, formatting, images, and other content in a ZIP-compressed package of XML files.

Technology & EngineeringFile Formats

DSD/DSF (Direct Stream Digital)

180L

A high-resolution audio encoding using 1-bit sigma-delta modulation at very high sample rates, originally developed for Super Audio CD (SACD) and favored by audiophiles.

Technology & EngineeringFile Formats

DWG AutoCAD Drawing

203L

The DWG file format — AutoCAD

Technology & EngineeringFile Formats

DXF AutoCAD Exchange Format

256L

The DXF file format — AutoCAD

Technology & EngineeringFile Formats

.env

226L

Environment variable configuration files — simple key-value files for storing application secrets and environment-specific settings, loaded at runtime.

Technology & EngineeringFile Formats

EPS Image Format

200L

EPS is a PostScript-based vector/raster file format historically used for print production and graphic interchange, now largely superseded by PDF and SVG but still encountered in legacy workflows.

Technology & EngineeringFile Formats

EPUB (Electronic Publication)

151L

The open standard ebook format maintained by the W3C, packaging XHTML content, CSS styling, images, and metadata into a single ZIP archive for reflowable digital reading.

Technology & EngineeringFile Formats

EXE Windows Executable

234L

The EXE file format — Windows Portable Executable (PE) format for applications, DLLs, drivers, and services, covering structure, signing, security, and analysis.

Technology & EngineeringFile Formats

EXR Image Format

208L

OpenEXR is a high dynamic range image format developed by Industrial Light & Magic for visual effects and CGI, supporting 16-bit and 32-bit floating-point pixels, multiple channels, and deep compositing.

Technology & EngineeringFile Formats

FBX Autodesk Interchange

220L

The FBX 3D interchange format — Autodesk

Technology & EngineeringFile Formats

FLAC (Free Lossless Audio Codec)

157L

An open-source lossless audio compression format that reduces file size by 50-70% while preserving bit-perfect audio fidelity.

Technology & EngineeringFile Formats

FLV (Flash Video)

166L

FLV is the legacy Flash Video container format that once dominated web video delivery through Adobe Flash Player, now obsolete but still encountered in archives.

Technology & EngineeringFile Formats

GeoJSON

311L

GeoJSON geographic data format — a JSON-based format for encoding geographic features with geometry and properties, standardized as RFC 7946.

Technology & EngineeringFile Formats

Animated GIF

170L

Animated GIF is the classic bitmap animation format using the GIF89a specification, supporting frame-based animation with palette-limited color and transparency.

Technology & EngineeringFile Formats

GIF Image Format

148L

GIF is a bitmap image format supporting up to 256 colors per frame, widely known for its animation capabilities and used extensively for short loops, reactions, and simple web graphics.

Technology & EngineeringFile Formats

glTF/GLB 3D Web Format

227L

The glTF and GLB 3D formats — Khronos Group

Technology & EngineeringFile Formats

GraphQL

357L

GraphQL schema definition language and query files — a typed API query language and schema system for defining data graphs and client-driven data fetching.

Technology & EngineeringFile Formats

GZIP Compression

170L

The GZIP compression format — the ubiquitous single-file compressor built on DEFLATE, essential for tar.gz archives, HTTP content encoding, and Unix/Linux workflows.

Technology & EngineeringFile Formats

HDF5

253L

Hierarchical Data Format version 5 — a binary file format for storing large-scale numerical data, widely used in scientific computing, machine learning, and simulation.

Technology & EngineeringFile Formats

HEIC/HEIF Image Format

167L

HEIC/HEIF is a modern image container format using HEVC compression, adopted by Apple as the default photo format on iOS and macOS, offering roughly 50% smaller files than JPEG at equivalent quality.

Technology & EngineeringFile Formats

HTML (HyperText Markup Language)

156L

The foundational markup language of the World Wide Web, defining the structure and content of web pages through elements, attributes, and a document object model.

Technology & EngineeringFile Formats

ICalendar

340L

iCalendar (.ics) event format — the universal standard (RFC 5545) for exchanging calendar events, scheduling, and time-based data between applications.

Technology & EngineeringFile Formats

ICO Image Format

156L

ICO is the image file format used for icons in Microsoft Windows, containing multiple image sizes and color depths in a single file for display at various resolutions.

Technology & EngineeringFile Formats

INI

194L

INI configuration file format — a simple, flat key-value format organized by sections, used in legacy Windows applications and many Unix-style config files.

Technology & EngineeringFile Formats

IPA iOS Application Archive

243L

The IPA file format — Apple

Technology & EngineeringFile Formats

Jupyter Notebook

313L

Jupyter Notebook format (.ipynb) — a JSON-based document format combining live code, equations, visualizations, and narrative text in computational notebooks.

Technology & EngineeringFile Formats

ISO Disk Image Format

189L

The ISO 9660 disk image format — the standard for optical disc images, OS installation media, and software distribution as mountable virtual discs.

Technology & EngineeringFile Formats

JPEG/JPG Image Format

162L

JPEG is the most widely used lossy compressed image format, optimized for photographs and complex images with smooth color gradations.

Technology & EngineeringFile Formats

JSON

163L

JavaScript Object Notation — lightweight text-based data interchange format used nearly everywhere in web APIs, config files, and data storage.

Technology & EngineeringFile Formats

JPEG XL Image Format

212L

JPEG XL is a next-generation image format designed as the universal successor to JPEG, offering superior compression, progressive decode, lossless JPEG recompression, HDR support, and royalty-free licensing.

Technology & EngineeringFile Formats

KEY (Apple Keynote Presentation)

157L

Apple

Technology & EngineeringFile Formats

LaTeX/TeX (Academic Typesetting)

176L

A document preparation system and typesetting language built on Donald Knuth

Technology & EngineeringFile Formats

Lottie (JSON Animation)

232L

Lottie is a JSON-based vector animation format created by Airbnb that renders After Effects animations natively on web, iOS, and Android at tiny file sizes.

Technology & EngineeringFile Formats

HLS (HTTP Live Streaming)

198L

HLS is Apple

Technology & EngineeringFile Formats

M4A (MPEG-4 Audio)

175L

An MPEG-4 container format for audio, typically holding AAC or Apple Lossless (ALAC) encoded content, widely used in the Apple ecosystem.

Technology & EngineeringFile Formats

Markdown (.md)

159L

A lightweight plain-text markup language that uses intuitive punctuation-based syntax for formatting, widely used for documentation, README files, notes, and web content.

Technology & EngineeringFile Formats

MIDI (Musical Instrument Digital Interface)

181L

A protocol and file format that stores musical performance data (notes, timing, velocity) rather than audio, enabling instrument control and music composition.

Technology & EngineeringFile Formats

MKV (Matroska Video)

164L

MKV is an open, flexible multimedia container format that can hold virtually any combination of video, audio, subtitle, and metadata tracks in a single file.

Technology & EngineeringFile Formats

MOBI/AZW (Kindle Format)

168L

Amazon

Technology & EngineeringFile Formats

MOV (QuickTime File Format)

159L

MOV is Apple

Technology & EngineeringFile Formats

MP3 (MPEG-1 Audio Layer III)

136L

The most widely adopted lossy audio compression format, balancing file size and audio quality for music distribution and playback.

Technology & EngineeringFile Formats

MP4 (MPEG-4 Part 14)

150L

MP4/M4V MPEG-4 container format supporting H.264/H.265 video, AAC audio, and subtitles — the dominant video format on the modern web and in consumer devices.

Technology & EngineeringFile Formats

DASH (Dynamic Adaptive Streaming over HTTP)

202L

MPEG-DASH is the ISO-standard adaptive bitrate streaming protocol using MPD manifests and segmented media, widely used for DRM-protected and cross-platform video delivery.

Technology & EngineeringFile Formats

MessagePack

253L

MessagePack binary serialization — a compact, fast binary format that is like JSON but smaller and faster, used for caching, IPC, and network protocols.

Technology & EngineeringFile Formats