Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Sorting and grouping array of line segments that describes polygons

Rather x <= 1 or x < 2?

API Design - Mixing in pre-condition checks for index out of bounds?

How do you manage external dependencies for your application?

How Acid test are created?

language-agnostic

Is there a language and platform agnostic declarative GUI language that isn't XML?

If block vs Switch-Case block

Determining the similarity between two random number generators

How does recursion make the use of run-time memory unpredictable?

Associative cache simulation - Dealing with a Faulty Scheme

Looking for a function that will split profits/loss equally between 2 business partners

Should changing the documented performance of a method be considered a breaking change? [closed]

Function "normalization"

What is the best way of accessing all combinations

Is it possible to unify the concepts of inheritance and parametric polymorphism?

CS term for rule matching algorithms on tuples of mandatory and optional conditions

What is the runtime difference between different parsing algorithms?

Algorithm to find a number which occurs only once in an array, given all the other numbers occur twice [duplicate]

Interval tree with added dimension of subset matching?

What does !a&&(a||b) simplify to?