Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

How do I detect a null reference in C#?

c#

How can I fix my regex to not match too much with a greedy quantifier? [duplicate]

Which Java exception should I use?

java exception

Commenting try catch statements

c# error-handling comments

JavaScript/jQuery - offsetLeft and offsetTop

javascript jquery

Javascript "Variable Variables": how to assign variable based on another variable?

javascript variables

Is it possible to remove recursion from this function?

python recursion

Seg fault after is item pushed onto STL container

How can I use version control in a more powerful way?

svn git version-control

What would make development with SharePoint easier?

sharepoint

Should we assert every object creation in java?

java new-operator assert

Efficency of Comparisons in C++? ( abs(X)>1 vs abs(x) != 0)

this compiles without a warning in VC9 at warning level 4. Why would one NOT consider this a compiler defect?

c++ visual-c++-2008

Ant, (over)write into a file

file scripting ant

Rails attr_accessible does not work for :type?

GCC: Inline assembly - good for?

Python long multiplication

C++ Array vs vector

using exit(1) to return from a function

c++ c

Where do you put unit tests for private methods?