Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Why isn't every type of object serializable?

Variable Naming Conventions For Maps/Lists in Dynamically-Typed languages

When is a shallow copy desirable (instead of a deep copy)?

c# java c++ language-agnostic

Name database design notation you prefer and why?

Generating random points within a hexagon for procedural game content

Is (x == x + 1) always return false for integer x?

How do I calculate the Minkowski Difference between two AABBs (with no vector math)?

What is a Type?

language-agnostic types

Reasons to prefer CVS over SVN or Git [closed]

How to remove elements from a binary heap?

What exactly does the word Patch mean when referring to 'submitting a patch'?

Which comes first - The Interface or the Class [closed]

language-agnostic oop

Are salts useless for security if the attacker knows them?

Can the bigO of an algorithm be found programmatically by analyzing its perfs?

Taking code and design from other Websites. Ripoff or Standard?

language-agnostic

Development Cost of Procedural Programming vs. OOP?

Check if two arrays are cyclic permutations

Poor man's authentication algorithm?

What would be a globally accepted regular expression to match e-mail addresses

How to find the units digit of a certain power in a simplest way