| podobné slovo | definícia | 
| dateless (encz)
 | dateless,nadčasový	adj:		Zdeněk Broždateless,nedatovaný	adj:		Zdeněk Broždateless,nekonečný	adj:		Zdeněk Broždateless,nesmrtelný	adj:		Zdeněk Broždateless,pradávný	adj:		Zdeněk Brož | 
| mateless (encz)
 | mateless,	adj: | 
| stateless (encz)
 | stateless,bez státní příslušnosti			Zdeněk Brož | 
| stateless person (encz)
 | stateless person,	n: | 
| statelessness (encz)
 | statelessness, | 
| Ateles ater (gcide)
 | Coaita \Co*ai"ta\ (k[-o]*[aum][i^]"t[.a]), n. (Zool.) The native name of certain South American monkeys of the
 genus Ateles, esp. Ateles paniscus. The black-faced
 coaita is Ateles ater. See Illustration in Appendix.
 [1913 Webster]
 | 
| Ateles belzebuth (gcide)
 | Marimonda \Mar`i*mon"da\, n. [Sp.] (Zool.) A spider monkey (Ateles belzebuth) of Central and South
 America.
 [1913 Webster]Belzebuth \Bel"ze*buth\, n. [From Beelzebub.] (Zool.)
 A spider monkey (Ateles belzebuth) of Brazil.
 [1913 Webster]
 | 
| Ateles chameck (gcide)
 | Chameck \Cha*meck"\, n. [Native Brazilian name.] (Zool.) A kind of spider monkey (Ateles chameck), having the thumbs
 rudimentary and without a nail.
 [1913 Webster]
 | 
| Ateles paniscus (gcide)
 | Coaita \Co*ai"ta\ (k[-o]*[aum][i^]"t[.a]), n. (Zool.) The native name of certain South American monkeys of the
 genus Ateles, esp. Ateles paniscus. The black-faced
 coaita is Ateles ater. See Illustration in Appendix.
 [1913 Webster]
 | 
| Bateless (gcide)
 | Bateless \Bate"less\, a. Not to be abated. [Obs.] --Shak.
 [1913 Webster]
 | 
| dateless (gcide)
 | dateless \date"less\, a. 1. Without date; having no fixed time.
 [1913 Webster]
 
 2. not having a social companion for an occasion; as, to be
 dateless for the prom.
 [PJC]
 | 
| Gateless (gcide)
 | Gateless \Gate"less\, a. Having no gate.
 [1913 Webster]
 | 
| Mateless (gcide)
 | Mateless \Mate"less\, a. [Cf. Matchless.] Having no mate.
 [1913 Webster] Matelote
 | 
| Sateless (gcide)
 | Sateless \Sate"less\, a. Insatiable. [R.] --Young.
 [1913 Webster]
 | 
| Stateless (gcide)
 | Stateless \State"less\, a. Without state or pomp.
 [1913 Webster]
 | 
| ateles (wn)
 | Ateles n 1: spider monkeys [syn: Ateles, genus Ateles]
 | 
| ateles geoffroyi (wn)
 | Ateles geoffroyi n 1: arboreal monkey of tropical America with long slender legs
 and long prehensile tail [syn: spider monkey, {Ateles
 geoffroyi}]
 | 
| dateless (wn)
 | dateless adj 1: having no known beginning and presumably no end; "the
 dateless rise and fall of the tides"; "time is endless";
 "sempiternal truth" [syn: dateless, endless,
 sempiternal]
 2: of such great duration as to preclude the possibility of
 being assigned a date; "dateless customs"
 3: not bearing a date; "a dateless letter" [syn: dateless,
 undated]
 4: unaffected by time; "few characters are so dateless as
 Hamlet"; "Helen's timeless beauty" [syn: dateless,
 timeless]
 | 
| genus ateles (wn)
 | genus Ateles n 1: spider monkeys [syn: Ateles, genus Ateles]
 | 
| mateless (wn)
 | mateless adj 1: not mated sexually
 2: of someone who has no marriage partner
 | 
| stateless (wn)
 | stateless adj 1: without nationality or citizenship; "stateless persons"
 [syn: homeless, stateless]
 | 
| stateless person (wn)
 | stateless person n 1: a person forced to flee from home or country [syn:
 displaced person, DP, stateless person]
 | 
| stateless (foldoc)
 | stateless 
 A stateless server is one which treats each request as an
 independent transaction, unrelated to any previous request.
 This simplifies the server design because it does not need to
 allocate storage to deal with conversations in progress or
 worry about freeing it if a client dies in mid-transaction.  A
 disadvantage is that it may be necessary to include more
 information in each request and this extra information will
 need to be interpreted by the server each time.
 
 An example of a stateless server is a web server.
 These take in requests (URLs) which completely specify the
 required document and do not require any context or memory of
 previous requests.
 
 Contrast this with a traditional FTP server which conducts
 an interactive session with the user.  A request to the server
 for a file can assume that the user has been authenticated and
 that the current directory and transfer mode have been set.
 
 |