Is C99 actually Turing-complete?

Why are computability problems always written in full caps?

Reference request: is there a proof of correctness for CPS translations into Appel's IR?

Are there NP COMPLETE problems that are "easy" in practice?

Reference request: Compiler optimization pass joining identical function definitions together (or specializing them)

Which maintainability metric has the strongest empirical evidence?

What [empirical] evidence do we have for or against a correlation between fault density and LOC?

Why is quicksort better than other sorting algorithms in practice? (2013)

How to fool the "try some test cases" heuristic: Algorithms that appear correct, but are actually incorrect

How does Tarjan's pseudocode work (explained to someone familiar with C or Java)?

Why are Buchi automata factorially succinct when compared to Rabin Automata?

Can proof by contradiction work without the law of excluded middle?

Why is writing mathematical proofs more fault-proof than writing code? (2011)

What are the reasons to learn different algorithms / data structures serving the same purpose?

Why is static-single assignment preferred over continuation passing style in many industry-used compilers?

Is every NP-hard problem computable?

Why are some programming languages "faster" or "slower" than others?

Why, really, is the Halting Problem so important?

Can I think of NP using a parallelism model?

How to implement a prolog interpreter in a purely functional language?

Efficient algorithm for this optimization problem? Dynamic programming?