Search found 6 matches

by bearson
Sat Sep 12, 2009 4:02 pm
Forum: Challenges Solved
Topic: Yin and Yang
Replies: 17
Views: 3286

when I first saw the 2 pics. I believe it's a XOR. it is ....

somewhat simple 8)
by bearson
Sat Sep 12, 2009 3:53 pm
Forum: Challenges Solved
Topic: Lazy Maze
Replies: 26
Views: 3067

a short bash script will do, if you have w3m (or curl, etc.) installed :p trypath() { printf "Try: %s " $1 res=`w3m -dump 'http://www.hacker.org/challenge/misc/maze.php?steps='$1` echo $res if echo $res | grep moving &>/dev/null; then for i in U D L R; do trypath $1$i; done fi } trypat...
by bearson
Sat Sep 12, 2009 3:51 pm
Forum: Challenges Solved
Topic: Smell as Sweet
Replies: 15
Views: 3384

m!nus wrote:wireshark was definetly the easier method :)
agree!
it has 'export' ability.
by bearson
Sat Sep 12, 2009 3:46 pm
Forum: Challenges
Topic: I need some help to solve 'One Minute Man'
Replies: 5
Views: 11893

just check it every minute will do
by bearson
Sat Sep 12, 2009 3:34 pm
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 111330

consider GreaseMonkey if you use firefox :p
by bearson
Sat Sep 12, 2009 3:15 pm
Forum: Challenges
Topic: Tic Tac Blah
Replies: 31
Views: 46775

hhanger wrote:Still confused... :( Tried many answers, all are wrong...
patpat...

Some hint :p
There are 2 players play this game in turn and only wines or draws count.