===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 2, 2007 10:14 am
7309
Hello Linux Programming Mania, i wanna ask some problem in my program. now i trying to using shell program as an absence system in our company, and we need it...
Hi, I recently came across the D programming language project, and it looks pretty exciting. The below introduction is from the official D website: D is a...
Hi, I have a c++ program in which i have 4 different entities(think as virtual threads) having uniique ids (0 to 3) and I would like to open 4 different...
well when you login, or create a terminal it is identified as a device.. open up two terminals and type: who am i at the console you would see different tty...
All: Here's wishing you all a happy new year! (So I am late - sue me :) The Bangalore Linux User Group will be meeting on Monday, the 15th of January, at 5pm,...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 14, 2007 5:37 pm
7316
I have an application (package) which has around 12-14 different processes. A couple of processes run at kernel level while the rest run at application level....
... You can try using IBM's Purify (evaluation kit) to find out the process leaking the memory out. You could also use Valgrind for the same. Both the tools...
Mayank Rungta
mr.mynk@...
Jan 21, 2007 10:39 am
7318
... process leaking the memory out. You could also use Valgrind for the same. Both the tools give the stack where the memory is being allocated and freed. ... ...
Hi all, I am trying to have a version of open system call which is something like this here When i want to induce error it should not call the open instead...
I want to access the ECP Parallel port using C. Can someone help me out with the library, and the function, and possibly the syntax? Thank you. Regards, ...
... symbol: __libc_open ... Well assuming that your program is correct, there is lot more to be done: 1) Create a position independent object file using the...
... Use /proc/<pid>/smaps as what would be interesting to know is the private bytes. Of course it's a well known fact that tools like top report "wrong" memory...
... If you have kernel threads running, you cannot go on firing a cat /proc/$PID/status or stat and check for the rss usage for the leak. kernel threads have...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 28, 2007 5:50 pm
7325
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 1, 2007 7:17 pm
7326
Hi, I have a script which requires a couple of commands to be run on another host. Currently the loop looks like this: while [ x != y ] do rsh $remote_host...
... Yes! You can complete this operation with just one rsh invocation. At first create total remote command with ';' as delimiter. And then execute that...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 11, 2007 3:50 pm
7329
Hello Programmer, The International Institute of Information Technology, Hyderabad, India cordially invites you to be a part of Felicity, the annual cultural...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 25, 2007 4:17 pm
7332
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Mar 1, 2007 7:53 pm
7333
This is a one-time mail by ACM. Please join acm-bangalore-chapter@googlegroups.com to get more invites to talks/meeting/updates related to Computer Science and...
Hello! I am writing a program using GTK+. The program has an image and I wish to track mouse clicks on the image. Everytime the user clicks on the image, I...
Hello! I am writing a program using GTK+. The program has an image and I wish to track mouse clicks on the image. Everytime the user clicks on the image, I...
All: The OpenAlchemy project is the opensourced version of Alchemy - the user interface used on the Amida Simputer. Everytime I have shown the Simputer to...
[...] Yeah... I'm sorry about that. Somebody pointed out that it was there as an example in the GTK+ tutorial. I only tried googling it down. I'm a newbie, so...