/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.aligelenler.com
| | juandebravo.com
2.3 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | componenthouse.com
1.7 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...
| | securehoney.net
3.3 parsecs away

Travel
| | In this week's blog post I decribe how I created an antidote for the Android Simlelocker ransomware. The Java file will decrypt an infected device's files.
| | thomasvilhena.com
58.2 parsecs away

Travel
| [AI summary] This blog post explains how to set up an Nginx reverse proxy with Docker and Certbot for SSL certificate management, focusing on configuration files and services for load balancing and secure communication.