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.
User-defined literals are a C++ language feature (new in C++11) that allow the user to define new kinds of literal modifiers that will construct objects based on the string of characters that the literal modifies.
0 Questions
This Hashable package defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values.
0 Questions
Free monads give a general way of turning functors into monads. They are useful for many tree-like structures and domain specific languages.
0 Questions
The process of transferring data between two local devices. In terms of mobile devices it means to use USB, BT, NFC, memory-card or a local network instead of online app stores like Marketplace, Google Play, iTunes.
0 Questions
The Web Inspector allows you to view the page source, live DOM hierarchy, script debugging, profiling and more!
0 Questions
The ShowcaseView is an Android library which showcases specific parts of an application.
0 Questions
In Android, a Looper is used to run a message loop for a thread since threads by default do not have a message loop associated with them.
0 Questions
Starting with kernel 2.2, Linux divides the privileges traditionally associated with superuser into distinct units, known as capabilities, which can be independently enabled and disabled. Capabilities are a per-thread attribute.
0 Questions