[Prev][Next][Index][Thread]
[OT] Re: Awsome Site
On Mon, 5 Jun 2000, Scott McKay wrote:
> paper_rod@yahoo.com wrote in message <3F7LOGKY.A63W266I@yahoo.com>...
> >I came across this site and wondered if anyone else has seen it. Its
> awsome!
> >
> >
> > http://216.15.169.227
>
>
> So what JavaScript-based virus does this site give you?
> I'll thrust burning, pointed sticks into my before I'll check
> out any URL posted this way!
lynx sez ... none, it's just a porn site (no ASCII porn, unforutnately ;-)
though it does have an IMG at the bottom with some comments suggesting it
uses cookies to track you.
ObDylan: flattening nested "with-foo"s
define macro with
{ with ( ?:name ( ?args:* ) )
?:body
end }
=> { "with-" ## ?name ( ?args )
?body
end }
{ with ( ?:name ( ?args:* ); ?more-things:* )
?:body
end }
=> { "with-" ## ?name ( ?args )
with ( ?more-things )
?body
end
end }
end macro with;
// For bonus style points, rename-on-import names like
// \without-bounds-checks to \with-no-bounds-checks.
Hugh :-)
References: