In one of our project we needed to search for multiple words from a file and return the found words. These files would be large …
Blog Posts
In one of the project we needed to store data in our data center i.e not place(store) it on cloud specifically. And this data needs …
Speex to Mp3 using ffmpeg and lame In one of the project we receive a speex(.spx) file from client and we have to play on …
Today I will demonstrate how did I manage to get Selenium (browser => “firefox”) running under headless state (click here to know more on this) . Now we …
There are various library for manipulating image,one of them is GD library. In this post i quickly show how to resize an image or generate …
I have to admit this . I always fall in love with RAILS each day as I explore it to know how a complex problem …
In my recent work i have face some difficulties for generating different report for different organization or client using same application,because every client have their …
Rchart is ruby port of the slick pChart charting library. Using Rchart we can develop various format of chart. Line Chart Cubic Curve Chart Bar …
In many application we want to convert one office format to another office format e.g doc to PDF , doc to html etc.We can import/export …