Robot moving across a NxM matrix.
Lets say I have a matrix that is a 2 dimensional array of NxM elements and the Robot needs to find all the ways from the top left corner all the way to the bottom right corner.
read more
Lets say I have a matrix that is a 2 dimensional array of NxM elements and the Robot needs to find all the ways from the top left corner all the way to the bottom right corner.
read more
In continuation to find ways of comparing if images are equal I decided to try comparing them as byte arrays.
read more
Working on a project to validate some images and I thought this would be a good opportunity to show a simple way to compare 2 images to see if they are equal.
read more
Step 1 – Environment Setup Make sure that you have ruby installed on environment, and have SSH access.
read more
Step 1 Run this command to get the .git-completion.bash file downloaded to your home directory.
read more