Search found 28 matches

by wrtlprnft
Thu Nov 18, 2010 8:35 am
Forum: Challenges Solved
Topic: Lenna's History
Replies: 7
Views: 1008

Very nice challenge indeed!

The title made it kind of easy, though, thanks :-)
by wrtlprnft
Tue Jan 27, 2009 9:16 pm
Forum: Challenges Solved
Topic: Jeux du Sort
Replies: 52
Views: 7052

Probably the worst one yet (in this thread as well as for me personally): 8888888******20>0s/,12^>1+\ /v1[1^\ /\? -*82x/ 1 0 \s/0110<s/12^<x20<-?s\0^2^:=\ 1 P /1v/ 1 1 1 > * /\?=-*82x+1v1[=s/s==s/s/s=0/ 4 \1[p20<12\ \+92/s?x-1>v/ ! The uglyness of the eights is because i realized I was sorting in th...
by wrtlprnft
Fri Jan 16, 2009 4:00 pm
Forum: Challenges Solved
Topic: countdown calc
Replies: 20
Views: 2981

I got the cil code, too, it was really quite fun to learn the instruction set (or part of it) by just looking at the code. The loop in the Main function was helpful because I already knew what it was supposed to do and once I understood that the rest wasn't all that hard.
by wrtlprnft
Thu Jan 15, 2009 7:43 am
Forum: Challenges Solved
Topic: Yoga Message
Replies: 18
Views: 3487

Code: Select all

mplayer ../a.mp4 -vf crop=30:50:5:15 -vo png
After that I used imagemagick to beef the contrast of the frames up a bit and had them shown to me in 8-column rows (to confirm they could be ascii). Then I just typed them all in by hand, it wasn't really worth figuring out how to automate that.
by wrtlprnft
Thu Jan 15, 2009 7:24 am
Forum: Challenges Solved
Topic: Yoga Message
Replies: 18
Views: 3487

Yoga Message

You almost had me look up all the possible yoga moves and try to get a hidden message from that until I noticed that little flicker at the edge of the screen :-)
by wrtlprnft
Mon Jan 12, 2009 1:51 pm
Forum: Challenges Solved
Topic: Execution Style
Replies: 10
Views: 1324

Execution Style

I loved the part where you ended up with a hackvm program… And I instantly recognized it as such :-D
by wrtlprnft
Sun Jan 11, 2009 9:21 am
Forum: Challenges Solved
Topic: I'm So Special
Replies: 6
Views: 1480

I'm So Special

i'd love to see a challenge where you had to enter the source port number you used to connect to hacker.org :-) Especially challenging if you're behind a NAT.
by wrtlprnft
Sat Jan 10, 2009 9:59 pm
Forum: Challenges Solved
Topic: Deja Vu
Replies: 17
Views: 5786

I guess one could also just quicksort and then scan for duplicates. That's what I'd have done if I wasn't too lazy. I didn't even do linear probing (might have done, but my lazy test modulus of 9999*** just worked on my first try).
by wrtlprnft
Sat Jan 10, 2009 9:31 pm
Forum: Challenges Solved
Topic: Brokenest Keys
Replies: 26
Views: 3870

Not having been spoiled before I probably submitted the ugliest ever answer with 5517 instructions (no spaces) and a limit to numbers ≤ 250… It works as follows: fill the stack with 250 zeroes and 250 ones, then read the first value and backup it to a new memory slot n. Now, 250 times, copy the nth ...
by wrtlprnft
Sat Jan 10, 2009 8:23 pm
Forum: Challenges Solved
Topic: Broken Key
Replies: 12
Views: 4191

EDIT: removed because it sort of solves the follow-up challenge, broken keys (didn't know it existed, sorry)
by wrtlprnft
Sat Jan 10, 2009 3:23 pm
Forum: Challenges
Topic: Floating
Replies: 17
Views: 25402

Without this thread i'd have expected the answer to be something that can be represented exactly as a decimal, thanks for the help on this somewhat “dirty” challenge.
by wrtlprnft
Wed Jan 07, 2009 11:40 pm
Forum: Challenges
Topic: harmonic
Replies: 44
Views: 66011

I had to resort to (almost) pure guessing… audacity provides a nice little spectrum analizer that even gives you the musical notes of the peaks if you toy around with it for a bit (a lograrithmic x axis works wonders), but I have no clue where to find the second letter in the answer in the three-dig...
by wrtlprnft
Fri Dec 05, 2008 8:18 pm
Forum: Challenges Solved
Topic: Your Turn
Replies: 11
Views: 1398

The hostname and protocol are case insensitive, but the username, password, path and query are up to the server to interpret, and if that server's OS has case sensitive filenames (which is the case for most currently used non-MS-windows operating systems) the case is likely to matter.
by wrtlprnft
Sun Nov 30, 2008 6:07 pm
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 111330

If you pick up a Crusher it says “looks sharp” instead of “yeah!”… maybe it's the best sword, then.
by wrtlprnft
Tue Nov 25, 2008 9:42 pm
Forum: Challenges
Topic: Melodic
Replies: 27
Views: 40328

/me just wasted half an hour with a note→frequency table, audiacity's zoom tool and ruler and a calculator… Especially frustrating if you repeatedly get frequencies that are excactly between notes.

Gotta admire the human ear for dealing with this mess (if properly trained)