MAMP
Short for Macintosh, Apache, MySQL, Perl/Python/PHP MAMP is a variation to the LAMP stack. MAMP uses Macintosh as the operating system, Apache as the Web server, MySQL as the database server, and PHP as a module for the Web server. Perl or Python may be substituted for PHP.
See LAMP.
Read Also:
- Metropolitan Area Network (MAN)
Short for Metropolitan Area Network, a data network designed for a town or city. In terms of geographic breadth, MANs are larger than local-area networks (LANs), but smaller than wide-area networks (WANs). MANs are usually characterized by very high-speed connections using fiber optical cable or other digital media.
- MAPI
Short for Messaging Application Programming Interface, a system built into Microsoft Windows that enables different e-mail applications to work together to distribute mail. As long as both applications are MAPI-enabled, they can share mail messages with each other.
- MARA
Short for Mobile Augmented Reality Applications MARA is a Nokia research project that uses camera-equipped mobile devices as platforms for sensor-based, video see-through mobile Augmented Reality. The MARA prototype application uses accelerometers in all three axes to determine orientation, a tilt compensated compass for heading, and GPS for positioning. If the absolute location and orientation […]
- Media Access Unit (MAU)
(1) Short for Media Access Unit, an Ethernet transceiver. (2) Short for Multistation Access Unit (also abbreviated as MSAU), a token-ring network device that physically connects network computers in a star topology while retaining the logical ring structure. One of the problems with the token-ring topology is that a single non-operating node can break the […]
- MAX function
In SQL, MAX is a clause to determine maximum value of the select statement. The MAX function returns the maximum value of an expression.