Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Alternative Entropy Sources

theory random entropy

Are Ruby 1.9 regular expressions equally powerful to a context free grammar?

Turing completeness of lambda calculus?

(function eval () {}) throws a syntax error if function body is in strict mode?

javascript theory

Why can't a null-reference exception name the object that has a null reference?

Is dynamic programming backtracking with cache

Recovering built-in methods that have been overwritten

javascript browser theory

How can a HashSet offer constant time add operation?

algorithm hash theory hashset

OOP Game Design Theory

c++ oop theory game-engine

Why is an "unstable sort" considered bad

Pros and Cons explicitly setting enum field's values

.net theory

Balancing a Binary Tree (AVL)

Difference between strongly and weakly typed languages?

theory

What is the difference between a subroutine and a function? [duplicate]

What is the difference between a Functor and the Command pattern?

Interface or abstract class?

c# interface theory abstract

Practical consequences of formal grammar power?

parsing theory

Maximize number of subgraphs with a given minimum weight

Who invented the throw/try/catch[/finally] kind of error handling?

Is Encoding the same as Escaping?

encoding escaping theory