Explore >> Select a destination


You are here

mariuszprzydatek.com
| | componenthouse.com
7.9 parsecs away

Travel
| | I wanted tocompare how Java, C++ and C perform whenreading a text file line by line and printing the output. I've implemented some possibilities and, at the end, we can compare the speed of each execution. Java 7 version (BufferedReader) import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; public class Main7 { private static final...
| | www.opsdash.com
21.0 parsecs away

Travel
| | OpsDash is a self-hosted server monitoring and service monitoring solution for monitoring MySQL, Postgres, Redis, MongoDB, memcache, Redis, Apache, Nginx, HTTP URLs, Elasticsearch and more, with intelligent, customizable dashboards and spam-free alerting via email, HipChat, Slack, PagerDuty and PushBullet.
| | nakov.com
4.0 parsecs away

Travel
| | By design when we open an SSL connection in Java (e.g. through java.net.URL.openConnection("https://....")) the JSSE implementation of the SSL protocol performs few validations to ensure the requested host is not fake. This involves validation of the server's X.509 certificate with the PKIX algorith
| | akos.ma
36.2 parsecs away

Travel
| Once upon a time, there was a programming environment made by Microsoft called Visual J++.