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.
The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole. For numerical integration problem, please use tag [numerical-integration].

0 Questions

setTimeout is a global JavaScript method, used to execute a particular function or piece of code after a given delay.

0 Questions

A Counter is a container(/bag/multiset/etc.) that keeps track of how many times equivalent values are added.

0 Questions

In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale identifier consists of at least a language identifier and a region identifier.

0 Questions

A syntactic form in functional languages used to bind a value to a name in a local scope. Similar, but not identical to, let.

0 Questions

Abstract classes are classes which cannot be instantiated. They exist to provide common functionality and interface specifications to several concrete classes.

0 Questions

Persistence in computer programming refers to the capability of saving data outside the application memory.

0 Questions

The term load balancing is used to describe technology that is used to evenly distribute work across multiple nodes within a network.

0 Questions

"Code coverage" (synonym: test coverage) is a measure of the amount of application source code that has been exercised, usually by some testing regime, often by unit testing.

0 Questions

Only PROGRAMMING related questions are on-topic. General configuration questions are off-topic. cPanel is a graphical control panel for configuring some Linux-based web hosting.

0 Questions

MKMapView is part of Apple's MapKit framework for developing location-aware iOS applications, and provides an embeddable map interface. Effective iOS 6, the MapKit framework uses Apple's own map service. In iOS 5.1 and earlier, the framework uses the Google Mobile Maps service.

0 Questions