Date: Fri, 1 Nov 2002 10:23:53 -0800 From: Shannon -jj Behrens <jj@nttmcl.com> To: Brett Glass <brett@lariat.org>, freebsd-chat@FreeBSD.ORG Subject: Re: Go BSD!!! (halloween costume) Message-ID: <20021101182353.GA91553@alicia.nttmcl.com> In-Reply-To: <4.3.2.7.2.20021101081503.028e2960@localhost> References: <20021031194311.GA69830@alicia.nttmcl.com> <4.3.2.7.2.20021101081503.028e2960@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 01, 2002 at 08:16:32AM -0700, Brett Glass wrote:
> My poor LCD!
>
> Where, exactly, was this person embarrassing us? Downtown
> Palo Alto?
Yes. Hmm, I might have fit in better in Berkley or San Francisco.
Sometimes it's great to have a seamstress for a wife ;)
-jj
--
def qsort(l): # Purely functional implementation of QSort in Python.
if not len(l): return []
return (qsort([i for i in l[1:] if i < l[0]]) + [l[0]] +
qsort([i for i in l[1:] if i >= l[0]]))
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?20021101182353.GA91553>
