Automorphism groupIn mathematics, the automorphism group of an object X is the group consisting of automorphisms of X under composition of morphisms. For example, if X is a finite-dimensional vector space, then the automorphism group of X is the group of invertible linear transformations from X to itself (the general linear group of X). If instead X is a group, then its automorphism group is the group consisting of all group automorphisms of X. Especially in geometric contexts, an automorphism group is also called a symmetry group.
Uniform memory accessUniform memory access (UMA) is a shared memory architecture used in parallel computers. All the processors in the UMA model share the physical memory uniformly. In an UMA architecture, access time to a memory location is independent of which processor makes the request or which memory chip contains the transferred data. Uniform memory access computer architectures are often contrasted with non-uniform memory access (NUMA) architectures. In the NUMA architecture, each processor may use a private cache.
Byzantine artByzantine art comprises the body of Christian Greek artistic products of the Eastern Roman Empire, as well as the nations and states that inherited culturally from the empire. Though the empire itself emerged from the decline of Rome and lasted until the Fall of Constantinople in 1453, the start date of the Byzantine period is rather clearer in art history than in political history, if still imprecise. Many Eastern Orthodox states in Eastern Europe, as well as to some degree the Islamic states of the eastern Mediterranean, preserved many aspects of the empire's culture and art for centuries afterward.
Zombie processOn Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution (via the exit system call) but still has an entry in the process table: it is a process in the "Terminated state". This occurs for the child processes, where the entry is still needed to allow the parent process to read its child's exit status: once the exit status is read via the wait system call, the zombie's entry is removed from the process table and it is said to be "reaped".
Intangible assetAn intangible asset is an asset that lacks physical substance. Examples are patents, copyright, franchises, goodwill, trademarks, and trade names, as well as software. This is in contrast to physical assets (machinery, buildings, etc.) and financial assets (government securities, etc.). Intangible assets are usually very difficult to value. They suffer from typical market failures of non-rivalry and non-excludability. Today, a large part of the corporate economy (in terms of net present value) consists of intangible assets.
Byzantine literatureByzantine literature is the Greek literature of the Middle Ages, whether written in the territory of the Byzantine Empire or outside its borders. It forms the second period in the history of Greek literature after Ancient Greek literature. Many of the classical Greek genres, such as drama and choral lyric poetry, had been obsolete by late antiquity, and all medieval literature in the Greek language was written in an archaizing style, which imitated the writers of ancient Greece.
Tornado warningA tornado warning (SAME code: TOR) is a public warning that is issued to an area in the direct path of a tornado or a thunderstorm capable of producing a tornado. They are issued by weather forecasting agencies in some countries when an actual tornado or signs of a developing tornado, such as a funnel cloud or wall cloud, are reported by weather spotters, the public, or detected by weather radar.
Byzantine IconoclasmThe Byzantine Iconoclasm (Eikonomachía) were two periods in the history of the Byzantine Empire when the use of s or icons was opposed by religious and imperial authorities within the Ecumenical Patriarchate (at the time still comprising the Roman-Latin and the Eastern-Orthodox traditions) and the temporal imperial hierarchy. The First Iconoclasm, as it is sometimes called, occurred between about 726 and 787, while the Second Iconoclasm occurred between 814 and 842.
Maurice (emperor)Maurice (Mauricius; Maurikios; 539 – 27 November 602) was Byzantine emperor from 582 to 602 and the last member of the Justinian dynasty. A successful general, Maurice was chosen as heir and son-in-law by his predecessor Tiberius II. Maurice's reign was troubled by almost constant warfare. After he became emperor, he brought the war with Sasanian Persia to a victorious conclusion. The empire's eastern border in the South Caucasus was vastly expanded and, for the first time in nearly two centuries, the Romans were no longer obliged to pay the Persians thousands of pounds of gold annually for peace.
Process stateIn a system, processes may occupy a variety of states. These distinct states may not be recognized as such by the operating system kernel. However, they are a useful abstraction for the understanding of processes. The following typical process states are possible on computer systems of all kinds. In most of these states, processes are "stored" on main memory. When a process is first created, it occupies the "created" or "new" state. In this state, the process awaits admission to the "ready" state.