From satsbmp at gmail.com Fri Oct 4 07:27:38 2013 From: satsbmp at gmail.com (Satish) Date: Fri, 4 Oct 2013 19:57:38 +0530 Subject: [Bangalore-pm] Bangalore-pm Digest, Vol 55, Issue 1 In-Reply-To: References: Message-ID: Hi All, We have requirement in our Company(Span Infotech) for Perl developer. If any of you or your friends interested, please contact me at 9036194678/ satsbmp at gmail.com Regards, Satish. On Wed, Oct 2, 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: Bangalore-pm Digest, Vol 54, Issue 19 > (kanishka.black0 at gmail.com) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 01 Oct 2013 10:59:57 +0530 > From: kanishka.black0 at gmail.com > To: bangalore-pm at pm.org > Subject: Re: [Bangalore-pm] Bangalore-pm Digest, Vol 54, Issue 19 > Message-ID: <20131001052928.5156999.57992.257 at gmail.com> > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > URL: < > http://mail.pm.org/pipermail/bangalore-pm/attachments/20131001/608daa1f/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 1 > ******************************************* > -- Regards, Satish "Live with Love and Humanity" -------------- next part -------------- An HTML attachment was scrubbed... URL: From sundaryourfriend at gmail.com Sun Oct 6 15:13:06 2013 From: sundaryourfriend at gmail.com (SundaraRaman R) Date: Mon, 7 Oct 2013 03:43:06 +0530 Subject: [Bangalore-pm] CPAN to MetaCPAN auto-redirect Message-ID: Long ago (ok, more like a month ago), I'd lamented the fact that Google and most other places link us to cpan.org pages of modules rather than the much better metacpan.org pages, in a thread here. I came across this blog postwhile searching for a solution to this today, which led me to this script: CPAN to METACPAN - "Spot CPAN pages and automagically redirect to METACPAN equivalent". It's a Greasemonkey userscript, so needs Greasemonkey installed on your Firefox first (will probably work on Chrome too with the Tampermonkey addon, haven't tried it there). It adds a few seconds delay to the pageload time due to the extra redirects, but I'm sufficiently Lazy that this is worth it. :) Hope someone else here finds this useful too. Cheers, Sundar -- ! Knowing others is intelligence; knowing yourself is true wisdom. Mastering others is strength; mastering yourself is true power. http://www.google.com/profiles/sundaryourfriend -------------- next part -------------- An HTML attachment was scrubbed... URL: From sundaryourfriend at gmail.com Sun Oct 6 15:24:31 2013 From: sundaryourfriend at gmail.com (SundaraRaman R) Date: Mon, 7 Oct 2013 03:54:31 +0530 Subject: [Bangalore-pm] CPAN to MetaCPAN auto-redirect In-Reply-To: References: Message-ID: Huh, I went searching for something else, and coincidentally came across a related FAQright after sending this: > For Chrome users, the MetaCPAN Helperextension will automatically rewrite > search.cpan.org links to MetaCPAN. > > You can accomplish the same thing by modifying your hosts file. Add the > following lines and all links to search.cpan.org (and links to source > code) will be redirected to MetaCPAN: > > 46.43.35.68 search.cpan.org > 46.43.35.68 cpansearch.perl.org > > If you do this, be sure to point cpanm to another mirror, as it defaults > to search.cpan.org. Here's how: > > export PERL_CPANM_OPT="--mirror http://www.cpan.no/" # Insert your closest mirror here. > > HTH, Sundar On Mon, Oct 7, 2013 at 3:43 AM, SundaraRaman R wrote: > Long ago (ok, more like a month ago), I'd lamented the fact that Google > and most other places link us to cpan.org pages of modules rather than > the much better metacpan.org pages, in a thread here. I came across this > blog post while > searching for a solution to this today, which led me to this script: > CPAN to METACPAN - "Spot > CPAN pages and automagically redirect to METACPAN equivalent". It's a > Greasemonkey userscript, so needs Greasemonkey installed on your Firefox > first (will probably work on Chrome too with the Tampermonkey addon, > haven't tried it there). > > It adds a few seconds delay to the pageload time due to the extra > redirects, but I'm sufficiently Lazy that this is worth it. :) Hope someone > else here finds this useful too. > > Cheers, > Sundar > > -- > ! Knowing others is intelligence; knowing yourself is true wisdom. > Mastering others is strength; mastering yourself is true power. > http://www.google.com/profiles/sundaryourfriend > > -- ! Knowing others is intelligence; knowing yourself is true wisdom. Mastering others is strength; mastering yourself is true power. http://www.google.com/profiles/sundaryourfriend -------------- next part -------------- An HTML attachment was scrubbed... URL: From superpulse.x at gmail.com Sun Oct 6 15:30:41 2013 From: superpulse.x at gmail.com (venkatakrishnan g) Date: Mon, 7 Oct 2013 04:00:41 +0530 Subject: [Bangalore-pm] CPAN to MetaCPAN auto-redirect In-Reply-To: References: Message-ID: Sweet, Thanks :) On 7 October 2013 03:54, SundaraRaman R wrote: > Huh, I went searching for something else, and coincidentally came across a related > FAQright after sending this: > >> For Chrome users, the MetaCPAN Helperextension will automatically rewrite >> search.cpan.org links to MetaCPAN. >> >> You can accomplish the same thing by modifying your hosts file. Add the >> following lines and all links to search.cpan.org (and links to source >> code) will be redirected to MetaCPAN: >> >> 46.43.35.68 search.cpan.org >> 46.43.35.68 cpansearch.perl.org >> >> If you do this, be sure to point cpanm to another mirror, as it defaults >> to search.cpan.org. Here's how: >> >> export PERL_CPANM_OPT="--mirror http://www.cpan.no/" # Insert your closest mirror here. >> >> > HTH, > Sundar > > > > > On Mon, Oct 7, 2013 at 3:43 AM, SundaraRaman R > wrote: > >> Long ago (ok, more like a month ago), I'd lamented the fact that Google >> and most other places link us to cpan.org pages of modules rather than >> the much better metacpan.org pages, in a thread here. I came across this >> blog post while >> searching for a solution to this today, which led me to this script: >> CPAN to METACPAN - "Spot >> CPAN pages and automagically redirect to METACPAN equivalent". It's a >> Greasemonkey userscript, so needs Greasemonkey installed on your Firefox >> first (will probably work on Chrome too with the Tampermonkey addon, >> haven't tried it there). >> >> It adds a few seconds delay to the pageload time due to the extra >> redirects, but I'm sufficiently Lazy that this is worth it. :) Hope someone >> else here finds this useful too. >> >> Cheers, >> Sundar >> >> -- >> ! Knowing others is intelligence; knowing yourself is true wisdom. >> Mastering others is strength; mastering yourself is true power. >> http://www.google.com/profiles/sundaryourfriend >> >> > > > -- > ! Knowing others is intelligence; knowing yourself is true wisdom. > Mastering others is strength; mastering yourself is true power. > http://www.google.com/profiles/sundaryourfriend > > > _______________________________________________ > 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 mkirank at gmail.com Sat Oct 19 12:34:24 2013 From: mkirank at gmail.com (Kiran Kumar) Date: Sun, 20 Oct 2013 01:04:24 +0530 Subject: [Bangalore-pm] Congratulations to Upasana Message-ID: For completing the internship and a pretty significant contribution. http://blogs.perl.org/users/upasana/2013/10/yay-moose-is-free-from-stringy-exceptions.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Sat Oct 19 12:40:27 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Sun, 20 Oct 2013 01:10:27 +0530 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: References: Message-ID: Congrats Upasana!!!!...we are proud of you.. ~ Prashant On Sun, Oct 20, 2013 at 1:04 AM, Kiran Kumar wrote: > For completing the internship and a pretty significant contribution. > > http://blogs.perl.org/users/upasana/2013/10/yay-moose-is-free-from-stringy-exceptions.html > > > > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm From superpulse.x at gmail.com Sat Oct 19 12:40:29 2013 From: superpulse.x at gmail.com (venkatakrishnan g) Date: Sun, 20 Oct 2013 01:10:29 +0530 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: References: Message-ID: Congratulations Upasana, Kickass stuff! On 20 October 2013 01:04, Kiran Kumar wrote: > For completing the internship and a pretty significant contribution. > > > http://blogs.perl.org/users/upasana/2013/10/yay-moose-is-free-from-stringy-exceptions.html > > > > > _______________________________________________ > 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 me at upasana.me Sat Oct 19 12:47:38 2013 From: me at upasana.me (Upasana Shukla) Date: Sun, 20 Oct 2013 01:17:38 +0530 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: References: Message-ID: <5262E1DA.4080300@upasana.me> Thank you so much Kiran, Venkat & Prashant :) On Sunday 20 October 2013 01:10 AM, venkatakrishnan g wrote: > Congratulations Upasana, Kickass stuff! > > > On 20 October 2013 01:04, Kiran Kumar > wrote: > > For completing the internship and a pretty significant contribution. > > http://blogs.perl.org/users/upasana/2013/10/yay-moose-is-free-from-stringy-exceptions.html > > > > > _______________________________________________ > 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 > -- Upasana -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: From sundaryourfriend at gmail.com Sat Oct 19 17:28:52 2013 From: sundaryourfriend at gmail.com (SundaraRaman R) Date: Sun, 20 Oct 2013 05:58:52 +0530 Subject: [Bangalore-pm] Article on Gurusamy Sarathy in Wikipedia Message-ID: Hello mongers, Gurusamy Sarathy, for those who didn't know, was a major contributor to Perl for several years, and was especially important in bringing Perl to Windows. He's well-known to many in Perl circles, but it seems that Wikipedia has no article on him as of now. I've gathered some info I could find on him in a userspace-article https://en.wikipedia.org/wiki/User:Sundaryourfriend/Gurusamy_Sarathy , but I couldn't find anything about his personal background, his current online presence (twitter, blog, etc.) and most importantly, any mentions from popular sources (magazines, newspapers, major companies, etc.) that would help assert his notability. Details on his specific contributions to Perl are also hard to find (there are mentions here and there e.g. http://www.perlmonks.org/?node_id=861966 hints at his work on Prototypes, http://perldoc.perl.org/perlhack.html about his testing guidelines, but I'm sure there's tons more that would make good additions to the article). Since he seems to be of Indian origin I hoped some of you might be interested in contributing, if so any links (or even better, non-online sources) you can find about Sarathy (other than the ones I've added in the "References" section in the above link) would be appreciated. Please feel free to edit them into the article itself, but if you feel you don't have the time or wiki-experience to do it, directly mailing me the info would also be of great help. I feel a bit proud as an Indian every time I see Sarathy's contributions mentioned surrounding Perl, so wish to see them brought to light in a better manner... Hope we can together create a Wiki quality article as our thanks to him. :) PS: Once YAPC::India materializes, it would be great if we could find a way to invite Sarathy for a talk there, that'd be a good boost to the conference! -- ! Knowing others is intelligence; knowing yourself is true wisdom. Mastering others is strength; mastering yourself is true power. http://www.google.com/profiles/sundaryourfriend -------------- next part -------------- An HTML attachment was scrubbed... URL: From sundaryourfriend at gmail.com Sun Oct 20 14:28:41 2013 From: sundaryourfriend at gmail.com (SundaraRaman R) Date: Mon, 21 Oct 2013 02:58:41 +0530 Subject: [Bangalore-pm] India in 2007 Perl survey Message-ID: I came across a survey of Perl programmers done in 2007 ( http://perlsurvey.org/static/PerlSurvey2007A4.pdf), and saw this in there: The first non-western country to appear in > the list is India, with 124 Perl programmers born there and 86 still > resident. > Also: The most widely spoken non-European language was Mandarin (37 respondents) > followed > by Hebrew (29), *Tamil *(25) and *Hindi *(15). > A full list of responses by language is included in the appendix. > (Like any survey results, YMMV regd. the data's interpretation and validity, just thought it was interesting enough to share. :) ) -- ! Knowing others is intelligence; knowing yourself is true wisdom. Mastering others is strength; mastering yourself is true power. http://www.google.com/profiles/sundaryourfriend -------------- next part -------------- An HTML attachment was scrubbed... URL: From shantanu at cpan.org Sun Oct 20 16:56:08 2013 From: shantanu at cpan.org (Shantanu Bhadoria) Date: Mon, 21 Oct 2013 07:56:08 +0800 Subject: [Bangalore-pm] India in 2007 Perl survey In-Reply-To: References: Message-ID: I highly doubt the survey, There are a hell of a lot more Japanese CPAN Authors than Indian ones in Asia. If anything look at Acme::CPANAuthors::India and Acme::CPANAuthors::Japanese, looks like they had a particularly skewed data set there. Results of online surveys like these can be quiet skewed depending on which country or demographic a survey is promoted in. -Shantanu Bhadoria On Mon, Oct 21, 2013 at 5:28 AM, SundaraRaman R wrote: > I came across a survey of Perl programmers done in 2007 ( > http://perlsurvey.org/static/PerlSurvey2007A4.pdf), and saw this in > there: > > The first non-western country to appear in >> the list is India, with 124 Perl programmers born there and 86 still >> resident. >> > > Also: > > The most widely spoken non-European language was Mandarin (37 respondents) >> followed >> by Hebrew (29), *Tamil *(25) and *Hindi *(15). >> A full list of responses by language is included in the appendix. >> > > (Like any survey results, YMMV regd. the data's interpretation and > validity, just thought it was interesting enough to share. :) ) > > -- > ! Knowing others is intelligence; knowing yourself is true wisdom. > Mastering others is strength; mastering yourself is true power. > http://www.google.com/profiles/sundaryourfriend > > > _______________________________________________ > 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 visu7cse.engg at gmail.com Sun Oct 20 23:04:41 2013 From: visu7cse.engg at gmail.com (Vishwanath M S) Date: Mon, 21 Oct 2013 11:34:41 +0530 Subject: [Bangalore-pm] Congratulations to Upasana Message-ID: Sweet!! Great work Upasana :) *Cheers \m/* *Visu* -------------- next part -------------- An HTML attachment was scrubbed... URL: From shantanu at cpan.org Sun Oct 20 23:11:32 2013 From: shantanu at cpan.org (Shantanu Bhadoria) Date: Mon, 21 Oct 2013 14:11:32 +0800 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: References: Message-ID: Congrats Upasana! Inspite of our love for Moose, its error reports have been a pain to most of us. Your work is much appreciated! Cheers, -Shantanu Bhadoria On Mon, Oct 21, 2013 at 2:04 PM, Vishwanath M S wrote: > Sweet!! Great work Upasana :) > > *Cheers \m/* > *Visu* > > _______________________________________________ > 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 me at upasana.me Sun Oct 20 23:27:14 2013 From: me at upasana.me (Upasana Shukla) Date: Mon, 21 Oct 2013 11:57:14 +0530 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: References: Message-ID: <5264C942.8030800@upasana.me> Thank you Shantanu & Vishwanath :) On Monday 21 October 2013 11:41 AM, Shantanu Bhadoria wrote: > Congrats Upasana! > Inspite of our love for Moose, its error reports have been a pain to > most of us. Your work is much appreciated! > Cheers, > -Shantanu Bhadoria > > > On Mon, Oct 21, 2013 at 2:04 PM, Vishwanath M S > wrote: > > Sweet!! Great work Upasana :) > > *Cheers \m/* > *Visu* > > _______________________________________________ > 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 > -- Upasana -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: From sridhar.jr at gmail.com Wed Oct 23 07:23:47 2013 From: sridhar.jr at gmail.com (sridhar reddy) Date: Wed, 23 Oct 2013 19:53:47 +0530 Subject: [Bangalore-pm] Got confirmation to meet up in Wipro location on Nov 16th Message-ID: Hi All, Finally today we got confirmation from Wipro to meet up on Nov 16th. Prashant will update more details on this. Regards, Sridhar -------------- next part -------------- An HTML attachment was scrubbed... URL: From shantanu at cpan.org Wed Oct 23 16:25:05 2013 From: shantanu at cpan.org (Shantanu Bhadoria) Date: Thu, 24 Oct 2013 07:25:05 +0800 Subject: [Bangalore-pm] Got confirmation to meet up in Wipro location on Nov 16th In-Reply-To: References: Message-ID: Hey guys, do we have google hangout details for this meetup? Cheers, -Shan On Wed, Oct 23, 2013 at 10:23 PM, sridhar reddy wrote: > Hi All, > > Finally today we got confirmation from Wipro to meet up on Nov 16th. > > Prashant will update more details on this. > > > Regards, > Sridhar > > _______________________________________________ > 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 talk2saravanan at yahoo.co.in Wed Oct 23 23:04:40 2013 From: talk2saravanan at yahoo.co.in (Saravanan T) Date: Thu, 24 Oct 2013 14:04:40 +0800 (SGT) Subject: [Bangalore-pm] Got confirmation to meet up in Wipro location on Nov 16th In-Reply-To: References: Message-ID: <1382594680.83801.YahooMailNeo@web192502.mail.sg3.yahoo.com> Hey Shantanu, Yes.We will definitely plan. Thanks, ~Saran On Thursday, October 24, 2013 7:25 AM, Shantanu Bhadoria wrote: Hey guys, do we have google hangout details for this meetup? Cheers, -Shan On Wed, Oct 23, 2013 at 10:23 PM, sridhar reddy wrote: Hi All, > > >Finally today we got confirmation from Wipro to meet up on Nov 16th. > > >Prashant will update more details on this. > > > > >Regards, >Sridhar >_______________________________________________ >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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.2006tyagi at gmail.com Wed Oct 23 23:06:56 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Thu, 24 Oct 2013 11:36:56 +0530 Subject: [Bangalore-pm] Got confirmation to meet up in Wipro location on Nov 16th In-Reply-To: <1382594680.83801.YahooMailNeo@web192502.mail.sg3.yahoo.com> References: <1382594680.83801.YahooMailNeo@web192502.mail.sg3.yahoo.com> Message-ID: Saran, can you give me access to meetup page, so that I can update next event venue and date. Thanks, Prashant On Thu, Oct 24, 2013 at 11:34 AM, Saravanan T wrote: > Hey Shantanu, > > Yes.We will definitely plan. > > Thanks, > ~Saran > > > On Thursday, October 24, 2013 7:25 AM, Shantanu Bhadoria > wrote: > Hey guys, do we have google hangout details for this meetup? > Cheers, > -Shan > > > On Wed, Oct 23, 2013 at 10:23 PM, sridhar reddy > wrote: > > Hi All, > > Finally today we got confirmation from Wipro to meet up on Nov 16th. > > Prashant will update more details on this. > > > Regards, > Sridhar > > _______________________________________________ > 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 Oct 23 23:21:27 2013 From: talk2saravanan at yahoo.co.in (Saravanan T) Date: Thu, 24 Oct 2013 14:21:27 +0800 (SGT) Subject: [Bangalore-pm] Got confirmation to meet up in Wipro location on Nov 16th In-Reply-To: References: <1382594680.83801.YahooMailNeo@web192502.mail.sg3.yahoo.com> Message-ID: <1382595687.93380.YahooMailNeo@web192506.mail.sg3.yahoo.com> Done.Thanks for hosting.Let us know if you need any help. Please do change the date,time and venue. Thanks, ~Saran On Thursday, October 24, 2013 2:06 PM, prashant tyagi wrote: Saran, can you give me access to meetup page, so that I can update next event venue and date. Thanks, Prashant On Thu, Oct 24, 2013 at 11:34 AM, Saravanan T wrote: > Hey Shantanu, > > Yes.We will definitely plan. > > Thanks, > ~Saran > > > On Thursday, October 24, 2013 7:25 AM, Shantanu Bhadoria > wrote: > Hey guys, do we have google hangout details for this meetup? > Cheers, > -Shan > > > On Wed, Oct 23, 2013 at 10:23 PM, sridhar reddy > wrote: > > Hi All, > > Finally today we got confirmation from Wipro to meet up on Nov 16th. > > Prashant will update more details on this. > > > Regards, > Sridhar > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bvasundhar at gmail.com Fri Oct 25 04:14:49 2013 From: bvasundhar at gmail.com (Vasundhar) Date: Fri, 25 Oct 2013 16:44:49 +0530 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: <5264C942.8030800@upasana.me> References: <5264C942.8030800@upasana.me> Message-ID: Congratulations Upasana Regards, Vasundhar On Mon, Oct 21, 2013 at 11:57 AM, Upasana Shukla wrote: > Thank you Shantanu & Vishwanath :) > > > On Monday 21 October 2013 11:41 AM, Shantanu Bhadoria wrote: > > Congrats Upasana! > > Inspite of our love for Moose, its error reports have been a pain to > > most of us. Your work is much appreciated! > > Cheers, > > -Shantanu Bhadoria > > > > > > On Mon, Oct 21, 2013 at 2:04 PM, Vishwanath M S > > wrote: > > > > Sweet!! Great work Upasana :) > > > > *Cheers \m/* > > *Visu* > > > > _______________________________________________ > > 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 > > > > > -- > 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: From mnjagadeesh at gmail.com Fri Oct 25 04:26:38 2013 From: mnjagadeesh at gmail.com (Jagadeesh Malakannavar) Date: Fri, 25 Oct 2013 16:56:38 +0530 (IST) Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: References: <5264C942.8030800@upasana.me> Message-ID: Nice work Upasana. It will be helpful to every moose user Thanks ~$(jm)$~ On Fri, 25 Oct 2013, Vasundhar wrote: > Congratulations Upasana? > > Regards, > Vasundhar > > > On Mon, Oct 21, 2013 at 11:57 AM, Upasana Shukla wrote: > Thank you Shantanu & Vishwanath :) > > > On Monday 21 October 2013 11:41 AM, Shantanu Bhadoria wrote: > > Congrats Upasana! > > Inspite of our love for Moose, its error reports have been a > pain to > > most of us. Your work is much appreciated! > > Cheers, > > -Shantanu Bhadoria > > > > > > On Mon, Oct 21, 2013 at 2:04 PM, Vishwanath M S > > > wrote: > > > > ? ? Sweet!! Great work Upasana :) > > > > ? ? *Cheers \m/* > > ? ? *Visu* > > > > ? ? _______________________________________________ > > ? ? 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 > > > > > -- > Upasana > > > _______________________________________________ > Bangalore-pm mailing list > Bangalore-pm at pm.org > http://mail.pm.org/mailman/listinfo/bangalore-pm > > > > From me at upasana.me Fri Oct 25 05:15:47 2013 From: me at upasana.me (Upasana Shukla) Date: Fri, 25 Oct 2013 17:45:47 +0530 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: References: <5264C942.8030800@upasana.me> Message-ID: <526A60F3.9050507@upasana.me> 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: From kanishka.black0 at gmail.com Fri Oct 25 08:45:38 2013 From: kanishka.black0 at gmail.com (kanishka.black0 at gmail.com) Date: Fri, 25 Oct 2013 15:45:38 -0000 Subject: [Bangalore-pm] Please upload the session in YouTube and post a live streaming Message-ID: <526a9225.067e0e0a.2c02.ffff8688@mx.google.com> An HTML attachment was scrubbed... URL: From mithunr2003 at gmail.com Fri Oct 25 23:30:21 2013 From: mithunr2003 at gmail.com (Mithun Radhakrishnan) Date: Sat, 26 Oct 2013 12:00:21 +0530 Subject: [Bangalore-pm] Congratulations to Upasana In-Reply-To: <526A60F3.9050507@upasana.me> References: <5264C942.8030800@upasana.me> <526A60F3.9050507@upasana.me> Message-ID: 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: From prashant.2006tyagi at gmail.com Wed Oct 30 05:10:41 2013 From: prashant.2006tyagi at gmail.com (prashant tyagi) Date: Wed, 30 Oct 2013 17:40:41 +0530 Subject: [Bangalore-pm] November meetup agenda Message-ID: 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 From superpulse.x at gmail.com Wed Oct 30 07:35:27 2013 From: superpulse.x at gmail.com (venkatakrishnan g) Date: Wed, 30 Oct 2013 20:05:27 +0530 Subject: [Bangalore-pm] November meetup agenda In-Reply-To: References: Message-ID: 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sridhar.jr at gmail.com Thu Oct 31 05:15:26 2013 From: sridhar.jr at gmail.com (sridhar reddy) Date: Thu, 31 Oct 2013 17:45:26 +0530 Subject: [Bangalore-pm] November meetup agenda In-Reply-To: References: Message-ID: 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: