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 7357 - 7386 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
7376
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...
Atul Chitnis
linuxbangalo...
Online Now Send Email
Jun 2, 2007
10:41 am
7377
... if you want to run something in the background, just add & to the end of the commandline. eg: ./foo.php &...
Philip Tellis
philiptellis
Offline Send Email
Jun 2, 2007
7:28 pm
7378
... 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 ...
csant31@...
toshck
Online Now Send Email
Jun 3, 2007
7:40 am
7379
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
Jun 3, 2007
1:24 pm
7380
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
Jun 17, 2007
1:04 pm
7381
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...
vkmet
Offline Send Email
Jun 19, 2007
5:51 pm
7382
[Quote] The Linux Foundation last week announced the free availability of the Linux Standard Base Driver Development Kit for print drivers. The DDK provides...
Rohit
rohits79
Offline Send Email
Jun 19, 2007
5:52 pm
7383
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...
Vaibhav Ghadiok
vghadiok
Offline Send Email
Jun 29, 2007
9:29 am
7384
... 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...
Martin DeMello
martindemello
Online Now Send Email
Jun 29, 2007
9:38 am
7385
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
Jul 1, 2007
12:48 pm
7386
===================================================================== 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
Jul 1, 2007
12:48 pm
Messages 7357 - 7386 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