"Arena" is a science fiction short story by Fredric Brown that was first published in the June 1944 issue of Astounding magazine. Members of the Science Fiction Writers of America selected it as one of the best science fiction stories published before the advent of the Nebula Awards, and as such it was included in The Science Fiction Hall of Fame Volume One, 1929-1964.
The Star Trek episode "Arena" had some similarity to this story, so to avoid legal problems, it was agreed that Brown would receive payment and a story credit. An Outer Limits episode, "Fun and Games", also has a similar plot, as does an episode of Blake's 7, titled "Duel".
Marvel Comics' Worlds Unknown issue 4 (November 1973) featured a faithful adaptation of the story.
The mysterious Outsiders have skirmished with Earth's space colonies and starships. Their vessels are found to be faster and more maneuverable, but less well armed. There have been no survivors of the small raids on Earth forces so Earth has no information about the Outsiders. Fearing the worst, Earth builds a war fleet. Scouts report a large armada approaching the solar system. Earth's defenders go to meet them. All indications are that the two fleets are evenly matched.
The Pula Arena is the name of the amphitheatre located in Pula, Croatia. The Arena is the only remaining Roman amphitheatre to have four side towers and with all three Roman architectural orders entirely preserved. It was constructed in 27 BC – 68 AD and is among the six largest surviving Roman arenas in the World. A rare example among the 200 Roman surviving amphitheatres, it is also the best preserved ancient monument in Croatia.
The amphitheatre is depicted on the reverse of the Croatian 10 kuna banknote, issued in 1993, 1995, 2001 and 2004.
The exterior wall is constructed in limestone. The part facing the sea consists of three stories, while the other part has only two stories since the amphitheatre was built on a slope. The maximum height of the exterior wall is 29.40 m (96.5 ft). The first two floors have each 72 arches, while the top floor consists of 64 rectangular openings.
The axes of the elliptical amphitheatre are 132.45 and 105.10 m (434.5 and 344.8 ft) long, and the walls stand 32.45 m (106.5 ft) high. It could accommodate 23,000 spectators in the cavea, which had forty steps divided into two meniani. The seats rest directly on the sloping ground; The field for the games, the proper arena, measured 67.95 by 41.65 m (222.9 by 136.6 ft). The field was separated from the public by iron gates.
Arena is an independent Australian radical and critical publishing group. It has been publishing continuously since 1963. Currently, its principal publications are the political and cultural Arena Magazine (6 times per year), and the twice-yearly theoretical publication Arena Journal. Their concerns initially found expression in the practical and theoretical quarterly, Arena, which ran from 1963 to 1992 and was then transformed into the two different publications that continue today.
Though the quarterly Arena commenced as a New Left magazine with a commitment to extending Marxist approaches by developing an account of intellectual practices, its subsequent debates and theoretical work, and engagements with critical theory, media theory, post-structuralism and postmodernism, have led it to develop an approach known as the 'constitutive abstraction' approach. This is connected to an associated lineage of engaged theory. All of these are underpinned by a preoccupation with the questions of social abstraction, including the abstraction of intellectual practices. They include a special emphasis on the cultural and social contradictions of globalised hi-tech society, which the Arena editors took to be misrepresented within prevailing media theory and post-structuralism.
In user interface design, a mode is a distinct setting within a computer program or any physical machine interface, in which the same user input will produce perceived different results than it would in other settings. The best-known modal interface components are probably the Caps lock and Insert keys on the standard computer keyboard, both of which put the user's typing into a different mode after being pressed, then return it to the regular mode after being re-pressed.
An interface that uses no modes is known as a modeless interface. Modeless interfaces intend to avoid mode errors by making it impossible for the user to commit them.
A precise definition is given by Jef Raskin in his book The Humane Interface:
"An human-machine interface is modal with respect to a given gesture when (1) the current state of the interface is not the user's locus of attention and (2) the interface will execute one among several different responses to the gesture, depending on the system's current state." (Page 42).
In literature, a mode is an employed method or approach, identifiable within a written work. As descriptive terms, form and genre are often used inaccurately instead of mode; for example, the pastoral mode is often mistakenly identified as a genre. The Writers Web site feature, A List of Important Literary Terms, defines mode thus:
In his Poetics, the ancient Greek philosopher Aristotle uses 'mode' in a more specific sense. Kinds of 'poetry' (the term includes drama, flute music, and lyre music for Aristotle), he writes, may be differentiated in three ways: according to their medium of imitation, according to their objects of imitation, and according to their mode or 'manner' of imitation (section I). "For the medium being the same, and the objects the same, the poet may imitate by narration—in which case he can either take another personality as Homer does, or speak in his own person, unchanged—or he may present all his characters as living and moving before us" (section III). According to this definition, 'narrative' and 'dramatic' are modes of fiction:
This article presents a list of commands used by DOS operating systems, especially as used on x86-based IBM PC compatibles (PCs). Other DOS operating systems are not part of the scope of this list.
In DOS, many standard system commands were provided for common tasks such as listing files on a disk or moving files. Some commands were built into the command interpreter, others existed as external commands on disk. Over the several generations of DOS, commands were added for the additional functions of the operating system. In the current Microsoft Windows operating system, a text-mode command prompt window, cmd.exe, can still be used.
The command interpreter for DOS runs when no application programs are running. When an application exits, if the transient portion of the command interpreter in memory was overwritten, DOS will reload it from disk. Some commands are internal — built into COMMAND.COM; others are external commands stored on disk. When the user types a line of text at the operating system command prompt, COMMAND.COM will parse the line and attempt to match a command name to a built-in command or to the name of an executable program file or batch file on disk. If no match is found, an error message is printed, and the command prompt is refreshed.