Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

CRC bit-order confusion

c language-agnostic crc

Is it useful to send a developer to attend a 3days Microsoft Learning Gateway Workshop? [closed]

language-agnostic

Avoiding timing issues in a processor

language-agnostic cpu

Is this a variation of the traveling salesman problem?

Is XML-RPC bad used as a protocol for a public API implementation?

First time through idiom

language-agnostic

Automated testing feels a lot like duplicating the tested logic, am I doing it right?

Designing state machine automatically

Is there any algorithm better than O(N) to find the first bit set in a bitarray that consists mostly of continous blocks?

how does a non-blocking event loop work?

Quicksort algorithm

Is it a good practice to suppress warnings?

Comment wizardry

Should a class perform bounds checking when you are after performance

c++ language-agnostic

Re-sort orders to improve warehouse efficiency

Why doesn't Java have macros? [closed]

When to use private methods?