0%

29-letter words containing c, l, o, n, m, e

  • scanning tunneling microscope — a device that uses a moving needle and the tunnel effect to generate a maplike image of the atomic surface structure of matter, thereby achieving even greater magnification than the scanning electron microscope.
  • simple mail transfer protocol — (messaging)   (SMTP) A protocol defined in STD 10, RFC 821, used to transfer electronic mail between computers, usually over Ethernet. It is a server to server protocol, so other protocols are used to access the messages. The SMTP dialog usually happens in the background under the control of the message transfer agent, e.g. sendmail but it is possible to interact with an SMTP server using telnet to connect to the normal SMTP port, 25. E.g. telnet mhs-relay.ac.uk 25 You should normally start by identifying the local host: HELO wombat.doc.ic.ac.uk You can then issue commands to verify an address or expand an alias: VRFY [email protected] VRFY postmaster or expand a mailing list: EXPN c-help You can even send a message: MAIL From:<[email protected]> RCPT To:<[email protected]> DATA What is the point? . QUIT This is useful if you want to find out exactly what is happening to your message at a certain point. See also Post Office Protocol, RFC 822, sendmail.
  • suppressed carrier modulation — an amplitude-modulated wave in which only the sidebands are transmitted, the carrier being removed
  • symbolic automatic integrator — (mathematics, tool)   (SAINT) A symbolic mathematics program written in Lisp by J. Slagle at MIT in 1961.
  • the royal shakespeare company — a British theatre company based mainly in Stratford-upon-Avon
  • throw cold water on something — to be unenthusiastic about or discourage something
  • to laugh someone out of court — If you laugh someone out of court, you say that their opinions or ideas are so ridiculous that they are not worth considering.
  • to lead someone a merry dance — If someone leads you a merry dance, they make you do things over a long period of time which cause you problems and do not benefit you in any way.
  • to make someone's flesh creep — If something makes your flesh creep or makes your flesh crawl, it makes you feel disgusted, shocked or frightened.
  • workflow management coalition — (body)   (WfMc) A non-profit, international organisation of workflow vendors, users, and analysts committed to establishing standards for workflow terminology, interoperability, and connectivity. WfMC was founded in 1993 and now (1999) has over 130 members.
  • yet another compiler compiler — (tool, language)   (yacc) The LALR parser generator found on most Unix systems. Also, the language used to describe the syntax of another language to yacc (the program). Implementations: ayacc, YAY, perln-byacc, SASL-Yacc - "Yacc in SASL - An Exercise in Functional Programming", Simon Peyton-Jones, Software Prac & Exp 15:807-820 (1985). Mentions also a BCPL implementation. Yacc++ - 1990. An object-oriented rewrite of yacc, supports regular expressions, produces an LR1 grammar parser. Chris Clark, Compiler Resources Inc, +1 (508) 435-5016. MLYACC - Implementation and output in SML/NJ. ftp:research.att.com/dist/ml/75.tools.tar.Z. A version, by David Poole at Montana University has been retargeted to Turbo Pascal. See also Bison, yet another, Yet Another Yacc.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?