... 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. ...
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...
Jun 1, 2003 6:35 pm
3122
just trying to see if i'm back on the list - please ignore kg...
Kenneth Gonsalves
lawgon@...
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...
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@...
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...
... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There you go. Your browser loads those images from www.cnn.com when you load tmp.html. ... Because hinduonnet probably...
... 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...
... 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...
... Right, I am sorry. Regards, Kiran Kumar Immidi __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to...
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@...
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...
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@...
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@...
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...
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@...
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. ...
... 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, ...
... 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 ...
... 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@...
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...
... Check this out, http://examples.oreilly.com/linuxdrive2/ -- Pradeep...
Pradeep R V
pradeep.venkatesha@...
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@...
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@...
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...
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...
... 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...