Freebsd Fortunes 3: 917 of 2182 |
Declared guilty... of displaying feelings of an almost human nature.
-- Pink Floyd, "The Wall"
|
|
|
Freebsd Fortunes 3: 918 of 2182 |
Decorate your home. It gives the illusion
that your life is more interesting than it really is.
-- C. Schultz
|
|
|
Freebsd Fortunes 3: 919 of 2182 |
"Deep" is a word like "theory" or "semantic" -- it implies all sorts of
marvelous things. It's one thing to be able to say "I've got a theory",
quite another to say "I've got a semantic theory", but, ah, those who can
claim "I've got a deep semantic theory", they are truly blessed.
-- Randy Davis
|
|
|
Freebsd Fortunes 3: 920 of 2182 |
DEFAULT:
The hardware's, of course.
|
|
|
Freebsd Fortunes 3: 921 of 2182 |
Defeat is worse than death because you have to live with defeat.
-- Bill Musselman
|
|
|
Freebsd Fortunes 3: 922 of 2182 |
#define BITCOUNT(x) (((BX_(x)+(BX_(x)>>4)) & 0x0F0F0F0F) % 255)
#define BX_(x) ((x) - (((x)>>1)&0x77777777)
- (((x)>>2)&0x33333333)
- (((x)>>3)&0x11111111))
-- Count the number of bits in a word.
|
|
|
Freebsd Fortunes 3: 923 of 2182 |
Deflector shields just came on, Captain.
|
|
|
Freebsd Fortunes 3: 924 of 2182 |
(defun NF (a c)
(cond ((null c) () )
((atom (car c))
(append (list (eval (list 'getchar (list (car c) 'a) (cadr c))))
(nf a (cddr c))))
(t (append (list (implode (nf a (car c)))) (nf a (cdr c))))))
(defun AD (want-job challenging boston-area)
(cond
((or (not (equal want-job 'yes))
(not (equal boston-area 'yes))
(lessp challenging 7)) () )
(t (append (nf (get 'ad 'expr)
'((caaddr 1 caadr 2 car 1 car 1)
(car 5 cadadr 9 cadadr 8 cadadr 9 caadr 4 car 2 car 1)
(car 2 caadr 4)))
(list '851-5071x2661)))))
;;; We are an affirmative action employer.
|
|
|
Freebsd Fortunes 3: 925 of 2182 |
DEJA VU:
French., already seen; unoriginal; trite.
Psychol., The illusion of having previously experienced
something actually being encountered for the first time.
Psychol., The illusion of having previously experienced
something actually being encountered for the first time.
|
|
|
Freebsd Fortunes 3: 926 of 2182 |
Delay is preferable to error.
-- Thomas Jefferson
|
|