Ruby and document indexing
October 30, 2007
I did some Ferret testing and the results were pretty fine. Check it out.
oy for another post
October 29, 2007
This time, scraping the web with ruby and hpricot. Did I told you before that this is not a Ruby blog ?
http://zenmachine.wordpress.com/scraping-with-hpricot-and-ruby/
imap rss feed
October 25, 2007
Here is a RSS feed generator for IMAP accounts using ruby and the excellent RubyRSS library. It may be changed to read from multiple accounts. Source code.
Also check RubyRSS website at http://www.rubyrss.com/ .
meet marvin
October 18, 2007
Marvin is a file manager for SciTE made in ruby and gtk2 I hacked to help me in a PHP project. It’s called marvin as a homage to a weird cat my mother has. Check the source code.
helping tools for scripting
October 16, 2007
Some tools I’ve been using to scripting.
- to edit programs: SciTE editor with autocomplete enabled. Go to the global options file and uncomment the parameter autocompleteword.automatic=1. It needs an api file which you must download from SciTe’s website (for C/PHP/PERL) or build (RUBY) with http://scite-tools.googlecode.com/svn/trunk/scripts/utils/gen_ruby_api.rb.
- to convert source code to html: source-highlight -s<ruby|php|perl> -fxhtml <sourcecode>