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 7332 - 7361 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7332
===================================================================== 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
Mar 1, 2007
7:53 pm
7333
This is a one-time mail by ACM. Please join acm-bangalore-chapter@googlegroups.com to get more invites to talks/meeting/updates related to Computer Science and...
Vinayak Hegde
vincrazy
Offline Send Email
Mar 2, 2007
10:26 am
7334
Hello! I am writing a program using GTK+. The program has an image and I wish to track mouse clicks on the image. Everytime the user clicks on the image, I...
Akarsh Simha
akarsh_naras...
Offline Send Email
Mar 3, 2007
6:40 am
7335
Hello! I am writing a program using GTK+. The program has an image and I wish to track mouse clicks on the image. Everytime the user clicks on the image, I...
Sharath
sharath_75
Offline Send Email
Mar 7, 2007
10:12 am
7336
All: The OpenAlchemy project is the opensourced version of Alchemy - the user interface used on the Amida Simputer. Everytime I have shown the Simputer to...
Atul Chitnis
linuxbangalo...
Online Now Send Email
Mar 8, 2007
6:56 pm
7337
[...] Yeah... I'm sorry about that. Somebody pointed out that it was there as an example in the GTK+ tutorial. I only tried googling it down. I'm a newbie, so...
Akarsh Simha
akarsh_naras...
Offline Send Email
Mar 9, 2007
7:42 pm
7338
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
Mar 11, 2007
4:16 pm
7339
hi group, i am developing a routing application which needs two features; 1. if the fib lookup fails, my application needs to know about using preferably ...
sg10b_2000
Offline Send Email
Mar 14, 2007
9:31 am
7340
Hi Guys, Look at this program: #include<stdio.h> void crap(void) { printf("\n Useless function \n"); } int main() { unsigned long int value; value = *...
Sanandan (Sanandan) S...
sanandan.sharma@...
Send Email
Mar 18, 2007
4:50 am
7341
... No. A function name by default is a pointer ... crap and &crap are essentially the same. You see this kind of behaviour in arrays too. For example ... int...
CK Kashyap
ck_kashyap
Offline Send Email
Mar 18, 2007
5:39 am
7342
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
Mar 25, 2007
3:51 pm
7343
Hi , I am a newbie to kernel programming and trying out some simple examples given a tutorial the program is given below #include <linux/module.h> /*...
shrikar archak
shrikar.archak
Offline Send Email
Mar 27, 2007
6:57 am
7344
Hi, i am in need of linux network programming faq, to prepare for interview. can anyone share the question with me. :) thanks Ashok [Non-text portions of this...
Ashok Kumar
ashok.grpmail
Offline Send Email
Mar 30, 2007
4:37 pm
7345
Hi, Please check out this link: http://www.faqs.org/faqs/unix-faq/socket/ --hari ...
hariharan
rhariharan7
Offline Send Email
Mar 31, 2007
5:03 am
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...
Online Now 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...
Online Now 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
Messages 7332 - 7361 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