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 your group to be featured on the Yahoo! Groups website? 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 7346 - 7375 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7346
===================================================================== 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
Apr 1, 2007
7:23 pm
7347
... Date: 03 Apr 2007 05:43:09 -0700 From: Tejas Dinkar <tejasdinkar@...> Reply-To: foss-in@yahoogroups.com To: Foss.in <foss-in@yahoogroups.com> ...
Atul Chitnis
linuxbangalo...
Offline Send Email
Apr 3, 2007
5:10 pm
7348
All: Last night we sent confirmations to the first 100 people who had registered for the event. Needless to say, there are far more than 100 registrations. ...
Atul Chitnis
linuxbangalo...
Offline Send Email
Apr 7, 2007
6:27 am
7349
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
Apr 8, 2007
2:32 pm
7350
Hi, i read the usbdoc available in http://www.lrr.in.tum.de/Par/arch/usb/usbdoc/node15.html and reffered some pages by searching on google also. still i have...
Ashok Kumar
ashok.grpmail
Offline Send Email
Apr 15, 2007
11:50 am
7351
Hi Ashok, ... Hi Ashok, You can read Documentation/devices.txt in the kernel source tree for a complete list of major and minor numbers. No, all USB devices do...
Ankit Chaturvedi
ankit4128
Offline Send Email
Apr 15, 2007
5:57 pm
7352
Hello Ankit Chaturvedi, Are the major numbers for the usb devices registered only using the char-register function? Or is there some other function to do this...
Nil Nil
tj_jac
Offline Send Email
Apr 18, 2007
5:48 am
7353
Hi I am new to USB device drivers. I would like to know how do I get information to write USB device driver? How do I create my own USB class and get a new...
Nil Nil
tj_jac
Offline Send Email
Apr 18, 2007
2:02 pm
7354
Hi Tiju, ... No, a usb device can be a block device(as in mass storage device) , or in some special cases a network device(usb modem) so it does not necessariy...
Ankit Chaturvedi
ankit4128
Offline Send Email
Apr 18, 2007
5:03 pm
7355
Hi Tiju, ... Read Documentation/usb/ in the kernel source tree. The Docbook that comes with the kernel is also very helpful. Do a 'make htmldocs' at the top...
Ankit Chaturvedi
ankit4128
Offline Send Email
Apr 19, 2007
5:48 am
7356
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
Apr 22, 2007
1:04 pm
7357
===================================================================== 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
May 1, 2007
1:51 pm
7358
Hi, Just wanted to find if there is a way I can kill a particular thread (child thread) of an user application implemented using NPTL under Linux 2.6. Also can...
Rayapeddi Muralidhar-...
mdhar123
Offline Send Email
May 5, 2007
4:10 am
7359
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
May 6, 2007
1:07 pm
7360
Hello, I am using Mips 32 target and i use below structure typedef struct packet_t { unsigned int length; unsigned short int value; unsigned id; union { struct...
Simon fgc
simon.fgc@...
Send Email
May 19, 2007
12:02 pm
7361
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
May 20, 2007
1:43 pm
7362
... Hi Simon, Obviously you need a little endian representation where as your machine is big endian. I am not sure what you are trying to do but it is not a...
Sanandan (Sanandan) S...
sanandan.sharma@...
Send Email
May 21, 2007
4:34 pm
7363
Ha ha... Interesting :) Rgds, Kiran. K...
Kiran
kiran_cyberpro
Offline Send Email
May 21, 2007
4:34 pm
7364
... D is also the name of the scripting language used to script the DTrace tool on Solaris. -- Sriram...
Sriram Narayanan
sriramx_2000
Offline Send Email
May 22, 2007
5:13 am
7365
Hello, I intend to use MySQL and PHP to do a lot of database related stuff. Upon reading it seems to me that there is no fool proof method to get rid of 'SQL...
B. S. Sanjeev
qhayaal
Offline Send Email
May 24, 2007
11:17 am
7366
... Naturally, if fools write code, then there's nothing anyone can do. What you, as a programmer, needs to do, is not be a fool. Take proper precautions,...
Philip Tellis
philiptellis
Offline Send Email
May 24, 2007
12:39 pm
7367
... Just to clarify, I'm not calling you a fool, just trying (badly I might add) to make imaginative use of the term "fool proof". Peace. -- e-credibility: the...
Philip Tellis
philiptellis
Offline Send Email
May 24, 2007
12:52 pm
7368
... Damn! I was hoping for a PHP sux answer ;) T -- ============================================================= PHP Applications for E-Biz:...
Dr. Tarique Sani
tariquesani
Offline Send Email
May 24, 2007
12:57 pm
7369
... It turns out that the security of an app has less to do with the language than it has to do with the programmer. Yes, perl has a taint checking mode that...
Philip Tellis
philiptellis
Offline Send Email
May 24, 2007
1:18 pm
7370
Thanks Phil. I too hate PHP. :) I got some info. It seems PEAR and SafeSQL should be adequate. http://phpinsider.com/php/code/SafeSQL/ -S [Non-text portions of...
Sanjeev
qhayaal
Offline Send Email
May 25, 2007
4:10 am
7371
... ROFLMAO - I guess you missed out on what Philip said in the first line. Your question is quite 2003ish at that and ... since you have found *one* of the...
Dr. Tarique Sani
tariquesani
Offline Send Email
May 25, 2007
4:39 am
7372
... No. Mainly because it's of no consequence to me or anyone working on my team. I do taint checking with my eyes. -- Testing can show the presense of bugs,...
Philip Tellis
philiptellis
Offline Send Email
May 25, 2007
9:10 am
7373
... http://blog.moertel.com/articles/2006/10/18/a-type-based-solution-to-the-strings-problem is a fascinating read on the topic. Dropping back to the dynamic...
Martin DeMello
martindemello
Online Now Send Email
May 25, 2007
9:25 am
7374
===================================================================== 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, 2007
1:26 pm
7375
hi all i need to make a service in linux to run a program in background. (this program is a single file and written by php "not web application" and i can run...
amir sarbazi
backslash46
Offline Send Email
Jun 2, 2007
7:48 am
Messages 7346 - 7375 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