From owner-freebsd-chat Fri Nov 1 7:16:55 2002 Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70CF337B401 for ; Fri, 1 Nov 2002 07:16:54 -0800 (PST) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFF043E8A for ; Fri, 1 Nov 2002 07:16:53 -0800 (PST) (envelope-from brett@lariat.org) Received: from mustang.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id IAA05555; Fri, 1 Nov 2002 08:16:35 -0700 (MST) X-message-flag: Warning! Use of Microsoft Outlook is dangerous and makes your system susceptible to Internet worms. Message-Id: <4.3.2.7.2.20021101081503.028e2960@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 01 Nov 2002 08:16:32 -0700 To: Shannon -jj Behrens , freebsd-chat@FreeBSD.ORG From: Brett Glass Subject: Re: Go BSD!!! (halloween costume) In-Reply-To: <20021031194311.GA69830@alicia.nttmcl.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org My poor LCD! Where, exactly, was this person embarrassing us? Downtown Palo Alto? --Brett At 12:43 PM 10/31/2002, Shannon -jj Behrens wrote: > > >-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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message