How to split a string in Java

  • 05 March 2018
  • ADM

How to split a string in Java using both variants of the split() method: split(String regex) and split(String regex, int limit).


How to convert a roman number in decimal in Java

  • 05 March 2018
  • ADM

How to convert a roman number in decimal in Java. The symbols used are I, V, X, C, D and M.


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.


Breathing Light LED on Raspberry Pi using Python

  • 27 March 2017
  • ADM

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


JUnit 3 vs JUnit 4 Comparison

  • 01 March 2017
  • ADM

Junit 3 vs Junit 4 Comparison. Junit 4 is introducing new features like annotations, static import, timeout.