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.
NEventStore (aka JOliver EventStore to disambiguate it from github.com/EventStore) is a persistence library used to abstract different storage implementations when using event sourcing as a storage mechanism.
0 Questions
Arcanist is an interface to Phabricator, and provides command-line access to many of its tools
0 Questions
Counting sort is a sorting technique based on keys between a specific range. It works by counting the number of objects having distinct key values (kind of hashing). Then doing some arithmetic to calculate the position of each object in the output sequence.
0 Questions
The 413 or 'Request entity too large' status code means the server is refusing to process a request because the request entity is larger than the server is willing or able to process.
0 Questions
Version 4.9 of GCC (GNU Compiler Collection). GCC 4.9.0 is a major release containing substantial new functionality not available in GCC 4.8.x or previous GCC releases.
0 Questions
The Groovy/Grails Tool Suite (GGTS) provides an Eclipse-powered development environment for building Groovy and Grails applications.
0 Questions
Seam 3 is a collection of modules and developer tooling tailored for Java EE 6 application development, with CDI as the central piece.
0 Questions
An object type is a datatype which is used in object-oriented programming to wrap a non-object type to make it look like a dynamic object.
0 Questions
WordProcessingML is the XML format introduced with Microsoft Office Word 2003. There it is used for a single file "flat" XML export. In Microsoft Office 2007 format (a DOCX file is a zip file) it is used to describe the file called ``document.xml`` file. This file contains the content of the DOCX file.
0 Questions
Launchpad is a software collaboration platform that provides bug tracking, code hosting, Ubuntu package building and hosting, and more
0 Questions