O26 (text Editor)
   HOME
*





O26 (text Editor)
O26 was a text editor named after the IBM model 026 keypunch (the first character being an alphabetic "O" rather than numeric "0" due to operating system restrictions). The editor could be run on the CDC 6000 series, and later Cyber-70 and -170 series operator consoles. According to source code listings of the SCOPE version of O26, it was written in 1967 by CDC programmers Greg Mansfield and David Cahlander. Other early CDC full-screen editors An independently developed full screen editor was written in 1967 by Edgar T. Irons and Franz M. Djorup at the Institute for Defense Analyses to run on a CDC 6600. This editor was described in a later ACM article as operating ''"from low-cost cathode-ray tube entry and display stations with keyboard and 13 function buttons."'' The terminals used were CDC 210 display terminals, specially modified with extra function keys. The IDA editor (name not given in the paper) ran on IDA's homegrown time-sharing In computing, time-sharing is ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Text Editor
A text editor is a type of computer program that edits plain text. Such programs are sometimes known as "notepad" software (e.g. Windows Notepad). Text editors are provided with operating systems and software development packages, and can be used to change files such as configuration files, documentation files and programming language source code. Plain text and rich text There are important differences between plain text (created and edited by text editors) and rich text (such as that created by word processors or desktop publishing software). Plain text exclusively consists of character representation. Each character is represented by a fixed-length sequence of one, two, or four bytes, or as a variable-length sequence of one to four bytes, in accordance to specific character encoding conventions, such as ASCII, ISO/IEC 2022, Shift JIS, UTF-8, or UTF-16. These conventions define many printable characters, but also non-printing characters that control the flow of the ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Keypunch
A keypunch is a device for precisely punching holes into stiff paper cards at specific locations as determined by keys struck by a human operator. Other devices included here for that same function include the gang punch, the pantograph punch, and the stamp. The term was also used for similar machines used by humans to transcribe data onto punched tape media. For Jacquard looms, the resulting punched cards were joined together to form a paper tape, called a "chain", containing a program that, when read by a loom, directed its operation.Bell, T.F. (1895) '' Jacquard Weaving and Designing'', Longmans, Green And Co. For Hollerith machines and other unit record machines the resulting punched cards contained data to be processed by those machines. For computers equipped with a punched card input/output device the resulting punched cards were either data or programs directing the computer's operation. Early Hollerith keypunches were manual devices. Later keypunches were electrom ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


CDC 6000 Series
The CDC 6000 series is a discontinued family of mainframe computers manufactured by Control Data Corporation in the 1960s. It consisted of the CDC 6200, CDC 6300, CDC 6400, CDC 6500, CDC 6600 and CDC 6700 computers, which were all extremely rapid and efficient for their time. Each is a large, solid-state, general-purpose, digital computer that performs scientific and business data processing as well as multiprogramming, multiprocessing, Remote Job Entry, time-sharing, and data management tasks under the control of the operating system called SCOPE (Supervisory Control Of Program Execution). By 1970 there also was a time-sharing oriented operating system named KRONOS. They were part of the first generation of supercomputers. The 6600 was the flagship of Control Data's 6000 series. Overview The CDC 6000 series computers are composed of four main functional devices: * the central memory * one or two high-speed central processors * ten peripheral processors ( Peripheral Processing ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

CDC Cyber
The CDC Cyber range of mainframe-class supercomputers were the primary products of Control Data Corporation (CDC) during the 1970s and 1980s. In their day, they were the computer architecture of choice for scientific and mathematically intensive computing. They were used for modeling fluid flow, material science stress analysis, electrochemical machining analysis, probabilistic analysis, energy and academic computing, radiation shielding modeling, and other applications. The lineup also included the Cyber 18 and Cyber 1000 minicomputers. Like their predecessor, the CDC 6600, they were unusual in using the ones' complement binary representation. Models The Cyber line included five different series of computers: * The 70 and 170 series based on the architecture of the CDC 6600 and CDC 7600 supercomputers, respectively * The 200 series based on the CDC STAR-100 - released in the 1970s. * The 180 series developed by a team in Canada - released in the 1980s (after the 200 series) ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Source Code
In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code. The source code is often transformed by an assembler or compiler into binary machine code that can be executed by the computer. The machine code is then available for execution at a later time. Most application software is distributed in a form that includes only executable files. If the source code were included it would be useful to a user, programmer or a system administrator, any of whom might wish to study or modify the program. Alternatively, depending on the technology being used, source code may be interpreted and executed directly. Definitions Richard Stallman's definition, formulated in his 1989 seminal li ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Listing (computer)
A listing or program listing is a printed list of lines of computer code or digital data (in human-readable form). Use cases Listings are commonly used in education and computer-related books to show examples of code. In the early days of programming, it was used to hand-check a program and as permanent storage. It was also common in 1970s and 1980s computer enthusiast magazines (for instance Creative Computing) and books like BASIC Computer Games for type-in programs. Today, hard copy listings are seldom used because display screens can present more lines than formerly, programs tend to be modular, storage in soft copy is considered preferable to hard copy, and digital material is easily transmitted via networks, or on disks or tapes. Furthermore, data sets tend to be too large to be conveniently put on paper, and they are more easily searched in soft-copy form. Assembly-code listings are occasionally analysed by programmers who want to understand how a compiler is tran ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

SCOPE (software)
SCOPE (Supervisory Control of Program Execution) is a series of Control Data Corporation operating systems developed in the 1960s. Variants * SCOPE for the CDC 3000 series * SCOPE for the CDC 6000 series * SCOPE and SCOPE-2 for the CDC 7600/Cyber-76 SCOPE for the CDC 3000 series SCOPE for the CDC 6000 series This operating system was based on the original Chippewa Operating System. In the early 1970s, it was renamed NOS/BE for the CDC Cyber machines. The SCOPE operating system is a file-oriented system using mass storage, random access devices. It was designed to make use of all capabilities of CDC 6000 computer systems and exploits fully the multiple-operating modes of all segments of the computer. Main tasks of SCOPE are controlling job execution, storage assignment, performing segment and overlay loading. Its features include comprehensive input/output functions and library maintenance routines. The dayfile chronologically records all jobs run and any problems encountered. To ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Edgar T
Edgar is a commonly used English given name, from an Anglo-Saxon name ''Eadgar'' (composed of '' ead'' "rich, prosperous" and ''gar'' "spear"). Like most Anglo-Saxon names, it fell out of use by the later medieval period; it was, however, revived in the 18th century, and was popularised by its use for a character in Sir Walter Scott's ''The Bride of Lammermoor'' (1819). People with the given name * Edgar the Peaceful (942–975), king of England * Edgar the Ætheling (c. 1051 – c. 1126), last member of the Anglo-Saxon royal house of England * Edgar of Scotland (1074–1107), king of Scotland * Edgar Angara, Filipino lawyer * Edgar Barrier, American actor * Edgar Baumann, Paraguayan javelin thrower * Edgar Bergen, American actor, radio performer, ventriloquist * Edgar Berlanga, American boxer * Edgar H. Brown, American mathematician * Edgar Buchanan, American actor * Edgar Rice Burroughs, American author, creator of ''Tarzan'' * Edgar Cantero, Spanish author in Catalan, Sp ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Franz M
Franz may refer to: People * Franz (given name) * Franz (surname) Places * Franz (crater), a lunar crater * Franz, Ontario, a railway junction and unorganized town in Canada * Franz Lake, in the state of Washington, United States – see Franz Lake National Wildlife Refuge Businesses * Franz Deuticke, a scientific publishing company based in Vienna, Austria * Franz Family Bakeries, a food processing company in Portland, Oregon * Franz-porcelains, a Taiwanese brand of pottery based in San Francisco Other uses * ''Franz'' (film), a 1971 Belgian film * Franz Lisp, a dialect of the Lisp programming language See also * Frantz (other) * Franzen (other) * Frantzen (other) Frantzen or Frantzén is a surname. It may refer to: * Allen Frantzen (born 1947/48), American medievalist * Björn Frantzén (born 1977), Swedish chef and owner of the Frantzén restaurant * Jean-Pierre Frantzen (1890–1957), Luxembourgian gym ...
{{disambiguation ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Institute For Defense Analyses
The Institute for Defense Analyses (IDA) is an American non-profit corporation that administers three federally funded research and development centers (FFRDCs) – the Systems and Analyses Center (SAC), the Science and Technology Policy Institute (STPI), and the Center for Communications and Computing (C&C) – to assist the United States government in addressing national security issues, particularly those requiring scientific and technical expertise. It is headquartered in Alexandria, Virginia. History Two ideas critical to the birth of the Institute for Defense Analyses, also known as IDA, emerged from World War II. The first was the necessity for unifying the several services into a single, coordinated department. The second was the realization of the strength of the relationship between science—and scientists—and national security. The first reached fruition when President Harry Truman signed the National Security Acts of 1947 and 1949, creating the Department of Defense ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

CDC 6600
The CDC 6600 was the flagship of the 6000 series of mainframe computer systems manufactured by Control Data Corporation. Generally considered to be the first successful supercomputer, it outperformed the industry's prior recordholder, the IBM 7030 Stretch, by a factor of three."Designed by Seymour Cray, the CDC 6600 was almost three times faster than the next fastest machine of its day, the IBM 7030 Stretch." With performance of up to three megaFLOPS, the CDC 6600 was the world's fastest computer from 1964 to 1969, when it relinquished that status to its successor, the CDC 7600."The 7600 design lasted longer than any other supercomputer design. It had the highest performance of any computer from its introduction in 1969 till the introduction of the Cray 1 in 1976." The first CDC 6600s were delivered in 1965 to Livermore and Los Alamos. They quickly became a must-have system in high-end scientific and mathematical computing, with systems being delivered to Courant Insti ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

CDC 210
The Centers for Disease Control and Prevention (CDC) is the national public health agency of the United States. It is a United States federal agency, under the Department of Health and Human Services, and is headquartered in Atlanta, Georgia. The agency's main goal is the protection of public health and safety through the control and prevention of disease, injury, and disability in the US and worldwide. The CDC focuses national attention on developing and applying disease control and prevention. It especially focuses its attention on infectious disease, food borne pathogens, environmental health, occupational safety and health, health promotion, injury prevention and educational activities designed to improve the health of United States citizens. The CDC also conducts research and provides information on non-infectious diseases, such as obesity and diabetes, and is a founding member of the International Association of National Public Health Institutes.
[...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]