Search found 17 matches

by guga
Sun Jun 16, 2019 11:37 am
Forum: Challenges
Topic: Deluge
Replies: 17
Views: 31567

Hey ElleXuzZ, I got the same problem some time (wow, several years already) ago. Posted a similar question in another deluge-thread here: http://www.hacker.org/forum/viewtopic.php?t=1095 Never got a reply, nor did I find a solution that is accepted. @Hippo, as you solved it and are still around, do ...
by guga
Thu Mar 29, 2018 12:17 pm
Forum: Challenges
Topic: Hello World
Replies: 13
Views: 26242

The memory isn't meant to be initialized by yourself. The memory can be initialized by the challenge itself (then it is stated in the challenge description). Cf the hvm description By default, [...] all the cells in the memory buffer set to 0. When specified, it is possible for the memory buffer to ...
by guga
Tue Aug 23, 2016 7:00 am
Forum: The Hacker's Server
Topic: Ranking
Replies: 36
Views: 100937

since I am not on your top 50 but I am at the top 50 of the "original" ranking, I prefer that one ;-) I have never really understood the exact mechanics of the ranking. Is it described somewhere or how did you calculate the scores? EDIT: oops, the whole thread seems to be about being puzzl...
by guga
Sun Apr 07, 2013 2:49 pm
Forum: Challenges
Topic: Black Box
Replies: 3
Views: 7389

brute force? Good idea! that didn't cross my mind xD
got it. thx.
by guga
Fri Apr 05, 2013 1:14 pm
Forum: Challenges
Topic: Black Box
Replies: 3
Views: 7389

ping?
by guga
Thu Mar 28, 2013 12:28 pm
Forum: Challenges
Topic: Black Box
Replies: 3
Views: 7389

Black Box

Today I had a look at the black box challenge. I know what exactly the programm is doing. Now starting with the desired output, I step backwards and try to find the correct input parameter. Doing so, I found something, where it seems to be impossible to get the right factor. Sure, it is possible, qu...
by guga
Thu Dec 20, 2012 11:28 am
Forum: The Hacker's Server
Topic: Spam is not tolerated
Replies: 3
Views: 24915

not sure if it is a spambot. This clickfast-guy had played 20 levels of mortal coil when I had a look into his profile yesterday :D
And I'm glad he did so. Because that was the moment I realized that mortal coil is working again :D
by guga
Sat Nov 10, 2012 12:49 pm
Forum: Challenges
Topic: Deluge
Replies: 7
Views: 18205

Hmm, this thread is old but for me the stated problem is still relevant. My Program works fine on some sample inputs, including the one shown on the challenge-page and an empty grid. I'm always below 50k cycles, but the Program is not accepted (not flooding correctly). Is there a limitation to the s...
by guga
Mon Oct 22, 2012 3:37 pm
Forum: Crossflip
Topic: My journey to 643
Replies: 4
Views: 23538

fuxx, congrats on beating the game! I always like to hear about what problems and solutions others have. But since this forum is open for everyone, I fear your post is taking away too much of the challenge. Note that only about 70 people completed crossflip so far. I think it would be great if we co...
by guga
Sun Jul 29, 2012 10:13 am
Forum: Challenges
Topic: Do You Speak Calc?
Replies: 5
Views: 11364

I thought about any unusual character encoding like the one of my old TI-89 calculator, since if it was a programming language or assembly code the amount of data seems to be too few. But I only get rubbish. So what is the calc meaning? Only an abbreviation? If not, there would only be the Windows c...
by guga
Wed May 02, 2012 10:00 am
Forum: The Hacker's Server
Topic: Ranking
Replies: 36
Views: 100937

magnus wrote:Before easter it worked for me, but now i'm stuck on my rank... :cry:
Same here. Finished crossflip now and several challenges without a change in my rank...
by guga
Wed Apr 25, 2012 8:23 am
Forum: Crossflip
Topic: Code optimization
Replies: 57
Views: 155994

BÄM! My personal Hero of the day :-) Since at my implementation startx and starty are the same, I'm just adding a row into the matrix with the diagonal element. That's also working. Now I only have to improve my memory consumption. lvl 272 needs more than my 4GiB ram. Seems like the data structure I...
by guga
Mon Apr 23, 2012 2:33 pm
Forum: Crossflip
Topic: Code optimization
Replies: 57
Views: 155994

@dangermouse: I have the exact same problem you described. Only that my pivoting sucks already on lvl 83. How did you get rid of that? Was it just changing the pivoting? Or did you have to do a totally different approach? I tried some more or less clever ways to find good pivots, but they all failed...
by guga
Tue Apr 17, 2012 5:53 pm
Forum: Challenges
Topic: Branches
Replies: 5
Views: 10309

Hmm, whats wrong?
I tidied up the code a bit with python. When I run it now, i get an answer immediately. But it is not accepted by the challenge. Did I miss anything? Could someone PM me that I can tell my solution and how I got it? Don't want to spoil here...
by guga
Sat Apr 07, 2012 2:26 pm
Forum: Challenges Solved
Topic: countdown calc
Replies: 20
Views: 1579

I did this one even more lazy... i googled the first 10 output values to see if it could be a more or less known sequence, but instead of that I accidently found the already decompiled c#-code at ideone.com :D So i changed it to just "calculate" the last value, compiled it again and let it...