Search found 9 matches
- Wed Sep 07, 2016 1:54 am
- Forum: Challenges Solved
- Topic: Hot 'n Tropic Climate
- Replies: 4
- Views: 357
I've had an idea how to solve this for a while, but didn't have the correct letter frequencies until now. C code using GMP (with precision of 1000 digits to be on the safe side): #include <stdio.h> #include <gmp.h> double freq[27]={ 0.08167, 0.01492, 0.02782, 0.04253, 0.12702, 0.02228, 0.02015, 0.06...
- Wed Feb 24, 2016 3:51 pm
- Forum: Mortal Coil
- Topic: downloading higher levels changed
- Replies: 3
- Views: 19112
- Fri Nov 06, 2015 12:03 am
- Forum: Challenges Solved
- Topic: A Hundred 0s
- Replies: 4
- Views: 433
Re: Close ...
I didn't have the impression that there was something wrong with them. See my sample solution above. Which ones do you think were off? The source is off in some cases, for example they cannot decide whether the Norway national day is on 16th or 17th May (they were off in 2009, but correct in 2014 a...
- Fri Sep 25, 2015 8:54 pm
- Forum: Runaway Robot Puzzle
- Topic: Best algorithms?
- Replies: 16
- Views: 64061
- Fri Sep 18, 2015 10:33 pm
- Forum: Challenges Solved
- Topic: Spiral Bits
- Replies: 31
- Views: 2757
I was not looking forward to this one, but I had to do it since it's a major choke point in the map and I wanted access to the next challenges. It wasn't as bad as I feared, even though I have little experience with this kind of problems. I preprocessed the image (automatically) to one with only 3 c...
- Fri Sep 18, 2015 9:52 pm
- Forum: Challenges Solved
- Topic: Didactic Scrambled Egg Cipher Warmup
- Replies: 6
- Views: 599
- Tue Sep 15, 2015 4:23 pm
- Forum: Challenges Solved
- Topic: Flash Flood Warmup
- Replies: 3
- Views: 954
- Fri Jun 07, 2013 12:09 am
- Forum: Crossflip
- Topic: Server problem on 590 - Maximum execution time exceeded
- Replies: 16
- Views: 54461
- Mon Dec 20, 2010 6:57 pm
- Forum: Runaway Robot Puzzle
- Topic: Critical Error
- Replies: 9
- Views: 33192
Hi, i got this error. Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 24 bytes) in /home/hacker_apache/html/hacker/html/util/gamebase.php on line 268 Should i use Post or is it something else? Thank you in advance for any help. I get this error as well when I try to ...