How to read XML file in Java using SAX Parser

  • 04 April 2018
  • ADM

How to read XML file in Java using SAX Parser.


Blinking LED on Raspberry Pi using C

  • 16 March 2017
  • ADM

How to make a LED blinking on Raspberry Pi using C. Simple C code sample using WiringPi library.


How to install golang on Windows

  • 07 March 2017
  • ADM

How to install golang on Windows. Simple method using MSI installer or ZIP archive plus some windows variables setup.


How to read XML file in Java using DOM

  • 12 July 2016
  • ADM

How to read XML file in Java using DOM. 2 methods: one reading each element by the name and second parsing the entire DOMobject.