Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7158 - 7187 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7158
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
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...
Atul Chitnis
linuxbangalo...
Online Now Send Email
May 1, 2006
3:23 pm
7160
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...
Send Email
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....
Vishwas P S
vishwas_poghul
Offline Send Email
May 17, 2006
11:03 am
7162
Hi all: http://www.opensolaris.org/os/announcements/#2006-05-16_sun_recasts_java_licensing_--_opensolaris_distros_can_now_include_jdk_ ...
Sriram Narayanan
sriramx_2000
Offline Send Email
May 18, 2006
4:59 pm
7163
Hi, Are there any free tools available on Linux to check if my code is re-entrant or not? Vishal __________________________________________________ Do You...
vkmet
Offline Send Email
May 19, 2006
5:27 am
7164
... 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...
Srinath Venkataramani
srinath1076
Offline Send Email
May 19, 2006
4:36 pm
7165
... 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...
Animesh Bansriyar
anibansoft
Offline Send Email
May 20, 2006
7:05 am
7166
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...
Send Email
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...
amrish_kapoor@...
kapoor.amrish
Offline Send Email
May 23, 2006
2:26 pm
7168
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...
Atul Chitnis
linuxbangalo...
Online Now Send Email
May 25, 2006
7:42 am
7169
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...
Karthik Parashar
karthik_n_pa...
Offline Send Email
Jun 1, 2006
5:43 pm
7170
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Jun 1, 2006
10:02 pm
7171
... http://www.br.kernel.org/pub/linux/devel/gcc/gcc-2.7.2.3/ Associated toolchain anybody..? -- Laxminarayan Kamath Ammembal (+91) 9342287956 ...
Laxminarayan Kamath
kamathln
Offline Send Email
Jun 2, 2006
5:21 am
7172
... http://www.google.co.in/search?q=gcc-2.7+%22index+of%22+rpm+OR+i386+OR+deb -- Laxminarayan Kamath Ammembal (+91) 9342287956 laxminarayan@... ...
Laxminarayan Kamath
kamathln
Offline Send Email
Jun 2, 2006
5:21 am
7173
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...
Send Email
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...
REDHAT LOVER
iwantobecome...
Offline Send Email
Jun 14, 2006
6:41 am
7175
... 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 ...
Srinath Venkataramani
srinath1076
Offline Send Email
Jun 14, 2006
6:53 am
7176
... 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@...
Send Email
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...
Send Email
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...
Anil Gulecha
anilgulecha
Offline Send Email
Jun 24, 2006
7:45 am
7179
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....
Chandan.R
r_chandan2001
Offline Send Email
Jun 24, 2006
4:43 pm
7180
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...
sridhar.iyer
Offline Send Email
Jun 27, 2006
8:50 am
7181
... 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 =...
Srinath Venkataramani
srinath1076
Offline Send Email
Jun 27, 2006
9:17 am
7182
... 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...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
9:23 am
7183
... 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...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
9:24 am
7184
... If you are doing something like "cat file | blah ..", you could possibly be doing it as "blah .. file"; Regards, Kiran Kumar Immidi కిరణ్...
Kiran Kumar Immidi
immidi_kiran
Online Now Send Email
Jun 27, 2006
10:09 am
7185
... right. pipes are just a purer way of KISSing. -- HOLY MACRO!...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
10:49 am
7186
... What is that? Regards, Kiran Kumar Immidi కిరణ్ కుమార్ __________________________________________________ Do You Yahoo!? Tired of...
Kiran Kumar Immidi
immidi_kiran
Online Now Send Email
Jun 27, 2006
11:23 am
7187
... RTFM :P -- Delta: The kids will love our inflatable slides. -- David Letterman...
Philip Tellis
philiptellis
Offline Send Email
Jun 27, 2006
12:23 pm
Messages 7158 - 7187 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help