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.
The term "LINQ to Objects" refers to the use of LINQ queries with any IEnumerable or IEnumerable<T> collection directly, without the use of an intermediate LINQ provider or API such as LINQ to SQL or LINQ to XML.
0 Questions
IEEE 754 is the most common & widely used floating-point standard, notably the single-precision binary32 aka float and double-precision binary64 aka double formats.
0 Questions
The HTTP `Cache-Control` header specifies directives which override default HTTP caching behaviour.
0 Questions
Unix time, or POSIX time, is a system for describing points in time, defined as the number of seconds elapsed since midnight Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. This tag is *not* for epochs as used in neural networks/machine learning.
0 Questions
Micronaut is a JVM framework for building web applications with a strong focus on microservice applications.
0 Questions
"7z" or "7-Zip" may refer either to the open-source 7z compression container format or to the file name of the executable program of the same name that is the flagship implementation of the compression format. Both are GPL-licensed and under active development.
0 Questions
The Point Cloud Library (PCL) is a standalone, large scale, open (BSD licensed) project for 3D point cloud processing.
0 Questions
A cross-device, cross-platform client framework written in JavaScript and designed to make building and maintaining Single Page Applications (SPAs) faster and easier.
0 Questions
std::map is a class in the C++ Standard Library. It is a sorted associative container that contains key-value pairs with unique keys. Search, removal, and insertion operations have logarithmic complexity. Maps are usually implemented as red-black trees.
0 Questions
I/O redirection is used in shell scripting. This feature enables to take the output of a command and redirect it as an input for another command. Or command can take the input from a file instead of the keyboard. The whole process helps connect commands in various ways.
0 Questions
Seek bar is a UI control analogous to a slider. In Android, it is an extension of ProgressBar with a draggable thumb.
0 Questions