ArvinderKang.com header image 4

Installing RMagick on OS X Leopard

August 1st, 2008 by { Arvinder Kang } · 2 Comments · Programming

I work with Ruby on Leopard and and I need RMagick.

If you are a programmer and don’t know what RMagick is, you should know how code can melt your picture into art in Ruby:).

[Read more →]

Tags:··

Installing command line MP3 player

June 28th, 2008 by { Arvinder Kang } · 2 Comments · Hacks

mpg123 is a real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3.

I was playing with Ruby scripts and needed a command line mp3 player which was not a resource hog.

Steps I took for my OS X (Should work on Linux/Unix box):

Download the latest version from the website.

Untar the archive

tar -xvf mpg123-1.4.3.tar

Compile and install [...]

[Read more →]

Tags:·····