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.
Squid is an open-source HTTP caching proxy server.

0 Questions

The (Application Binary Interface) specifies the low level interface between the programs, libraries and the operating system. E.g. which registers are used to pass function parameters.

0 Questions

Entity-relationship model (ER model for short) is an abstract and conceptual representation of data.

0 Questions

The type of a file, as characterized by the format of the data it contains, or its use case. Specifies how bits are used to encode information.

0 Questions

The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.

0 Questions

A debug symbol is information that expresses which programming-language constructs generated a specific piece of machine code in a given executable module.

0 Questions

Cells are atomic elements within a structure composed of columns and/or rows, such as a table or grid.

0 Questions

Django signals allow listeners to be registered for events within the framework. This allows decoupled handling of, for example, model deletions.

0 Questions

A part of the IP address identifying the whole local network (high bits as defined by netmask). The remainder of the IP address (host id) identifies devices that are connected to this network. Can also mean the local network itself, if addressed by IP address in a described way.

0 Questions

The concept of handling system interrupts in an application or embedded system.

0 Questions

The Mysql2 gem is meant to serve the extremely common use-case of connecting, querying and iterating on results.

0 Questions