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.
For questions regarding programming in Angular specific to version 12. Please include all relevant tags on your question; e.g.,[Angular], [TypeScript], etc.
0 Questions
on Mac OS X, an NSImage object is a high-level class for manipulating image data
0 Questions
Usually a function that returns day of the week when a certain date object is passed.
0 Questions
A synchronisation primitive used in multithreaded programming to wait for a condition to be true.
0 Questions
In Object Oriented Programming, a base class is one from which other classes inherit. For example, a child-class `Male` and another child-class `Female` may both inherit from the base-class `Human`.
0 Questions
A function call is a line of code that executes a specific block of code defined as a function, that is, self-contained code that may optionally take arguments, defined for the purpose of code reuse.
0 Questions
A docstring is a string that occurs as the first statement in a module, function, class, or method definition, and is used to document the object in which it occurs.
0 Questions
Use for questions related to Instruction Set Architectures, ISA. For questions related to the inner workings of a CPU, use [cpu-architecture] instead.
0 Questions
AForge.NET is a C# framework for computer vision and artificial intelligence. Applications include image processing, neural networks, genetic algorithms, machine learning, and robotics.
0 Questions
In statistics, a percentile (or centile) is the value of a variable below which a certain percent of observations fall.
0 Questions