Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Limit the confusion caused by undefined-behavior?

Quicksort. How to choose pivot element?

Plain, linked and double linked lists: When and Why?

What else is there to do? A programmers guide to understanding himself

language-agnostic

What is a mantainable way of saving "star rating" in a database?

can view source be disabled by a website?

language-agnostic

Tracing recursive function in paper

How much would you pay to not have to deal with a client? [closed]

language-agnostic

Best way to fetch a varying HTML tag

if statement condition optimisation

Explaining nested arrays to a programmer [closed]

Better language feature than exception handling in C++? [closed]

null pointer vs dangling pointer

language-agnostic

A StringToken Parser which gives Google Search style "Did you mean:" Suggestions

A beginner's question on web technologies [closed]

language-agnostic

When writing XML, is it better to hand write it, or to use a generator such as simpleXML in PHP?

php xml language-agnostic

ASCII + Numpad combination for power 10

c# math language-agnostic

website doesn't use flash so what is it using?

language-agnostic

Why differentiate between methods that return a value and methods that don't?

Am I overdoing it with my Factory Method?