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 programming interface for intercepting input device communication.

0 Questions

ActiveXObject is the key/initial function to enable and reference an "Automation object" in a Microsoft programming environment or the Internet Explorer browser. It is used when the object should be accessed entirely in script with no visual components. See also the activeX tag.

0 Questions

Represents an SQL statement or stored procedure to execute against a data source using OLE DB provider.

0 Questions

The weighted average or weighted mean is similar to an arithmetic mean where instead of each of the data points contributing equally to the final average, some data points contribute more than others.

0 Questions

For questions related to Django's session mechanism.

0 Questions

Android supports a variety of keyboard devices including special function keypads (volume and power controls), compact embedded QWERTY keyboards, and fully featured PC-style external keyboards.

0 Questions

MonetDB is an open-source implementation of a column-oriented database. It is focused on analytical applications on a main memory resident database. MonetDB is a relational database and provides an SQL top-level interface. It is actively developed at CWI in Amsterdam, The Netherlands.

0 Questions

Object-oriented interface to database tables

0 Questions

A Repository is a mechanism for encapsulating storage, retrieval, and search behavior which emulates a collection of objects.

0 Questions

A Login Script is a batch script for fine-tuning computer workstation logins. Please don't use this tag for web site login code, such as PHP.

0 Questions

A k-d-tree (k-dimensional tree) is a data structure for storing points in multidimensional space. They can be used to efficiently query for whether a point exists, as well as to do Euclidean nearest-neighbor searches and searches inside of hyperdimensional rectangular regions.

0 Questions