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.
webpack plugin to simplify creation of HTML files to serve webpack bundles
0 Questions
TYPO3 is a free and open source web content management system written in PHP. It is released under the GNU General Public License. This tag is for questions relating to version 10 of TYPO3.
0 Questions
Railo is an Open Source (LGPL) rapid application development platform implementing the general-purpose CFML language, compatible with Adobe ColdFusion's implementation but with various extensions/updates.
Don't forget to also use the `cfml` tag for any Railo questions involving the CFML language or any general CFML concepts.
0 Questions
Infinity is a specific floating point value that is always larger than any other floating point value. It may arise as a result of division by zero, arithmetic overflow and other exceptional operations. Infinity is different from the maximal still valid floating point value that the certain data type can hold.
IEEE 754 floating point standard allows both positive and negative infinity values.
0 Questions
Very large numbers often occur in fields such as mathematics, cosmology, cryptography and statistical mechanics. That numbers are significantly larger than those ordinarily used in everyday life, for instance in simple counting or in monetary transactions. The term typically refers to large positive integers, or more generally, large positive real numbers, but it may also be used in other contexts.
0 Questions
A class variable is a variable shared by all instance of that class. In some languages, it is equivalent to declaring it with a `static` modifier, but that is not always that simple (there are language for which the two are not synonymous).
0 Questions
Color-space addresses the interface between human perception of color and the means of rendering this in a visual interface by means of coding. Use this tag for questions about the structure of and converting between various schemes of color representation.
0 Questions
A graphics path is a mathematical description of a series of shapes or lines. CGPath defines an opaque type that represents an immutable graphics path.The issue related with this tag can be tagged using [tag:CGPath] in iOS
0 Questions