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.
The Cucumber project is a Behavior Driven Development (BDD) tool originally designed to work with Ruby. However, since its inception its popularity has grown and there have been implementations of Cucumber written for different languages including Java, .Net, Flex, and JavaScript.
0 Questions
A subclass, "derived class", heir class, or child class is a modular, derivative class that inherits one or more language entities from one or more other classes.
0 Questions
The Apache Ambari project is aimed at making Hadoop management simpler by developing software for provisioning, managing, and monitoring Apache Hadoop clusters. Ambari provides an intuitive, easy-to-use Hadoop management web UI backed by its RESTful APIs.
0 Questions
A multi-module project/application is composed by several modules each focusing on a certain concern, enforcing the SRP (Single Responsibility Principle) at module level.
0 Questions
The Cartesian product, named after René Descartes, of two sets A and B is the set of all ordered pairs ab, where a is element of A and b is element of B.
0 Questions
A colormap (sometimes referred to as a "color table" or "palette") represents a transformation that maps pixel intensity values to colors. Colormaps are used by plotting libraries such as MATLAB, matplotlib and GNU Octave for visualizing array data as color images.
0 Questions
A form of error handling in Python and Delphi, similar to try/catch in C-like languages. It is also a Microsoft extension in C and C++.
0 Questions