Joomla TemplatesWeb HostingFree Joomla Templates
Home

Welcome to sivachandran.in

Using heap as stack and finding stack usage

Recently I learned how a memory allocated from heap can be used as stack and how we can find the stack usage of particular function invocation. The following is a sample code utilizing this technique and also it detects the stack usage of function call.

Last Updated (Sunday, 13 December 2009 13:50)

Read more...

 

A simple TCP redirector in Python

What is it?

A very simple TCP redirector written in python. It redirects any data sent to local port's to a target host, port. It acts as a bridge between local port and the target host, port pair.

Last Updated (Tuesday, 08 December 2009 22:25)

Read more...

 

Web Automation using PyQt4 and jQuery

I would like to show how a web related task can be automated using PyQt4 and jQuery. The original intention is to automate the task of checking my broadband usage from the ISP portal. But here I am going to show how we can fetch google search result for given keyword. I know there are better ways to do this but I want to explain the technique with simple example.

Last Updated (Monday, 28 September 2009 21:27)

Read more...