Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Coupling and cohesion

How to program a fractal?

theory fractals

Is the C99 preprocessor Turing complete?

"const correctness" in C#

c# theory const-correctness

The recognizing power of "modern" regexes

What is the Pumping Lemma in Layman's terms?

theory proof pumping-lemma

Difference between user-level and kernel-supported threads?

How do I check if a directed graph is acyclic?

Wolfram's Rule 34 in XKCD [closed]

theory cellular-automata

Is it possible for a computer to "learn" a regular expression by user-provided examples?

How would you access Object properties from within an object method? [closed]

java php oop theory

How do streaming resources fit within the RESTful paradigm?

rest streaming theory

Why are C++ inline functions in the header?

What is a database transaction?

How to write a simple database engine [closed]

Simple basic explanation of a Distributed Hash Table (DHT)

theory p2p dht

What good are SQL Server schemas?

What is the point of interfaces in PHP?

php oop interface theory

What's "P=NP?", and why is it such a famous question? [closed]

What is referential transparency?