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.
Open source software for creating cross-platform installers for Java applications. These installers are JAR archives.
0 Questions
A junction table is a table that contains common fields from two or more tables and is the canonical way to implement Many-to-Many relations in SQL and Relational-type databases.
0 Questions
a computer program that provides a user interface to manage files and folders.
0 Questions
XML-Twig is a Perl module that subclasses XML-Parser to allow easy processing of XML documents of all sizes.
0 Questions
LL(k) grammars are grammars that can be parsed from left-to-right, creating a leftmost derivation, using k tokens of lookahead.
0 Questions
jScrollPane is a cross-browser jQuery plugin which can be used to generate custom scrollbars on HTML block elements.
0 Questions
Inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a database file, or in a document or a set of documents. The purpose of an inverted index is to allow fast full text searches, at a cost of increased processing when a document is added to the database.
0 Questions
GlobalPlatform is an association that publishes specifications aiming at standardizing deployment and management of multiple applications on secure chips.
0 Questions
The Webcam Capture library makes it possible to use a build-in or external webcam directly from Java. It is designed to abstract commonly used camera features and support various capturing frameworks.
0 Questions