Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New questions

How to generate IL source code with csc (C# compiler) or dmcs (mono C# compiler)?

c# mono il csc

How can you tell an ant build file to recursively add all files in the bin directory to a jarfile?

ant jar

HTTP Streaming on Heroku with Rails 3.1 & Unicorn

Decrypting RSA using OpenSSL.NET with Existing Key

c# encryption openssl rsa

Vectors Classes Private/Public

c++ class vector private public

Java unit testing - proper isolation?

java unit-testing junit

How to convert px into % like we convert px to em for Font-Size?

css

How to get Windows Username through internet browser using Java/JSP or javascript?

A Date object capable of storing microseconds

java

C++ Align by structure size or largest alignment requirement among its members?

c++ memory

Serialize object to xml and hash the result

c# xml-serialization

Should htmlspecialchars() be used on information on input or just before output?

php html xss

what is the omniauth & email-password registration best practice?

Converting to mm/dd/yyyy format

Java: Execute /cmd /c start path-with-spaces\program.exe

java process

Efficient multiple, arbitrary index access in Python tuple?

python tuples slice

Verify if a PDF is secured/protected with iTextSharp

c# pdf itextsharp

How do I post to Google Plus via PHP? [closed]

php api class google-plus

ORA-12154: TNS:could not resolve the connect identifier specified

Using Guava Collections2 transform method to work as Apache CollectionUtil.forAllDo

java apache-commons guava