category : tech

Installing OpenCV on Mac OSX With Homebrew

Install the package manager Homebrew. It beats MacPorts any day. Go ahead and install OpenCV: $ brew install opencv If all is well, it should be available at: /usr/local/Cellar/opencv/2.4.9 Create

How to Run SlimerJS and PhantomJS With CircleCI

GoalAutomatically run user-driven tests (BDD) with SlimerJS for testing on Gecko (firefox) and PhantomJS for WebKit (chrome/safari) on the continuous integration platform, CircleCI. Auto testing on Ci

Publish Your Node Module to NPM

Goal:You have a node module and want in on npm registry for others to use by simply running: npm install <your_module_name> Prerequisites Install nodejs At least the following 3 files: package.