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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6018 - 6047 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6018
... Depends on who owns the directory in the first place - gives you a hint? Tarique -- ============================================================= PHP...
Dr Tarique Sani
tariquesani
Offline Send Email
Nov 1, 2004
8:07 am
6019
... Chandrasekhar babu writes ... Ajith writes, it is working now.Canu please tell me how it is working if a new line (\n) is given ? -- Before posting to this...
ajith kumar
ajith_stalwarts
Offline Send Email
Nov 1, 2004
8:22 am
6020
... We'll leave that as an excercise for you to figure out. Hint: It was always working (even without the newline). Ganesan...
Ganesan R
nasenagr
Offline Send Email
Nov 1, 2004
8:54 am
6021
... Previously, your program did work... but as the default standard output is generally buffered on Linux (or any UNIX for that matter), the output never ...
Chandrashekar Babu
lug@...
Send Email
Nov 1, 2004
9:12 am
6022
... why not just use CGI::Session or Apache::Session? ... wx for the user that the web server runs as....
Philip Tellis
philiptellis
Offline Send Email
Nov 1, 2004
3:32 pm
6023
... well, for my perl stuff i use CGI::SecureState - which, in my opinion, is a sensational module. It looks after all the session stuff without imposing a ...
Kenneth Gonsalves
kengon2233
Offline Send Email
Nov 2, 2004
2:11 am
6024
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
Nov 2, 2004
8:15 am
6025
Hi all, I am trying to read a directory with read system call but its failing where as when I read a file with read system call, its read successfully. What i...
yashpal_ait21
Offline Send Email
Nov 3, 2004
6:25 am
6026
... Search for every occurrence of DIR in man open. ... man readdir ===== Regards, Kiran Kumar Immidi __________________________________ Do you Yahoo!? Check...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Nov 3, 2004
6:38 am
6027
... man 3 opendir man 3 readdir ... and follow it up from there. Koo -- Windows - just another pane....
David Koo
nothing2n@...
Send Email
Nov 3, 2004
8:39 am
6028
... Hi, ... You can use opendir() and readdir() for this purpose. Here is a few-liner sample: [mbaris@zion:/tmp/code_temp]$ cat readdir.c #include...
m.barış demiray
barisdemiray
Offline Send Email
Nov 3, 2004
9:58 am
6029
... Directory is also a special file. You should be able to read the contents of a directory like an ordinary file. I am not sure why read is failing for you....
SANANDAN
sanandan.sharma@...
Send Email
Nov 3, 2004
9:58 am
6030
... As others have mentioned you need to use opendir()/readdir(). I personally find glob(3) more convenient. Ganesan...
Ganesan R
nasenagr
Offline Send Email
Nov 3, 2004
10:43 am
6031
Hello everyone, I need to port linux into PPC(860) board. ... OS: Red Hat Linux 9.0 (kernel version 2.4) Target: MBX860(Motorola PPC 860) I want to know the...
May tell
mrblre
Offline Send Email
Nov 3, 2004
11:37 am
6032
... why not just get a ppc version of linux? -- The telephone is a good way to talk to people without having to offer them a drink. -- Fran Lebowitz,...
Philip Tellis
philiptellis
Offline Send Email
Nov 3, 2004
11:41 am
6033
... again. ... gets ... will ... OK I think i got it. Also, My mistake is that i dint document my prog b4 sending.Like Darius on Radiocity saya, "Whippings to...
kamathln
Offline Send Email
Nov 4, 2004
5:27 am
6034
... This is available long long back. check www.denx.de HTH...
Om
omanakuttan@...
Send Email
Nov 4, 2004
5:27 am
6035
Hi , I am currently executing a project in python as GUI running on NT workstation and the remote package running in IRIX (unix) work station with MIPS pro C...
Karthik J
ramkrs80
Offline Send Email
Nov 4, 2004
5:31 am
6036
... Go to this url, and you will find scripts to port your linux to most of the common architecture with all sets of glibc, uclibc and gcc versions. Just go...
Saifuddin
saif@...
Send Email
Nov 4, 2004
6:49 am
6037
... you dont need training in python. anyone can learn python in a day. Just go through the tutorial that comes with the python docs. Also buy a copy of ...
Kenneth Gonsalves
kengon2233
Offline Send Email
Nov 4, 2004
7:11 am
6038
... On the subject -- any recommendations for IDEs for python? How's Boa vis-a-vis IDLE? -- b...
Biju Chacko
Biju_Chacko
Offline Send Email
Nov 4, 2004
7:45 am
6039
... i personally prefer idle because i find it easier to do things by hand. Also its fast, can open idle, write my code and go for a cup of tea before boa ...
Kenneth Gonsalves
kengon2233
Offline Send Email
Nov 4, 2004
8:15 am
6040
... Personally I am happy with emacs :-), I suspect that's not the answer you're looking for :-). I was impressed by Eric3. It doesn't have a GUI builder ...
Ganesan R
nasenagr
Offline Send Email
Nov 4, 2004
8:44 am
6041
Hi all, I have written a small piece of code but getting error on compilation. #include<stdio.h> #include<fcntl.h> #include<unistd.h> #include<sys/types.h> ...
yashpal_ait21
Offline Send Email
Nov 4, 2004
3:37 pm
6042
... Hash: SHA1 ... It's readdir. man readdir Funny feeling, I remember *someone* asking this question today on some other discussion board. Probably it was...
Manish Malik
mmfornix
Offline Send Email
Nov 4, 2004
4:07 pm
6043
... Hi, ... There is no function named dirread. It should be readdir(). Also there are several errors. - opendir() does not return the opened directory's path....
m.barış demiray
barisdemiray
Offline Send Email
Nov 4, 2004
4:54 pm
6044
... If you can manage it talk to jace@..., and ask him if you could spend some time with him, you would learn Python the best way possible. ... The...
ralph_s_v_a
Offline Send Email
Nov 5, 2004
8:16 pm
6045
Interested in knowing what kind of demographics to expect at Linux Bangalore/2004? Wonder no more - the traditional Live CDRS Stats are now online! ...
Atul Chitnis
achitnis
Offline Send Email
Nov 7, 2004
1:36 pm
6046
This is a reminder to members of this list about the posting rules: 1. Do not top-post 2. Do not over-quote 3. Do not post HTML messages 4. Do not recycle...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Nov 7, 2004
10:51 pm
6047
Hi All, Is there any way to check whether I am a local user or using NIS/YP account, using a simple C program ? Another general, Linux question; Is it possible...
Deekshit M
dmantamp
Offline Send Email
Nov 8, 2004
5:25 am
Messages 6018 - 6047 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