0%

26-letter words containing u, g, a, r, i, t

  • quite apart from something — used to indicate that you are aware of one aspect of a situation, but that you are going to focus on another aspect
  • register transfer language — (RTL) 1. A kind of hardware description language (HDL) used in describing the registers of a computer or digital electronic system, and the way in which data is transferred between them. 2. An intermediate code for a machine with an infinite number of registers, used for machine-independent optimisation. RTL was developed by Chris Fraser <[email protected]> and J. Davidson <[email protected]> at the University of Arizona in the early 1980s. RTL is used by the GNU C compiler, gcc and by Davidson's VPCC (Very Portable C compiler).
  • sangre de cristo mountains — a mountain range in S Colorado and N New Mexico: part of the Rocky Mountains. Highest peak: Blanca Peak, 4364 m (14 317 ft)
  • software writer's language — (language)   (SWL) /swil/ An industrial strength dialect of Pascal that allowed multiple source code files, originally developed at Control Data Corporation (CDC) prior to 1973. Development continued at the Integrated Systems Laboratory. SWL was adopted by NCR as its corporate operating system and compiler implementation language (1978-1982+). The NCR SWL dialect was renamed NCRL (NCR Language) in 1981 and continued development [until ?].
  • st andrews static language — (language)   (SASL) A functional programming language designed by Professor David Turner in 1976 whilst at St. Andrews University. SASL is a derivative of ISWIM with infinite data structures. It is fully lazy but weakly typed. It was designed for teaching functional programming, with very simple syntax. Example syntax: def fac n = n = 0 -> 1 ; n x fac(n-1) A version of the expert system EMYCIN has been written in SASL. SASL was originally known as "St Andrews Standard Language". Not to be confused with SISAL.
  • straight from the shoulder — direct, honest, and forceful in expression; outspoken.
  • straight-from-the-shoulder — direct, honest, and forceful in expression; outspoken.
  • string processing language — (language)   (SPRING)
  • strong nuclear interaction — an interaction between elementary particles responsible for the forces between nucleons in the nucleus. It operates at distances less than about 10–15 metres, and is about a hundred times more powerful than the electromagnetic interaction
  • textured vegetable protein — soya meat; a meat substitute that is made from soy flour
  • the single european market — the free trade policy that operates between members of the European Union
  • to call something your own — If you have something you can call your own, it belongs only to you, rather than being controlled by or shared with someone else.
  • to cut a particular figure — If you say that someone cuts a particular figure, you mean that they appear to other people in the way described.
  • to recharge your batteries — If you recharge your batteries, you take a break from activities which are tiring or difficult in order to relax and feel better when you return to these activities.
  • to throw your weight about — If someone throws their weight around or throws their weight about, they act aggressively and use their authority over other people more than they need to.
  • turn something on its head — to treat or present something in a completely new and different way
  • within range, out of range — If something is in range or within range, it is near enough to be reached or detected. If it is out of range, it is too far away to be reached or detected.
  • yaml ain't markup language — (data, language)   (YAML) A data serialisation language designed to be readable and writable by humans and to work well with modern programming languages. YAML uses printable Unicode characters to represent both structure and data. The structural syntax is simple and terse. For example, indentation is used for structure, colons separate pairs, and dashes are used for list items. YAML can represent mappings (hashes or dictionaries), sequences (arrays or lists), scalars (strings or numbers), or any combination of the above. It has a simple typing system and reference syntax. Its structures will be particularly familiar to programmers using Perl, Python, PHP, Ruby, or Javascript, but YAML can be used with any programming language. YAML is, in some respects, a simpler alternative to XML, though it does not share the constraints imposed by XML's SGML legacy and has somewhat different aims.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?