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.
angular-mock (or ngMock) is a module of the AngularJS framework providing features helpful for testing.

0 Questions

Bitcoind is a program that implements the Bitcoin protocol for command line and remote procedure call (RPC) use.

0 Questions

Core component of Android OS that bridges between applications and the actual data processing done at the hardware level. It is based on the Linux kernel.

0 Questions

The android-maven-plugin allows building of Android applications and libraries with Apache Maven and provides many more features related to Android development.

0 Questions

The Maven Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.

0 Questions

The OGR Simple Features Library is a C++ open source library (and commandline tools) providing read (and sometimes write) access to a variety of vector file formats including ESRI Shapefiles, S-57, SDTS, PostGIS, Oracle Spatial, and Mapinfo mid/mif and TAB formats. OGR is a part of the GDAL library

0 Questions

X11 forwarding means tunneling traffic of X server and X client through a secure channel to avoid anyone from intercepting the traffic. Most often the forwarding is done through a ssh tunnel.

0 Questions

LAST_INSERT_ID is MySQL specific functionality to get the value of the AUTO_INCREMENT column most recently inserted into. It is the recommended means of getting the value in MySQL, because SELECT MAX(auto_increment) ... is not reliable, as concurrency problems can occur.

0 Questions

Questions about command completion in the zsh Unix shell.

0 Questions

The maximum-flow problem, a problem in computer science over a flow network

0 Questions

USB On-The-Go is a USB (Universal Serial Bus) specification that allows a device to act as Host to simpler gadgets, such as flash drives, but then also act as a "slave" device to other Hosts, such as a personal computer.

0 Questions