How to make windows bootable USB drive

  • 29 July 2017
  • ADM

How to make Windows bootable USB drive from any operating systems: Windows, MacOS, Linux.


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.


Thread Semaphore and Mutex in Java

  • 30 May 2017
  • ADM

Thread Semaphore and Mutex in Java. Semaphore restrict the access to a resource for limited numbers of threads while mutex restricts the access to a single thread.


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.


RGB LED on Raspberry Pi using Python

  • 31 March 2017
  • ADM

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