Search found 7 matches

by deutronium
Thu Apr 23, 2009 4:59 pm
Forum: Challenges
Topic: My Chemical Romance
Replies: 14
Views: 20072

Do I have to actually completely read the book?
by deutronium
Thu Apr 23, 2009 1:07 pm
Forum: Challenges
Topic: My Chemical Romance
Replies: 14
Views: 20072

Iam stuck on this challenge for some time now..
Are the Numbers some kind of hash?
by deutronium
Tue Feb 10, 2009 8:51 pm
Forum: Challenges
Topic: Another Typo Challenge
Replies: 12
Views: 17586

Thanks for the answers, it works now :-)

Although I explicity reassigned the variables in every iteration their values got corrupted somehow, after I added an explicit unset() for the variables it worked!
by deutronium
Tue Feb 10, 2009 4:14 pm
Forum: Challenges
Topic: Another Typo Challenge
Replies: 12
Views: 17586

>> In your case, could previous eval()s have influenced the result of the current one?

I don't hope so. I reassigned $x and $y in every iteration and I let my other variables end with two underscores so that this eval should not influence them.
by deutronium
Tue Feb 10, 2009 2:23 am
Forum: Challenges
Topic: Another Typo Challenge
Replies: 12
Views: 17586

Another Typo Challenge

I wrote a PHP script which is trying all possible characters for all positions in the string and it found no solution. Is there a special trick? Am I looking in the wrong direction? Can I assume that $x is zero before calling the given line? The programming language of this challenge is still PHP, i...
by deutronium
Thu Jan 29, 2009 1:21 pm
Forum: Challenges
Topic: Life Skills
Replies: 15
Views: 20472

How could I think it would be *this* trivial :-(
by deutronium
Thu Jan 29, 2009 1:09 am
Forum: Challenges
Topic: Life Skills
Replies: 15
Views: 20472

Life Skills

Doesn't the maximum population on the dimensions of the "world"? And also the question does not say where on the screen/world the given shape should be placed.
Did I miss something?