Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

How to quickly find optimal bomb drop zone?

How to parse relative time?

With IEEE-754, 0 < ABS(const) < 1, is (x / const) * const guaranteed to return distinct results for distinct values of X?

Finding the Longest Palindrome Subsequence with less memory

How can I create an alphanumeric Regex for all languages?

Text message (SMS) verification for signups

How might a class like .NET's ConcurrentBag<T> be implemented?

NFA minimization without determinization

Fix bugs in library code, or abandom them?

api language-agnostic

How unique is PHP's __autoload()?

which sorting algorithms give near / approximate sort sooner?

(start, end) vs. (start, length) in API design

CMS without front end? [closed]

Any research on maintainability of "guard statement" vs. "single function exit point" paradigm available?

Detecting when matrix multiplication is possible

Multiple Inheritance: What's a good example?

What are the distinctions between lexical and static scoping?

Should I represent database data with immutable or mutable data structures?

What's a good way to rewrite this non-tail-recursive function?

To monkey-patch or not to?