Search found 141 matches

by megabreit
Wed Dec 25, 2013 1:03 am
Forum: Challenges Solved
Topic: String Reversal
Replies: 19
Views: 2225

I posted it to pastebin. Get it here: http://pastebin.com/AyEQ8xid
by megabreit
Fri Mar 29, 2013 10:28 pm
Forum: Challenges
Topic: Super Small Hello World
Replies: 1
Views: 5913

If I remember correctly your program needs to exit successfully. There may also be a limit violation e.g. steps or height/width causing the challenge not to be accepted.
by megabreit
Fri Aug 17, 2012 5:20 pm
Forum: Challenges Solved
Topic: Don't Blink
Replies: 22
Views: 1896

Cool! I didn't know about that. It took me longer to find the tab with the header info than to solve the challenge with telnet :-) , but anyway, it's a great feature.
by megabreit
Thu Aug 16, 2012 8:08 pm
Forum: Challenges
Topic: Unreal
Replies: 10
Views: 15062

That's a quite general hint :-) Most of the time at hacker.org you convert one number into another representation e.g. into hex or binary and then interpret things differently. I don't know of a format for such long floating point numbers.
by megabreit
Thu Aug 16, 2012 5:27 pm
Forum: Challenges
Topic: Unreal
Replies: 10
Views: 15062

Hm... I had no idea so far how to approach this challenge? Any hints? :shock:
by megabreit
Thu Aug 02, 2012 11:46 pm
Forum: Challenges Solved
Topic: Don't Blink
Replies: 22
Views: 1896

You obviously did not read the HTTP specification, did you? See http://www.w3.org/Protocols/rfc2616/rfc2616.html You can not read something, which is not there! one.php does not exist! So file_get_content probably would read nothing... or an empty string. A HTTP request "consists" of heade...
by megabreit
Thu Aug 02, 2012 1:51 pm
Forum: Challenges Solved
Topic: Don't Blink
Replies: 22
Views: 1896

You don't have to know anything about PHP to solve this challenge. Try to deal a little with the HTTP protocol and it's headers and status codes! And if you found out, what status code 302 means, you know why you only see two.php in your browser and why one.php not even exists. wget has options to d...
by megabreit
Fri May 25, 2012 6:42 pm
Forum: Challenges
Topic: Looks can be Deceiving
Replies: 10
Views: 18812

Looks can be Deceiving

Is there any trick or do we just have to find out what programming language is used?
by megabreit
Sun Apr 29, 2012 4:24 pm
Forum: Challenges
Topic: About 'Didactic Red' challenge... HELP ME!!! T_T
Replies: 20
Views: 24170

Google for "monitor color profile" to find an answer for this issue!

Welcome to Hacker.org :-)
by megabreit
Fri Mar 23, 2012 1:12 am
Forum: Challenges Solved
Topic: Portal to the Future
Replies: 7
Views: 609

Did the same. Reengeneering with 'http://java.decompiler.free.fr/' did not work for this class file. ( It worked for all the other class-files here -- hint !! ) You probably did not solve enough challenges to be able to speak about "all the other" java classes :lol: There are java program...
by megabreit
Wed Mar 14, 2012 11:22 pm
Forum: Runaway Robot Puzzle
Topic: Level doesn't increase at games site
Replies: 2
Views: 16805

I'd suspect that your program doesn't do the login "right". In this case you play the game anonymously and losing all progress in the end. You should check your cookie handling... and of course your username/password, remember special characters need to be encoded too!
by megabreit
Thu Nov 24, 2011 9:59 pm
Forum: Challenges
Topic: Once upon a time
Replies: 24
Views: 36178

Yep. The information is still at the same place and is accepted as solution when entered.
by megabreit
Mon Oct 03, 2011 9:45 pm
Forum: Challenges
Topic: VIndicated
Replies: 24
Views: 46002

The challenge is OS independent, although the tools to solve it are not always available by default.
by megabreit
Sat Sep 17, 2011 12:41 am
Forum: Challenges Solved
Topic: A Repeat of Pi
Replies: 21
Views: 1875

I like your zsh version... going back to the roots... (even though it's nearly not zsh specific). I often forget that the paste command exists. It's very useful here, nice algorithm. The "real" execution time is at least 2 min, since you can't know before, that the solution is 12 chars lon...
by megabreit
Sun Sep 11, 2011 7:54 pm
Forum: Challenges
Topic: A Hundred 0s
Replies: 33
Views: 63890

Okay, now that we know that is really web-related, how about some real hints? Really.
I mean, a collection of dates could be nearly everything...