Search found 3 matches

by pSub
Sat Sep 18, 2010 8:02 pm
Forum: Challenges
Topic: Exclusive Or (HVM Coding Challenge)
Replies: 8
Views: 11903

my solution is now about 3300 characters long, and it works fine on my computer. I hope you didn't coded this solution by hand, because I find my 105 character (including with spaces) solution quit confusing and write-only. I dont't know why you're downloading the chal.php file, the challenge works...
by pSub
Thu Jul 08, 2010 2:00 pm
Forum: The Hacker's Server
Topic: greasemonkey script to "hide" the flash map
Replies: 0
Views: 8152

greasemonkey script to "hide" the flash map

Hi, I like the challenges and games on hacker.org, but annoyed of the flash map. To get rid of it, I've written two greasemonkey scripts. The first one replaces on the front page the link to the flash map with a link to the text version. The second adds a link to "Top Hackers" and the foru...
by pSub
Thu Dec 10, 2009 8:39 pm
Forum: Challenges Solved
Topic: A little php
Replies: 6
Views: 1743

I think there is nothing special about the calculation.
It is a bit manipulation with xor [0].

10001101001110111 = 72311
10101110110110101 = 89525

00100011111000010 = 18370

[0] http://en.wikipedia.org/wiki/Xor