Unnamed: 0
int64
0
676k
text
stringlengths
4
59.1k
title
stringlengths
1
250
3,900
Metropolis light transport (MLT) is a global illumination application of a variant of the Monte Carlo method called the Metropolis–Hastings algorithm to the rendering equation for generating images from detailed physical descriptions of three-dimensional scenes. The procedure constructs paths from the eye to a light source using bidirectional path tracing, then constructs slight modifications to the path. Some careful statistical calculation (the Metropolis algorithm) is used to compute the appropriate distribution of brightness over the image
Metropolis light transport
3,901
A MEX file is a type of computer file that provides an interface between MATLAB or Octave and functions written in C, C++ or Fortran. It stands for "MATLAB executable". When compiled, MEX files are dynamically loaded and allow external functions to be invoked from within MATLAB or Octave as if they were built-in functions
MEX file
3,902
Microcomputer Associates, Inc. , was an American computer company founded by Manny Lemas and Ray Holt. It produced the low-cost Jolt Microcomputer, released in 1975
Microcomputer Associates
3,903
MindNet is the name of several automatically acquired databases of lexico-semantic relations developed by members of the Natural Language Processing Group at Microsoft Research during the 1990s. It is considered one of the world's largest lexicons and databases that could make automatic semantic descriptions along with WordNet, FrameNet, HowNet, and Integrated Linguistic Database. It is particularly distinguished from WordNet by the way it was created automatically from a dictionary
Mindnet
3,904
MoarVM (Metamodel On A Runtime Virtual Machine) is a virtual machine built for the 6model object system. It is being built to serve as yet another VM backend for Raku. MoarVM was created to allow for greater efficiency than Parrot by having a closer internal representation to the model system used by Raku
MoarVM
3,905
The MOD Ontology is the name given to the upper ontology intended to support the UK Ministry of Defence's Enterprise Architecture Programme, specifically MODAF. The ontology project is at an early stage and is being led by DG-Info (ICAD). The current plan as of March 2008 is to investigate potential applications for ontology in the MOD
MOD Ontology
3,906
Modified Huffman coding is used in fax machines to encode black-on-white images (bitmaps). It combines the variable-length codes of Huffman coding with the coding of repetitive data in run-length encoding. The basic Huffman coding provides a way to compress files that have much repeating data, like a file containing text, where the alphabet letters are the repeating objects
Modified Huffman coding
3,907
The modulated complex lapped transform (MCLT) is a lapped transform, similar to the modified discrete cosine transform, that explicitly represents the phase (complex values) of the signal. References H. Malvar, "A Modulated Complex Lapped Transform And Its Applications to Audio Processing"
Modulated complex lapped transform
3,908
The MC68451 is a Motorola (now Freescale) Memory Management Unit (MMU), which was primarily used in conjunction with the Motorola MC68010 microprocessor. The MC68451 supported a 16 MB address space and provided a MC68000 or a MC68010 with support for memory management and protection of memory against unauthorized access. The block size was variable, so it was usually used for segment-based memory management
Motorola 68451
3,909
Motorola Single Board Computers is Motorola's production line of computer boards for embedded systems. There are three different lines : mvme68k, mvmeppc and mvme88k. The first version of the board appeared in 1988
Motorola Single Board Computers
3,910
Mouse Sonar is a computer accessibility feature available in Microsoft Windows versions since Windows ME. When Mouse Sonar is enabled, releasing the Ctrl key causes several concentric circles to appear around the pointer for a short time. This may be especially useful to locate the pointer on contrast-rich or colorful background
Mouse Sonar
3,911
MPEG Common Encryption (abbreviated MPEG-CENC) refers to a set of two MPEG standards governing different container formats: for ISOBMFF, Common encryption in ISO base media file format files (ISO/IEC 23001-7:2016) for MPEG-TS, Common encryption of MPEG-2 transport streams (ISO/IEC 23001-9:2016)The specifications are compatible, so that conversion between the encrypted formats can happen without re-encryption. They define metadata, specific to each format, about which parts of the stream are encrypted and by which encryption scheme. Each encryption scheme may have different methods to retrieve the decryption key
MPEG Common Encryption
3,912
MSI Wind PC is a nettop counterpart to the MSI Wind Netbook. The MSI Wind PC is sold in Europe, Asia, and in the United States, barebones kits were available until Summer 2009, when desktop units also became available. On January 15, 2009, MSI announced a new model of the Wind, the NetTop D130, with a dual-core processor
MSI Wind PC
3,913
Multi-adjoint logic programming defines syntax and semantics of a logic programming program in such a way that the underlying maths justifying the results are a residuated lattice and/or MV-algebra. The definition of a multi-adjoint logic program is given, as usual in fuzzy logic programming, as a set of weighted rules and facts of a given formal language F. Notice that we are allowed to use different implications in our rules
Multi-adjoint logic programming
3,914
A multifunction display (MFD) is a small-screen (CRT or LCD) surrounded by multiple soft keys (configurable buttons) that can be used to display information to the user in numerous configurable ways. MFDs originated in aviation, first in military aircraft, and later were adopted by commercial aircraft, general aviation, automotive use, and shipboard use. MFDs in aviation Often, an MFD will be used in concert with a primary flight display (PFD), and forms a component of a glass cockpit
Multi-function display
3,915
Multiprotocol Extensions for BGP (MBGP or MP-BGP), sometimes referred to as Multiprotocol BGP or Multicast BGP and defined in IETF RFC 4760, is an extension to Border Gateway Protocol (BGP) that allows different types of addresses (known as address families) to be distributed in parallel. Whereas standard BGP supports only IPv4 unicast addresses, Multiprotocol BGP supports IPv4 and IPv6 addresses and it supports unicast and multicast variants of each. Multiprotocol BGP allows information about the topology of IP multicast-capable routers to be exchanged separately from the topology of normal IPv4 unicast routers
Multiprotocol BGP
3,916
A multimedia computer is a computer that is optimized for multimedia performance. Early home computers lacked the power and storage necessary for true multimedia. The games for these systems, along with the demo scene were able to achieve high sophistication and technical polish using only simple, blocky graphics and digitally generated sound
Multimedia computer
3,917
The MultiProcessor Specification (MPS) for the x86 architecture is an open standard describing enhancements to both operating systems and firmware, which will allow them to work with x86-compatible processors in a multi-processor configuration. MPS covers Advanced Programmable Interrupt Controller (APIC) architectures. Version 1
MultiProcessor Specification
3,918
The MUPID (short for "Mehrzweck Universell Programmierbarer Intelligenter Decoder" in German) or MUPID A320 was an early home computer like system introduced in 1981, designed and invented by Hermann Maurer at TU Graz, Austria to be used as a Bildschirmtext terminal, but it was also capable of being used as a stand-alone computer. It had a Zilog Z80 microprocessor and came with BASIC as operating system, 128 KB of RAM, a V. 24 1200/75 baud modem, audio input/output for tape recorder, a parallel printer interface and an optional external floppy drive unit
MUPID
3,919
In computer systems, name resolution refers to the retrieval of the underlying numeric values corresponding to computer hostnames, account user names, group names, and other named entities. Computer operating systems commonly employ multiple key/value lists that associate easily remembered names with the integer numbers used to identify users, groups, other computers, hardware devices, and other entities. In that context, name resolution refers to the retrieval of numeric values given the associated names, while Reverse name resolution refers to the opposite process of finding the name(s) associated with specified numeric values: In computer networking, it refers to processes used to obtain the assigned IP addresses needed to communicate with devices whose host or domain names are known
Name resolution (computer systems)
3,920
The National Center for Supercomputing Applications (Bulgarian: Национален център за суперкомпютърни приложения) is a research institution located in Sofia, Bulgaria. It was established in 2008 with the aim of promoting and regulating high-performance processing operations of scientific information. The NCSA works in affiliation with scientists and researchers from the Sofia University, the Bulgarian Academy of Sciences, the Technical and Medical universities in Sofia, as well as other organizations
National Center for Supercomputing Applications (Bulgaria)
3,921
National Computer Camps are computer camps for children and teens founded in 1977 by Dr. Michael Zabinski. There are locations at Fairfield University in Fairfield, Connecticut, where Dr
National Computer Camps
3,922
The National Infrastructure Protection Center (NIPC) was a unit of the United States federal government charged with protecting computer systems and information systems critical to the United States' infrastructure. It was founded in 1998 by President Bill Clinton's Presidential Decision Directive 63. It was originally created as a branch of the FBI
National Infrastructure Protection Center
3,923
The National Supercomputing Center in Shenzhen houses the second fastest machine in China, and the third fastest in the world. In May 2010 the Nebulae computer in Shenzhen placed second on the TOP500 supercomputer list, after the Cray computer at the Oak Ridge National Laboratory in Tennessee. See also Supercomputer centers in China References Bibliography "About us"
National Supercomputing Center (Shenzhen)
3,924
NDMC Supercomputer (Russian: НЦУО СуперкомпЬютер) is a military supercomputer with a speed of 16 petaflops. It is located in Moscow, Russia. The storage capacity is 236 petabytes
NDMC Supercomputer
3,925
The NE-Z8000 is a Brazilian homebuilt computer clone of the Sinclair ZX81, introduced in late 1982 by Prológica's subsidiary, the monthly magazine Nova Eletrônica. General Information The NE-Z8000 computer is based around a Z80A CPU clocked at 3. 6 MHz with 1KB of RAM (expandable to 16 KB)
NE-Z8000
3,926
Nebula is a federal cloud computing platform that originated at NASA Ames Research Center at Moffett Field, California. The Nebula project was run under the ACITS 2 contract originally held by Perot Systems. Nebula hosted many advanced research projects
Nebula (computing platform)
3,927
Network Installation Manager (NIM) is an object-oriented system management framework on the IBM AIX operating system that installs and manages systems over a network. NIM is analogous to Kickstart in the Linux world. NIM is a client-server system in which a NIM server provides a boot image to client systems via the BOOTP and TFTP protocols
Network Installation Manager
3,928
The New Internet Computer (NIC) was a Linux-based internet appliance released July 6, 2000 by Larry Ellison's and Gina Smith's New Internet Computer Company. The system (without a monitor) sold for US$199. The NIC boots from a CD-ROM with a custom Linux distribution developed by Wim Coekaerts
New Internet Computer
3,929
NLnet Labs is a network research laboratory founded in Amsterdam in 1999 by the board members of NLnet. They develop DNS-related software, such as NSD, Unbound, OpenDNSSEC and getDNS. History The roots of NLnet Labs have their origins in the NLnet Foundation
NLnet Labs
3,930
NMS-8250, (NMS is short for "New Media Systems") was a professional MSX2 home computer for the high end market, with two built in floppy disk drives in a "pizza box" configuration, released in 1986. The machine was in fact manufactured by Sanyo and it is basically the MPC-25FS with a different color. It featured professional video output possibilities, such as SCART for a better picture quality, and a detachable keyboard
NMS-8250
3,931
Nvidia's BR02 "High Speed Interconnect" ("HSI") chip was used in their early PCI Express graphics cards, where it acted as a bridge between the PCI Express connection to the computer and the natively AGP GPU. This allowed Nvidia to release a PCI Express graphics card without redesigning the graphics card's GPU for the new interface. It was introduced in 2004
Nvidia BR02
3,932
Nvidia CUDA Compiler (NVCC) is a proprietary compiler by Nvidia intended for use with CUDA. CUDA code runs on both the CPU and GPU. NVCC separates these two parts and sends host code (the part of code which will be run on the CPU) to a C compiler like GCC or Intel C++ Compiler (ICC) or Microsoft Visual C++ Compiler, and sends the device code (the part which will run on the GPU) to the GPU
Nvidia CUDA Compiler
3,933
ObjectARX (AutoCAD Runtime eXtension) is an API for customizing and extending AutoCAD. The ObjectARX SDK is published by Autodesk and freely available under license from Autodesk. The ObjectARX SDK consists primarily of C++ headers and libraries that can be used to build Windows DLLs that can be loaded into the AutoCAD process and interact directly with the AutoCAD application
ObjectARX
3,934
In machine learning, systems which employ offline learning do not change their approximation of the target function when the initial training phase has been completed. These systems are also typically examples of eager learning. While in online learning, only the set of possible elements is known, in offline learning, the identity of the elements as well as the order in which they are presented is known to the learner
Offline learning
3,935
OLAC, the Open Language Archives Community, is an initiative to create a unified means of searching online databases of language resources for linguistic research. The information about resources is stored in XML format for easy searching. OLAC was founded in 2000, and is hosted at the Linguistic Data Consortium webserver at the University of Pennsylvania
OLAC
3,936
The Oldenburg Computer Museum (OCM) is a museum founded in 2008 in Oldenburg (Oldb), Lower-Saxony, Germany that is dedicated to the preservation and operational presentation of the history of home computing. Overview The museum presents computers, video game consoles, and arcade video game machines from the 1970s through 1990s. The exhibits are functional and invite visitors to try out and use them
Oldenburger Computer-Museum
3,937
Open Catalog Interface (OCI) is an open standard for a software interface developed by SAP for punch-out catalogs that connect buyers' procurement systems with suppliers' eCommerce systems. OCI is an alternative to cXML. It is used by SAP Supplier Relationship Management, Microsoft Dynamics AX and other Enterprise resource planning and purchasing systems when connecting to external punch-out catalogs
Open Catalog Interface
3,938
The Open Computing Facility is an ASUC chartered program at the University of California, Berkeley, first founded in 1989. The OCF is an all-volunteer, student-run, student-initiated service group dedicated to free computing for the greater academic community of the University of California, Berkeley. Its stated mission is to provide an environment where no member of Berkeley's campus community is denied the computer resources he or she seeks, and to appeal to all members of the Berkeley campus community with unsatisfied computing needs and to provide a place for those interested in computing to fully explore that interest
Open Computing Facility
3,939
The Open Data-Link Interface (ODI), developed by Apple and Novell, serves the same function as Microsoft and 3COM's Network Driver Interface Specification (NDIS). Originally, ODI was written for NetWare and Macintosh environments. Like NDIS, ODI provides rules that establish a vendor-neutral interface between the protocol stack and the adapter driver
Open Data-Link Interface
3,940
The Open Database License (ODbL) is a copyleft license agreement intended to allow users to freely share, modify, and use a database while maintaining this same freedom for others. ODbL is published by Open Data Commons, which is part of Open Knowledge Foundation. The ODbL was created with the goal of allowing users to share their data freely without worrying about problems relating to copyright or ownership
Open Database License
3,941
The Open Grid Services Infrastructure (OGSI) was published by the Global Grid Forum (GGF) as a proposed recommendation in June 2003. It was intended to provide an infrastructure layer for the Open Grid Services Architecture (OGSA). OGSI takes the statelessness issues (along with others) into account by essentially extending Web services to accommodate grid computing resources that are both transient and stateful
Open Grid Services Infrastructure
3,942
In computing, open implementation platforms are systems where the implementation is accessible. Open implementation allows developers of a program to alter pieces of the underlying software to fit their specific needs. With this technique it is far easier to write general tools, though it makes the programs themselves more complex to design and use
Open implementation
3,943
Open Media Format (OMF), Open Media Framework, or Open Media Framework Interchange (OMFI), or is a platform-independent file format intended for transfer of digital media between different software applications. OMFI is a file format that aids in exchange of digital media across applications and platforms. This framework enables users to import media elements, edit information and effects summary
Open Media Framework Interchange
3,944
In computing, an open platform describes a software system which is based on open standards, such as published and fully documented external application programming interfaces (API) that allow using the software to function in other ways than the original programmer intended, without requiring modification of the source code. Using these interfaces, a third party could integrate with the platform to add functionality. The opposite is a closed platform
Open platform
3,945
Open-Architecture-System (OAS) is the main User interface and synthesizer software of the Wersi keyboard line. OAS improves on prior organ interfaces by allowing the user to add sounds, rhythms, third party programs and future software enhancements without changing hardware. Compared to previous organs which relied on buttons, OAS uses a touch screen to make programming easier
Open-Architecture-System
3,946
OpenJMS is one of the major providers of Java Message Service API, which implements Sun Microsystems' Java Message Service API 1. 1 Specification. The current release is OpenJMS 0
OpenJMS
3,947
OpenLR is a royalty-free open standard for "procedures and formats for the encoding, transmission, and decoding of local data irrespective of the map" developed by TomTom. The format allows locations localised on one map to be found on another map to which the data have been transferred. OpenLR requires that the coordinates are specified in the WGS 84 format and that route links are given in metres
OpenLR
3,948
An operating context (OC) for an application is the external environment that influences its operation. For a mobile application, the OC is defined by the hardware and software environment in the device, the target user, and other constraints imposed by various other stakeholders, such as a carrier. This concept differs from the operating system (OS) by the impact of these various other stakeholders
Operating context
3,949
OS/4 is a discontinued operating system, introduced in 1972, from UNIVAC for their 9400, 9480, and 9700 computer systems. It is an enhanced version of UNIVAC's 9400 Disc Operating System. OS/4 is a disc-resident system requiring 64 KB of main memory, two disc drives, a punched-card reader and a printer
OS/4
3,950
OS/7 is a discontinued operating system from Sperry Univac for its 90/60 and 90/70 computer systems. The system was first announced in November 1971 for Univac's 9700 system and was originally scheduled for delivery in March 1973. However, the delivery slipped by nearly a year, which impacted the 9700 marketing effort
OS/7
3,951
OSS/J (a. k. a
OSS through Java
3,952
Out-of-band activity is activity outside a defined telecommunications frequency band, or, metaphorically, outside of any primary communication channel. Protection from falsing is among its purposes. Examples General usage Out-of-band agreement, an agreement or understanding between the communicating parties that is not included in any message sent over the channel but which is relevant for the interpretation of such messages More broadly, communication by any channel other than the primary channel can be considered "out-of-band"
Out-of-band
3,953
OVN (Open Virtual Network) is a system to support virtual network abstraction. OVN complements the existing capabilities of Open vSwitch to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. Overview OVN is a network virtualization platform that separates the physical network topology from the logical one
OVN
3,954
The "-P Convention" or "P Question" refers to the act of making a statement into a question by appending "P. " When spoken aloud, the "P" is literally pronounced as a separate syllable "Pee. " This practice originated among users of the Lisp programming language, in which there is the convention of appending the letter "P" on elements to denote a predicate (a yes or no question)
P convention
3,955
Pack200, specified in JSR 200 (J2SE 1. 5), deprecated in JEP 336 (Java SE 11) and removed in JEP 367 (Java SE 14), is a compacting archive format developed by Sun, capable of reducing JAR file sizes by up to a factor of 9, with a factor of 3 to 4 seen in practice. Pack200 is optimized for compressing JAR archive files, specifically the Java bytecode portion of the JAR files
Pack200
3,956
The page attribute table (PAT) is a processor supplementary capability extension to the page table format of certain x86 and x86-64 microprocessors. Like memory type range registers (MTRRs), they allow for fine-grained control over how areas of memory are cached, and are a companion feature to the MTRRs. Unlike MTRRs, which provide the ability to manipulate the behavior of caching for a limited number of fixed physical address ranges, Page Attribute Tables allow for such behavior to be specified on a per-page basis, greatly increasing the ability of the operating system to select the most efficient behavior for any given task
Page attribute table
3,957
A Palmtop PC was an approximately pocket calculator-sized, battery-powered computer compatible with the IBM Personal Computer in a horizontal clamshell design with integrated keyboard and display. It could be used like a subnotebook, but was light enough to be comfortably used handheld as well. Most Palmtop PCs were small enough to be stored in a user's shirt or jacket pocket
Palmtop PC
3,958
Parallel I/O, in the context of a computer, means the performance of multiple input/output operations at the same time, for instance simultaneously outputs to storage devices and display devices. It is a fundamental feature of operating systems. One particular instance is parallel writing of data to disk; when file data is spread across multiple disks, for example in a RAID array, one can store multiple parts of the data at the same time, thereby achieving higher write speeds than with a single device
Parallel I/O
3,959
The Parallel Patterns Library is a Microsoft library designed for use by native C++ developers that provides features for multicore programming. It was first bundled with Visual Studio 2010. It resembles the C++ Standard Library in style and works well with the C++11 language feature, lambdas, also introduced with Visual Studio 2010
Parallel Patterns Library
3,960
Parametron is a logic circuit element invented by Eiichi Goto in 1954. The parametron is essentially a resonant circuit with a nonlinear reactive element which oscillates at half the driving frequency. The oscillation can be made to represent a binary digit by the choice between two stationary phases π radians (180 degrees) apart
Parametron
3,961
PAST is a large-scale, distributed, persistent storage system based on the Pastry peer-to-peer overlay network. See also Pastry (DHT) (PAST section) External links A. Rowstron and P
PAST storage utility
3,962
PC Conectado, or Computador para Todos, is a tax-free computer initiative launched by the Brazilian government, since 2003. PCs available through the project are relatively low-end, but therefore are cheap enough to satisfy most of the population, at R$ 1200 (or about US$ 500). Most PCs available have: 128 or 256 MB RAM A low end processor, usually a Celeron processor
PC Conectado
3,963
The NEC PC-6600 Series were a lineup of personal computers produced by the NEC Corporation in 1985. They were essentially a PC-6001 MK2 with a built-in 3. 5" floppy disk drive
PC-6600 series
3,964
Perceptual Audio Coder (PAC) is a lossy audio compression algorithm. It is used by Sirius Satellite Radio for their digital audio radio service. Development The original version of PAC developed by James Johnston and Anibal Ferreira at AT&T's Bell Labs has a flexible format and bitrate
Perceptual Audio Coder
3,965
In computing, a peripheral bus is a computer bus designed to support computer peripherals like printers and hard drives. The term is generally used to refer to systems that offer support for a wide variety of devices, like Universal Serial Bus, as opposed to those that are dedicated to specific types of hardware. Serial AT Attachment, or SATA is designed and optimized for communication with mass storage devices
Peripheral bus
3,966
A Peripheral Interface Adapter (PIA) is a peripheral integrated circuit providing parallel I/O interfacing for microprocessor systems. Description Common PIAs include the Motorola MC6820 and MC6821, and the MOS Technology MCS6520, all of which are functionally identical but have slightly different electrical characteristics. The PIA is most commonly packaged in a 40 pin DIP package
Peripheral Interface Adapter
3,967
Submerging a mobile phone or smartphone or other mobile device which has suffered from water damage into rice has not been shown to be effective in repairing them. Although submerging these devices into a desiccant may or may not be more effective than leaving them to dry in open air, uncooked rice is inferior to other common desiccants such as silica gel or cat litter. Despite what has been said, it is not recommended as the starch and particles from the rice can get lodged inside the phones inner parts
Phone repair with rice
3,968
In computing. Physical-to-Virtual ("P2V" or "p-to-v") involves the process of decoupling and migrating a physical server's operating system (OS), applications, and data from that physical server to a virtual-machine guest hosted on a virtualized platform. Methods of P2V migration Manual P2V User manually creates a virtual machine in a virtual host environment and copies all the files from OS, applications and data from the source machine
Physical-to-Virtual
3,969
The term PLOKTA (sometimes rendered in lowercase, plokta) /plok't*/ is an acronym for Press Lots Of Keys To Abort, and essentially means pressing random keys in an attempt to get some response from a (computer) system. One might plokta when the abort procedure for a program is not known, or when trying to figure out if the system is just sluggish or really hung. Plokta can also be used while trying to figure out any unknown key sequence for a particular operation
PLOKTA
3,970
PocketMail was a very small and inexpensive mobile computer, with a built-in acoustic coupler, developed by PocketScience. History PocketMail was developed by the company PocketScience and used technology developed by NASA. This was the first ever mass-market mobile email
PocketMail
3,971
PODi, the Digital Printing Initiative is an organization that helps set strategic direction in the digital print industry. Membership – PODi members are industry leaders representing all facets of the digital printing ecosystem, including print and marketing service providers, enterprise marketers and manufacturers of software and hardware systems. PODi helps members integrate powerful digital technologies into their marketing, IT and management strategies
PODi
3,972
Point-in-time recovery (PITR) in the context of computers involves systems, often databases, whereby an administrator can restore or recover a set of data or a particular setting from a time in the past. Note for example Windows XP's capability to restore operating-system settings from a past date (for instance, before data corruption occurred). Time Machine for Mac OS X provides another example of point-in-time recovery
Point-in-time recovery
3,973
Polygons are used in computer graphics to compose images that are three-dimensional in appearance. Usually (but not always) triangular, polygons arise when an object's surface is modeled, vertices are selected, and the object is rendered in a wire frame model. This is quicker to display than a shaded model; thus the polygons are a stage in computer animation
Polygon (computer graphics)
3,974
In computers and technology, a postmaster is the administrator of a mail server. Nearly every domain should have the e-mail address postmaster@example. com where errors in e-mail processing are directed
Postmaster (computing)
3,975
PowerPlant is an object-oriented GUI toolkit, application framework and set of class libraries for the Classic Mac OS, created by Metrowerks. The framework was fairly popular during the late (OS versions 8 and 9) Classic Mac OS era, and was primarily used with CodeWarrior. It was designed to work with a GUI editor called Constructor, which was primarily a resource editor specializing in UI elements
PowerPlant
3,976
In computing, the print command provides single-user print spooling capability in a number of operating systems. It is roughly similar to that provided by the UNIX System V lp and BSD lpr print spooler systems. Implementations The command is available in the DEC RT-11, OS/8, RSX-11, TOPS-10, and TOPS-20 operating systems and also in DR FlexOS, DR DOS, TSL PC-MOS, Paragon Technology PTS-DOS, SISNE plus, IBM OS/2, eComStation, ArcaOS, Microsoft Windows, FreeDOS, Stratus OpenVOS, AROS, HP MPE/iX, and OpenVMS
PRINT (command)
3,977
In computing, a print job is a file or set of files that has been submitted to be printed with a printer. Jobs are typically identified by a unique number, and are assigned to a particular destination, usually a printer. Jobs can also have options associated with them such as media size, number of copies and priority
Print job
3,978
Printer cable refers to the cable that carries data between a computer and a printer. There are many different types of cables, for example: Serial: RS-232, EIA-422 Parallel FireWire USBParallel port printers have been slowly phased out, and are now difficult to find for the most part, being considered as an obsolete legacy port on most new computers. Those who have printers and scanners with only parallel port may still be able to connect the devices via the use of USB adapters a
Printer cable
3,979
Problem management is the process responsible for managing the lifecycle of all problems that happen or could happen in an IT service. The primary objectives of problem management are to prevent problems and resulting incidents from happening, to eliminate recurring incidents, and to minimize the impact of incidents that cannot be prevented. ITIL defines a problem as the cause of one or more incidents
Problem management
3,980
Product of experts (PoE) is a machine learning technique. It models a probability distribution by combining the output from several simpler distributions. It was proposed by Geoffrey Hinton, along with an algorithm for training the parameters of such a system
Product of experts
3,981
A program is a set of instructions used to control the behavior of a machine. Examples of such programs include: The sequence of cards used by a Jacquard loom to produce a given pattern within weaved cloth. Invented in 1801, it used holes in punched cards to represent sewing loom arm movements in order to generate decorative patterns automatically
Program (machine)
3,982
Programmer art refers to temporary assets added by the programmer to test functionality. When creating the graphics, speed is a priority and aesthetics are secondary (if they are given any consideration at all). In fact, programmer art might be intentionally bad, to draw attention to the fact that the graphics are merely placeholders and should not be shipped with the final product
Programmer art
3,983
The CP 400 COLOR was launched in 1984 by Prológica, a Brazilian company which made clone versions of various computers, under the general designation of "CP" (for "Computador Pessoal" in Portuguese, "Personal Computer" in English). This machine was TRS-80 Color Computer 2 clone, but had a different case than the original machine. The computer was 100% compatible with the original TRS-80 Color Computer 2, and was designed to work with the PAL-M TV standard used in Brazil
Prológica CP-400
3,984
In database systems, a propagation constraint "details what should happen to a related table when we update a row or rows of a target table" (Paul Beynon-Davies, 2004, p. 108). Tables are linked using primary key to foreign key relationships
Propagation constraint
3,985
proteins@home was a volunteer computing project that used the BOINC architecture. The project was run by the Department of Biology at École Polytechnique. The project began on December 28, 2006 and ended in June 2008
Proteins@home
3,986
The Psion Wavefinder was a computer peripheral for receiving digital audio broadcasting radio signals, made by Psion. It attached via USB to a personal computer, and had no loudspeakers or controls of its own, with only a flashing light on the device. Psion hoped it would become a design classic
Psion Wavefinder
3,987
Purple Ocean was a bulletin board system founded in June 1984. The Purple Ocean BBS was best known for its numerous gaming features including numerous different versions and scenarios of Trade Wars 1000, 2000, and 2002. At the high point of its visibility, over 100 different Trade Wars universes were operated simultaneously with thousands of players logging on each day
Purple Ocean
3,988
The QAMA Calculator is a calculator that requires users to provide a reasonable estimate of the answer before the precise answer is delivered. QAMA stands for Quick Approximate Mental Arithmetic. Invented by Ilan Samson, it aims to get users to think first by estimating before they get the correct answer
QAMA Calculator
3,989
The QuickSilver project at Cornell University is an AFRL-funded effort to build a platform in support of a new generation of scalable, secure, reliable distributed computing applications able to "regenerate" themselves after failure. Among the partners on this project are DARPA funding under the SRS program, the United States Air Force. Raytheon, Microsoft, IBM, and Amazon
QuickSilver (project)
3,990
A Redundant Array of Inexpensive Servers (RAIS) or Redundant Array of Independent Nodes (RAIN) is the use of multiple servers to maintain service if one server fails. This is similar in concept to how RAID turns a cluster of ordinary disks into a single block device. RAIS was designed to provide the benefits of a symmetric multiprocessor system (SMP) at the entry cost of computer clusters
Redundant Array of Inexpensive Servers
3,991
In computer networking, Rate Based Satellite Control Protocol (RBSCP) is a tunneling method proposed by Cisco to improve the performance of satellite network links with high latency and error rates. The problem RBSCP addresses is that the long RTT on the link keeps TCP virtual circuits in slow start for a long time. This, in addition to the high loss give a very low amount of bandwidth on the channel
Rate Based Satellite Control Protocol
3,992
In computing, the term raw disk, often referred to as raw, is used to refer to hard disk access at a raw, binary level, beneath the file system level, and using partition data at the MBR. A notable example is in the context of platform virtualization, and a feature of certain virtualization software is the ability to access a hard disk at the raw level. Virtualization software may typically function via the usage of a virtual drive format like OVF, but some users may want the virtualization software to be able to run an operating system that has been installed on another disk or disk partition
Rawdisk
3,993
The RAYDAC (for Raytheon Digital Automatic Computer) was a one-of-a-kind computer built by Raytheon. It was started in 1949 and finished in 1953. It was installed at the Naval Air Missile Test Center at Point Mugu, California
RAYDAC
3,994
RealNames was a company founded in 1997 by Keith Teare. Its goal was to create a multilingual keyword-based naming system for the Internet that would translate keywords typed into the address bar of Microsoft's Internet Explorer web browser to Uniform Resource Identifiers, based on the existing Domain Name System, that would access the page registered by the owner of the RealNames keyword. In effect, to users of Internet Explorer, RealNames became a domain registry which was capable of registering names that worked without needing to belong to a top-level domain such as "
RealNames
3,995
Redwood Games is an American creator of educational video games, notably the Math Rescue and Word Rescue series, as well as Pickle Wars. History It was created about 1990 by Karen Crowther (now Karen Chun). Named after the Redwood Trees of Mendocino California, the company is now located on Maui
Redwood Games
3,996
A reference card or reference sheet (or quick reference card) or crib sheet is a concise bundling of condensed notes about a specific topic, such as mathematical formulas to calculate area/volume, or common syntactic rules and idioms of a particular computer platform, application program, or formal language. It serves as an ad hoc memory aid for an experienced user. In spite of what the name reference card may suggest, such as a 3x5 index card (8 cm × 13 cm), the term also applies to sheets of paper or online pages, as in the context of programming languages or markup languages
Reference card
3,997
In computer algebra, a regular semi-algebraic system is a particular kind of triangular system of multivariate polynomials over a real closed field. Introduction Regular chains and triangular decompositions are fundamental and well-developed tools for describing the complex solutions of polynomial systems. The notion of a regular semi-algebraic system is an adaptation of the concept of a regular chain focusing on solutions of the real analogue: semi-algebraic systems
Regular semi-algebraic system
3,998
ReLINE Software was a German game development company founded by Uwe Grabosch and Holger Gehrmann in Hannover in 1987. The company acted first as a developer for Softgold, Rainbow Arts, Golden Games, Magic Bytes, micro-partner, and Robtek; the company later became significantly more independent and co-published games with Magic Byte. Titles from the eighties include: Operation Hongkong, Drum Studio, Extensor, Hollywood Poker, Space Port, Amegas, Crystal Hammer, Hollywood Poker Pro, Black Gold (also known as Oil Imperium), Dyter-07, and Window Wizard (also known as Window Willy)
ReLINE Software
3,999
In computing, rename refers to the altering of a name of a file. This can be done manually by using a shell command such as ren or mv, or by using batch renaming software that can automate the renaming process. Implementations The C standard library provides a function called rename which does this action
Rename (computing)