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.
Information hiding is the ability to prevent certain aspects of a class or software component from being accessible to its clients, using either programming language features (like private variables) or an explicit exporting policy.
0 Questions
Bandwidth throttling is the intentional slowing of the speed at which data is sent from the server to a client. In web programming, it is used to lower the chances of a DDOS attack, by the website/app releasing data in a limited speed.
0 Questions
PDCurses is a public domain [tag:curses] programming library for DOS, Windows, X11 and SDL
0 Questions
ManualResetEvent notifies one or more waiting threads that an event has occurred
0 Questions
Method to provide a callback when the checked state of a compound button changed in Android.
0 Questions
Verbosity is the amount of information that is logged or printed to console. The most common verbosity levels are error, warning and verbose.
0 Questions
FDF is a file format for representing form data and annotations that are contained in a PDF form.
0 Questions