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.
Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.
0 Questions
A password hash is a hash digest of a password obtained using a one-way hashing algorithm (not to be confused with [password-encryption]). Password hashes differ from regular hash functions in that they are designed to be slow and consume CPU and/or memory resources in order to make them harder to crack.
0 Questions
A python context manager manages the context of a with statement. A context manager defines enter and exit hooks that get called as the code block under the with statement is entered and exited, respectively.
0 Questions
"A distributed denial of service attack (DDoS) occurs when multiple systems flood the bandwidth or resources of a targeted system, usually one or more web servers."
0 Questions
Carbon is Apple's previous application-development framework for Mac OS X for applications that needed to remain compatible with the Classic Mac OS.
0 Questions
A byte order mark (BOM) is a Unicode character used to signal the order of bytes in a text file or stream. As the BOM is U+FEFF, it makes it clear whether the high-order bytes are first (stream starts FE.FF) or second (stream starts FF.FE).
0 Questions
A method or function that takes a template string and arguments for that template and inserts these arguments into the template in an appropriate manner (programming-language-independent tag)
0 Questions
An error of language resulting from code that does not conform to the syntax of the programming language.
0 Questions
In iPhone development codesign deals with Provisioning Profiles, App Developer Certificate and device UDID.
0 Questions
QTextEdit is a class from the Qt Toolkit which provides a widget that is used to edit and display both plain and rich text. It is optimized to handle large documents and to respond quickly to user input.
0 Questions