Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Eliminating coupling out of classes that have strong conceptual bonds with each other

language-agnostic

Are there valid reasons to hold data internally as XML?

Data storage advice needed: Best way to store location + time data?

Best practice - When to evaluate conditionals of function execution

How to implement your own WHOIS server?

language-agnostic whois

How to name and organize unit tests that test a method with multiple parameters?

Datastructures where Add, Get kth largest are O(log n) and O(1)

Sensible strategy for unit testing expected and non-expected deadlock behavior

Universal hashing

language-agnostic hash

Circular dependency between "controller" and "gui"

Why are register-based virtual machines better than stack-based ones?

Find a monotonic shortest path in a graph in O(E logV)

How is naive evaluation of polynomials bad for accuracy?

Terminology of Optionals in Swift or other languages

How is quick sort better at cache locality than mergesort?

Better game loops than endless loop + block?

language-agnostic

Syntax of HTTP-status headers

RSS items order, does it matter?

Opinion on "loop invariants", and are these frequently used in the industry?

language-agnostic

Algorithm for converting hierarchical flat data (w/ ParentID) into sorted flat list w/ indentation levels