Entries Tagged as 'Uncategorized'
Ending 30 years of war, Sri Lanka’s tamil tiger terrorists lay down their arms today. We as Sri Lankans dreamed about this day for a long time. Finally our war heroes defeated tamil tigers and rescued thousands of people from terrorists. This is known an world’s largest rescue operation carried out by an army.
Sphere: Related [...]
[Read more →]
Tags:
Via http://geekandpoke.typepad.com/.
[Read more →]
Tags:
Tags:
What is libusb?
libusb is a library which user level applications can used to access USB devices without worrying about the underlying operating system. Or we can see it as a high-level API which wraps low-level kernel interactions with USB modules and provide developer with the facility to implement device driver for a USB device from [...]
[Read more →]
Tags:
Unix Timeline Image
Unix History
[Read more →]
Tags:
I recently read this interview with Richard Stallman about cloud computing. In my personal beliefs, I think he has a point. By storing our personal data on other’s computers is a privacy problem and also we’ll lose control over our data. For example, we delete some personal data we uploaded to remote web server, how [...]
[Read more →]
Tags:
Implementing Echo Service
Let’s write a simple web service using WSO2 WSF/PHP. This service will echo the incoming request to client. It will get the request payload from client and send it back to the client as the response. Example request and response:
Request:
<echo>
Hello World
</echo>
Response
<echo>
Hello World
</echo>
To write a Web Service using WSF/PHP you have to [...]
[Read more →]
Tags:
Eval
Eval function is a way of iteracting with the python interpreter from within a program. ‘eval’ function evaluates a string as if it were a Python expression. You can pass a literal, simple expressions, or use built-in functions as argument string.
But eval has security issues. If you pass string from untursted source, you may get [...]
[Read more →]
Tags:
Did you think what will happen to Firefox if Google Chrome become a hit. Read more about it on Samisa’s blog post ‘Google The KILLER’.
[Read more →]
Tags:
50 Remarkable Nature Wallpapers
“When it comes to beauty nothing can beat the beauty of nature. Although we, designers, can derive inspiration from almost everything, nature often manages to provide us with beautiful eye-catching perspectives we would never have explored otherwise. We have collected hundreds of wallpapers already (see links below). In this post we would [...]
[Read more →]
Tags: