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 3120 - 3149 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3120
... Right, refer to the functions readn() and writen() in Richard Steven's UNIX network programming book. Also refer to the man pages for read and write. ...
Kiran Kumar
immidi_kiran
Offline Send Email
Jun 1, 2003
10:38 am
3121
Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Jun 1, 2003
6:35 pm
3122
just trying to see if i'm back on the list - please ignore kg...
Kenneth Gonsalves
lawgon@...
Send Email
Jun 2, 2003
6:48 am
3123
... hi all ysterday i verified this , there is an ODBC inerface for excel files. But i'm not sure if it can work in linux box. can anybody clarify this?( i...
suman
suman_karumuri
Offline Send Email
Jun 2, 2003
11:27 am
3124
hey, i am ahaving my driver written in 'c' for a local printer good in redhat7.1,but having the wait_queue structure problem,in redhat8, how to fix it? ...
Abhijeet Pawar
abhijeet_pawar@...
Send Email
Jun 2, 2003
6:49 pm
3125
Hi, I wrote a simple URL retriver in Perl. It works just fine. But I want to understand something which I feel is more to with HTML itself rather than a...
qwertiin
Offline Send Email
Jun 3, 2003
7:03 am
3126
... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There you go. Your browser loads those images from www.cnn.com when you load tmp.html. ... Because hinduonnet probably...
Ganesan R
nasenagr
Offline Send Email
Jun 3, 2003
7:13 am
3127
... If I am right, having relative urls does not mean that it will search for them on the disk. They are retrieved from the same document base as the HTML file...
Kiran Kumar
immidi_kiran
Offline Send Email
Jun 3, 2003
10:22 am
3128
... Remember that he saved the file to tmp.html and opened it in a browser. Unless a document base is explicitly specified, any relative URLs on the page will...
Ganesan R
nasenagr
Offline Send Email
Jun 3, 2003
12:19 pm
3129
... Right, I am sorry. Regards, Kiran Kumar Immidi __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to...
Kiran Kumar
immidi_kiran
Offline Send Email
Jun 3, 2003
1:13 pm
3130
Hi, I would like to know about code and data size of some projects which is executed. I used size command for that it is working with any executable file or du...
ranjeet
ranjeet@...
Send Email
Jun 3, 2003
3:37 pm
3131
Hi, ... I could not understand ur question properly. But i assume u need to find the size of code segment and data segment of an executable. As far as i know...
Srikanth, Mandava
karan3537
Offline Send Email
Jun 3, 2003
4:12 pm
3132
can't figure out the function the sytem uses to encrypt the user password before storing in the /etc/shadow file aheesh...
aheesh4u
Offline Send Email
Jun 4, 2003
9:59 am
3133
... "readelf" is one more utility. You will get lot of information out of it, use whatever required. Thanks Nikunj...
Nikunj A. Dadhania
ndadhania
Offline Send Email
Jun 4, 2003
11:34 am
3134
Hi all, Is it possible to reduce the size of RTP stack (real time transport protocol ) to nearly 50k. I am using vivodia and linphone rtp stack but their sizes...
ranjeet
ranjeet@...
Send Email
Jun 4, 2003
11:34 am
3135
... From: "ranjeet" <ranjeet@...> To: <linux-bangalore-programming@yahoogroups.com> Sent: Tuesday, June 03, 2003 7:21 PM Subject: [blug-prog] Measuring...
arun
akumar@...
Send Email
Jun 4, 2003
11:34 am
3136
Hello: Firstly, an apology for the cross posting. Put it down to an overdose of enthusiasm. :) This is just to announce the first beta release of the XFce4...
Biju Chacko
Biju_Chacko
Offline Send Email
Jun 8, 2003
6:24 am
3137
Hi all, I am writing a Kernel module and I would like to have a configuration file that contains paramters for this module. From my (limited) knowledge I know...
Vishal Jose
vjose@...
Send Email
Jun 9, 2003
6:10 pm
3138
... My suggestion is not to open a file in the kernel for config stuff. Opening files in the kernel does not `feel` good to me. ...
Kunaal Mahanti
kmahanti
Offline Send Email
Jun 10, 2003
2:43 am
3139
... Reading and parsing disk files from kernel space is always a bad idea. The alternatives are to use the /proc interface. Or to provide ioctls(). Regards, ...
Kiran Kumar
immidi_kiran
Offline Send Email
Jun 10, 2003
4:07 am
3140
... I too will recommend not to do it. If you do not have any choice, here is the link (http://www.linux-mag.com/2000-11/gear_01.html) it explains how to do a ...
Nikunj A. Dadhania
ndadhania
Offline Send Email
Jun 10, 2003
7:18 am
3141
... Thanx for the replies.... But I came to know a better way which is little tricky. We can't use the usual user space functions open, read, write, and close...
Vishal Jose
vjose@...
Send Email
Jun 10, 2003
7:19 am
3142
... This is correct, but again the crux of the matter is that it is not a good idea to open files in the kernel! It is a discouraged practice. Nothing says...
Kunaal Mahanti
kmahanti
Offline Send Email
Jun 10, 2003
8:40 am
3143
Hi All, I am developing a small kernel module. Is there any place where I can get a sample code to start with? Thanks for your help, Senthil...
lihtnes78
Offline Send Email
Jun 10, 2003
1:04 pm
3144
... Check this out, http://examples.oreilly.com/linuxdrive2/ -- Pradeep...
Pradeep R V
pradeep.venkatesha@...
Send Email
Jun 11, 2003
4:12 pm
3145
Hi *, If any of you are present now at your machine. I have one query. You know what a port under Linux is? One explains like...writing code and porting it to...
senthil_or@...
Send Email
Jun 11, 2003
4:16 pm
3146
Hi, Discovered something interesting recently. Wanted to know if any if you know why this happens In RH7.1 distro, local variables declared in a function stack...
arun
akumar@...
Send Email
Jun 11, 2003
4:17 pm
3147
Hi Is it possible to write a very simple self producing makefile. I tried doing it but was unable to produce one. Sumit ===== "All truth passes through three...
Sumit Rangwala
sumitrangwala
Offline Send Email
Jun 11, 2003
4:17 pm
3148
http://www.debian.org/ports/hurd/ senthil_or@... wrote: Hi *, If any of you are present now at your machine. I have one query. You know what a port under...
Anil Kumar Saharan
aksaharan
Offline Send Email
Jun 12, 2003
4:10 am
3149
... remember Debian is an OS .. which means a bunch of applications(actually a lot of) bundelend with the kernel. In this case all the apps/configuration tools...
Damarugendra M
damaru_m
Offline Send Email
Jun 12, 2003
9:06 am
Messages 3120 - 3149 of 7585   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