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.
Truncation is the term for limiting the number of digits right of the decimal point, by discarding the least significant ones.
0 Questions
Questions about resource capacity. Use in conjunction with the applicable tag such as [memory], [disk] or [database] to indicate the type of resource being referred to.
0 Questions
Splitters are special windows/controls that are used to split another window/frame to subwindows. Usually splitters can be dragged so the subwindows are resized.
0 Questions
Some "safe" languages like Swift and Go offer "unsafe" pointers for use with APIs written in languages like C and Objective-C. Questions using this tag should also have the relevant language tag, e.g. [swift] or [go].
0 Questions
Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run.
0 Questions
A set of limiting conditions or measures to delimit the behavior of software.
0 Questions
Server Side Includes (SSI) is a simple interpreted server-side scripting language used almost exclusively for the Web.
0 Questions
executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.
0 Questions
ldd is a unix command-line tool to print shared library dependencies
for an executable or shared library.
0 Questions