European single marketThe European single market, also known as the European internal market or the European common market, is the single market comprising mainly the member states of the European Union (EU). With certain exceptions, it also comprises the Iceland, Liechtenstein, and Norway (through the Agreement on the European Economic Area) and Switzerland (through sectoral treaties). The single market seeks to guarantee the free movement of goods, capital, services, and people, known collectively as the "four freedoms".
Occupational safety and healthOccupational safety and health (OSH) or occupational health and safety (OHS), also known simply as occupational health or occupational safety, is a multidisciplinary field concerned with the safety, health, and welfare of people at work (i.e. in an occupation). These terms also refer to the goals of this field, so their use in the sense of this article was originally an abbreviation of occupational safety and health program/department etc. OSH is related to the fields of occupational medicine and occupational hygiene.
MapReduceMapReduce is a programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithm on a cluster. A MapReduce program is composed of a map procedure, which performs filtering and sorting (such as sorting students by first name into queues, one queue for each name), and a reduce method, which performs a summary operation (such as counting the number of students in each queue, yielding name frequencies).
Freedom of movementFreedom of movement, mobility rights, or the right to travel is a human rights concept encompassing the right of individuals to travel from place to place within the territory of a country, and to leave the country and return to it. The right includes not only visiting places, but changing the place where the individual resides or works. Such a right is provided in the constitutions of numerous states, and in documents reflecting norms of international law.
Fold (higher-order function)In functional programming, fold (also termed reduce, accumulate, aggregate, compress, or inject) refers to a family of higher-order functions that analyze a recursive data structure and through use of a given combining operation, recombine the results of recursively processing its constituent parts, building up a return value. Typically, a fold is presented with a combining function, a top node of a data structure, and possibly some default values to be used under certain conditions.