Stories

  • Echo2 with JRuby

    Echo2 with JRuby

    I want to play with jruby, and I rewrite a numberguess example application from Echo2 framework into Ruby using JRuby. Let’s see… First we need to rewrite a NumberGuessServlet to load a NumberGuessApp ruby class instead of java class.
    14 January 2008 ・ Reading time: 3 minutes
  • CodePress Addons

    CodePress Addons

    I was playing around with CodePress. There are some modification I made: This one updates all textareas fields when form is submitted, and fix the problem with rails javascript tag helper.
    3 January 2008 ・ Reading time: 2 minutes
  • Ivo Reader Script

    Ivo Reader Script

    This is a ruby rewrite of ivonka.sh script. This simple script read data from standard input or command line parameters using say.expressivo.com text to speech reader.
    17 September 2007
  • Blogger Syntax Highlighter

    Blogger Syntax Highlighter

    My syntax highligter widget for blogger is available. It’s based on SyntaxHighlighter 1.5.1. Package include all compressed code and brushes, works in blogger mode. This script also handle older/newer posts links. To add it check out this page. For usage information visit this wiki page.
    3 September 2007
  • Ruby Projects Update

    Ruby Projects Update

    GRuby 0.2.1: added gruby.rb file colorize 0.5.6: added effects methods new readme files new rake file
    11 August 2007
  • GRuby 0.2.0

    GRuby 0.2.0

    New version of gruby gem uploaded to rubyforge repository. Changes: uri-open instead of socket in connection_params method few callback added readme files new rake file Documentation is available here. As always you can install it with:
    5 August 2007
  • iGoogle Customize

    iGoogle Customize

    I just made an iGoogle module. Now you can make some customization of your page. Add it here.
    3 August 2007
  • Netvibes Modules Are Unavaiable

    Netvibes Modules Are Unavaiable

    Sorry, all my netvibes modules are temporarily unavailable because traffic limits per month: Total Available Traffic: 4096 MB (4294967296 Bytes)
    18 June 2007
  • Netvibes Quick Translator Fixed

    Netvibes Quick Translator Fixed

    Quick Translator widget fixed. Now just works ;)
    13 June 2007
  • Clear Terminal Window with Ruby

    Clear Terminal Window with Ruby

    Clean and simple :) Works only on *nix systems CLEAR = `clear` print CLEAR
    31 May 2007
  • File.modify!

    File.modify!

    Here is a little ruby File class method called modify!. This simple method allows you to invoke a block on file content - array of chomped lines.
    9 May 2007
  • GRuby released

    GRuby released

    My first version of Gadu-Gadu protocol implementation in Ruby released. Here is very very small portion of documentation ;) You can download it form rubyforge. Or install it via rubygems:
    15 April 2007