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 »
In this post I am going to describe first feature from the list of Python features I have mentioned in the previous article. More »
hile doing some research about Python modules and namespaces I found this nice presentation about features provide by Python but not available in More »
Here is a sample client that I write to test WSF/Python 1.0.0alpha implementation. It talks to yahoo REST search API using WSF/Python. #!/usr/bin/env More »
These days I am developing WSF/Python which is a Python extension for consuming and providing Web Services in Python. This extension is develop More »
WSF/Python is the Python language extension to WSO2 WSF/C. This enables you to consume/provide Web Services both with SOAP and REST. You can 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 »