Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Autodiscovery in P2P Applications

Where is Bottom Up merge sort useful?

Separate Class vs Method

What are some hints that an algorithm should parallelized?

Looking for an algorithm to spit out a sequence of numbers in a (pseudo) random order

To init or to construct

How to find the mathematical function defining a bezier curve

Are the implementation details of declarative languages inherently imperative

Programming practice

language-agnostic

Law of Demeter and return values

Different ways of observing data changes

Date Range Overlap with Nullable Dates

What's your "remember me" cookie's lifetime?

cookies language-agnostic

Expressing 2x2 Logic Grid in Code Efficiently

How to implement square root and exponentiation on arbitrary length numbers?

What does it mean to say a web crawler is I/O bound and not CPU bound?

Is linkage within an object considered an anti-pattern?

Find probability of two randomly picked integers (from n integers) to be relatively prime

Closure Design Patterns

Best way to represent language tokens for an autocompletion scenario