To notify and remind for the clearence of the funds for the ISF(Indian Social Forum) held from 9th to 13th november 2006. rgrds, Akshay On 5/19/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Send ilugd mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://frodo.hserus.net/mailman/listinfo/ilugd > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ilugd digest..." > > > Please trim replies before posting. > > Today's Topics: > > 1. Re: And the nominees are.... (was ILUG-Delhi meeting: 2pm, > Sun., May 20th, JNU BIC) (PJ) > 2. Re: And the nominees are.... (was ILUG-Delhi meeting: 2pm, > Sun., May 20th, JNU BIC) (T Meyarivan) > 3. Little endian big endian problem (Simon fgc) > 4. Re: Little endian big endian problem (Harish Pillay) > 5. Re: Little endian big endian problem (Simon fgc) > 6. Re: Little endian big endian problem (Harish Pillay) > 7. Re: Little endian big endian problem (Sirtaj Singh Kang) > 8. Re: Little endian big endian problem (Sirtaj Singh Kang) > 9. Re: Little endian big endian problem (Simon fgc) > 10. Re: And the nominees are.... (was ILUG-Delhi meeting: 2pm, > Sun., May 20th, JNU BIC) (Kenneth Gonsalves) > 11. Re: And the nominees are.... (was ILUG-Delhi meeting: 2pm, > Sun., May 20th, JNU BIC) (Kenneth Gonsalves) > 12. Re: And the nominees are.... (was ILUG-Delhi meeting: 2pm, > Sun., May 20th, JNU BIC) (Raj Mathur) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 19 May 2007 10:21:39 +0000 (UTC) > From: PJ <[EMAIL PROTECTED]> > Subject: Re: [ilugd] And the nominees are.... (was ILUG-Delhi meeting: > 2pm, Sun., May 20th, JNU BIC) > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > > A stupendous avalanche of nominations continues to pour > in and stretch my capacity to process them! The nominations > are flying thick and high, and saturating the bandwidth out > here! They're literally oozing out of my ears and eyebrows > now! Yikes! > > > Currently we have: > > President: Raj Mathur, Gora Mohanty > Treasurer: Kishore Bhargava, Andrew Lynn > Vice President: Andrew Lynn > General Secretary: Gora Mohanty, Sudev Barar, Gaurav > Mishra > Joint Secretary: Tirveni Yadav > Member (2 posts available): Sudev Barar, Gaurav Mishra > (senior), Dhiraj, Honey, Mary, Atul Jha, Vivek Khurana > > See! See! > > The shy wallflowers are being pushed forward to get on > down and do da Delhi lug dance! Come on, shake a lug baby! > Awright! > > :D-< > > :D|-< > > :D/-< > > > > > > > ------------------------------ > > Message: 2 > Date: Sat, 19 May 2007 17:22:16 +0530 > From: "T Meyarivan" <[EMAIL PROTECTED]> > Subject: Re: [ilugd] And the nominees are.... (was ILUG-Delhi meeting: > 2pm, Sun., May 20th, JNU BIC) > To: "The Linux-Delhi mailing list" <[email protected]> > Cc: [EMAIL PROTECTED] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > hmm - let me add some more: > > President: Kishore Bhargava,Gaurav Mishra,Andrew Lynn,Gora > Mohanty,Raju Mathur,Atul Jha,Supreet Sethi,Ashish Negi,Tirveni > Yadav,Vivek Khurana,Sudev Barar > > Treasurer: Tirveni Yadav,Kishore Bhargava,Gaurav Mishra,Supreet > Sethi,Vivek Khurana,Ashish Negi,Atul Jha,Sudev Barar,Andrew Lynn,Gora > Mohanty,Raju Mathur > > Vice President: Tirveni Yadav,Supreet Sethi,Sudev Barar,Raju > Mathur,Andrew Lynn,Kishore Bhargava,Gaurav Mishra,Gora Mohanty,Atul > Jha,Ashish Negi,Vivek Khurana > > General Secretary: Vivek Khurana,Tirveni Yadav,Sudev Barar,Andrew > Lynn,Gaurav Mishra,Raju Mathur,Gora Mohanty,Supreet Sethi,Ashish > Negi,Kishore Bhargava,Atul Jha > > Joint Secretary: Kishore Bhargava,Raju Mathur,Sudev Barar,Gora > Mohanty,Atul Jha,Andrew Lynn,Vivek Khurana,Ashish Negi,Tirveni > Yadav,Gaurav Mishra,Supreet Sethi > > Member (2 posts available): Vivek Khurana,Raju Mathur,Supreet > Sethi,Gora Mohanty,Andrew Lynn,Gaurav Mishra,Kishore Bhargava,Ashish > Negi,Sudev Barar,Atul Jha,Tirveni Yadav > > -- > > > > ------------------------------ > > Message: 3 > Date: Sat, 19 May 2007 21:31:15 +0900 > From: "Simon fgc" <[EMAIL PROTECTED]> > Subject: [ilugd] Little endian big endian problem > To: "The Linux-Delhi mailing list" <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > 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 { > unsigned int p1; > unsigned int p2; > } patterns; > unsigned char data[3] > }load; > } packet; > > when i use > packet mypacket; > mypacket.length = 10; > mypacket.value = 1; > mypacket.id = 1251 > and so on, > > the data passed is > "00 00 00 10 " > "00 01" > "12 51" > > whereas the correct data that i need to pass is > "10 00 00 00" > "01 00" > "51 12" > > some endian ness issue is coming, > please tell me, how can i convert my data in above format... > > regards, > Simon. > > > > ------------------------------ > > Message: 4 > Date: Sat, 19 May 2007 20:54:25 +0800 > From: "Harish Pillay" <[EMAIL PROTECTED]> > Subject: Re: [ilugd] Little endian big endian problem > To: "The Linux-Delhi mailing list" <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > 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 { > > unsigned int p1; > > unsigned int p2; > > } patterns; > > unsigned char data[3] > > }load; > > } packet; > > > > when i use > > packet mypacket; > > mypacket.length = 10; > > mypacket.value = 1; > > mypacket.id = 1251 > > and so on, > > > > the data passed is > > "00 00 00 10 " > > "00 01" > > "12 51" > > > > whereas the correct data that i need to pass is > > "10 00 00 00" > > "01 00" > > "51 12" > > > > some endian ness issue is coming, > > please tell me, how can i convert my data in above format... > > How do you pass the data? Over the network? Please > clarify. > > Harish > > > > ------------------------------ > > Message: 5 > Date: Sat, 19 May 2007 22:00:06 +0900 > From: "Simon fgc" <[EMAIL PROTECTED]> > Subject: Re: [ilugd] Little endian big endian problem > To: "The Linux-Delhi mailing list" <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > not through network... > its through USB, which follows little endian format of data... > > > On 5/19/07, Harish Pillay <[EMAIL PROTECTED]> wrote: > > > 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 { > > > unsigned int p1; > > > unsigned int p2; > > > } patterns; > > > unsigned char data[3] > > > }load; > > > } packet; > > > > > > when i use > > > packet mypacket; > > > mypacket.length = 10; > > > mypacket.value = 1; > > > mypacket.id = 1251 > > > and so on, > > > > > > the data passed is > > > "00 00 00 10 " > > > "00 01" > > > "12 51" > > > > > > whereas the correct data that i need to pass is > > > "10 00 00 00" > > > "01 00" > > > "51 12" > > > > > > some endian ness issue is coming, > > > please tell me, how can i convert my data in above format... > > > > How do you pass the data? Over the network? Please > > clarify. > > > > Harish > > > > _______________________________________________ > > ilugd mailinglist -- [email protected] > > http://frodo.hserus.net/mailman/listinfo/ilugd > > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > > > > > > ------------------------------ > > Message: 6 > Date: Sat, 19 May 2007 21:09:28 +0800 > From: "Harish Pillay" <[EMAIL PROTECTED]> > Subject: Re: [ilugd] Little endian big endian problem > To: "The Linux-Delhi mailing list" <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > not through network... > > its through USB, which follows little endian format of data... > > And the USB is a network device, storage, keyboard? > > Harish > > > > ------------------------------ > > Message: 7 > Date: Sat, 19 May 2007 19:07:55 +0530 > From: Sirtaj Singh Kang <[EMAIL PROTECTED]> > Subject: Re: [ilugd] Little endian big endian problem > To: The Linux-Delhi mailing list <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > On Saturday 19 May 2007 6:01 pm, Simon fgc wrote: > > 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 { > > unsigned int p1; > > unsigned int p2; > > } patterns; > > unsigned char data[3] > > > Firstly I strongly suggest you use size-specifc integer types for > portability, as assuming unsigned int is 32 bits on all platforms is not > portable. Try using uint32 instead (of course this will mean modifying > your data array size too). > > For endianness conversion, you need some sort of macro, such as > > #define USB_ENDIAN_32(X) \ > | ((((uint32)(X) & 0xff000000) >> 24) \ > | (((uint32)(X) & 0x00ff0000) >> 8) \ > | (((uint32)(X) & 0x0000ff00) << 8) \ > | (((uint32)(X) & 0x000000ff) << 24)) > > #define HOST_ENDIAN_32 USB_ENDIAN_32 > > (note that I haven't test this but it should work) > > Again, for portability of your code I suggest you check for BIG_ENDIAN > and LITTLE_ENDIAN and define these macros as null if LITTLE_ENDIAN is > defined (such as on x86 cpus). > > > -Taj. > > > > > ------------------------------ > > Message: 8 > Date: Sat, 19 May 2007 19:16:16 +0530 > From: Sirtaj Singh Kang <[EMAIL PROTECTED]> > Subject: Re: [ilugd] Little endian big endian problem > To: The Linux-Delhi mailing list <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > > > I am guilty of providing poor advice. > > First: > > On Saturday 19 May 2007 7:07 pm, Sirtaj Singh Kang wrote: > p] > > #define USB_ENDIAN_32(X) \ > > > > | ((((uint32)(X) & 0xff000000) >> 24) \ > > | (((uint32)(X) & 0x00ff0000) >> 8) \ > > | (((uint32)(X) & 0x0000ff00) << 8) \ > > | (((uint32)(X) & 0x000000ff) << 24)) > > > #define USB_ENDIAN_32(X) \ > ((((uint32)(X) & 0xff000000) >24) \ > | (((uint32)(X) & 0x00ff0000) >8) \ > | (((uint32)(X) & 0x0000ff00) << 8) \ > | (((uint32)(X) & 0x000000ff) << 24)) > > > Hopefully this is correct this time... > > Second: > > Of course you don't have to modify your char data array size if 3 bytes > is what you really want. > > -Taj. > > > > > > ------------------------------ > > Message: 9 > Date: Sat, 19 May 2007 23:11:13 +0900 > From: "Simon fgc" <[EMAIL PROTECTED]> > Subject: Re: [ilugd] Little endian big endian problem > To: "The Linux-Delhi mailing list" <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Thank you sirtaj and harish..I found a macro in the library code of client > grep and nm helped...swap32.., things are working now.. > regards, > Simon. > > > On 5/19/07, Sirtaj Singh Kang <[EMAIL PROTECTED]> wrote: > > > > > > I am guilty of providing poor advice. > > > > First: > > > > On Saturday 19 May 2007 7:07 pm, Sirtaj Singh Kang wrote: > > p] > > > #define USB_ENDIAN_32(X) \ > > > > > > | ((((uint32)(X) & 0xff000000) >> 24) \ > > > | (((uint32)(X) & 0x00ff0000) >> 8) \ > > > | (((uint32)(X) & 0x0000ff00) << 8) \ > > > | (((uint32)(X) & 0x000000ff) << 24)) > > > > > > #define USB_ENDIAN_32(X) \ > > ((((uint32)(X) & 0xff000000) >24) \ > > | (((uint32)(X) & 0x00ff0000) >8) \ > > | (((uint32)(X) & 0x0000ff00) << 8) \ > > | (((uint32)(X) & 0x000000ff) << 24)) > > > > > > Hopefully this is correct this time... > > > > Second: > > > > Of course you don't have to modify your char data array size if 3 bytes > > is what you really want. > > > > -Taj. > > > > > > > > _______________________________________________ > > ilugd mailinglist -- [email protected] > > http://frodo.hserus.net/mailman/listinfo/ilugd > > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > > > > > > ------------------------------ > > Message: 10 > Date: Sat, 19 May 2007 20:43:09 +0530 > From: Kenneth Gonsalves <[EMAIL PROTECTED]> > Subject: Re: [ilugd] And the nominees are.... (was ILUG-Delhi meeting: > 2pm, Sun., May 20th, JNU BIC) > To: The Linux-Delhi mailing list <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; format=flowed > > > On 19-May-07, at 3:51 PM, PJ wrote: > > > Member (2 posts available): > > only 2??? I thought it was 5 > > > -- > regards > > Kenneth Gonsalves > Associate, NRC-FOSS > [EMAIL PROTECTED] > http://nrcfosshelpline.in/web/ > > > > > > > ------------------------------ > > Message: 11 > Date: Sat, 19 May 2007 20:46:22 +0530 > From: Kenneth Gonsalves <[EMAIL PROTECTED]> > Subject: Re: [ilugd] And the nominees are.... (was ILUG-Delhi meeting: > 2pm, Sun., May 20th, JNU BIC) > To: The Linux-Delhi mailing list <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > > On 19-May-07, at 5:22 PM, T Meyarivan wrote: > > > hmm - let me add some more: > > > > President: Kishore Bhargava,Gaurav Mishra,Andrew Lynn,Gora > > Mohanty,Raju Mathur,Atul Jha,Supreet Sethi,Ashish Negi,Tirveni > > Yadav,Vivek Khurana,Sudev Barar > > > > Treasurer: Tirveni Yadav,Kishore Bhargava,Gaurav Mishra,Supreet > > Sethi,Vivek Khurana,Ashish Negi,Atul Jha,Sudev Barar,Andrew Lynn,Gora > > Mohanty,Raju Mathur > > > > Vice President: Tirveni Yadav,Supreet Sethi,Sudev Barar,Raju > > Mathur,Andrew Lynn,Kishore Bhargava,Gaurav Mishra,Gora Mohanty,Atul > > Jha,Ashish Negi,Vivek Khurana > > > > General Secretary: Vivek Khurana,Tirveni Yadav,Sudev Barar,Andrew > > Lynn,Gaurav Mishra,Raju Mathur,Gora Mohanty,Supreet Sethi,Ashish > > Negi,Kishore Bhargava,Atul Jha > > > > Joint Secretary: Kishore Bhargava,Raju Mathur,Sudev Barar,Gora > > Mohanty,Atul Jha,Andrew Lynn,Vivek Khurana,Ashish Negi,Tirveni > > Yadav,Gaurav Mishra,Supreet Sethi > > > > Member (2 posts available): Vivek Khurana,Raju Mathur,Supreet > > Sethi,Gora Mohanty,Andrew Lynn,Gaurav Mishra,Kishore Bhargava,Ashish > > Negi,Sudev Barar,Atul Jha,Tirveni Yadav > > and this is the guy who has banned me 3 times from #li for being > impolite and irrelevant > > > -- > regards > > Kenneth Gonsalves > Associate, NRC-FOSS > [EMAIL PROTECTED] > http://nrcfosshelpline.in/web/ > > > > > > > ------------------------------ > > Message: 12 > Date: Sun, 20 May 2007 00:01:20 +0530 > From: Raj Mathur <[EMAIL PROTECTED]> > Subject: Re: [ilugd] And the nominees are.... (was ILUG-Delhi meeting: > 2pm, Sun., May 20th, JNU BIC) > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > On Saturday 19 May 2007 20:43, Kenneth Gonsalves wrote: > > On 19-May-07, at 3:51 PM, PJ wrote: > > > Member (2 posts available): > > > > only 2??? I thought it was 5 > > Please see page 4 of the MoA at: > > http://wiki.linux-delhi.org/twiki/pub/ILUGD/ILUGDSocietyFiles/Society.pdf > > Roles in the Governing Body are laid out there. > > Regards, > > -- Raju > -- > Raj Mathur ? ? ? ? ? [EMAIL PROTECTED] ? http://kandalaya.org/ > ? ? ? ?GPG: 78D4 FC67 367F 40E2 0DD5 ?0FEF C968 D0EF CC68 D17F > ? ? ? ? ? ? ? ? ? ? ? It is the mind that moves > > > > ------------------------------ > > _______________________________________________ > ilugd mailing list > [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > > > End of ilugd Digest, Vol 50, Issue 29 > ************************************* > _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
