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.
KDiff3 is a diff/merge program that compares or merges two or three text input files or directories and shows the differences line by line and character by character (!).
0 Questions
In color management, an ICC profile is a set of data that characterizes a color input or output device, or a color space, according to standards promulgated by the International Color Consortium (ICC).
0 Questions
the process of getting data out of a PDF, this involves opening, reading and parsing the contents of the PDF to extract text, images, metadata or attachments
0 Questions
The act of rearranging structured text according to a ruleset concerning indentation, spacing and newlines for the specified language (java,html, etc...).
0 Questions
FTS3 and FTS4 are SQLite virtual table modules that allow users to perform full-text searches on a set of documents.
0 Questions
`nvl` is a SQL function present in its vendor-specific implementation by Oracle. It takes two arguments, and returns the first argument if it's non-null, and otherwise returns the second. It's similar to the function `coalesce` in standard SQL.
0 Questions