May
7
awarded Favorite Question
Apr
2
awarded Popular Question
Apr
1
awarded Yearling
Dec
10
awarded Notable Question
Dec
3
awarded Popular Question
Oct
4
comment How is the default submit button on an HTML form determined?
What's the fallback for users who have JS disabled?
Sep
1
comment How is the default submit button on an HTML form determined?
@mhenry1384 That's like saying people who wear glasses, use wheelchairs, etc. need to die.
Jun
29
comment Is the time complexity of the empty algorithm O(0)?
You could make your algorithm a function that takes a variable-length array as a dummy parameter. If you're talking about an entire program being O(0), you could consider it to be parameterised by its command line arguments.
Jun
8
awarded Popular Question
Apr
1
awarded Yearling
Mar
14
comment Is there a CSS parent selector?
@Tomas li > a.active selects the child, not the parent, silly.
Mar
6
awarded Nice Answer
Feb
23
awarded Popular Question
Dec
4
awarded Nice Answer
Oct
31
awarded Popular Question
Oct
18
comment Variadic templates
Are the ... after Args and args just syntactic salt, or are there also ways in which variadic parameters can be used without the ...?
Oct
13
asked Why is C++ "typename" required even in cases where there is no parsing ambiguity?
Sep
21
comment Purpose of if(0){ //code }?
But there is an if statement there. So what's your point???
Sep
19
comment Purpose of if(0){ //code }?
Is there any real reason to do this, rather than use PHP to conditionally write out the whole block of code?
Sep
5
awarded Editor
1 2 3 4 5