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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 7551 - 7580 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7551
===================================================================== 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, 2009
10:50 am
7552
In the context of socket programming, a server is set up at some port 'PA'. Now, if a client wants to communicate with this server a channel needs to be...
mahesh_linux87
Offline Send Email
Jun 10, 2009
3:57 pm
7553
Hi, I write a very simple program to print command line arguments. As and when program hits '*' in received arguments It converts it to list of files in...
prabhjot singh
cepsingh
Offline Send Email
Jun 10, 2009
3:58 pm
7554
... The * was converted to a list of files by the shell you use eg:bash. Try "./a.out \*" and you should get * as an argument. Any special character ...
Burbure, Pavan (GE He...
pavanburbure
Offline Send Email
Jun 11, 2009
4:55 am
7555
... * on command line is expanded by shell to list of files. Thus when you run program the actual arguments to program are list of files in working directory. ...
Balwinder Singh
BALWINDER@...
Send Email
Jun 11, 2009
6:22 pm
7556
... Yes...you can. Pass the argument as string. Example... >a.out '*' . This is because the asterisk without quote has a special meaning for shell. You can...
Nirmalya Lahiri
nirmalyalahiri
Offline Send Email
Jun 11, 2009
6:22 pm
7557
Hi prabhjot, try ./a.out \* Use escape sequence \ to send a * Thanks, Ganaraj ________________________________ From: prabhjot singh...
Ganaraja Ng
ganaraja_linux
Offline Send Email
Jun 11, 2009
6:22 pm
7558
Hi, * is one of the metacharacter(special character) in unix shell. * - matchess zero or more characters . for eg: foo* - matches all files that start with...
vinod
vin_vrs
Offline Send Email
Jun 11, 2009
6:23 pm
7559
bash is interpreting * and passing it as the list of files in the current directory, you could try passing escape sequence with * and see what is the behavior....
sujay g
sg10b_2000
Offline Send Email
Jun 11, 2009
6:23 pm
7560
Thanks to all! Your suggestion works reply helped. -- Prabhjot ... [Non-text portions of this message have been removed]...
prabhjot singh
cepsingh
Offline Send Email
Jun 12, 2009
8:09 am
7561
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 14, 2009
10:41 am
7562
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 28, 2009
10:38 am
7563
===================================================================== 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
Jul 1, 2009
11:05 am
7564
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
Jul 12, 2009
1:15 pm
7565
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
Jul 26, 2009
6:58 pm
7566
===================================================================== 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
Aug 1, 2009
10:49 am
7567
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
Aug 9, 2009
11:24 am
7568
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
Aug 23, 2009
11:18 am
7569
===================================================================== 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
Sep 1, 2009
11:17 am
7570
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
Sep 6, 2009
10:56 am
7571
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
Sep 6, 2009
10:56 am
7572
Hi, I have written a multithreaded C-server program. During multiple https connections I frequentl get segmentation fault saying 0x080985b0 in SSL_read () ...
dosi_barkha
Offline Send Email
Sep 18, 2009
4:38 am
7573
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
Sep 20, 2009
11:06 am
7574
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
Sep 20, 2009
11:06 am
7575
... Did you register the two required static callbacks when using OpenSSL in multithreaded environment? http://www.openssl.org/docs/crypto/threads.html ...
Venkatesan S
svtesan
Offline Send Email
Sep 21, 2009
5:31 am
7576
===================================================================== 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
Oct 1, 2009
11:16 am
7577
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
Oct 4, 2009
11:07 am
7578
And here we go - FOSS.IN/2009's Call for Participation. Apologies for the delays, things are very different for us this year, with a new venue, new team...
Atul Chitnis
linuxbangalo...
Offline Send Email
Oct 16, 2009
3:38 pm
7579
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
Oct 18, 2009
12:18 pm
7580
All: Please note that the FOSS.IN/2009 Speaker registration is open, and a number of submissions have already been received. Read the CfP at ...
Atul Chitnis
linuxbangalo...
Offline Send Email
Oct 20, 2009
7:26 am
Messages 7551 - 7580 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