Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Counting up "broadly": Not 0,1,2,..,9,10,11,..,99 but 00, 01, 10, 11, 02, 12, 20, 21, 22, 03, .., 99

Adapting quickselect for smallest k elements in an array

Why does rounding the floating-point number 1.4999999999999999 produce 2?

Toggle all bits except after highest set bit

Developing to an interface with TDD

Are there any inobvious ways of abusing GUIDs?

language-agnostic guid

tf-idf: am I understanding it right?

Generating all unique combinations for "drive ya nuts" puzzle

Is this bad Object Oriented Design? (derived class used in base class)

language-agnostic oop

Naming classes like "com.facebook.FacebookClient" vs "com.facebook.Client"

What's the correct way to expand a [0,1] interval to [a,b]?

language-agnostic random

Producer-Consumer with a variation - How to synchronize with thread signal/wait?

Techniques or essentials skills required to read other persons code [closed]

language-agnostic

Avoiding TDD making big refactorings harder [closed]

Convention for naming browser cookies

Does variable privacy actually have anything to do with security or is it just for programming convenience?

Why distinction between expression and statement

How do you design a web application that needs to be customized for each new client?

Genie animation Javascript?

Tips for debugging hard-to-reproduce concurrency bugs?