Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 11:43:11 -0800
From:      Shannon -jj Behrens <jj@nttmcl.com>
To:        freebsd-chat@freebsd.org
Subject:   Go BSD!!! (halloween costume)
Message-ID:  <20021031194311.GA69830@alicia.nttmcl.com>

next in thread | raw e-mail | index | archive | help
<http://ironorchid.com/jjinux/daemon/index.html>;

-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?20021031194311.GA69830>