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...
7356
linux-bangalore-progr...
linux-bangalore-progr...
Apr 22, 2007 1:04 pm
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: ...
7357
linux-bangalore-progr...
linux-bangalore-progr...
May 1, 2007 1:51 pm
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
7358
Rayapeddi Muralidhar-...
mdhar123
May 5, 2007 4:10 am
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...
7359
linux-bangalore-progr...
linux-bangalore-progr...
May 6, 2007 1:07 pm
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: ...
7360
Simon fgc
simon.fgc@...
May 19, 2007 12:02 pm
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...
7361
linux-bangalore-progr...
linux-bangalore-progr...
May 20, 2007 1:43 pm
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: ...
7362
Sanandan (Sanandan) S...
sanandan.sharma@...
May 21, 2007 4:34 pm
... 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...
7363
Kiran
kiran_cyberpro
May 21, 2007 4:34 pm
Ha ha... Interesting :) Rgds, Kiran. K...
7364
Sriram Narayanan
sriramx_2000
May 22, 2007 5:13 am
... D is also the name of the scripting language used to script the DTrace tool on Solaris. -- Sriram...
7365
B. S. Sanjeev
qhayaal
May 24, 2007 11:17 am
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...
7366
Philip Tellis
philiptellis
May 24, 2007 12:39 pm
... 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,...
7367
Philip Tellis
philiptellis
May 24, 2007 12:52 pm
... 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...
7368
Dr. Tarique Sani
tariquesani
May 24, 2007 12:57 pm
... Damn! I was hoping for a PHP sux answer ;) T -- ============================================================= PHP Applications for E-Biz:...
7369
Philip Tellis
philiptellis
May 24, 2007 1:18 pm
... 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...
7370
Sanjeev
qhayaal
May 25, 2007 4:10 am
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...
7371
Dr. Tarique Sani
tariquesani
May 25, 2007 4:39 am
... 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...
7372
Philip Tellis
philiptellis
May 25, 2007 9:10 am
... 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,...
7373
Martin DeMello
martindemello
May 25, 2007 9:25 am
... 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...
7374
linux-bangalore-progr...
linux-bangalore-progr...
Jun 1, 2007 1:26 pm
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
7375
amir sarbazi
backslash46
Jun 2, 2007 7:48 am
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...
7376
Atul Chitnis
linuxbangalo...
Jun 2, 2007 10:41 am
All: Eben Moglen, the architect of the GNU General Public License and one of the greatest minds in the field of Free Software, is in town on Sunday and Monday...
7377
Philip Tellis
philiptellis
Jun 2, 2007 7:28 pm
... if you want to run something in the background, just add & to the end of the commandline. eg: ./foo.php &...
7378
csant31@...
toshck
Jun 3, 2007 7:40 am
... of ... iAnd if you want it as a "service" you may daemon-ize the program. See http://www.google.co.in/search?q=php+daemon ...
7379
linux-bangalore-progr...
linux-bangalore-progr...
Jun 3, 2007 1:24 pm
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: ...
7380
linux-bangalore-progr...
linux-bangalore-progr...
Jun 17, 2007 1:04 pm
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: ...
7381
vkmet
Jun 19, 2007 5:51 pm
Hi, I am using XERCES C++ parser to parse some XML files on UNIX. I want to know if there is a way to find the file name and line number of a DOMNode* ? For...
7382
Rohit
rohits79
Jun 19, 2007 5:52 pm
[Quote] The Linux Foundation last week announced the free availability of the Linux Standard Base Driver Development Kit for print drivers. The DDK provides...
7383
Vaibhav Ghadiok
vghadiok
Jun 29, 2007 9:29 am
hi How can I have controls like they have in Car Racing Computer Games. 1. The car reacts only for the time the button is depressed. 2. One can press two...
7384
Martin DeMello
martindemello
Jun 29, 2007 9:38 am
... You'd probably be better off seeing if you can do something with GLUT's own keypress detection - it seems to have per-key press and release callbacks, so...