Joomla TemplatesWeb HostingFree Joomla Templates
Home Blogs

Blogs

Open source contributions

This blog is for archival purpose, basically I want to document the list patches I submit to various open source projects since some of the patches are merged immediately but some take long time. I want my patches available to any one who faces same the problem or in need same feature. So I am going to upload them in my site in addition to original project page/issue tracker.

Last Updated (Tuesday, 22 June 2010 22:13)

Read more...

 

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...

 

Helion is OUT!

Yes, finally Helion (formerly known as Supercollider) is out and available in AppStore. Helion is a space shooter game for iPhone/iPod Touch. I am very proud that I was part of Helion early development. That was my first development experience with Mac OS X and OpenGL based game.

Last Updated (Friday, 14 August 2009 19:04)

Read more...

 
More Articles...