0%

18-letter words containing s, p, r, i, n, g

  • netscape navigator — (networking, tool, product)   /Mozilla/ (Often called just "Netscape") A web browser from Netscape Communications Corporation. The first beta-test version was released free to the Internet on 13 October 1994. Netscape evolved from NCSA Mosaic (with which it shares at least one author) and runs on the X Window System under various versions of Unix, on Microsoft Windows and on the Apple Macintosh. It features integrated support for sending electronic mail and reading Usenet news, as well as RSA encryption to allow secure communications for commercial applications such as exchanging credit card numbers with net retailers. It provides multiple simultaneous interruptible text and image loading; native inline JPEG image display; display and interaction with documents as they load; multiple independent windows. Netscape was designed with 14.4 kbps modem links in mind. You can download Netscape Navigator for evaluation, or for unlimited use in academic or not-for-profit environments. You can also pay for it. Version: 1.0N. E-mail: <[email protected]>.
  • neuroleptanalgesia — a semiconscious nonreactive state induced by certain drug combinations, as fentanyl with droperidol.
  • neurophysiological — the branch of physiology dealing with the functions of the nervous system.
  • neuropsychological — Of or pertaining to neuropsychology, the relation or combination of brain and mind.
  • neutrosophic logic — (logic)   (Or "Smarandache logic") A generalisation of fuzzy logic based on Neutrosophy. A proposition is t true, i indeterminate, and f false, where t, i, and f are real values from the ranges T, I, F, with no restriction on T, I, F, or the sum n=t+i+f. Neutrosophic logic thus generalises: - intuitionistic logic, which supports incomplete theories (for 0100 and i=0, with both t,f<100); - dialetheism, which says that some contradictions are true (for t=f=100 and i=0; some paradoxes can be denoted this way). Compared with all other logics, neutrosophic logic introduces a percentage of "indeterminacy" - due to unexpected parameters hidden in some propositions. It also allows each component t,i,f to "boil over" 100 or "freeze" under 0. For example, in some tautologies t>100, called "overtrue".
  • nonaggression pact — an agreement between two nations not to attack each other, usually for a specified period of years
  • nonpartisan league — a political organization of farmers, founded in North Dakota in 1915, and extending to many states west of the Mississippi, with the aim of influencing agricultural legislation in state legislatures.
  • not a pretty sight — If you say that someone or something is not a pretty sight, you mean that it is not pleasant to look at.
  • off-street parking — spaces for cars located on private property rather than on a public street
  • operating expenses — Operating expenses are expenses related to carrying out normal business activities.
  • operating software — software used in the operation of a computer system, typically by performing such tasks as memory allocation, job scheduling, and input/output control
  • operations manager — business director
  • ox-tongue partisan — a shafted weapon having a long, wide, tapering blade.
  • paediatric nursing — the branch of nursing concerned with the care of children
  • parathyroid glands — any of several small oval glands usually lying near or embedded in the thyroid gland.
  • passing-out parade — a ceremonial parade of cadets who have completed their training
  • percussion flaking — a method of forming a flint tool by striking flakes from a stone core with another stone or a piece of bone or wood.
  • percussion welding — a form of resistance welding in which the required pressure is provided by a hammerlike blow.
  • perennial ryegrass — any of several European grasses of the genus Lolium, as L. perenne (perennial ryegrass) grown for forage in the U.S.
  • personal organizer — a small notebook with sections for personal information, as dates and addresses.
  • phantasmagorically — having a fantastic or deceptive appearance, as something in a dream or created by the imagination.
  • photomorphogenesis — plant development that is controlled by light.
  • pine tree shilling — a silver coin minted in Massachusetts in the mid to late 17th century, named for the pine tree within a circle shown on the obverse side.
  • plains grasshopper — a large, destructive short-horned grasshopper, Brachystola magna, of the western U.S., marked by pinkish hind wings.
  • plight one's troth — to make a promise of marriage
  • population figures — population totals; statistics relating to the size of populations
  • portuguese guinean — of or relating to Portuguese Guinea, a former name for Guinea-Bissau, or its inhabitants
  • pragmatic sanction — any one of various imperial decrees with the effect of fundamental law.
  • pre-filled syringe — A pre-filled syringe is a disposable syringe that is supplied already loaded with the substance to be injected.
  • premiere screening — the first screening of a film at a cinema, etc
  • prerelease showing — a showing of a film before it goes on general release
  • prestidigitization — /pres`t*-di"j*-ti:-zay"sh*n/ 1. A term coined by Daniel Klein <[email protected]> for the act of putting something into digital notation via sleight of hand. 2. Data entry through legerdemain.
  • process scheduling — multitasking
  • procrustean string — (programming)   A fixed-length string. If a string value is too long for the allocated space, it is truncated to fit; and if it is shorter, the empty space is padded, usually with space characters. This is an allusion to Procrustes, a legendary robber of ancient Attica. He bound his victims to a bed, and if they were shorter than the bed, he stretched their limbs until they would fit; if their limbs were longer, he lopped them off.
  • programming skills — the skills required to write a program so that data may be processed by a computer
  • progressive coding — (graphics, file format, algorithm)   (Or "interlacing") An aspect of a graphics storage format or transmission algorithm that treats bitmap image data non-sequentially in such a way that later data adds progressively greater resolution to an already full-size image. This contrasts with sequential coding. Progressive coding is useful when an image is being sent across a slow communications channel, such as the Internet, as the low-resolution image may be sufficient to allow the user to decide not to wait for the rest of the file to be received. In an interlaced GIF89 image, the pixels in a row are stored sequentially but the rows are stored in interlaced order, e.g. 0, 8, 4, 12, 2, 6, 8, 10, 14, 1, 3, 5, 7, 9, 11, 13, 15. Each vertical scan adds rows in the middle of the gaps left by the previous one. Interlacing is also supported by other formats. JPEG supports a functionally similar concept known as Progressive JPEG. [How does the algorithm differ?] See also progressive/sequential coding.
  • progressive dinner — a dinner party in which each successive course is prepared and eaten at the residence of a different participant.
  • purchasing officer — the member of staff in an organization who is responsible for buying goods or products
  • registered company — a company which has officially registered its business
  • registration plate — a plate mounted on the front and back of a motor vehicle bearing the registration number
  • regular expression — 1.   (text, operating system)   (regexp, RE) One of the wild card patterns used by Perl and other languages, following Unix utilities such as grep, sed, and awk and editors such as vi and Emacs. Regular expressions use conventions similar to but more elaborate than those described under glob. A regular expression is a sequence of characters with the following meanings (in Perl, other flavours vary): An ordinary character (not one of the special characters discussed below) matches that character. A backslash (\) followed by any special character matches the special character itself. The special characters are: "." matches any character except newline; "RE*" (where RE is any regular expression and the "*" is called the "Kleene star") matches zero or more occurrences of RE. If there is any choice, the longest leftmost matching string is chosen. "^" at the beginning of an RE matches the start of a line and "$" at the end of an RE matches the end of a line. (RE) matches whatever RE matches and \N, where N is a digit, matches whatever was matched by the RE between the Nth "(" and its corresponding ")" earlier in the same RE. Many flavours use \(RE\) instead of just (RE). The concatenation of REs is a RE that matches the concatenation of the strings matched by each RE. RE1 | RE2 matches whatever RE1 or RE2 matches. \< matches the beginning of a word and \> matches the end of a word. Many flavours use "\b" instead as the special character for "word boundary". RE{M} matches M occurences of RE. RE{M,} matches M or more occurences of RE. RE{M,N} matches between M and N occurences. Other flavours use RE\{M\} etc. Perl provides several "quote-like" operators for writing REs, including the common // form and less common ??. A comprehensive survey of regexp flavours is found in Friedl 1997 (see below). 2. Any description of a pattern composed from combinations of symbols and the three operators: Concatenation - pattern A concatenated with B matches a match for A followed by a match for B. Or - pattern A-or-B matches either a match for A or a match for B. Closure - zero or more matches for a pattern. The earliest form of regular expressions (and the term itself) were invented by mathematician Stephen Cole Kleene in the mid-1950s, as a notation to easily manipulate "regular sets", formal descriptions of the behaviour of finite state machines, in regular algebra.
  • reprocessing plant — a plant where materials are treated in order to make them reusable
  • sampling frequency — sample rate
  • scripting language — a language that is used to write scripts, or executable sections of code that automate tasks.
  • seafloor spreading — a process in which new ocean floor is created as molten material from the earth's mantle rises in margins between plates or ridges and spreads out.
  • self-comprehending — to understand the nature or meaning of; grasp with the mind; perceive: He did not comprehend the significance of the ambassador's remark.
  • self-deprecatingly — in a self-deprecating manner
  • self-disparagement — the act of disparaging.
  • self-tapping screw — a screw designed to tap its corresponding female thread as it is driven.
  • shipping container — a large, strong container, usually of metal, used to store goods in during shipment
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?