in reply to Re: Programming Puzzles
in thread Programming Puzzles

If you google around, you'll find the solution to this one, level 5. Consider that the puzzle in itself.

Solution (
it turns out to be a banner that says "channel"
)

The next one will prove to take a bit of effort, but after playing w/ their hints for a while, i was able to get something recognizable. Then it was a matter of shapping the output. It's much harder, I think, than doing it in python, but most are doable in perl too.

----
Give me strength for today.. I will not talk it away..
Just for a moment.. It will burn through the clouds.. and shine down on me.

Replies are listed 'Best First'.
Re^3: Programming Puzzles
by kscaldef (Pilgrim) on Aug 14, 2005 at 02:48 UTC
    Can you really manage level 6 without using Python (and a recent Python at that)? Without giving too much of a spoiler, it seems like a critical bit of information is encoded in some way that the standard tools for working with this file format don't seem to be aware of. Update: nevermind. I needed to read the documentation more closely.