I was deploying application on Tomcat7/OpenJDK. This application was accessing further secure services like SMTPS and HTTPS. Tomcat was complaining that certificates are not correct […] Read More
Author: georgik
Find a path to the treasure. Note: Map is based on one geocache puzzle. Written as PF’2012. You can find more games at georgik.rocks/tag/games/
Author: Lordrat By now you know, that when you need simple server to serve static pages just for you to play, you use Python’s SimpleHTTPServer. […] Read More
There is one very annoying issue in Eclipse: stealing of focus by Console window. Console window is displayed when you run application. When you set […] Read More
Imagine that we have C++ project e.g. for Visual Studio 2008. It is possible to build this project just by msbuild command: msbuild MyProject.vcproj /p:Configuration=”Release” […] Read More