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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6836 - 6865 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6836
===================================================================== 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, 2005
2:42 pm
6837
If you are posting to this list, and your messages aren't appearing, check the following: 1. Did you top-post? Top posting is when you type your reply above...
Atul Chitnis
linuxbangalo...
Offline Send Email
Sep 3, 2005
7:33 am
6838
i have an embedded system board <link> http://www.allwell.tv/Products/Set_Top_Box/STB1030_3036/stb1030_3036.html</link> but the processor running is an cyrix...
hemanth G
virtualhalo
Offline Send Email
Sep 10, 2005
3:37 pm
6839
... http://www.allwell.tv/Products/Set_Top_Box/STB1030_3036/stb1030_3036.html</link> ... ......................... I am a complete dumbass in Embedded stuff,...
Laxminarayan Kamath
kamathln
Offline Send Email
Sep 11, 2005
4:17 am
6840
===================================================================== 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 11, 2005
1:22 pm
6841
Hi all I have download GNU/coreutil package for some of my project. In that I am required to make changes to only a single code file( .c). But after making ...
Sumit Chawla
sumit_k_chawla
Online Now Send Email
Sep 11, 2005
3:11 pm
6842
... man make That's precisely how make works. As long as you don't mess with your system's date/time. -- Can't see Hindi? http://devanaagarii.net...
आलोक | ...
alok.kumar@...
Send Email
Sep 11, 2005
4:31 pm
6843
HI, Java has something called the printStackTrace() method . Do we have something similar in C/C++ ? Regards, Rawat....
aseem rawat
rawata@...
Send Email
Sep 13, 2005
5:26 am
6844
... Check the glibc manual section "Debugging Support" for backtrace*() functions. Sajith....
Sajith T S
sajithts
Offline Send Email
Sep 13, 2005
12:15 pm
6845
All: The official Call for Participation for FOSS.IN/2005 is now available on the website: http://foss.in/2005/cfp Speaker and other content-related...
Atul Chitnis
linuxbangalo...
Offline Send Email
Sep 20, 2005
1:21 pm
6846
Hi, I wanted to know a concept regarding process IDs. Suppose there is a process....it will have a unique process ID, and when the process gets terminated, the...
Chaitanya
sharma_50
Offline Send Email
Sep 22, 2005
1:48 am
6847
... Process IDs are incremented, so they will usually remain unique. However, for compatibility with older apps, process id space is only 16 bits (15 bits?)....
Ganesan Rajagopal
nasenagr
Offline Send Email
Sep 22, 2005
3:56 am
6848
Hi, According the coding practices in C++, we should put all inline function definitions in "*.icc" files. But how do I compile these "*.icc" files? When i try...
vkmet
Offline Send Email
Sep 22, 2005
7:32 am
6849
... [Non-text portions of this message have been removed]...
Venkatesan S
svtesan
Offline Send Email
Sep 22, 2005
7:52 am
6850
All: The Speaker Registration System for FOSS.IN/2005 is now open, and can be found at http://foss.in/2005/speakers/ Before registering yourself as a speaker...
Atul Chitnis
linuxbangalo...
Offline Send Email
Sep 22, 2005
9:36 am
6851
===================================================================== 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 25, 2005
2:15 pm
6852
I am looking for the book Code Reading: The Open Source Perspective by Diomidis Spinellis (http://www.spinellis.gr/codereading/), but havent been successful...
csant31@...
toshck
Offline Send Email
Sep 25, 2005
3:47 pm
6853
Hi, I have a text file like this line1 line2 line3 .. .. lineX I want it to convert like this line1 line2 line3 .. .. lineX What is syntax for this conversion...
ajith_stalwarts
Offline Send Email
Sep 28, 2005
12:36 pm
6854
... Easy.. in vi, in command mode say XJ, where X is the number of lines Regards, Kiran Kumar Immidi __________________________________ Yahoo! Mail - PC...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Sep 28, 2005
12:55 pm
6855
... [snip] ... do this on the command line: echo `cat filename.txt` -- Only a fool fights in a burning house. -- Kank the Klingon, "Day of the Dove", stardate...
Philip Tellis
philiptellis
Offline Send Email
Sep 28, 2005
1:31 pm
6856
... or if you use a shell which doesnt support backquotes...: cat filename.txt | xargs...
Jude Britto
judebx
Offline Send Email
Sep 28, 2005
4:31 pm
6857
... [ysawant@asteroid ysawant]$ cat numeric_file one two three four [ysawant@asteroid ysawant]$ perl -i -pe 's/\n//g' numeric_file [ysawant@asteroid ysawant]$...
Yogesh Sawant
yoga_sawant
Offline Send Email
Sep 28, 2005
6:42 pm
6858
i want to do certain operations over a file using vi editor like : 1) search <abc123> string. 2) copy 4 lines from there onwards 3) serach <xyz123> in the same...
Pradeep Goyal
csclin01@...
Send Email
Sep 28, 2005
10:25 pm
6859
one more simple way: cat <fileName> | xargs thanks pardeep [Non-text portions of this message have been removed]...
Pradeep Goyal
csclin01@...
Send Email
Sep 28, 2005
10:30 pm
6860
... If you need to do this on 200 files, wouldn't it make more sense to use a scripting language like sed or perl for this? -- Push where it gives and scratch...
Philip Tellis
philiptellis
Offline Send Email
Sep 28, 2005
10:53 pm
6861
... Here is an inefficient script that will do the job for u. You might have to add some checks for eof. Use the script as "scriptname <filename> <abc123>...
bharat krishnamurthy
bharat@...
Send Email
Sep 29, 2005
5:05 am
6862
hi all, i am very bad in programming. But please take your time to answer these questions if you know the answers. I would really appreciate it. Under *Unix...
Pradeep Goyal
csclin01@...
Send Email
Sep 29, 2005
5:59 am
6863
... The first is a newline character, the second is a carriage return. Windows text files have a "\r\n" for line endings, Unix text files only have a "\n"....
Ganesan Rajagopal
nasenagr
Offline Send Email
Sep 29, 2005
6:19 am
6864
Hello Pradeep, ... This might be helpful: http://en.wikipedia.org/wiki/CRLF Regards, -MD....
Mahadevan, R IN BLR ...
mdevan_mdevan
Offline Send Email
Sep 29, 2005
7:11 am
6865
... I think you can do it easily using q comand in Vim. You can open all the files that need to be changed using vim * in the directory containing the files. ...
Mayank Rungta
mr.mynk@...
Send Email
Sep 29, 2005
9:49 am
Messages 6836 - 6865 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