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.
Represents a trigger that applies a set of actions in response to an event.

0 Questions

A composite key is a database key whose value is made up of multiple typed values

0 Questions

A vertex is a single point in a 3D object, used for simple model creation or advanced animation systems.

0 Questions

Use this tag for questions related to pushing a view controller.

0 Questions

RenderScript is an Android-specific compute API offered by Google. It offers accelerated compute performance with portability between Android devices.

0 Questions

JSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. Authorisation is the most common scenario for using JWT.

0 Questions

Java version of general RPC (Remote Procedure Call) framework over HTTP/2.

0 Questions

The purpose of `ActiveModel::Serializers` is to provide an object to encapsulate serialization of `ActiveModel` objects, including `ActiveRecord` objects.

0 Questions

"UNION ALL" is a keyword in SQL that is used for combining the results of multiple SELECTs. The related tag is "UNION". "UNION ALL" combines the results without checking for Uniqueness. "UNION" combines the results eliminating duplicates.

0 Questions

PHP method to find the position of the first occurrence of a substring in a string

0 Questions

APDU stands for "Application Protocol Data Unit". An APDU is used to communicate with smart cards and Subscriber Identity Modules (SIMs) conforming to standard ISO/IEC 7816-4.

0 Questions