Tagged Questions

4
votes
1answer
48 views

How do you localize a number of legacy globals without eval?

I'm asking this question because I finally solved a problem that I have been trying to find a technique for in a number of cases. I think it's pretty neat so I'm doing a Q-and-A on …
0
votes
7answers
247 views

C# Training Quizzes

Hello there, I have been programming 10 years, mostly in vba and vb.net but I know c# well enough to program what I normally do. I yesterday was applying for a Senior c# position …
-4
votes
4answers
82 views

What will be window title of the browser when two sets of html exists? [closed]

What will be the window title of the browser when the below code is inside one single HTML file? <html> <head><title>First document</title></head> &l …
0
votes
2answers
31 views

Which stylesheet will be selected for browser’s print command?

Which stylesheet will be used when the page is printed from the browser’s print command with the below code? <link rel="stylesheet” type=”text/css” href=”core.css”> <link …
3
votes
3answers
186 views

Algorithm Question - Team Scheduling - Quiz design

I've got a weird problem to solve - this is to be used in designing a quiz, but it's easiest to explain using teams. There's 16 teams. There's 24 matches. 4 teams play in every m …
4
votes
1answer
274 views

Interesting SQL quiz

Hi! Recently I came across with the following quiz. Imagine we have this table +--------+ | colors | +--------+ | red | | black | | white | | green | | orange | +--------+ …
-2
votes
2answers
161 views

facebook quiz development

hi i want to make a quiz application on facebook using php ( the concept is after every question there is a next button by we reach to the next question ) how can i applied any tr …
2
votes
4answers
237 views

Technical tests in interviews as a judge of employer

There is an increasing (and generally good) trend for potential employers to ask candidates to sit some sort of technical test before even being invited to interview. I appreciat …
6
votes
13answers
1k views

C++: When Has The volatile Keyword Ever Helped You?

I'd like to know of an example of a problem which was solved by adding the volatile keyword. I'm sure it has helped somebody solve something, but I don't know where I would actual …
1
vote
3answers
668 views

Is there any free online exam/quiz for jQuery?

Is there any free online exam/quiz for jQuery?
-1
votes
7answers
309 views

Quiz: When is a Comment Not A Comment?

Quick Quiz? What language has comments with side effects? In essence, comments which are not comments...
1
vote
1answer
203 views

Resharper Trap “Convert to ‘return’ statement”

Given the following routine: private static object ParseNumber(string token, FieldDefinition def) { if (def.Fraction > 0) return Double.Parse(token); else return In …
0
votes
0answers
25 views

Removing Borders on Review Quiz in Captivate 2.

How do you remove the review quiz borders and background color when creating a quiz in Captivate 2. A border shows around the answers as if it is an input field. See: http://previe …
0
votes
2answers
209 views

Erlang Quiz

Hi, folks. Many of you sometimes face with interesting code, problems, solutions. And all of this could be used as good interview questions or just for fun as any other quiz. Coul …
0
votes
0answers
85 views

Quiz Contest. [closed]

Hi, "If a task can be done, it can be done in more than one way." To benefit the community if a quiz is run where a common simple question is asked to a group of people selected …

1 2 next
15 30 50 per page