From satsbmp at gmail.com Wed Nov 6 04:19:36 2013 From: satsbmp at gmail.com (Satish) Date: Wed, 6 Nov 2013 17:49:36 +0530 Subject: [Bangalore-pm] Bangalore-pm Digest, Vol 55, Issue 9 In-Reply-To: References: Message-ID: Hello Mongers, Last week on 26th October saturday, for the first time I could make to the said address Excelron Software, JPNagar. But unfortunately nobody was there. I felt bad. Regards, Satish. On Sun, Oct 27, 2013 at 12:30 AM, wrote: > Send Bangalore-pm mailing list submissions to > bangalore-pm at pm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.pm.org/mailman/listinfo/bangalore-pm > or, via email, send a message with subject or body 'help' to > bangalore-pm-request at pm.org > > You can reach the person managing the list at > bangalore-pm-owner at pm.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Bangalore-pm digest..." > > > Today's Topics: > > 1. Re: Congratulations to Upasana (Mithun Radhakrishnan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 26 Oct 2013 12:00:21 +0530 > From: Mithun Radhakrishnan > To: "Bangalore.pm" > Subject: Re: [Bangalore-pm] Congratulations to Upasana > Message-ID: > Z7BtCTgkxt6o2Wuog at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Awesome..! Congrats Upasana. > > Regards > Mithun > > > On Fri, Oct 25, 2013 at 5:45 PM, Upasana Shukla wrote: > > > Thank you :) > > > > On Friday 25 October 2013 04:56 PM, Jagadeesh Malakannavar wrote: > > > Nice work Upasana. It will be helpful to every moose user > > > > > > Thanks > > > ~$(jm)$~ > > > > > > > -- > > Upasana > > > > > > _______________________________________________ > > Bangalore-pm mailing list > > Bangalore-pm at pm.org > > http://mail.pm.org/mailman/listinfo/bangalore-pm > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.pm.org/pipermail/bangalore-pm/attachments/20131026/fca6163b/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > > ------------------------------ > > End of Bangalore-pm Digest, Vol 55, Issue 9 > ******************************************* > -- Regards, Satish "Live with Love and Humanity" -------------- next part -------------- An HTML attachment was scrubbed... URL: From satya.itguy at gmail.com Fri Nov 8 03:00:15 2013 From: satya.itguy at gmail.com (Satya..) Date: Fri, 8 Nov 2013 16:30:15 +0530 Subject: [Bangalore-pm] XML to PERL Message-ID: Hi All, We are having one small XML file which has below format <*child1*> group1 code1 division1 1512 <*child2*> Group2 Code2 1010, 1015, 1020 --- --- --- I need to write a perl script to capture the values into variables I got confused how to handle different childs in Perl .. Child1..Child2 Any sample perl script will be helpful to me ------------------------------------------- Regards, J *$@tya..* -------------- next part -------------- An HTML attachment was scrubbed... URL: From promitbhattacharya at gmail.com Fri Nov 8 03:11:30 2013 From: promitbhattacharya at gmail.com (promit) Date: Fri, 8 Nov 2013 16:41:30 +0530 Subject: [Bangalore-pm] XML to PERL In-Reply-To: References: Message-ID: just use XML::Simple it will read it into a perl reference and then say something like $ref->{IDs}->{Child1} On Fri, Nov 8, 2013 at 4:30 PM, Satya.. wrote: > Hi All, > > We are having one small XML file which has below format > > > <*child1*> > group1 > code1 > division1 > > 1512 > > <*child2*> > Group2 > Code2 > > > 1010, 1015, 1020 > > --- > --- > --- > > > > I need to write a perl script to capture the values into variables > > I got confused how to handle different childs in Perl .. Child1..Child2 > > Any sample perl script will be helpful to me > > > ------------------------------------------- > > Regards, J > *$@tya..* > > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > -- ~ Sent from a plain old fashioned device called a komputarrrr ;) -------------- next part -------------- An HTML attachment was scrubbed... URL: From satya.itguy at gmail.com Fri Nov 8 07:35:54 2013 From: satya.itguy at gmail.com (Satya..) Date: Fri, 8 Nov 2013 21:05:54 +0530 Subject: [Bangalore-pm] XML to PERL In-Reply-To: References: Message-ID: The child name is dynamic On 8 Nov 2013 16:41, "promit" wrote: > just use XML::Simple > > it will read it into a perl reference and then say something like > $ref->{IDs}->{Child1} > > > On Fri, Nov 8, 2013 at 4:30 PM, Satya.. wrote: > >> Hi All, >> >> We are having one small XML file which has below format >> >> >> <*child1*> >> group1 >> code1 >> division1 >> >> 1512 >> >> <*child2*> >> Group2 >> Code2 >> >> >> 1010, 1015, 1020 >> >> --- >> --- >> --- >> >> >> >> I need to write a perl script to capture the values into variables >> >> I got confused how to handle different childs in Perl .. Child1..Child2 >> >> Any sample perl script will be helpful to me >> >> >> ------------------------------------------- >> >> Regards, J >> *$@tya..* >> >> >> _______________________________________________ >> Bangalore-pm mailing list >> Bangalore-pm at pm.org >> http://mail.pm.org/mailman/listinfo/bangalore-pm >> > > > > -- > ~ Sent from a plain old fashioned device called a komputarrrr ;) > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From donks122 at gmail.com Fri Nov 8 07:51:57 2013 From: donks122 at gmail.com (Sandeep Nyamati) Date: Fri, 8 Nov 2013 21:21:57 +0530 Subject: [Bangalore-pm] Bangalore-pm Digest, Vol 56, Issue 2 In-Reply-To: References: Message-ID: <30432CF7-7576-4650-8FCD-8D583C8B46E1@gmail.com> Hey Satya, Try this out. :) use XML::Simple; use Data::Dumper; my $xml = ' group1 code1 division1 1512 Group2 Code2 1010, 1015, 1020 '; my $ref = XMLin($xml); warn Dumper $ref; Regards, Sandeep On 08-Nov-2013, at 9:05 PM, bangalore-pm-request at pm.org wrote: > Send Bangalore-pm mailing list submissions to > bangalore-pm at pm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.pm.org/mailman/listinfo/bangalore-pm > or, via email, send a message with subject or body 'help' to > bangalore-pm-request at pm.org > > You can reach the person managing the list at > bangalore-pm-owner at pm.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Bangalore-pm digest..." > > > Today's Topics: > > 1. XML to PERL (Satya..) > 2. Re: XML to PERL (promit) > 3. Re: XML to PERL (Satya..) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 8 Nov 2013 16:30:15 +0530 > From: "Satya.." > To: bangalore-pm at pm.org > Subject: [Bangalore-pm] XML to PERL > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Hi All, > > We are having one small XML file which has below format > > > <*child1*> > group1 > code1 > division1 > > 1512 > > <*child2*> > Group2 > Code2 > > > 1010, 1015, 1020 > > --- > --- > --- > > > > I need to write a perl script to capture the values into variables > > I got confused how to handle different childs in Perl .. Child1..Child2 > > Any sample perl script will be helpful to me > > > ------------------------------------------- > > Regards, J > *$@tya..* > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Fri, 8 Nov 2013 16:41:30 +0530 > From: promit > To: "Bangalore.pm" > Subject: Re: [Bangalore-pm] XML to PERL > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > just use XML::Simple > > it will read it into a perl reference and then say something like > $ref->{IDs}->{Child1} > > > On Fri, Nov 8, 2013 at 4:30 PM, Satya.. wrote: > >> Hi All, >> >> We are having one small XML file which has below format >> >> >> <*child1*> >> group1 >> code1 >> division1 >> >> 1512 >> >> <*child2*> >> Group2 >> Code2 >> >> >> 1010, 1015, 1020 >> >> --- >> --- >> --- >> >> >> >> I need to write a perl script to capture the values into variables >> >> I got confused how to handle different childs in Perl .. Child1..Child2 >> >> Any sample perl script will be helpful to me >> >> >> ------------------------------------------- >> >> Regards, J >> *$@tya..* >> >> >> _______________________________________________ >> Bangalore-pm mailing list >> Bangalore-pm at pm.org >> http://mail.pm.org/mailman/listinfo/bangalore-pm >> > > > > -- > ~ Sent from a plain old fashioned device called a komputarrrr ;) > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 3 > Date: Fri, 8 Nov 2013 21:05:54 +0530 > From: "Satya.." > To: "Bangalore.pm" > Subject: Re: [Bangalore-pm] XML to PERL > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > The child name is dynamic > On 8 Nov 2013 16:41, "promit" wrote: > >> just use XML::Simple >> >> it will read it into a perl reference and then say something like >> $ref->{IDs}->{Child1} >> >> >> On Fri, Nov 8, 2013 at 4:30 PM, Satya.. wrote: >> >>> Hi All, >>> >>> We are having one small XML file which has below format >>> >>> >>> <*child1*> >>> group1 >>> code1 >>> division1 >>> >>> 1512 >>> >>> <*child2*> >>> Group2 >>> Code2 >>> >>> >>> 1010, 1015, 1020 >>> >>> --- >>> --- >>> --- >>> >>> >>> >>> I need to write a perl script to capture the values into variables >>> >>> I got confused how to handle different childs in Perl .. Child1..Child2 >>> >>> Any sample perl script will be helpful to me >>> >>> >>> ------------------------------------------- >>> >>> Regards, J >>> *$@tya..* >>> >>> >>> _______________________________________________ >>> Bangalore-pm mailing list >>> Bangalore-pm at pm.org >>> http://mail.pm.org/mailman/listinfo/bangalore-pm >>> >> >> >> >> -- >> ~ Sent from a plain old fashioned device called a komputarrrr ;) >> >> _______________________________________________ >> Bangalore-pm mailing list >> Bangalore-pm at pm.org >> http://mail.pm.org/mailman/listinfo/bangalore-pm >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > > ------------------------------ > > End of Bangalore-pm Digest, Vol 56, Issue 2 > ******************************************* From promitbhattacharya at gmail.com Fri Nov 8 08:07:30 2013 From: promitbhattacharya at gmail.com (promit) Date: Fri, 8 Nov 2013 21:37:30 +0530 Subject: [Bangalore-pm] XML to PERL In-Reply-To: References: Message-ID: just check the ds xml simple genertes . loop over keys of $ref->{IDs} On Fri, Nov 8, 2013 at 9:05 PM, Satya.. wrote: > The child name is dynamic > On 8 Nov 2013 16:41, "promit" wrote: > >> just use XML::Simple >> >> it will read it into a perl reference and then say something like >> $ref->{IDs}->{Child1} >> >> >> On Fri, Nov 8, 2013 at 4:30 PM, Satya.. wrote: >> >>> Hi All, >>> >>> We are having one small XML file which has below format >>> >>> >>> <*child1*> >>> group1 >>> code1 >>> division1 >>> >>> 1512 >>> >>> <*child2*> >>> Group2 >>> Code2 >>> >>> >>> 1010, 1015, 1020 >>> >>> --- >>> --- >>> --- >>> >>> >>> >>> I need to write a perl script to capture the values into variables >>> >>> I got confused how to handle different childs in Perl .. Child1..Child2 >>> >>> Any sample perl script will be helpful to me >>> >>> >>> ------------------------------------------- >>> >>> Regards, J >>> *$@tya..* >>> >>> >>> _______________________________________________ >>> Bangalore-pm mailing list >>> Bangalore-pm at pm.org >>> http://mail.pm.org/mailman/listinfo/bangalore-pm >>> >> >> >> >> -- >> ~ Sent from a plain old fashioned device called a komputarrrr ;) >> >> _______________________________________________ >> Bangalore-pm mailing list >> Bangalore-pm at pm.org >> http://mail.pm.org/mailman/listinfo/bangalore-pm >> > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > -- ~ Sent from a plain old fashioned device called a komputarrrr ;) -------------- next part -------------- An HTML attachment was scrubbed... URL: From gurunath.katagi at gmail.com Mon Nov 11 22:08:48 2013 From: gurunath.katagi at gmail.com (Gurunath Katagi) Date: Tue, 12 Nov 2013 11:38:48 +0530 Subject: [Bangalore-pm] perl code for geometric hashing Message-ID: Dear all, I want to write a program for geometric hashing in perl. Does anyone know, if this is a part of any perl module or someone has written the code sometime... The algorithm for the geometric hashing is provided in this paper : http://graphics.stanford.edu/courses/cs468-01-winter/papers/wr-ghao-97.pdf Since, I am not familiar with how to implement linear algebra/matrix transformations, I wanted to know whether somebody has implemented these and let me know how to go about .. Thank you Gurunath -------------- next part -------------- An HTML attachment was scrubbed... URL: From mkirank at gmail.com Mon Nov 11 22:14:55 2013 From: mkirank at gmail.com (Kiran Kumar) Date: Tue, 12 Nov 2013 11:44:55 +0530 Subject: [Bangalore-pm] perl code for geometric hashing In-Reply-To: References: Message-ID: PDL should have classes to support what you are doing https://metacpan.org/pod/PDL::Matrix On Tue, Nov 12, 2013 at 11:38 AM, Gurunath Katagi wrote: > Dear all, > I want to write a program for geometric hashing in perl. Does anyone know, > if this is a part of any perl module or someone has written the code > sometime... > > The algorithm for the geometric hashing is provided in this paper : > http://graphics.stanford.edu/courses/cs468-01-winter/papers/wr-ghao-97.pdf > > Since, I am not familiar with how to implement linear algebra/matrix > transformations, I wanted to know whether somebody has implemented these > and let me know how to go about .. > > Thank you > Gurunath > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Tue Nov 12 22:57:14 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Wed, 13 Nov 2013 12:27:14 +0530 Subject: [Bangalore-pm] November meetup agenda In-Reply-To: References: Message-ID: Hi All, Please mark your RSVP on meetup page ASAP. We have to raise guest passes prior to this event. Dear Speakers, Please acknowledge your presence and topics. @Saran, Kiran, Suraj, Vasundhar, Venkat, Please guide me for this event and add if I am missing anything. We are expecting session from each of you. Cheers, Prashant On Thu, Oct 31, 2013 at 5:45 PM, sridhar reddy wrote: > Thanks Venkat.. POE is interesting ... > > > On Wed, Oct 30, 2013 at 8:05 PM, venkatakrishnan g > wrote: >> >> Hey All, >> >> Thanks Prashanth for initiating this thread. I'll be presenting on using >> POE or/and Vim. >> >> Cheers, >> V >> >> >> On 30 October 2013 17:40, prashant tyagi >> wrote: >>> >>> Hi All, >>> >>> Let's decide upcoming meetup (11th Nov - WIPRO) agenda. >>> >>> Please post your ideas. Speakers , Please nominate yourself and share >>> the topics. >>> >>> Let's make this meetup a success. >>> >>> >>> Thanks, >>> Prashant >>> _______________________________________________ >>> Bangalore-pm mailing list >>> Bangalore-pm at pm.org >>> http://mail.pm.org/mailman/listinfo/bangalore-pm >> >> >> >> _______________________________________________ >> Bangalore-pm mailing list >> Bangalore-pm at pm.org >> http://mail.pm.org/mailman/listinfo/bangalore-pm > > > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm From talk2saravanan at yahoo.co.in Wed Nov 13 02:41:10 2013 From: talk2saravanan at yahoo.co.in (Saravanan T) Date: Wed, 13 Nov 2013 18:41:10 +0800 (SGT) Subject: [Bangalore-pm] November meetup agenda In-Reply-To: Message-ID: <1384339270.36350.YahooMailAndroidMobile@web192502.mail.sg3.yahoo.com> Sure Prashant . We discussed few list of items when suraj hosted on inmobi.please re initate the email thread Thanks, ~Saran Sent from Yahoo Mail on Android -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Wed Nov 13 04:27:45 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Wed, 13 Nov 2013 17:57:45 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! Message-ID: Hi All, Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. Following are arrangements- *Space*- We have arranged big conference room enough for 50-60 people. Volunteers will guide visitors at conference location.We got 30 nominations for this meet-up from Wipro itself. *Parking*- available at Wipro technologies. Volunteers will guide visitors for this. *Speakers- *So far: Venkat- POE Suraj- OOP, The Damian Conway way continued.. @Speakers, Please add your topics. *NOTE: We need laptop details (Model no, Serial code ) people will be carrying with them , So that visitors don't have to wait for gate-pass.* Please add/correct if I missed anything. Cheers, ~Prashant -------------- next part -------------- An HTML attachment was scrubbed... URL: From kanishka.black0 at gmail.com Wed Nov 13 13:13:49 2013 From: kanishka.black0 at gmail.com (Anwesh Reddy) Date: Thu, 14 Nov 2013 03:03:49 +0550 Subject: [Bangalore-pm] =?utf-8?q?Any_ElasticSearch_Dev_around_in_perl_=3F?= Message-ID: Hey hi all, i know this out of the topic , but any elastic search dev around this group or any of your friends working on it ? Please let me know? Thank you --? Anwesh Reddy @kanishkablack -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Wed Nov 13 22:33:38 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Thu, 14 Nov 2013 12:03:38 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: *Gentle Reminder.* Please help us to make this event more successful. Cheers, On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi < prashant.2006tyagi at gmail.com> wrote: > Hi All, > > Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. > > Following are arrangements- > *Space*- We have arranged big conference room enough for 50-60 people. > Volunteers will guide visitors at conference location.We got 30 nominations > for this meet-up from Wipro itself. > *Parking*- available at Wipro technologies. Volunteers will guide > visitors for this. > *Speakers- *So far: > Venkat- POE > Suraj- OOP, The Damian Conway way continued.. > > @Speakers, Please add your topics. > > *NOTE: We need laptop details (Model no, Serial code ) people will be > carrying with them , So that visitors don't have to wait for gate-pass.* > > Please add/correct if I missed anything. > > Cheers, > ~Prashant > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Thu Nov 14 01:46:15 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Thu, 14 Nov 2013 15:16:15 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: Hi All, If we make this event successful, we can get venue sponsorship from Wipro every quarter. we need more speakers to come forward. @Saran, Please add your thoughts. Cheers, ~Prashant On Thu, Nov 14, 2013 at 12:03 PM, prashant tyagi < prashant.2006tyagi at gmail.com> wrote: > *Gentle Reminder.* > > Please help us to make this event more successful. > > > Cheers, > > > On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi < > prashant.2006tyagi at gmail.com> wrote: > >> Hi All, >> >> Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. >> >> Following are arrangements- >> *Space*- We have arranged big conference room enough for 50-60 people. >> Volunteers will guide visitors at conference location.We got 30 nominations >> for this meet-up from Wipro itself. >> *Parking*- available at Wipro technologies. Volunteers will guide >> visitors for this. >> *Speakers- *So far: >> Venkat- POE >> Suraj- OOP, The Damian Conway way continued.. >> >> @Speakers, Please add your topics. >> >> *NOTE: We need laptop details (Model no, Serial code ) people will be >> carrying with them , So that visitors don't have to wait for gate-pass.* >> >> Please add/correct if I missed anything. >> >> Cheers, >> ~Prashant >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Suhas.Bharadwaj at efi.com Thu Nov 14 03:08:49 2013 From: Suhas.Bharadwaj at efi.com (Suhas Bharadwaj) Date: Thu, 14 Nov 2013 03:08:49 -0800 Subject: [Bangalore-pm] Open positions in my team Message-ID: <11484CAF35042F49B8C03A5157BB7221151F73E9E3@fcexmb07.efi.internal> Hi All, There are 3 open positions in my team. 1. Sr. QA Engineer - 2 positions ( 4 to 6 years ) 2. QA Engineer - 1 position ( 2 to 4 years ) Requirement: 1. Good at testing skills 2. Good at any one scripting language ( Python/Perl ) 3. Good at communication skills 4. Knowledge of Networking concents will be a plus 5. Knowledge of Load testing using Load runner will be a plus 6. Good understanding of database concepts will be a plus If any of your friends are interested, please send the CV to Suhas.bharadwaj at efi.com Regards, Suhas ________________________________ Confidentiality notice: This message may contain confidential information. It is intended only for the person to whom it is addressed. If you are not that person, you should not use this message. We request that you notify us by replying to this message, and then delete all copies including any contained in your reply. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Fri Nov 15 01:43:32 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Fri, 15 Nov 2013 15:13:32 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: Adding speaker: Anwesh Reddy- Mojolicious Framework I would like mention here that Anwesh is coming from outside of Bangalore to attend this event. Thanks Anwesh !!! Cheers, ~Prashant On Thu, Nov 14, 2013 at 3:16 PM, prashant tyagi < prashant.2006tyagi at gmail.com> wrote: > Hi All, > > If we make this event successful, we can get venue sponsorship from Wipro > every quarter. > > we need more speakers to come forward. > > @Saran, Please add your thoughts. > > > > Cheers, > > ~Prashant > > > > > On Thu, Nov 14, 2013 at 12:03 PM, prashant tyagi < > prashant.2006tyagi at gmail.com> wrote: > >> *Gentle Reminder.* >> >> Please help us to make this event more successful. >> >> >> Cheers, >> >> >> On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi < >> prashant.2006tyagi at gmail.com> wrote: >> >>> Hi All, >>> >>> Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. >>> >>> Following are arrangements- >>> *Space*- We have arranged big conference room enough for 50-60 people. >>> Volunteers will guide visitors at conference location.We got 30 nominations >>> for this meet-up from Wipro itself. >>> *Parking*- available at Wipro technologies. Volunteers will guide >>> visitors for this. >>> *Speakers- *So far: >>> Venkat- POE >>> Suraj- OOP, The Damian Conway way continued.. >>> >>> @Speakers, Please add your topics. >>> >>> *NOTE: We need laptop details (Model no, Serial code ) people will be >>> carrying with them , So that visitors don't have to wait for gate-pass.* >>> >>> Please add/correct if I missed anything. >>> >>> Cheers, >>> ~Prashant >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From superpulse.x at gmail.com Fri Nov 15 07:12:22 2013 From: superpulse.x at gmail.com (venkatakrishnan g) Date: Fri, 15 Nov 2013 20:42:22 +0530 Subject: [Bangalore-pm] Skipping the meet Message-ID: Hey All, I'm sorry, i will have stay back this weekend for a release. I really hoped i would make it. V -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Sat Nov 16 00:17:54 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Sat, 16 Nov 2013 13:47:54 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: Hi All, Meet us at EC2, Gate no 6.. Volunteer Contact details- Prashant- 9036010054 Thiru - 8892772902 Kamalika - 9035216800 Sridhar- 9008013013 Cheers, On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi < prashant.2006tyagi at gmail.com> wrote: > Hi All, > > Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. > > Following are arrangements- > *Space*- We have arranged big conference room enough for 50-60 people. > Volunteers will guide visitors at conference location.We got 30 nominations > for this meet-up from Wipro itself. > *Parking*- available at Wipro technologies. Volunteers will guide > visitors for this. > *Speakers- *So far: > Venkat- POE > Suraj- OOP, The Damian Conway way continued.. > > @Speakers, Please add your topics. > > *NOTE: We need laptop details (Model no, Serial code ) people will be > carrying with them , So that visitors don't have to wait for gate-pass.* > > Please add/correct if I missed anything. > > Cheers, > ~Prashant > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Sat Nov 16 00:53:53 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Sat, 16 Nov 2013 14:23:53 +0530 Subject: [Bangalore-pm] [Banglore-pm] Meetup Google hangout Message-ID: Hi All, Here is hangout details- https://plus.google.com/hangouts/_/72cpi4omjpa4u76l1jvk1cjm9c Hangout will start soon. Please be connect . Cheers, ~Prashant -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Sat Nov 16 01:16:59 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Sat, 16 Nov 2013 14:46:59 +0530 Subject: [Bangalore-pm] [Banglore-pm] Meetup Google hangout In-Reply-To: References: Message-ID: Please join us , we have started the meeting.. On Sat, Nov 16, 2013 at 2:23 PM, prashant tyagi < prashant.2006tyagi at gmail.com> wrote: > Hi All, > > Here is hangout details- > > https://plus.google.com/hangouts/_/72cpi4omjpa4u76l1jvk1cjm9c > > Hangout will start soon. Please be connect . > > > Cheers, > ~Prashant > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Suhas.Bharadwaj at efi.com Sat Nov 16 01:31:02 2013 From: Suhas.Bharadwaj at efi.com (Suhas Bharadwaj) Date: Sat, 16 Nov 2013 01:31:02 -0800 Subject: [Bangalore-pm] [Banglore-pm] Meetup Google hangout Message-ID: Hi Prashant, I unable to see the video or hear the voice in hangout session. Regards, Suhas Sent from Samsung Mobile -------- Original message -------- From: prashant tyagi Date:16/11/2013 14:47 (GMT+05:30) To: bangalore-pm at pm.org Subject: Re: [Bangalore-pm] [Banglore-pm] Meetup Google hangout Please join us , we have started the meeting.. On Sat, Nov 16, 2013 at 2:23 PM, prashant tyagi > wrote: Hi All, Here is hangout details- https://plus.google.com/hangouts/_/72cpi4omjpa4u76l1jvk1cjm9c Hangout will start soon. Please be connect . Cheers, ~Prashant ________________________________ Confidentiality notice: This message may contain confidential information. It is intended only for the person to whom it is addressed. If you are not that person, you should not use this message. We request that you notify us by replying to this message, and then delete all copies including any contained in your reply. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Sat Nov 16 06:52:28 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Sat, 16 Nov 2013 20:22:28 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: Hi All, Thanks everyone for making this event successful. It was pleasure to see you all guys. Highlights of this meetup- Saran gave basic "introduction to Perl" to beginners. Amit shared his work experience on of web development he did in Wipro. Anwesh who joined from Anantpur ( freelancer from A.P. 200km away from Bangalore ) shows demos on Mojolicious. Overall Great meetup!! some new faces and enthusiastic Perl developers. I will share the pics soon on meetup page. Please stay connected and have fun. Cheers, ~Prashant On Thu, Nov 14, 2013 at 3:16 PM, prashant tyagi < prashant.2006tyagi at gmail.com> wrote: > Hi All, > > If we make this event successful, we can get venue sponsorship from Wipro > every quarter. > > we need more speakers to come forward. > > @Saran, Please add your thoughts. > > > > Cheers, > > ~Prashant > > > > > On Thu, Nov 14, 2013 at 12:03 PM, prashant tyagi < > prashant.2006tyagi at gmail.com> wrote: > >> *Gentle Reminder.* >> >> Please help us to make this event more successful. >> >> >> Cheers, >> >> >> On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi < >> prashant.2006tyagi at gmail.com> wrote: >> >>> Hi All, >>> >>> Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. >>> >>> Following are arrangements- >>> *Space*- We have arranged big conference room enough for 50-60 people. >>> Volunteers will guide visitors at conference location.We got 30 nominations >>> for this meet-up from Wipro itself. >>> *Parking*- available at Wipro technologies. Volunteers will guide >>> visitors for this. >>> *Speakers- *So far: >>> Venkat- POE >>> Suraj- OOP, The Damian Conway way continued.. >>> >>> @Speakers, Please add your topics. >>> >>> *NOTE: We need laptop details (Model no, Serial code ) people will be >>> carrying with them , So that visitors don't have to wait for gate-pass.* >>> >>> Please add/correct if I missed anything. >>> >>> Cheers, >>> ~Prashant >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From superpulse.x at gmail.com Sat Nov 16 07:14:18 2013 From: superpulse.x at gmail.com (venkatakrishnan g) Date: Sat, 16 Nov 2013 20:44:18 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: Great job Prashanth. It was nice to see Anwesh making it all the way from Anatpur. Couldn't make it physically, but caught up with guys on hangout. Meetup was pretty cool. On 16 November 2013 20:22, prashant tyagi wrote: > Hi All, > > Thanks everyone for making this event successful. > It was pleasure to see you all guys. > Highlights of this meetup- > Saran gave basic "introduction to Perl" to beginners. > Amit shared his work experience on of web development he did in Wipro. > Anwesh who joined from Anantpur ( freelancer from A.P. 200km away from > Bangalore ) shows demos on Mojolicious. > > Overall Great meetup!! some new faces and enthusiastic Perl developers. > > I will share the pics soon on meetup page. > > Please stay connected and have fun. > > > Cheers, > ~Prashant > > > > > On Thu, Nov 14, 2013 at 3:16 PM, prashant tyagi < > prashant.2006tyagi at gmail.com> wrote: > >> Hi All, >> >> If we make this event successful, we can get venue sponsorship from Wipro >> every quarter. >> >> we need more speakers to come forward. >> >> @Saran, Please add your thoughts. >> >> >> >> Cheers, >> >> ~Prashant >> >> >> >> >> On Thu, Nov 14, 2013 at 12:03 PM, prashant tyagi < >> prashant.2006tyagi at gmail.com> wrote: >> >>> *Gentle Reminder.* >>> >>> Please help us to make this event more successful. >>> >>> >>> Cheers, >>> >>> >>> On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi < >>> prashant.2006tyagi at gmail.com> wrote: >>> >>>> Hi All, >>>> >>>> Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. >>>> >>>> Following are arrangements- >>>> *Space*- We have arranged big conference room enough for 50-60 people. >>>> Volunteers will guide visitors at conference location.We got 30 nominations >>>> for this meet-up from Wipro itself. >>>> *Parking*- available at Wipro technologies. Volunteers will guide >>>> visitors for this. >>>> *Speakers- *So far: >>>> Venkat- POE >>>> Suraj- OOP, The Damian Conway way continued.. >>>> >>>> @Speakers, Please add your topics. >>>> >>>> *NOTE: We need laptop details (Model no, Serial code ) people will be >>>> carrying with them , So that visitors don't have to wait for gate-pass.* >>>> >>>> Please add/correct if I missed anything. >>>> >>>> Cheers, >>>> ~Prashant >>>> >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Sat Nov 16 10:55:12 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Sun, 17 Nov 2013 00:25:12 +0530 Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: I want to thank Sridhar who made all effort to arrange all approval from Wipro. On Sat, Nov 16, 2013 at 8:44 PM, venkatakrishnan g wrote: > Great job Prashanth. It was nice to see Anwesh making it all the way from > Anatpur. > Couldn't make it physically, but caught up with guys on hangout. Meetup > was pretty cool. > > > On 16 November 2013 20:22, prashant tyagi wrote: > >> Hi All, >> >> Thanks everyone for making this event successful. >> It was pleasure to see you all guys. >> Highlights of this meetup- >> Saran gave basic "introduction to Perl" to beginners. >> Amit shared his work experience on of web development he did in Wipro. >> Anwesh who joined from Anantpur ( freelancer from A.P. 200km away from >> Bangalore ) shows demos on Mojolicious. >> >> Overall Great meetup!! some new faces and enthusiastic Perl developers. >> >> I will share the pics soon on meetup page. >> >> Please stay connected and have fun. >> >> >> Cheers, >> ~Prashant >> >> >> >> >> On Thu, Nov 14, 2013 at 3:16 PM, prashant tyagi < >> prashant.2006tyagi at gmail.com> wrote: >> >>> Hi All, >>> >>> If we make this event successful, we can get venue sponsorship from >>> Wipro every quarter. >>> >>> we need more speakers to come forward. >>> >>> @Saran, Please add your thoughts. >>> >>> >>> >>> Cheers, >>> >>> ~Prashant >>> >>> >>> >>> >>> On Thu, Nov 14, 2013 at 12:03 PM, prashant tyagi < >>> prashant.2006tyagi at gmail.com> wrote: >>> >>>> *Gentle Reminder.* >>>> >>>> Please help us to make this event more successful. >>>> >>>> >>>> Cheers, >>>> >>>> >>>> On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi < >>>> prashant.2006tyagi at gmail.com> wrote: >>>> >>>>> Hi All, >>>>> >>>>> Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. >>>>> >>>>> Following are arrangements- >>>>> *Space*- We have arranged big conference room enough for 50-60 >>>>> people. Volunteers will guide visitors at conference location.We got 30 >>>>> nominations for this meet-up from Wipro itself. >>>>> *Parking*- available at Wipro technologies. Volunteers will guide >>>>> visitors for this. >>>>> *Speakers- *So far: >>>>> Venkat- POE >>>>> Suraj- OOP, The Damian Conway way continued.. >>>>> >>>>> @Speakers, Please add your topics. >>>>> >>>>> *NOTE: We need laptop details (Model no, Serial code ) people will be >>>>> carrying with them , So that visitors don't have to wait for gate-pass.* >>>>> >>>>> Please add/correct if I missed anything. >>>>> >>>>> Cheers, >>>>> ~Prashant >>>>> >>>> >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From talk2saravanan at yahoo.co.in Sun Nov 17 01:33:32 2013 From: talk2saravanan at yahoo.co.in (Saravanan T) Date: Sun, 17 Nov 2013 17:33:32 +0800 (SGT) Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: <1384680812.88973.YahooMailNeo@web192504.mail.sg3.yahoo.com> Thanks Prashant , Sridhar and other volunteers for making this event success.I can understand the efforts to get approvals from the service companies. You guys did a great job.Unfortunately it was raining through out the day few did not turn up. Its the first time hangout session was effective. Hope prashant will be a hangout organizer for further sessions :) ~Saran On Sunday, November 17, 2013 12:25 AM, prashant tyagi wrote: I want to thank Sridhar who made all effort to arrange all approval from Wipro. On Sat, Nov 16, 2013 at 8:44 PM, venkatakrishnan g wrote: Great job Prashanth. It was nice to see Anwesh making it all the way from Anatpur. >Couldn't make it physically, but caught up with guys on hangout. Meetup was pretty cool. > > > > >On 16 November 2013 20:22, prashant tyagi wrote: > >Hi All, >> >> >>Thanks everyone for making this event successful. >>It was pleasure to see you all guys. >>Highlights of this meetup- >>Saran gave basic "introduction to Perl" to beginners. >>Amit shared his work experience on of web development he did in Wipro. >>Anwesh who joined from Anantpur ( freelancer from ?A.P. 200km away from Bangalore ) shows demos on Mojolicious. >> >> >>Overall Great meetup!! some new faces and enthusiastic Perl developers. >> >> >>I will share the pics soon on meetup page. >> >> >>Please stay connected and have fun. >> >> >> >> >>Cheers, >>~Prashant >> >> >> >> >> >> >> >>On Thu, Nov 14, 2013 at 3:16 PM, prashant tyagi wrote: >> >>Hi All, >>> >>> >>>If we make this event successful, we can get venue sponsorship from Wipro every quarter. >>> >>> >>>we need more speakers to come forward. >>> >>> >>>@Saran, Please add your thoughts. >>> >>> >>> >>> >>> >>> >>>Cheers, >>> >>> >>>~Prashant >>> >>> >>> >>> >>> >>> >>> >>>On Thu, Nov 14, 2013 at 12:03 PM, prashant tyagi wrote: >>> >>>Gentle Reminder. >>>> >>>> >>>>Please help us to make this event more successful.? >>>> >>>> >>>> >>>> >>>>Cheers, >>>> >>>> >>>> >>>>On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi wrote: >>>> >>>>Hi All, >>>>> >>>>> >>>>>Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. >>>>> >>>>> >>>>>Following are arrangements- >>>>>Space- We have arranged big conference room enough for 50-60 people. Volunteers will guide visitors at conference location.We got 30 nominations for this meet-up from Wipro itself. >>>>>Parking- available at Wipro technologies. Volunteers will guide visitors for this. >>>>>Speakers- So far: >>>>>Venkat- POE >>>>>Suraj- OOP,??The?Damian Conway way continued.. >>>>> >>>>> >>>>>@Speakers, Please add your topics. >>>>> >>>>> >>>>>NOTE: We need laptop details (Model no, Serial code ) people will be carrying with them , So that visitors?don't?have to wait for gate-pass. >>>>> >>>>> >>>>>Please add/correct if I missed anything. >>>>> >>>>> >>>>>Cheers, >>>>>~Prashant >>>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From talk2saravanan at yahoo.co.in Sun Nov 17 01:40:03 2013 From: talk2saravanan at yahoo.co.in (Saravanan T) Date: Sun, 17 Nov 2013 17:40:03 +0800 (SGT) Subject: [Bangalore-pm] Next Bangalore-PM at Wipro technologies! In-Reply-To: References: Message-ID: <1384681203.94246.YahooMailNeo@web192503.mail.sg3.yahoo.com> +1 Anwesh perl talk was awesome! Venkat/Kiran :Please connect with anwesh.He is a freelancer who works only in perl for past 7 yrs.If you guys network each other.it will be awesome. Anwesh : Venkat/Kiran are like minded ppl like you who does lot of perl freelancing. On Saturday, November 16, 2013 8:44 PM, venkatakrishnan g wrote: Great job Prashanth. It was nice to see Anwesh making it all the way from Anatpur. Couldn't make it physically, but caught up with guys on hangout. Meetup was pretty cool. On 16 November 2013 20:22, prashant tyagi wrote: Hi All, > > >Thanks everyone for making this event successful. >It was pleasure to see you all guys. >Highlights of this meetup- >Saran gave basic "introduction to Perl" to beginners. >Amit shared his work experience on of web development he did in Wipro. >Anwesh who joined from Anantpur ( freelancer from ?A.P. 200km away from Bangalore ) shows demos on Mojolicious. > > >Overall Great meetup!! some new faces and enthusiastic Perl developers. > > >I will share the pics soon on meetup page. > > >Please stay connected and have fun. > > > > >Cheers, >~Prashant > > > > > > > >On Thu, Nov 14, 2013 at 3:16 PM, prashant tyagi wrote: > >Hi All, >> >> >>If we make this event successful, we can get venue sponsorship from Wipro every quarter. >> >> >>we need more speakers to come forward. >> >> >>@Saran, Please add your thoughts. >> >> >> >> >> >> >>Cheers, >> >> >>~Prashant >> >> >> >> >> >> >> >>On Thu, Nov 14, 2013 at 12:03 PM, prashant tyagi wrote: >> >>Gentle Reminder. >>> >>> >>>Please help us to make this event more successful.? >>> >>> >>> >>> >>>Cheers, >>> >>> >>> >>>On Wed, Nov 13, 2013 at 5:57 PM, prashant tyagi wrote: >>> >>>Hi All, >>>> >>>> >>>>Lets meet this time on 16th Nov at Wipro Technologies, EC, Bangalore. >>>> >>>> >>>>Following are arrangements- >>>>Space- We have arranged big conference room enough for 50-60 people. Volunteers will guide visitors at conference location.We got 30 nominations for this meet-up from Wipro itself. >>>>Parking- available at Wipro technologies. Volunteers will guide visitors for this. >>>>Speakers- So far: >>>>Venkat- POE >>>>Suraj- OOP,??The?Damian Conway way continued.. >>>> >>>> >>>>@Speakers, Please add your topics. >>>> >>>> >>>>NOTE: We need laptop details (Model no, Serial code ) people will be carrying with them , So that visitors?don't?have to wait for gate-pass. >>>> >>>> >>>>Please add/correct if I missed anything. >>>> >>>> >>>>Cheers, >>>>~Prashant >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bvasundhar at gmail.com Sat Nov 30 03:55:43 2013 From: bvasundhar at gmail.com (Vasundhar) Date: Sat, 30 Nov 2013 17:25:43 +0530 Subject: [Bangalore-pm] OT How to connect wired and wireless networks at the same time ? Message-ID: Hi, I would like to configure wired connection to a static IP and wireless for internal network so that we can switch to which ever and optimise the bandwidth required Please share your insights. Thank You, Vasundhar -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnjagadeesh at gmail.com Sat Nov 30 05:24:32 2013 From: mnjagadeesh at gmail.com (Jagadeesh N. Malakannavar) Date: Sat, 30 Nov 2013 18:54:32 +0530 Subject: [Bangalore-pm] OT How to connect wired and wireless networks at the same time ? In-Reply-To: References: Message-ID: I think it should be straight forward connection. Is there any problem? Thanks On Sat, Nov 30, 2013 at 5:25 PM, Vasundhar wrote: > Hi, > > I would like to configure wired connection to a static IP > and wireless for internal network so that we can switch to which ever > and optimise the bandwidth required > > Please share your insights. > > Thank You, > Vasundhar > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > -- Thanks, Jagadeesh N.Malakannavar ~$ jm $~ -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Sat Nov 30 06:25:17 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Sat, 30 Nov 2013 19:55:17 +0530 Subject: [Bangalore-pm] OT How to connect wired and wireless networks at the same time ? In-Reply-To: References: Message-ID: which OS you are on? if it is Window. It will use only one network (based on preference set by OS and it's configurable). However some CISCO router allows to use two network at the same time. ~Prashant On Sat, Nov 30, 2013 at 6:54 PM, Jagadeesh N. Malakannavar < mnjagadeesh at gmail.com> wrote: > I think it should be straight forward connection. Is there any problem? > > Thanks > > > On Sat, Nov 30, 2013 at 5:25 PM, Vasundhar wrote: > >> Hi, >> >> I would like to configure wired connection to a static IP >> and wireless for internal network so that we can switch to which ever >> and optimise the bandwidth required >> >> Please share your insights. >> >> Thank You, >> Vasundhar >> >> _______________________________________________ >> Bangalore-pm mailing list >> Bangalore-pm at pm.org >> http://mail.pm.org/mailman/listinfo/bangalore-pm >> > > > > -- > > Thanks, > Jagadeesh N.Malakannavar > > ~$ jm $~ > > > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: