Search found 182 matches

by MerickOWA
Mon Mar 09, 2009 3:57 am
Forum: Challenges Solved
Topic: Maeda Path
Replies: 20
Views: 1844

Wow, lol thats pretty amusing ;)

I reverse engineered the answer, but doing "RClick->Play" is pretty funny ;)
by MerickOWA
Mon Mar 09, 2009 3:53 am
Forum: Challenges
Topic: Too Many Digits
Replies: 26
Views: 34193

I'm betting the challenge is broken atm.
by MerickOWA
Fri Feb 27, 2009 9:10 pm
Forum: Challenges
Topic: Prime Factorisation
Replies: 2
Views: 7301

Perhaps http://en.wikipedia.org/wiki/Computatio ... operations would answer your questions.
by MerickOWA
Thu Feb 26, 2009 6:23 pm
Forum: Challenges
Topic: Captcha
Replies: 13
Views: 20118

You could come up with some equation as to how different each picture is from another and find the two pictures which have the lowest difference value. But thats assuming that the two pictures "look" very much the same.

I'm going to bet that they don't, but I haven't tested this to see ;)
by MerickOWA
Wed Feb 18, 2009 2:11 pm
Forum: Runaway Robot Puzzle
Topic: Runaway Robot Puzzle
Replies: 47
Views: 116143

Don't put the <>'s in the URL. Also make sure you're doing proper URL escaping of characters if your password has anything unusual in it (punctuation, spaces, etc).

Other than that the url looks ok, thats how I did it for my solution.
by MerickOWA
Mon Feb 16, 2009 2:17 am
Forum: Challenges
Topic: Inscrutable
Replies: 10
Views: 13650

I believe the server checks the input to the sql server and rejects certain patterns. /* comments must be one of them. BENCHMARK() is another no-no. Try something else :)
by MerickOWA
Fri Feb 13, 2009 5:08 pm
Forum: Challenges
Topic: Find me
Replies: 21
Views: 41889

I don't remember the coordinates being in the water, but they may appear that way at first.
by MerickOWA
Thu Feb 12, 2009 3:26 pm
Forum: Challenges Solved
Topic: Primal Pi
Replies: 8
Views: 628

Thats basically the method I chose, only I had to write a fermat primality test, which I enjoyed ;)
I switched the loops around, trying all possibilities of a given length, but basically the same idea.
by MerickOWA
Thu Feb 12, 2009 3:20 pm
Forum: Challenges
Topic: how to be carder
Replies: 4
Views: 11241

Its indonesian. Something stupid about credit cards I believe.
by MerickOWA
Tue Feb 10, 2009 5:25 pm
Forum: Challenges
Topic: Another Typo Challenge
Replies: 12
Views: 17542

If you're trying all possible characters for all positions, you will find the answer eventually.

The challenge is still in PHP.
by MerickOWA
Mon Feb 09, 2009 4:56 pm
Forum: Runaway Robot Puzzle
Topic: Teach me how to hack this puzzle
Replies: 25
Views: 75672

That webpage is talking about submitting a web form through python. This isn't really necessary for the challenge as the challenge supports submitting your answer through the URL. Take a look at http://docs.python.org/library/urllib.html Thats the python library you'd use to download the challenge &...
by MerickOWA
Mon Feb 09, 2009 4:33 pm
Forum: Challenges
Topic: Blizzard
Replies: 16
Views: 29536

This was a pretty fun challenge. Its method of "encryption" is not complicated. Theres no complicated dictionary/key/ or other external information needed.
by MerickOWA
Mon Feb 09, 2009 4:28 pm
Forum: Challenges
Topic: Eniac
Replies: 27
Views: 46316

The Chinese system is not being used for this challenge. Perhaps the challenge is flawed in that way, but the answer to this challenge doesn't use a complicated system for the beads. All beads have the same "meaning". Hopefully that isn't too much of a giveaway.
by MerickOWA
Fri Feb 06, 2009 1:39 am
Forum: Challenges
Topic: Eniac
Replies: 27
Views: 46316

thats too big, so your method of using the abacus is too complicated. Its been suggested that, if you use the abacus in a very complicated way, you could represent very very large numbers. The answer to this problem doesn't require any terribly complicated method of using, however its not exactly th...
by MerickOWA
Thu Feb 05, 2009 3:29 am
Forum: Challenges
Topic: Password protected 1
Replies: 2
Views: 9155

You have to figure out the password. Programmers have ways of making a program give up its secrets ;)