
Search In
mocha is a javascript test framework. It works well for both node.js and browser. It makes asynchronous testing simple and easy. Mocha test run serially. mocha is open source.
Installing mocha globally:
npm install -g mocha
With the above install
Hello Reader's If you are dealing with JQuery in your website and want to get the height and width of any html element then this blog will very helpful to you.
So lets get started working of getting the height and width of a div .
First yo
OpenCV is an open source project that provides OpenCV android SDK to match one template against other.
These are the following steps to add OpenCv in your project :
1. First of all download Android studio from this link - https://developer.android.
OpenCV library is useful to convert image background color to another RGB color.
We basically read the image using BufferedImage then we read bytes data from that image and we create a new MAT by applying image height and width and then put that byt
Hello Readers !!
Today we are going to discuss the Performance issue with the Unity3D game.
We all know about the Sounds, Batching, Draw Call, Textures, Meshes and other components which we use in the game. But only some of us know about the u
Sometimes, you may have a long conditions to check for validity. In general, you may need to check certain thing that doesn't exists in checkit module, In that case you extends checkit module and add custom methods into it.
For ex.- To w
As we know that in almost all web applications we use images then be it larger images or thumbnails
So for these functionalities we use Carrierwave gem. This gem helps us with uploading images and files.
With the help of carrier wave gems we
The social networks in these days works as a powerful tool for the advertisment or say for promoting the store content.
Like Facebook as it has like button and share button which allow users to share it on web.
To add the Facebook "Like" b
Transition properties allows you to change the values of a element over a predefined duration, animating the property changes, as opposed to having them happen instantly. Over a given duration, CSS3 transition property permits to
Suppose in out text/paragraph of textview, some words are clickable or hyperlinked. In case you have a task to open those hyperlinked text in a webview of any browser you have to use SpannableStringBuilder. Below code with details will help you to op
