Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

An algorithm to sort a list of values into n groups so that the sum of each group is as close as possible

Intercepting the Fn key on laptops

Basis for claim that the number of bugs per line of code is constant regardless of the language used

What are some good approaches to predicting the completion time of a long process?

Which Regular Expression Algorithm does Javascript use for Regex?

Is there anything wrong with taking immediate actions in constructors?

Why should I use UTC?

Why is type inference impractical for object oriented languages?

Is regex case insensitivity slower?

regex language-agnostic

On complexity of recursive descent parsers

How does a read-write mutex/lock work?

Time complexity for a very complicated recursion code

Should we compare floating point numbers for equality against a *relative* error?

Algorithm for diameter of graph?

How to detect duplicate data?

Is a For Loop always executed at least once?

Should I sign a non-competition clause in freelance contract? [closed]

language-agnostic

"Reverse" statistics: generating data based on mean and standard deviation

ASN.1 vs JSON when is is appropriate to use them?

When to rethrow an exception, when to return FALSE?