Linux Computers
fortune: 501 - 510 of 1023 from linux computers
Motd - Message of the Day
Humor, Quotes, Proverbs, Aphorisms...
Daily Fortunes Feed Subscribe - Daily Fortunes - motd.ambians.com
Daily fortunes for your site
Mar 28, 2024
Motd Home     Daily Fortunes     Best of Fortunes     Worst of Fortunes

Linux Computers

Fortune: 501 - 510 of 1023 from Linux Computers

Linux Computers:  501 of 1023

My sister opened a computer store in Hawaii.  She sells C shells down
by the seashore.
 
Linux Computers:  502 of 1023

        n = ((n >>  1) & 0x55555555) | ((n <<  1) & 0xaaaaaaaa);
        n = ((n >>  2) & 0x33333333) | ((n <<  2) & 0xcccccccc);
        n = ((n >>  4) & 0x0f0f0f0f) | ((n <<  4) & 0xf0f0f0f0);
        n = ((n >>  8) & 0x00ff00ff) | ((n <<  8) & 0xff00ff00);
        n = ((n >> 16) & 0x0000ffff) | ((n << 16) & 0xffff0000);

                -- C code which reverses the bits in a word.
 
Linux Computers:  503 of 1023

Nearly every complex solution to a programming problem that I
have looked at carefully has turned out to be wrong.
                -- Brent Welch
 
Linux Computers:  504 of 1023

Never make anything simple and efficient when a way can be found to
make it complex and wonderful.
 
Linux Computers:  505 of 1023

Never put off till run-time what you can do at compile-time.
                -- D. Gries
 
Linux Computers:  506 of 1023

Never test for an error condition you don't know how to handle.
                -- Steinbach
 
Linux Computers:  507 of 1023

Never trust a computer you can't repair yourself.
 
Linux Computers:  508 of 1023

Never trust an operating system.
 
Linux Computers:  509 of 1023

Never try to explain computers to a layman.  It's easier to explain
sex to a virgin.
        -- Robert Heinlein

(Note, however, that virgins tend to know a lot about computers.)
 
Linux Computers:  510 of 1023

Never underestimate the bandwidth of a station wagon full of tapes.
                -- Dr. Warren Jackson, Director, UTCS
« Prev Random Linux Computers   Next »
« Prev  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  Next »
Search [help]

About  |  Contact Us  |  Terms of Use  |  Privacy & Disclosure
FreeBsd Quotes  |  Linux Quotes