Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

Why does .Equals not work in this LINQ example?

c# linq linqpad

Reading an std::ifstream to a vector of lines

c++ file-io

Is there any benefit to returning a hash constructed with dict rather than just using the curly braces syntax?

python hash dictionary

Is SHA512Managed considered the best one-way hash available in .NET 3.5 for security?

.net security hash

Function returning variable by reference?

c++

Java: Why does calling `remove()` on a List throw UnsupportedOperation exception?

java

Help me find the algorithm name - quantify difference between two words

word distance

How can I compact/minimize/pack my javascript? [duplicate]

javascript jquery

Why say x = x in Python?

python identity equals

PHP String concatenation - "$a $b" vs $a . " " . $b - performance

parsing argc and argv in c++

c++ string argv

Multi-statement Macros in C++

c++ macros

convert 01, 02, 03, 04 .. 09 to 1,2,3,4 ... 9

php int

How do I link to downloadable files in ASP.NET MVC?

c# .net asp.net asp.net-mvc

Why include header in the method definition file?

Min and Max values for integer variable at compile time in C++

c++ templates compile-time

does a factory just return an implementation of an interface?

factory-pattern

passing mysql_fetch_array to array()

php

How to parse a file for iphone? Should I use NSScanner?

How to check a uiviewcontroller is present in uinavigationcontroller stack