Search found 4 matches

by vogel
Wed Aug 19, 2009 6:03 pm
Forum: Challenges Solved
Topic: Follow the Logic
Replies: 13
Views: 1362

I used the error console of Firefox: Ctrl+Shift+J copy and paste var x = 2; var y = 5; var z = 3; var a = new Array(6, 5, 4, 9, 3, 7); var v = y * a[y] + z * a[z] - y * x * z + a[y] * a[x] * a[3]; a.reverse; v = v + a[z] + a[y] + 11 * a[1] + a[0] - 1; to the command line and hit "Evaluate"...
by vogel
Thu Jul 30, 2009 3:09 pm
Forum: The Hacker's Server
Topic: What is your highest level of education?
Replies: 38
Views: 81551

I completly agree with your thesis, plope0726.
by vogel
Tue Jul 28, 2009 11:52 am
Forum: The Hacker's Server
Topic: What is your highest level of education?
Replies: 38
Views: 81551

My answer is exactly the same:
PaRaDoX wrote::D

Going into grade 11 ftw!

16 years old btw.
by vogel
Tue Jul 14, 2009 12:15 pm
Forum: Challenges Solved
Topic: Growing Bacteria
Replies: 24
Views: 2694

In my opinion this is a really easy challenge.
I implemented a programm in C able to simulate this algorithm.
It took me only 15 minutes to write the program and less than 1 second to execute it.