Tape Archive: a Unix utility and file format for collecting multiple files into one archive without compression. Often combined with gzip (.tar.gz) or bzip2 (.tar.bz2) for compression.
Definition
Glossary: Letter T
Browse glossary terms starting with the letter T.
Transmission Control Protocol / Internet Protocol: the fundamental communication protocol suite of the internet. TCP ensures reliable, ordered delivery of data while IP handles addressing and routing...
DefinitionTarga Image File: a raster graphics format supporting 8-32 bit color depth with alpha channel. Widely used in game development, video editing, and 3D rendering pipelines.
DefinitionTagged Image File Format: a flexible, adaptable file format for handling raster images. Widely used in publishing, photography, and document scanning.
DefinitionTemporary File: a file created by applications to hold data temporarily during processing. Usually deleted automatically when no longer needed.
DefinitionTom's Obvious, Minimal Language: a configuration file format designed to be easy to read and write. Used by Rust (Cargo.toml), Python (pyproject.toml), and Hugo.
DefinitionBitTorrent Metainfo File: contains metadata about files to be shared via the BitTorrent peer-to-peer protocol including tracker URLs and file hashes.
DefinitionMPEG Transport Stream: a container format for broadcasting and streaming audio, video, and data. Used in digital television (DVB, ATSC), Blu-ray, and HLS streaming.
DefinitionTab-Separated Values: a plain text format using tabs to delimit columns. It avoids CSV quoting issues when data contains commas.
DefinitionTypeScript JSX: a TypeScript file containing JSX syntax, combining TypeScript's type safety with React's component syntax.
DefinitionTrue Audio: a free, real-time lossless audio codec offering fast compression and decompression with good compression ratios.
DefinitionTrueType Font: a font format developed by Apple and Microsoft in the late 1980s. It contains both screen and printer data in a single file and is supported by all operating systems.
DefinitionTimed Text Markup Language: a W3C standard XML-based format for timed text content. Used for broadcast captions and streaming subtitles.
DefinitionPlain Text File: contains unformatted text with no special encoding or markup. It is the most basic and universally compatible file format.
DefinitionA utility-first CSS framework that provides low-level utility classes for building custom designs directly in HTML. Unlike component-based frameworks like Bootstrap, Tailwind encourages composing styl...
DefinitionConfiguration file for Tailwind CSS, a utility-first CSS framework. Defines content paths, theme customization, and plugin configuration.
DefinitionTool Command Language: a dynamic scripting language used in embedded systems, network testing (Cisco), and as an extension language for applications via the Tk GUI toolkit.
DefinitionA network protocol that provides a command-line interface for communicating with a remote device over a TCP connection. Telnet transmits data in plain text without encryption, making it insecure for m...
DefinitionA parameter that controls the randomness of an AI model's output. Lower temperature values produce more deterministic and focused responses, while higher values increase creativity and diversity but m...
DefinitionA custom-designed application-specific integrated circuit developed by Google for accelerating machine learning workloads. TPUs are optimized for tensor operations and are used to train and run large-...
Definition