HOME
*





Jonathan Sachs
Jonathan Sachs (born June 25, 1947) is a programmer who co-founded Lotus Development Corporation with Mitch Kapor in 1982 and created the first version of the Lotus 1-2-3 spreadsheet program. Sachs left Lotus in 1985 to develop photo-editing software for his own Cambridge, Massachusetts based company, Digital Light & Color, which has been distributing its product, Picture Window, since 1994. Sachs was born in Baltimore, Maryland and received his BS in math from MIT in 1970. He later worked at MIT for several years, where he wrote the STOIC language, at Data General, and at Concentric Data Systems.Oral history interview with Jonathan Sachs
, University of Minnesota.
[...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Baltimore, Maryland
Baltimore ( , locally: or ) is the most populous city in the U.S. state of Maryland, fourth most populous city in the Mid-Atlantic, and the 30th most populous city in the United States with a population of 585,708 in 2020. Baltimore was designated an independent city by the Constitution of Maryland in 1851, and today is the most populous independent city in the United States. As of 2021, the population of the Baltimore metropolitan area was estimated to be 2,838,327, making it the 20th largest metropolitan area in the country. Baltimore is located about north northeast of Washington, D.C., making it a principal city in the Washington–Baltimore combined statistical area (CSA), the third-largest CSA in the nation, with a 2021 estimated population of 9,946,526. Prior to European colonization, the Baltimore region was used as hunting grounds by the Susquehannock Native Americans, who were primarily settled further northwest than where the city was later built. Colonis ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Charles Babbage Institute
The IT History Society (ITHS) is an organization that supports the history and scholarship of information technology by encouraging, fostering, and facilitating archival and historical research. Formerly known as the Charles Babbage Foundation, it advises historians, promotes collaboration among academic organizations and museums, and assists IT corporations in preparing and archiving their histories for future studies. Activities The IT History Society provides background information to those with an interest in the history of Information Technology, including papers that provide advice on how to perform historical work and how historical activities can benefit private sector organizations. It tracks historical projects seeking funding as well as projects underway and completed. It maintains online, publicly available, lists of events pertaining to IT history, IT history resources, an IT Honor Roll acknowledging more than 700 individuals who have made a noteworthy contribution ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Living People
Related categories * :Year of birth missing (living people) / :Year of birth unknown * :Date of birth missing (living people) / :Date of birth unknown * :Place of birth missing (living people) / :Place of birth unknown * :Year of death missing / :Year of death unknown * :Date of death missing / :Date of death unknown * :Place of death missing / :Place of death unknown * :Missing middle or first names See also * :Dead people * :Template:L, which generates this category or death years, and birth year and sort keys. : {{DEFAULTSORT:Living people 21st-century people People by status ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Photo Manipulation
Photograph manipulation involves the transformation or alteration of a photograph using various methods and techniques to achieve desired results. Some photograph manipulations are considered to be skillful artwork, while others are considered to be unethical practices, especially when used to deceive the public. Other examples include being used for political propaganda, or to improve the appearance of a product or person, or simply as entertainment or practical jokes. Depending on the application and intent, some photograph manipulations are considered an art form because it involves the creation of unique images and in some instances, signature expressions of art by photographic artists. Ansel Adams employed some of the more common manipulations using darkroom exposure techniques, burning (darkening) and dodging (lightening) a photograph. Other examples of photo manipulation include retouching photographs using ink or paint, airbrushing, double exposure, piecing photos or ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




List Of Video Editing Software
The following is a list of video editing software. The criterion for inclusion in this list is the ability to perform non-linear video editing. Most modern transcoding software supports transcoding a portion of a video clip, which would count as cropping and trimming. However, items in this article have one of the following conditions: # Can perform other non-linear video editing function such as montage or compositing # Can do the trimming or cropping without transcoding Free (libre) or open-source The software listed in this section is either free software or open source, and may or may not be commercial. Active and stable *Avidemux (Linux, macOS, Windows) * Losslesscut (Linux, macOS, Windows) * Blender VSE (Linux, FreeBSD, macOS, Windows) *Cinelerra (Linux, FreeBSD) *FFmpeg (Linux, macOS, Windows) – CLI only; no visual feedback *Flowblade (Linux) *Kdenlive (Linux, FreeBSD, macOS, Windows) *LiVES (BSD, IRIX, Linux, Solaris) *Olive (Linux, macOS, Windows) - ''currently in ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Graphics Software
In computer graphics, graphics software refers to a program or collection of programs that enable a person to manipulate images or models visually on a computer. Computer graphics can be classified into two distinct categories: raster graphics and vector graphics, with further 2D and 3D variants. Many graphics programs focus exclusively on either vector or raster graphics, but there are a few that operate on both. It is simple to convert from vector graphics to raster graphics, but going the other way is harder. Some software attempts to do this. In addition to static graphics, there are animation and video editing software. Different types of software are often designed to edit different types of graphics such as video, photos, and vector-based drawings. The exact sources of graphics may vary for different tasks, but most can read and write files. Most graphics programs have the ability to import and export one or more graphics file formats, including those formats written for ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

C (programming Language)
C (''pronounced like the letter c'') is a General-purpose language, general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, though decreasingly for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems. A successor to the programming language B (programming language), B, C was originally developed at Bell Labs by Ritchie between 1972 and 1973 to construct utilities running on Unix. It was applied to re-implementing the kernel of the Unix operating system. During the 1980s, C gradually gained popularity. It has become one of the measuring programming language popularity, most widely used programming languages, with C compilers avail ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Assembly Language
In computer programming, assembly language (or assembler language, or symbolic machine code), often referred to simply as Assembly and commonly abbreviated as ASM or asm, is any low-level programming language with a very strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly language usually has one statement per machine instruction (1:1), but constants, comments, assembler directives, symbolic labels of, e.g., memory locations, registers, and macros are generally also supported. The first assembly code in which a language is used to represent machine code instructions is found in Kathleen and Andrew Donald Booth's 1947 work, ''Coding for A.R.C.''. Assembly code is converted into executable machine code by a utility program referred to as an ''assembler''. The term "assembler" is generally attributed to Wilkes, Wheeler and Gill in their 1951 book ''The Preparation of Programs for an Electronic Digital Com ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Intel 8088
The Intel 8088 ("''eighty-eighty-eight''", also called iAPX 88) microprocessor is a variant of the Intel 8086. Introduced on June 1, 1979, the 8088 has an eight-bit external data bus instead of the 16-bit bus of the 8086. The 16-bit registers and the one megabyte address range are unchanged, however. In fact, according to the Intel documentation, the 8086 and 8088 have the same execution unit (EU)—only the bus interface unit (BIU) is different. The original IBM PC is based on the 8088, as are its clones. History and description The 8088 was designed at Intel's laboratory in Haifa, Israel, as were a large number of Intel's processors. The 8088 was targeted at economical systems by allowing the use of an eight-bit data path and eight-bit support and peripheral chips; complex circuit boards were still fairly cumbersome and expensive when it was released. The prefetch queue of the 8088 was shortened to four bytes, from the 8086's six bytes, and the prefetch algorithm was s ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Concentric Data Systems
Concentric Data Systems, Inc. was founded in December 1979 by John J. Henderson and Jonathan Sachs, both having left their jobs as system programmers at Data General Corporation. Originally, the company undertook a variety of software consulting projects for the Data General line of computers. In 1981, the company developed a spreadsheet product, CompuCalc, that ran on Data General hardware and was modeled after VisiCalc. In 1982, Sachs left and joined Mitch Kapor to found Lotus Development Corporation. Concentric transitioned to a product development company, producing a series of software products for the IBM PC. The products were a file manager, C.I.P, followed by a report writer for Lotus, 1-2-3 Report Writer, followed by a series of report writers marketed under the name R&R. The R&R products worked with dBase, FoxBase, FoxPro FoxPro was a text-based (computing), text-based Procedural programming, procedurally oriented programming language and database management s ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Maryland
Maryland ( ) is a state in the Mid-Atlantic region of the United States. It shares borders with Virginia, West Virginia, and the District of Columbia to its south and west; Pennsylvania to its north; and Delaware and the Atlantic Ocean to its east. Baltimore is the largest city in the state, and the capital is Annapolis. Among its occasional nicknames are '' Old Line State'', the ''Free State'', and the '' Chesapeake Bay State''. It is named after Henrietta Maria, the French-born queen of England, Scotland, and Ireland, who was known then in England as Mary. Before its coastline was explored by Europeans in the 16th century, Maryland was inhabited by several groups of Native Americans – mostly by Algonquian peoples and, to a lesser degree, Iroquoian and Siouan. As one of the original Thirteen Colonies of England, Maryland was founded by George Calvert, 1st Baron Baltimore, a Catholic convert"George Calvert and Cecilius Calvert, Barons Baltimore" William Hand Browne, ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]