===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
May 1, 2006 2:16 pm
7159
All: As part of its commitment to increase the use of FOSS, and the level of FOSS development in India, the Government of India (MCIT/IT), along the with the...
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...
May 7, 2006 1:32 pm
7161
Hi all, I'm currently working on porting ALSA driver to a specific/proprietary audio chip. I'm done with creating the PCM interface for playback and capture....
Hi, Are there any free tools available on Linux to check if my code is re-entrant or not? Vishal __________________________________________________ Do You...
... re-entrant or not? This should be more by choice during design and then after implementation check if it's re-entrant by: 1) Thorough concurrent testing of...
... Its mostly at the design phase where it should be done. But if you want to check for signal handlers calling non-reentrant functions you could google for...
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...
May 21, 2006 1:04 pm
7167
Hi Problem : I am facing a problem passing exception objects across DSO. In the following scripts "myex" exception object thrown to libmain-1.so is properly...
From http://lwn.net/Articles/184988/ Greg Kroah-Hartman has decided that it's time to put an end to people sneering that Linux lacks a proper device driver...
Hi, I desperately need gcc 2.7.3.2 or below binaries (i cant compile them using the gcc 3.x.x !!) and also the associated tool chain, compiled for i386. If any...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
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...
Jun 4, 2006 4:45 pm
7174
Dear All Group Members, I have assign some value in some shell script but during time by time its value is changing i want to update its current value to...
... value is changing i want to update its current value to original assign value. I don' t quite understand what u wanna achieve here. Probably u r not very ...
... OP wants to change the value of the variable as a function of time. Suppose the value of A is 100 at 12 noon, at 5 PM it should reduce to 70. One way...
Nadeem M. Khan
nadeem.m.khan@...
Jun 14, 2006 1:29 pm
7177
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...
Jun 18, 2006 1:21 pm
7178
Hello all. I'm creating a module to generate a shell script to ombine files into a single file. I used to do this in windows using the command: copy...
cat file.part1 file.part2 file.part3 > file The above command can be used for concatinating multiple files. "read -n 1" - waits until some character is typed....
Is there a simple command to print lines from a file if the line numbers are given? I want to print a file from line x to line y. How to do it? I have been...
... to do it? ,_._,___ Many ways of doing this. If u r comfortable with Perl, u can try this: #!/usr/bin/perl use strict; my $start=$ARGV[0]; my $stop =...
... sed: cat file | sed -ne 'x,yp' perl: cat file | perl -ne 'print if x..y' -- "Regardless of the legal speed limit, your Buick must be operated at speeds...
... if you're comfortable with perl, you shouldn't be writing so much code. -- Why should I have to work for everything? It's like saying that I don't deserve...