Search found 4 matches

by so1us
Tue Sep 23, 2014 9:28 pm
Forum: Challenges Solved
Topic: Didactic Scrambled Egg Cipher Pre-Warmup
Replies: 9
Views: 869

nice challenge that was. the problem was not to compute all 256^4 possibilities, but to find the right one. first i tried to list those with the most letters, but nothing meaningful there. (yes, because i forgot the spaces) then i searched for strings with "answer" in them, both capital an...
by so1us
Wed Sep 22, 2010 6:04 pm
Forum: Challenges
Topic: Exclusive Or (HVM Coding Challenge)
Replies: 8
Views: 11085

there exists no such thing as comments in HVM true, but then the code isnt readable after a few lines... its easy to change the python file to accept comments, e.g. i added def Comment(): global ProgramCounter while Code[ProgramCounter] != '\n': ProgramCounter += 1 ProgramCounter += 1 to the defini...
by so1us
Wed Sep 22, 2010 2:59 am
Forum: Challenges
Topic: Exclusive Or (HVM Coding Challenge)
Replies: 8
Views: 11085

got it now, shorter program is accepted... though it looks awful :D
think i also forgot to delete the comments, since the original HVM just throws "invalid instruction" when encountering comments
by so1us
Sun Sep 12, 2010 9:23 pm
Forum: Challenges
Topic: Exclusive Or (HVM Coding Challenge)
Replies: 8
Views: 11085

I am also having difficulties with the Exclusive Or Challenge. I wrote the code, and did not bother about how much cycles it takes.. my solution is now about 3300 characters long, and it works fine on my computer. But when i enter my solution and click "submit", i am downloading the chal.p...