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

next in thread | previous in thread | raw e-mail | index | archive | help
At 20:12 20-05-1999 -0700, Eric Hodel wrote:
>Does anyone have a particular music that they prefer to code by?

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




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