How to get local computer name and IP in Java. Simple snippet using InetAddress.getLocalHost() method.


How to create an HTTP URLConnection with proxy in Java. Simple example including proxy authentication.


How to Check Alexa Rank in Java

  • 16 November 2017
  • ADM

How to Check Alexa Rank in Java using the undocumented API: http://data.alexa.com/data?cli=10&url=domainName. The code contains also the possibility of adding proxy settings


How to convert Celsius to Fahrenheit in Java. Simple Java code and conversion table with common values.


How to convert Fahrenheit to Celsius in Java. Simple Java code and conversion table with common values.


How to generate a fixed length random string using Golang using a dictionary of chars.