How to generate random numbers in a range using Java

  • 19 July 2017
  • ADM

How to generate random numbers in a range using Java. A simple method using SecureRandom, class.


How to generate a random password in Java

  • 19 July 2017
  • ADM

How to generate a random password in Java. The algorithm uses a dictionary.


How to create a Java project with Maven

  • 07 August 2017
  • ADM

How to create a Java project with Maven. Simple steps to generate the project, import in Eclipse and run the application.


Enum examples in Java

  • 24 April 2017
  • ADM

Enum examples in Java. Simple enum usage. How to convert String to Enum object. Enum object with fields and methods.


RGB LED on Raspberry Pi using Java

  • 31 March 2017
  • ADM

In this article will make RGB LED to change colors using Raspberry Pi and Java.


RGB LED on Raspberry Pi using C

  • 31 March 2017
  • ADM

In this article will make RGB LED to change colors using Raspberry Pi and C.