inotify – Linux File System Activity Monitoring
inotify is a Linux kernel subsystem which monitors Linux file system operations, such as read, write, create and delete. It was included in More »
Software Engineer from Sri Lanka. Currently working as a Technical Lead at WSO2 Inc. and leads the WSO2 Business Process Server team. I am also and active contributor for several Apache Projects including Apache ODE and Apache Axis2.
inotify is a Linux kernel subsystem which monitors Linux file system operations, such as read, write, create and delete. It was included in More »
Aliasing is a powerful Ruby feature that allows more than one method to be referred to by multiple names. This can be used More »
I found this nice discussion(http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/33615) about Ruby’s name resolution algorithm while browsing through the internet. You can browse through the discussion by clicking More »
In a previous post I describe the advantages of Ruby method_missing feature. Here is good diagram which shows the flow of Ruby method More »
To be frankly, I don’t have any previous experience with Ruby programming. I first looked at Ruby code(WSF/Ruby source), when I started to More »