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.
International Mobile Equipment Identity a number, usually unique, to identify 3GPP (i.e., GSM, UMTS and LTE) and iDEN mobile phones, as well as some satellite phones.
0 Questions
Debian-based operating systems (such as Ubuntu or gNewSense) derive the majority of their functionality from the main Debian code base and are thus likely to be largely compatible with it. For example, it's often possible for an Ubuntu .deb file to be installed on a Debian system with no changes.
0 Questions
The June 2009 release of Xcode, Apple's integrated development environment (IDE) for its Mac OS X and iOS platforms.
0 Questions
Read-only memory (ROM) is a class of storage medium used in computers and other electronic devices. Data stored in ROM cannot be modified, or can be modified only slowly or with difficulty.
0 Questions
`__slots__` is a python language feature to reduce size of object instances by dropping the builtin dictionary every python instance normally features in order to support dynamic assignment of attributes and replacing it with a fixed set of attributes (the 'slots').
0 Questions
Radio frequency communication - the Bluetooth protocol. RFCOMM is a serial port emulation over Bluetooth. It provides a simple reliable data stream over Bluetooth, similar to RS232/TCP.
0 Questions
Smali is the assembly language for the Android Dalvik Virtual Machine and is based on the Jasmin Java assembly language.
0 Questions
A subshell refers to a shell invoked from within a parent shell. It is an example of a child process. Questions with this tag may involve any issue with working with subshells. Please also include tags for platform or shell language.
0 Questions
OnItemClick is a callback method invoked when an item in an Android AdapterView has been clicked.
0 Questions