Projects
1. Rchart:- Chartig Library
Rchart is ruby port of the slick pChart charting library.
Some of images are listed below which is developed using rchart.
Some of images are listed below which is developed using rchart.
Github:- rchart
More examples of http://github.com/amardaxini/rchart_examples
2. acts_as_flying_saucer:- PDF Generation using Xhtml/CSS
acts_as_flying_saucer is a Ruby On Rails plugin that allows to save rendered views as pdf documents using the Flying Saucer java library.
More info refer Pdf Generation Using Flying saucer
Or Refer
Github:- acts_as_flying_saucer
3. convert_office:- Convert open office format to another open office format
It is a ruby Wrapper of jodconverter Which is used to convert office format to another office format.
It requires Open Office and java
It requires Open Office and java
Github:- convert_office
4. nailgun:- Ruby wrapper of nailgun and it's client.
Nailgun is server that preloads JVM so no need to load JVM on each request.
Nailgun is a ruby wrapper of nailgun server and it's command.
Nailgun improves performance of standalone java application.
acts_as_flying saucer and convert_office both plugin has nailgun support.
Nailgun improves performance of standalone java application.
acts_as_flying saucer and convert_office both plugin has nailgun support.
Github:- nailgun
5. pasco:- Read IE histories by passing IE history file i.e .dat
Pasco is a gem that reads ie histories on providing ie history file i.e *.dat.
It will return an array of object that contains url,modified_time,access_time,file_name,directory,http_header
Pasco.get_history(path of ie history file)
Github:- pasco
6. safari_plist:- Read safari histories by passing safari *.plist file
safari_plist is a gem that reads safari histories on providing safari *.plist file.
It requires plutil binary.
It returns array of object containing url,acces_time,visit_count
It requires plutil binary.
SafariPlist.get_history(*.plist,[plutil_path])
Github:- safari_plist