Search found 9 matches

by Meelo
Wed Oct 06, 2010 11:32 pm
Forum: The Hacker's Server
Topic: Berma calculation
Replies: 10
Views: 17046

Couldn't the answer just be any of the following small text?
7, 49, 63, 77, 91, 221, or any other multiple of 7 not divisible by 2, 3, or 5?
by Meelo
Sat Sep 18, 2010 11:32 pm
Forum: BitBath
Topic: All I want is one unit...
Replies: 1
Views: 15761

I think it gives you a free grunt at the start of the game, regardless of if you built it or not.
by Meelo
Fri Sep 17, 2010 10:52 pm
Forum: Runaway Robot Puzzle
Topic: Runaway Robot Puzzle
Replies: 47
Views: 116513

Damn these NP-complete problems! :-) I don't think it's NP complete, actually. I'm fairly certain my implementation is running in quartic time. The times I'm getting seem to support it - it's at level 202 right now, and the average time to solve something has never drastically increased, as an effi...
by Meelo
Fri Dec 04, 2009 1:18 am
Forum: Challenges Solved
Topic: Lorem Ipsum
Replies: 34
Views: 3772

No. This one just seemed to lend itself to that though. For the whole didactic string of things, I write my own programs.
by Meelo
Thu Dec 03, 2009 11:30 pm
Forum: Challenges Solved
Topic: Lorem Ipsum
Replies: 34
Views: 3772

Not much point in writing your own at all in my opinion; why reinvent the wheel when google can give you a web page that analyzes the text for you?
by Meelo
Fri May 01, 2009 8:00 pm
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Pre-Warmup
Replies: 5
Views: 11448

Failures as in keys that are obviously wrong?

Yeah... I'll try that.
by Meelo
Fri May 01, 2009 12:04 am
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Pre-Warmup
Replies: 5
Views: 11448

Didactic Scrambled Egg Cipher Pre-Warmup

Well, I've been working on this challenge for a few days, but I'm wondering if there's a faster way to get the key than to go through all possibilities (256*256*256*256 is a bit too much for my computer to do in a reasonable amount of time). I think from some tests I did that I'm properly undoing al...
by Meelo
Sun Apr 26, 2009 11:45 pm
Forum: Challenges Solved
Topic: Didactic XOR Cipher 3
Replies: 7
Views: 720

I wrote a program to print all matches of

"is","and","answer", or "hack"

in a string that I got. It worked eventually.
by Meelo
Sun Apr 26, 2009 11:34 pm
Forum: Challenges Solved
Topic: Didactic XOR Cipher 2
Replies: 15
Views: 1683

I also wrote a little application. I didn't filter it (which, as I was just running a console application, made a lot of beeping noises), but it was fairly obvious when it came up through all the special characters. Although, filtering it does sound like a good idea.