Welcome Guest ( Log In | Register)



4 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> Trap17 150 Credit Giveaway
galexcd
post Apr 21 2008, 04:19 AM
Post #1


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
*********

Group: [HOSTED]
Posts: 975
Joined: 25-September 05
From: The dungeon deep below the foundation of trap17
Member No.: 12,251



Well as I promised, I'm giving away all my award credits for winning the trap17 awards. Actually these aren't all of them but I'm saving the rest for other giveaways. So anyway on with the giveaway.

I've been thinking about how exactly I should do this one. If I just made one challenge and gave away 150 credits that would make one person very happy and the other members very sad. So then I thought, why not have the first person to answer correctly win 100, second win 50, and third and fourth place winners win 25. Well this was a good idea, but still only one challenge so they would have to PM me the answers, which wasn't exactly what I wanted. So here was my solution:
Below are 30 random questions written by me. Specifically written to be very difficult if not almost impossible to use google for. Post your answers here. You can put as many answers as you like in your post. Once somebody correctly answers a question you will get no credits for that one. Every correct answer you get, you earn 5 credits. Good luck!

QUOTE

#1. What is my first name?Correctly answered by roooss

#2. Ok, that one was kind of easy. Where do I work?Correctly answered by DeM0nFiRe

#3. Ok enough with the personal questions. sqrt(-1), e, PI. Reorder and insert operands to those three constants to equal one.Correctly answered by DeM0nFiRe

#4. what will the following php code print out? Correctly answered by Galahad
$h="bew";
function huh($in){
$in="h";
}
$bew="woah";
$edd="huh";
$woah="bew";
$edd(&$woah);
echo $$$woah;


#5. What professional application has this icon: Correctly answered by Saint_Michael (only gets 2 credits because i gave him a hint)


#6. how many total legs do two ducks and two dogs have?Correctly answered by roooss

#7. When passing primitive data types to java methods, are they passed by reference or value?Correctly answered by roooss

#8. Which trap17 mod won moderator of the year? Correctly answered by Galahad

#9. Approximately how many capillaries are in the human body?Correctly answered by roooss

#10. What unix command would keep printing a certain letter (default is y) as fast as possible?Correctly answered by gameratheart

#11. What does this logo represent? Correctly answered by delivi


#12. echo is to cout as function is to _____. (HINT: no return value)Correctly answered by roooss

#13. "You Quicken Lit 13 Suns" is an anagram of this answer for this question. (HINT: 13 is a very unlucky number)Correctly answered by DeM0nFiRe

#14. If I start out with an array of infinite 1's. (lets say I'm working on god's computer who has infinite RAM) And i run the following pseudocode, what indexes would still be 1?Correctly answered by DeM0nFiRe
START
set i to 2.
LOOP
set every ith term starting with but not including i, to 0.
increase i by one.
goto: loop
END


#15. Actually sorry about #14... I know it's confusing... it makes a lot more sense on paper. Because of its difficulty it is worth 10 credits, therefore, the answer to this question is the same as the answer to #14.Correctly answered by DeM0nFiRe

#16. blagosphere is an awesome word i use a lot to make fun of _________.Correctly answered by roooss

#17. what is returned by the following java function:Correctly answered by BuffaloHELP
boolean something(){
String some="jfdsl";
char[] a=some.toCharArray();
return (some=="jfdsl" && a[0]=='j');
}


#18. Fill in all of the blanks: heavy, engineer, scout, s__, s_____, s____, d______, p___, m____.Correctly answered by |]4NI3L

#19. How would you convert a string type variable to an integer in c++?Correctly answered by roooss

#20. exe is to app as iso is to ___.Correctly answered by DeM0nFiRe

#21. data, address, school, universal serialCorrectly answered by roooss

#22. The answer to this question is yes. This is a freebee. Basically the first person to read this question and answer it gets the 5 credits for it.Correctly answered by roooss

#23. The answer to this question is false, true or false?Correctly answered by roooss

#24. In unix operating systems, using only command line tools (and no command line text editors) how would you change every instance of a the word "cat" to "dog" in a text file? Correctly answered by Galahad

#25. Rotated black triangle, Black square. Red circle. What comes next? Correctly answered by Saint_Michael

#26. xorg.conf (linux users type what first comes to mind). Correctly answered by Galahad

#27. I am running out of question ideas. True or false?Correctly answered by roooss

#28. Simple math: f(x)=10x2+2x. What is f'(e)?Correctly answered by rvalkass

#29. analog is to digital as vga is to ___.Correctly answered by roooss

#30. Did you enjoy stressing over this quiz? If you did I'll give you these 5 credits.Correctly answered by roooss


The trap17 150 credit giveaway has been finished! Congratulations to all of the winners.
QUOTE

roooss-65
DeM0nFiRe-30
Galahad-20
Saint_Michael-7
BuffaloHELP-5
rvalkass-5
delivi-5
gameratheart-5
|]4NI3L-5


This post has been edited by alex7h3pr0gr4m3r: Apr 25 2008, 08:35 PM
Go to the top of the page
 
+Quote Post
roooss
post Apr 21 2008, 04:53 AM
Post #2


Newbie [Level 2]
**

Group: [HOSTED]
Posts: 25
Joined: 19-April 08
Member No.: 61,043



oooh looks like i can be in with a chance here! lol

#1: alex?
#2: trap17?
#5: divx?
#6: 12?
#7: value?
#9: 40 bilion plus?
#12: static void?
#16: the internet?
#17: true?
#19: intVar = atoi(strVar.c_str());
#20: image
#21: bus?
#22: yes!
#23: true/false depends how long you think about it for!
#26: configure x?
#27: true?
#29: dvi? or hdmi
#30: yeah twas a giggle!

Notice from rvalkass:

There is no need to copy the questions, and there were too many to Quote them all, so I've taken them out.
Go to the top of the page
 
+Quote Post
gaea
post Apr 21 2008, 06:05 AM
Post #3


Super Member
*********

Group: Members
Posts: 205
Joined: 14-March 06
From: Vermont or Boston (USA)
Member No.: 20,077



heh, if I wasn't already hosted I'd grab up all the programming related ones.

And I see you're trying to be tricky by using 1 instead of -1 in number 3 wink.gif

This post has been edited by gaea: Apr 21 2008, 06:07 AM
Go to the top of the page
 
+Quote Post
galexcd
post Apr 21 2008, 06:07 AM
Post #4


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
*********

Group: [HOSTED]
Posts: 975
Joined: 25-September 05
From: The dungeon deep below the foundation of trap17
Member No.: 12,251



QUOTE(gaea @ Apr 20 2008, 11:05 PM) *
heh, if I wasn't already hosted I'd grab up all the programming related ones.

Oh, and I could be wrong, but for number 3 did you mean equals -1, not 1?


No I mean 1. A negative sign would be an operand you'd have to add tongue.gif
Go to the top of the page
 
+Quote Post
gaea
post Apr 21 2008, 06:08 AM
Post #5


Super Member
*********

Group: Members
Posts: 205
Joined: 14-March 06
From: Vermont or Boston (USA)
Member No.: 20,077



hah you're on top of the posts. Yeah i just edited the original one to say basically the equivalent. The math questions are fun. Remind me of highschool. I'm in art school now, so not much use for algebra.

This post has been edited by gaea: Apr 21 2008, 06:17 AM
Go to the top of the page
 
+Quote Post
Galahad
post Apr 21 2008, 07:48 AM
Post #6


Neurotical Squirrel
*********

Group: [HOSTED]
Posts: 585
Joined: 4-November 04
From: Novi Sad, Vojvodina
Member No.: 2,127



Well, isn't this lovely smile.gif As I'm kind of lazy, and I do have a small business trip coming up, I will find a use for some credits biggrin.gif

So, to hit it off...

#2. You're the leader of the resistance cell known as Flatters, and are trying to unveil the big governmental conspiracy xd.gif Other than that, I believe you go to school, and have no other jobs...

#4. This code will put out a nice little woah

#8. Velma

#14. If I'm not mistaken, every index would be 0, except, 0, 1 and 2
#15. Again, 0, 1 and 2....
P.S.
For #14 and #15, if the array is zero-based, if not, only 1 and 2 will not change...

#20 CD/DVD image?

#24. perl -pi -e 's/cat/dog/g' text.file

#26. X.org (X11/XWindows) system resources configuration file?

This post has been edited by Galahad: Apr 21 2008, 08:04 AM
Go to the top of the page
 
+Quote Post
delivi
post Apr 21 2008, 11:07 AM
Post #7


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,300
Joined: 11-January 06
From: Chennai, India
Member No.: 16,932



here are my answers

#4 : it displays 'woah'
#11 : That logo represents Fedora Distro http://fedoraproject.org/

This post has been edited by delivi: Apr 21 2008, 02:17 PM
Go to the top of the page
 
+Quote Post
flashy
post Apr 21 2008, 01:04 PM
Post #8


Member [Level 1]
****

Group: [HOSTED]
Posts: 62
Joined: 7-March 08
From: Swindon, England
Member No.: 59,016



#4 "woah"
#5 Internet Explorer
#9 Unknown - but they would make up 25,000 miles if they were stacked end to end!
#24
CODE
$ mv cat dog