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.
Blazing fast, zero configuration web application bundler

0 Questions

Launchd is a process management daemon, similar to "init". It is commonly used on Darwin-based systems.

0 Questions

nls refers to nonlinear least-squares and is a function in R that allows to estimate the parameters of a nonlinear model.

0 Questions

A type of transaction performed against an LDAP database

0 Questions

A Message Broker is a pattern which is designed for purpose of consuming messages from applications and performing actions like transformation , providing a point-to-point and publish-subscribe pattern of message routing mechanism. It mediates communication among applications, minimizing the mutual awareness that applications should have of each other in order to be able to exchange messages, effectively implementing decoupling.

0 Questions

Concurrent modification is a common problem with some thread-using applications, when not properly using locks/syncronization. It may cause errors or exceptions, such as ConcurrentModificationException in Java.

0 Questions

The .hover() method binds handlers for both mouseenter and mouseleave events.

0 Questions

A Toast is a momentary popup in Android which provides simple feedback about an operation.

0 Questions

ngTable is an AngularJS directive that is used for simple sorting and filtering html tables.

0 Questions

A subclass of Python's dict class that allows to specify a default factory to use for missing keys.

0 Questions

The Javascript clearInterval() method clears a timer set with the setInterval() method.

0 Questions