Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Resources for getting started with web development? [closed]

language-agnostic

What should I put in header comments at the top of source files?

How can I help fellow students struggling in programming classes? [closed]

language-agnostic

Stable, efficient sort?

How would you sort 1 million 32-bit integers in 2MB of RAM?

The value of hobby game development

language-agnostic

memcached expiration time

Why do static Create methods exist?

Finding how many bits are on in a number

"Necessary" Uses of Recursion in Imperative Languages

Would there ever be a reason to write code in pure binary?

Why are many developers opposed to using the "protected" modifier in OOP?

c# java language-agnostic oop

On K.I.S.S and paving cowpaths [closed]

Do formal methods of program verfication have a place in industry?

Algorithm for joining e.g. an array of strings

Pseudo-random number generator

language-agnostic random

What's the difference between game development and business development?

language-agnostic

Syntactic sugar vs. feature

Elegantly check if a given date is yesterday

Algorithm to find points that are furthest apart -- better than O(n^2)?