Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2002 10:46:32 -0800
From:      Shannon -jj Behrens <jj@nttmcl.com>
To:        "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>, "f.johan.beisser" <jan@caustic.org>, freebsd-chat@FreeBSD.ORG
Subject:   Re: Go BSD!!! (halloween costume)
Message-ID:  <20021101184632.GA91829@alicia.nttmcl.com>
In-Reply-To: <003001c28154$e2b69e10$fa00a8c0@DaleCoportable>
References:  <20021031172056.C30424-100000@pogo.caustic.org> <003001c28154$e2b69e10$fa00a8c0@DaleCoportable>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, Oct 31, 2002 at 09:15:08PM -0600, Kevin D. Kinsey, DaleCo, S.P. wrote:
> www.daleco.biz/daemonshield.html

ROFL (don't look up my skirt!) 

-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?20021101184632.GA91829>