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 moreLets 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 moreIn continuation to find ways of comparing if images are equal I decided to try comparing them as byte arrays.
read moreWorking 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 moreStep 1 – Environment Setup Make sure that you have ruby installed on environment, and have SSH access.
read moreStep 1 Run this command to get the .git-completion.bash file downloaded to your home directory.
read more