valibuk.net

A place for opinions and notes of a valibuk.

Rhotoalbum 0.8

Tagged with: — ondrej at 8:59 pm on Wednesday, July 21, 2010

A new version of Rhotoalbum, a simple but powerful photo album generator written in Ruby, has been released.

The version 0.8 contains a number of features (well, after two years) like RSS support (try with cooliris), options per album, pagination, cool thumbnail effects for photos and album covers and improved album cover managing.

(There is more where this came from … )

Command Line Options Parsing in Ruby

Tagged with: — ondrej at 3:35 pm on Friday, April 2, 2010

One of the most common ways how to control a command line application is to use options, e.g. almost every command line application would understand -h or --help or /? (common in the MS-DOS world) as a request to show some instruction.

Ruby (but also other programming languages such as Java) has a basic support for accessing command line arguments, so there is a space for libraries that make reading options easier such as Trollop, Optiflag or Choice.
Update: Actually not so true for Ruby – there are two standard libraries (they are built-in, so it is not necessary to install them): OptionParser and GetoptLong. Check them out. (thnx to Max)

The Choice library is an interesting choice, not only because it works smoothly, but it is a nice example of a domain specific language (DSL or see my older post about DSL in Ruby).

(There is more where this came from … )

Access Flickr with Ruby and Flickraw

Tagged with: — ondrej at 11:51 pm on Monday, March 29, 2010

Flickr is a well known site for sharing photos and it is one of the most popular sites that published their services and allow to use them freely.

It is not necessary to work on a photo uploader, photo printing site or a mashup solution to become an user of the services. Sometimes it is interesting enough to get a list of your photos URLs and show them in a favourite flash photo viewer on your own web site.

There are several libraries for Ruby, one of the most up-to-date is Flickraw. Unfortunately it is not mentioned on the official Flickr services page, although it works smoothly, has a good documentation and is actively maintained (btw. the RubyForge project page is outdated, but the github page is up-to-date).
(There is more where this came from … )

Favourite OS X applications 2009

Tagged with: — ondrej at 1:36 am on Sunday, October 18, 2009

Recently I updated to the Snow Leopard, but I decided for a clean install (of course, again the last one).
I saved a list of all installed applications
ls -1 /Applications/ > my_apps.txt
in order not to forget what I used last week :) ..and here are the favourite ones:
(There is more where this came from … )

Slovak Ruby and RoR fans will meet in Bratislava on April 25

Tagged with: — ondrej at 8:24 am on Thursday, April 23, 2009

Slovak Ruby and Ruby on Rails fans will meet in Bratislava on April 25, 2009. For more details see the Slovak Ruby on Rails site or directly the post about the meeting [all in Slovak].

Domain Specific Languages in Ruby

Tagged with: — ondrej at 10:09 pm on Sunday, March 22, 2009

It is probably every developer’s dream to create a programming language. It is a complex and difficult task, so it will remain just an unfulfilled dream for many.
But there is a chance to create something simpler – a domain specific language (DSL). A language, that covers a specific (and limited) domain.
Ruby helps here a lot – to create a DSL is really simple and easy.
(There is more where this came from … )

Undelete iPod Mini Files

Tagged with: — ondrej at 8:26 am on Tuesday, March 17, 2009

A friend of mine asked me to help him to undelete music files from his iPod mini.
(There is more where this came from … )

My Favourite Firefox and Thunderbird Add-ons

Tagged with: — ondrej at 1:53 am on Monday, March 9, 2009

I wrote down my favourite Firefox and Thunderbird add-ons (or plug-ins). Some friends of mine asked me several times.. here is it..
(There is more where this came from … )

Accessing Mac OS X harddrive from Ubuntu in VirtualBox via shared folders

Tagged with: — ondrej at 12:25 am on Sunday, March 8, 2009

I installed Ubuntu in a VirtualBox machine on OS X (pretty easy and straightforward), but to access a Mac harddrive from Ubuntu was slightly more complicated.
(There is more where this came from … )

JSSh (Firefox 3.0) with Optional Port Number

Tagged with: — ondrej at 8:15 pm on Sunday, November 9, 2008

One of the ways how to remotely control Firefox is to use the JSSh (JavaScript Shell) plug-in. To successfully install the plug-in, it is necessary to find a suitable version for your Firefox version (1.x, 2.x, 3.x) and platform (Linux, Mac, Win). That is sometimes not so trivial…

Additionally there is a limitation in the plug-in: its communication port number cannot be (easily) changed, so it is not possible to start more JSSh (and Firefox) instances.

First, the actual status is described, later a new version of the JSSh plug-in is provided with examples.

(There is more where this came from … )

Next Page »