Thursday Jul 31, 2008

I was looking for a way to simulate python's os.kill() in windows.Finally ended up with the following code. I tried using win32api also.

handle = subprocess.Popen("someprocess here", shell=False)

subprocess.Popen("taskkill /F /T /PID %i"%handle.pid , shell=True)

Thursday Sep 20, 2007

You can refer the blog http://gizmothunder.blogspot.com/2006/06/gif-animation-in-gimp.html for explanation.

Wednesday Mar 14, 2007

This is my first blog. I created this account 3 time back but it took me this 3 months to write my first blog.

 

1.So what am I going to write here?

I would like to write some simple java programs/techniques which I come across while doing my project.

2.How frequent will the blog be updated?

Thats secret. ;) .

This blog copyright 2009 by rajkumarsrinivas