I am working on an project which is using opencv. this closes any opened application when an specific hand gesture is given. So what I want is
I am try to build an expression tree and I have this code var param = Expression.Parameter(typeof(T), "Foo"); var property = Expression.Property(param, "Bar")
I am trying to configure tomcat 7 internal logging with log4j2. I have followed the answer provided at Logging server classes in Tomcat 6 with log4j2. I am usi
I would like to make a search folder for unread emails in the inbox which does not look into subfolders in the inbox. Right now I have 5-10 subfolders which ar
I've followed this tutorial from the serverless website to try deploy my first AWS lambda function with a package dependency. The error I get is STDERR: ERROR:
We have been using the stomp client developed by Julian Lyndon-Smith/dot.r for a couple of years. So far, we have been sending unencrypted messages. We would no
I am struggling to understand how session variables are managed when using a connection pool on every documentation I am reading the definition of session varia
i want to show an image in datagridview based on a condition (if the endday of subscribtion is < today then show a red cross image else show a checkmark imag
I'm trying to build the mongo-cxx-driver for use with Cinder on Windows 10 with Visual Studio 2015. Cinder uses Boost 1.58, so I built the driver against their