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.
Sonatype - the company running the Central Repository that coined the Component Lifecycle Management
0 Questions
MATLAB is a high-level language and programming environment developed by MathWorks. This tag relates to the deployment of MATLAB algorithms and applications, including integration of MATLAB code with other languages such as C/C++, .NET and Java, and use of add-on products such as MATLAB Compiler, MATLAB Builder NE for .NET, MATLAB Builder JA for Java and MATLAB Builder EX for Excel.
0 Questions
Android Instant Apps are special kind of native mobile apps that can be run instantly on Android device, without prior installation, just by clicking on a web link - or the Try Now button in the Play Store. Use this tag for questions about Android Instant Apps development, debugging and deployment. Consider adding [android] tag as well.
0 Questions
Cloud Identity and Access Management (Cloud IAM) enables you to create and manage permissions for Google Cloud Platform resources. Cloud IAM unifies access control for Cloud Platform services into a single system and presents a consistent set of operations.
0 Questions
For issues related to development with version 8.0 of C# language. This version adds nullable reference types, default interface methods, async enumerables and other features and enhancements. Use this tag when asking about features specific to this version of the C# language. You should also include the [c#] tag.
0 Questions
The Python interface – pycaffe – is the caffe module and its scripts in caffe/python.
0 Questions
namedtuple is a data structure provided by the Python collections module. It enables the creation of tuples with named elements (e.g., a Student tuple with the values (name, school, age) rather than a tuple with just two strings and an integer).
0 Questions
UIApplicationDelegate is a part of the UIKit framework used in iOS development
0 Questions
non-static is a term to define a function or field that is bound to some object instance. Without an instance, non static fields cannot be accessed and non static methods cannot be invoked. Unlike static, non-static methods can be overridden (virtual).
0 Questions