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.
A module with functions for working asynchronously with JavaScript that can be used both in NodeJS and in the browser.
0 Questions
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode it returned, and any additional data from it. The resultCode will be RESULT_CANCELED if the activity explicitly returned that, didn't return any result, or crashed during its operation.
0 Questions
A calling convention refers to the way a function transmits parameters to a called function and receives a return value from it.
0 Questions
The UITabBarItem class implements an item on a tab bar, instances of the UITabBar class. Tab bar items are used to configure the tab bar.
0 Questions
In the R language, the classes "POSIXct" and "POSIXlt" are representing calendar dates and times (to the nearest second).
0 Questions
Vault is a tool developed by HashiCorp for secure secrets management, centralized key management, and simple APIs for data encryption
0 Questions
pgAdmin 4 is an Open Source administration and development GUI for PostgreSQL.
0 Questions
Cucumber-JVM is a pure Java implementation of Cucumber that supports the most popular programming languages for the JVM. Cucumber-JVM supports the following JVM languages:
- Java
- Groovy
- Scala
- Clojure
- Jython
- JRuby
- Rhino JavaScript
- Gosu
0 Questions
In digital imaging, a pixel, or pel (picture element), is a single point in a raster image, or the smallest addressable screen element in a display device; it is the smallest unit of picture that can be represented or controlled.
0 Questions
Dynamic data denotes information that is asynchronously changed as further updates to the information become available.
0 Questions
OnItemClickListener is an Android listener that can be registered on subclasses of AdapterView to receive click events on their child views.
0 Questions