Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Linear feedback shift register?

On Xorshift random number generator algorithm

Find a sorted subsequence of size 4 in an array in linear time

Is there an algorithm to multiply square matrices in-place?

Features common to all regex flavors?

regex language-agnostic

Simulating aspects of static-typing in a duck-typed language

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?