How to create tiny HTTP server in Java
How to create tiny HTTP server in Java using ServerSocket class.
How to get HTTP Response Header using URLConnection in Java
How to get HTTP Response Header using URLConnection class in Java.
How to convert XML file into properties data in Java
The java.util.Properties
class come with a loadFromXML()
method to convert an XML file to properties data.
How to convert properties file into XML file in Java
The java.util.Properties
class come with a storeToXML()
method to convert existing properties data into an XML file.
RGB LED on Raspberry Pi using C
In this article will make RGB LED to change colors using Raspberry Pi and C.
Breathing Light LED on Raspberry Pi using C
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.
Search
Other Posts
Follow Us On