Saturday, July 8, 2017

JS Inheritance OOP


See the Pen JS Inheritance OOP by Ariel Barkan (@ArielBarkan) on CodePen.

Creating Array of Objects + search


Tuesday, January 17, 2017

linux bulk prefix filenames

  In order to bulk add prefix to filenames  in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...