Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Using LLVM bytecode for libraries (instead of native object files)

Check if 2 arrays are similar without hashing or sorting

Is there a name for this pattern with closures?

Is it possible to reuse code for integration and unit tests?

What is data type and how is it implemented?

A human-readable textual representation of a Directed Acycling Graph

Which layers should be logging for exceptions?

What Unit Test would you start with?

Commonly used keyboard shortcuts in web apps

compact data structure like set

Is it code-smelly to have empty classes in the middle of a class hierarchy?

How to unit-test private code without refactoring to separate class?

What is rc stands for

Can factory methods return multiple instances?

Why don't RDBMS support array types for columns?

Linkedlist keep track of min in constant time?

Moving a bit within a byte using bitfield or bitwise operators

Number distribution

Generate a visual representation from a table with relation weight

What are better ways to create a method that takes many arguments? (10+?)