|
You are here |
mariuszprzydatek.com | ||
| | | | |
componenthouse.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Once upon a time, there was a programming environment made by Microsoft called Visual J++. | ||