Search found 12 matches

by wannabe
Sat Jun 27, 2009 6:41 pm
Forum: Challenges
Topic: Wanna Be A Hacker, Please Help.
Replies: 10
Views: 14328

me too, me too
by wannabe
Tue May 19, 2009 9:55 am
Forum: Challenges
Topic: about substitute teacher
Replies: 24
Views: 39082

http://en.wikipedia.org/wiki/Substitute:
-> "Substitute means to replace one thing with another." <-

The most frequent character in the English language is the 'e' !
by wannabe
Sun Mar 29, 2009 4:32 pm
Forum: Challenges
Topic: 'Bit Test' challenge... the strange coding.. please help me.
Replies: 48
Views: 58208

Another tip to solve this one is to look at the code. Think about what it does. If you know what it does, you should know what means what in english. My main Problem was, that my english isn't 100%. Even though I knew all needed word's, i didn't get it for a day or two.
by wannabe
Sat Feb 21, 2009 6:00 pm
Forum: The Hacker's Server
Topic: china hackers
Replies: 23
Views: 20642

Reading his messages shows me chinese grammatik is very abstrakt and unusal for people who speak a germanic languages.
by wannabe
Sat Feb 14, 2009 6:04 pm
Forum: Challenges
Topic: Hints for "Keep Digging Challenge"
Replies: 15
Views: 25807

Thanks for the fast answer gfoot. I will try it without the internet now.
by wannabe
Sat Feb 14, 2009 5:23 pm
Forum: Challenges
Topic: Hints for "Keep Digging Challenge"
Replies: 15
Views: 25807

Hi, I really have to say that this one isn't easy. I don't want to hear the answer, but I still have some Questions. First of all, do I need to know "detective novel's" or CSI or something like that to solve this one? "Keep digging" sorta makes me think I need to surf the challen...
by wannabe
Thu Feb 05, 2009 6:42 pm
Forum: Challenges
Topic: about substitute teacher
Replies: 24
Views: 39082

I started writing useless programs and started to wonder more and more. A little hint from me is, just use the editor.

^^
by wannabe
Wed Feb 04, 2009 2:01 pm
Forum: Challenges
Topic: Please help me to solve 'Don't Blink' challenge
Replies: 17
Views: 33612

I solved the Challenge with wget. I did not have any idea what to do and which options where necessary. Then I tried some optioncombo i found in the man-page.
by wannabe
Tue Feb 03, 2009 8:06 pm
Forum: Challenges
Topic: about substitute teacher
Replies: 24
Views: 39082

Hi,
I wanted to ask if I need to differ between capitals or non capitals. What is the first character from "teacher", I am supposed to use?
by wannabe
Wed Dec 31, 2008 2:17 am
Forum: Challenges
Topic: 'Bit Test' challenge... the strange coding.. please help me.
Replies: 48
Views: 58208

Hi, bool testIt(int x) { bool returnW; int y = x - 1; returnW = (x & y); return (returnW == 0); } is this the same? I still have no idea, can someone help me and look at my thoughts? (1) 2 (10) 2 (100) 2 (1000) 2 (10000) 2 (100000) 2 (1000000) 2 (10000000) 2 (100000000) 2 (1000000000) 2 ... or 0...
by wannabe
Thu Dec 25, 2008 4:24 pm
Forum: Challenges
Topic: 'Bit Test' challenge... the strange coding.. please help me.
Replies: 48
Views: 58208

c doesnt have bool as standard datatyp, but c++ has.
someone tell me if im wrong ... ;]

i dont know how to write the anwser too, but i know what the code does.
by wannabe
Thu Dec 25, 2008 1:34 am
Forum: Challenges
Topic: Delegates
Replies: 17
Views: 28735

Hi,
I must say, the easiest way is Excel. This reply will not make me popular, but its just too simple with excel ^^.