Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Should inheritance (of non-interface types) be removed from programming languages?

Google fuzzy search (a.k.a "suggestions"): What technique(s) are in use?

Is there any way to efficiently reconstruct a collection based on a sequence of inserts/removals?

optimal negative space between rectangles algorithm?

Place To get EULA and Other Legalese For Software? [closed]

language-agnostic

How to balance number of ratings versus the ratings themselves?

Computing x mod y where y is not representable as floating point

Does a copy constructor/operator/function need to make clear which copy variant it implements?

Path generation for non-intersecting disc movement on a plane

How can I find words in matrix of letters

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