General Data Protection Regulation: a comprehensive data protection law enacted by the European Union that governs how personal data of EU residents must be collected, processed, stored, and protected...
Definition
Glossary: Letter G
Browse glossary terms starting with the letter G.
The native scripting language of the Godot game engine. A dynamically typed language with Python-like syntax designed specifically for game development.
DefinitionGPT-Generated Unified Format: a file format for storing quantized large language model weights, used by llama.cpp and other local LLM inference tools.
DefinitionGraphics Interchange Format: a bitmap image format supporting up to 256 colors, lossless compression, and animation. Created by CompuServe in 1987.
DefinitionBinary glTF: packages the JSON, binary buffers, and textures into a single file. Widely used for web-based 3D content delivery.
DefinitionOpenGL Shading Language: a C-like shading language for writing vertex, fragment, and compute shaders for OpenGL and OpenGL ES.
DefinitionScript files for GNU Octave, a free open-source alternative to MATLAB for numerical computing. Largely compatible with MATLAB syntax.
DefinitionThe use of Graphics Processing Units for general-purpose computing tasks, particularly matrix operations central to machine learning. GPUs can process thousands of operations in parallel, making them...
DefinitionGPS Exchange Format: an XML schema for GPS data (waypoints, tracks, routes). Used by fitness trackers, hiking apps, and navigation devices.
DefinitionGNU Zip: a compression utility and file format based on the DEFLATE algorithm. It is the most common compression format on Unix/Linux systems, often paired with TAR.
DefinitionA network node that serves as an entry point to another network, often performing protocol translation between incompatible networks. A default gateway is the router that connects a local network to t...
DefinitionThe dependency specification file for Ruby projects using Bundler. It lists required gems (packages) and their version constraints.
DefinitionA type of artificial intelligence that can create new content such as text, images, music, code, and video by learning patterns from existing data. Models like GPT, DALL-E, and Stable Diffusion are pr...
DefinitionA framework where two neural networks compete: a generator creates synthetic data, and a discriminator evaluates its authenticity. Through this adversarial process, GANs can produce highly realistic i...
DefinitionA family of autoregressive language models developed by OpenAI that use transformer architecture to generate human-like text. GPT models are pre-trained on large text corpora using next-token predicti...
DefinitionA JSON-based format for encoding geographic data structures (points, lines, polygons). Widely used in web mapping with Leaflet, Mapbox, and OpenLayers.
DefinitionAn OGC standard for storing vector and raster geospatial data in a SQLite database. Designed as a modern replacement for Shapefiles.
DefinitionA TIFF file with embedded geographic metadata (coordinate system, projection). The standard format for satellite imagery and raster GIS data.
DefinitionA distributed version control system that tracks changes in source code during software development. Git enables multiple developers to collaborate, manage branching and merging, and maintain a comple...
DefinitionA CI/CD and automation platform integrated directly into GitHub repositories. Workflows are defined in YAML files and triggered by repository events (push, pull request, schedule). It supports reusabl...
Definition