Search found 29 matches

by TheBigBoss
Sat Nov 24, 2018 10:23 am
Forum: Challenges
Topic: What in the world
Replies: 20
Views: 36447

marv99 wrote:Thanks michuber, then I will search another six years for the correct map :lol:
According to the title, we may have to look "inside the earth"? :?:
by TheBigBoss
Tue Nov 06, 2018 12:57 am
Forum: The Hacker's Server
Topic: Hope this website stays up
Replies: 8
Views: 21425

Re: Hope this website stays up

Allosentient wrote:I know the site hasn't had a high amount of maintenance or activity [...]
The game is losing its appeal since so many solutions are now available online, at least for the lower level... :cry:
by TheBigBoss
Wed Oct 31, 2018 7:47 pm
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Warmup
Replies: 8
Views: 21309

AMindForeverVoyaging wrote:Exactly. Please do not discuss the solution here, but feel free to do this in the "Challenges Solved" section instead. That's what it is there for.
Well, but after solving, this thread is given to me to discuss my solution. I think, this shouldn't be. Someone important should fix it...
by TheBigBoss
Tue Oct 30, 2018 9:05 am
Forum: Challenges Solved
Topic: Say it
Replies: 15
Views: 2049

Hippo wrote:... After 5 more posts the 2nd page appears and it would work probably fine.
Wow, Firefox is fine with it, just chrome has problems.
This thread works fine in all browsers (FF, Chrome and even IE 11). Until now there's no 2nd page. And there are no special profile preference settings.
by TheBigBoss
Sun Oct 28, 2018 10:04 am
Forum: Challenges Solved
Topic: Say it
Replies: 15
Views: 2049

Hippo wrote:Looks like I have killed the thread by putting two extra long posts ...
Maybe you can use it to find a flaw for the "Hacker Exposed" Challenge... :idea:
by TheBigBoss
Thu Oct 11, 2018 8:11 pm
Forum: Challenges Solved
Topic: Say it
Replies: 15
Views: 2049

Tons of code, tons of data, ...
Looking back, I would say, it would have done much faster to listen to the
audio file and write all numbers down manually. :roll:
by TheBigBoss
Tue May 22, 2018 1:13 am
Forum: Challenges Solved
Topic: It's A Very Small Word!
Replies: 5
Views: 454

The hardest part was letting the VM stop.
But 55 instructions? :( No way! End of road...
by TheBigBoss
Sat Sep 10, 2016 2:10 pm
Forum: Challenges
Topic: Hot'n Tropic Climate
Replies: 19
Views: 27212

Yes, the list of solvers is growing rapidly. Whenever go.to.hell solves a challenge Samora do also, and vice versa. A very extraordinary coincidence. :wink:
by TheBigBoss
Sat Sep 10, 2016 1:37 pm
Forum: Challenges
Topic: Matrix Recoded
Replies: 5
Views: 15626

Hmmm... the "Matrix" from the title tempts me to solve a system of linear equations.
by TheBigBoss
Tue Sep 06, 2016 6:03 pm
Forum: Challenges
Topic: Matrix Recoded
Replies: 5
Views: 15626

Matrix Recoded

Is there anybody out there who wants to talk about this unbeloved monster?
by TheBigBoss
Tue Sep 06, 2016 5:38 pm
Forum: Challenges
Topic: Hot'n Tropic Climate
Replies: 19
Views: 27212

Yeah... :D :D :D
Damn. It seems that the NTL library does not calculate accurate.
by TheBigBoss
Mon Sep 05, 2016 6:56 pm
Forum: Challenges
Topic: Hot'n Tropic Climate
Replies: 19
Views: 27212

I fed my algorithm with the familiar words too and came quite near to the number given in the challenge. But this approach is not very promising, because the Greedy-algorithm approach will not necessarily converge to the plain text in each and every case. The NTL library does a good job for me. I ha...
by TheBigBoss
Mon Sep 05, 2016 4:46 pm
Forum: Challenges
Topic: Hot'n Tropic Climate
Replies: 19
Views: 27212

When I say, I know the encoding, I do not talk about continued fractions.
by TheBigBoss
Sun Sep 04, 2016 3:47 pm
Forum: Challenges
Topic: Hot'n Tropic Climate
Replies: 19
Views: 27212

I know how the text is encoed. The big problem is to find the right alphabet and the frequencies. All my brute-force-solvers took too much time to find the right answer.
by TheBigBoss
Sat Jun 18, 2016 11:57 am
Forum: Challenges
Topic: What Time Is It?
Replies: 4
Views: 13761

In C++ it's the XOR operator.