Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 1999 23:05:12 -0600
From:      Brett Glass <brett@lariat.org>
To:        "G. Adam Stanislav" <zen@buddhist.com>, Eric Hodel <hodeleri@seattleu.edu>, "freebsd-chat@FreeBSD.ORG" <freebsd-chat@FreeBSD.ORG>
Subject:   Re: Music to code by
Message-ID:  <4.2.0.37.19990520230135.04686230@localhost>
In-Reply-To: <3.0.6.32.19990520235835.0096b250@mail.bfm.org>
References:  <3744CF10.18614FCA@seattleu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
How about the "Programmer's Cheer?"

Start:
      shl ax,1  ; Shift to the left!
      shr ax,1  ; Shift to the right!
      pop ax    ; Pop up
      push ax   ; Push down
      db 0,0,0  ; Byte, byte, byte!
      jmp Start ; (Repeat ad nauseam)

--Brett Glass

At 11:58 PM 5/20/99 -0500, G. Adam Stanislav wrote:

>This algo' rythm jams for me:
>
>switch (music()) {
>case NULL:
>         code();
>         break;
>case COUNTRY:
>case RAP:
>         run(away);      /* optimize for speed */
>         break;
>default:
>         listen();
>}
>
>Adam
>
>P.S. I understand the new ANSI C will contain the following in <music.h>:
>
>#define CRAP    (COUNTRY | RAP)
>
>/*
>  * No offense intended to any (COUNTRY | RAP) fans
>  * I just personally do not care for either.
>  */
>---
>Want to design your own web counter?
>Get GCL 2.10 from http://www.whizkidtech.net/gcl/
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-chat" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.0.37.19990520230135.04686230>