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.
Rate limiting is used to control the rate of traffic sent or received on a network interface.

0 Questions

A launcher is a program that stores locations of applications to aid users in starting them.

0 Questions

link_to is the method in Ruby on Rails that is used to create link tags within views.

0 Questions

Hadoop streaming is a utility that allows running map-reduce jobs using any executable that reads from standard input and writes to standard output.

0 Questions

Data transmission, digital transmission, or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point or point-to-multipoint communication channel.

0 Questions

Guard is a command line tool to easily handle events on file system modifications.

0 Questions

HDL is a Hardware Description Language, a programming language used to design chips. The two major ones are Verilog and VHDL.

0 Questions

Session Storage is an HTML 5 browser standard to enable storage and retrieval of simple data on the client. This is a global object (sessionStorage) that maintains a storage area that's available for the duration of the page session. A page session lasts for as long as the browser is open and survives over page reloads and restores. Opening a page in a new tab or window will cause a new session to be initiated.

0 Questions

Methods that are called on a class instead of on an object.

0 Questions

For questions related to the build process of Android Applications, for all build tools.

0 Questions

A QGraphicsScene is a class from the Qt toolkit that provides a surface for managing a large number of 2D graphical items.

0 Questions