Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Changing the starting point of a branch in a Version Control System.

0 Questions

A genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution.

0 Questions

Tag for questions regarding file deletion. O.S. independent.

0 Questions

Endianness refers to how multi-byte values are stored in memory, sent between devices or stored on disk. "Big-Endian" values are stored with their most-significant byte first, and "Little-Endian" values are stored with their least-significant byte first. Other byte-orders are possible but very uncommon, and cannot be described this way.

0 Questions

Flyway by Boxfuse is an open-source database migration tool. It strongly favors simplicity and convention over configuration.

0 Questions

Flex (fast lexical analyzer generator) is a free software that generates lexical analyzers ("scanners" or "lexers").

0 Questions

React Context provides a way to pass data through the component tree without having to pass props down manually at every level.

0 Questions

An error that causes a program to abort, regardless of the programming language.

0 Questions

Flutter animations that use tweens or physics-based animations. This also includes any use of AnimationController or implicit animations.

0 Questions

Android TabLayout provides a layout to organize pages of information.

0 Questions

Multiselect is a user interface feature that allows the user to select more than one item in an items control. An items control can be anything that holds selectable items such as a dropdown list, data grid, or a custom listing or group of items.

0 Questions