Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Shift-reduce: when to stop reducing?

What makes an NP-hard problem not to be an NP-complete problem?

Inductive Specification: Top-down vs Bottom-up vs Rules of Inference?

Asynchronous function in a while-loop

Abstract Data Type vs. non Abstract Data Types (in Java)

Form and movement representation of a hexagonal plane

c# algorithm theory

How does the stackoverflow suggestion works?

Is the MongooseJS "versionKey" (__v field) a "vector clock"?

Prefix of a string

Are some Functional Programming languages syntactically geared for better performance?

Is this an ambiguous grammar? How should I resolve it?

Limiting upload speed on Java?

Why is DateTime.MinValue 0001-01-01T00:00 instead of 0000-01-01T00:00?

.net datetime theory

How do you determine the base table?

Why are some programming languages faster than others?

Why can the 'as' operator not be used to parse non-nullable value types?

c# theory

Assignment operator and "this" keyword

java theory

Unexpected answer on a professional interview [closed]

c++ oop polymorphism theory

Finding a regular expression

regex theory

What is the relationship between event loop and Promise [duplicate]