How to get HTTP Response Header using URLConnection in Java

  • 05 May 2017
  • ADM

How to get HTTP Response Header using URLConnection class in Java.


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.


Breathing Light LED on Raspberry Pi using Java

  • 20 February 2018
  • ADM

Breathing Light LED on Raspberry Pi using Java. The light intensity will start from zero and gradually will increase up to maximum and then will decrease back to zero.


Breathing Light LED on Raspberry Pi using C

  • 27 March 2017
  • ADM

Breathing Light LED on Raspberry Pi using C. The light intensity will start from zero and gradually will increase up to maximum and then will decrease back to zero.