in reply to Yearbook fun

Can you really call it obfuscated if the only thing that's been done to obfuscate it is removing all the linebreaks? They just take a moment to put back in, and then your code is as clear as day.

Replies are listed 'Best First'.
RE: obfuscated?
by Xavier (Novice) on Feb 06, 2000 at 09:53 UTC
    Yeah, true. hence the "slightly obfuscated" bit at the top of my post. I posted it here, but then noticed that the Craft section exists. Ahh, well. It's still somewhat of a puzzle to work through: it uses some obfuscation tricks such as using the linebreaks that are already there due to the form as a functional part of the code. (there's a string with "\r " where the linebreak of the code itself is used instead of \n) there are also a few ugly regexps there.