From amitsett at gmail.com Tue Apr 10 19:47:00 2012 From: amitsett at gmail.com (Amit Sett) Date: Tue, 10 Apr 2012 19:47:00 -0700 Subject: SPUG: Testing Content Protection Technology Message-ID: I am looking for information on how to test content protection technology on mobile devices. Specifically I am looking for related information on security validation approaches/strategies, functional testing, compatibility testing, integration testing and reliability testing. Any help is appreciated. Regards, Amit -------------- next part -------------- An HTML attachment was scrubbed... URL: From augustinablair at gmail.com Mon Apr 16 14:45:46 2012 From: augustinablair at gmail.com (Augustina Blair) Date: Mon, 16 Apr 2012 14:45:46 -0700 Subject: SPUG: SPUG Meeting April 17 2012 Message-ID: Sorry for the late notice on this one! Our topic for SPUG this month is a Lightning Talk Session on your favorite Perl Module. We'll have a windows laptop set up so if you want to show off a web page or slides you have uploaded to a web browser somewhere, you can! Depending on how many people want to share, we'll plan on a very loosely enforced 10 minutes per person. 5-6:30 Pre-funk at Tap House 6:30 - 8:30ish Marchex 20th Floor, 520 Pike St 8:30 - ? - Post-funk at Tap House for those that want to stick around From twists at gmail.com Mon Apr 16 17:00:32 2012 From: twists at gmail.com (Joshua ben Jore) Date: Mon, 16 Apr 2012 17:00:32 -0700 Subject: SPUG: SPUG Meeting April 17 2012 In-Reply-To: References: Message-ID: Dang, I didn't realize. I've got a work-dinner that evening. In positive news, it's in Belltown. I may appear, it'd be nice to see all y'all. On Mon, Apr 16, 2012 at 2:45 PM, Augustina Blair wrote: > Sorry for the late notice on this one! > > Our topic for SPUG this month is a Lightning Talk Session on your > favorite Perl Module. We'll have a windows laptop set up so if you > want to show off a web page or slides you have uploaded to a web > browser somewhere, you can! Depending on how many people want to > share, we'll plan on a very loosely enforced 10 minutes per person. > > 5-6:30 Pre-funk at Tap House > 6:30 - 8:30ish Marchex 20th Floor, 520 Pike St > 8:30 - ? - Post-funk at Tap House for those that want to stick around > _____________________________________________________________ > Seattle Perl Users Group Mailing List > ? ? POST TO: spug-list at pm.org > SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list > ? ?MEETINGS: 3rd Tuesdays > ? ?WEB PAGE: http://seattleperl.org/ From augustinablair at gmail.com Tue Apr 17 17:13:54 2012 From: augustinablair at gmail.com (Augustina Blair) Date: Tue, 17 Apr 2012 17:13:54 -0700 Subject: SPUG: Meeting Tonight Message-ID: If you need to be badged upstairs for the meeting, dial 425-533-2964 and you'll get Dave, Auggy, or Mark. One of us should be able to badge you up. From MichaelRWolf at att.net Thu Apr 19 12:02:48 2012 From: MichaelRWolf at att.net (Michael R. Wolf) Date: Thu, 19 Apr 2012 12:02:48 -0700 Subject: SPUG: IIS on Windows 7 caching code differently than previous version Message-ID: A buddy called me with a Perl question, but we reframed it as an IIS question. He's used to using an undeclared, uninitialized global variable (yeah, he knows, but it's old code and he doesn't want to change it) for procedural (that is, not even any objects to maintain state) that gets incremented a couple of times with each call from a web page. Different web pages call the same code, and they used to get an uninitialized value. Now (with his recent installation of Windows 7), they remember the value from previous, unrelated web calls as though it's just one big shared global variable across all calls. I don't know IIS, but vaguely remember that Apache has a way to compile code once and keep it in core for later use. Apparently, until this recent install, he was getting behavior that recompiled the code on every call, and therefore started out the counter at undef (acting like 0). Although it's more "clean" (for some definitions of clean) to do it differently, the sites he has are low volume, and not worth the effort to rewrite and re-debug the behavior across all the users of this module of code (not necessarily a capital-M Module). A few questions: 1. How to turn off code caching in IIS? 2. What search term to use to learn about #1? 3. What's the corresponding term in Apache to bootstrap an IIS search? 4. If the described behavior seems to fit another diagnosis, what would that be? Thanks, Michael -- Michael R. Wolf All mammals learn by playing! MichaelRWolf at att.net From baronmog at gmail.com Thu Apr 19 12:09:44 2012 From: baronmog at gmail.com (=?UTF-8?Q?Noah_R=C3=B8mer?=) Date: Thu, 19 Apr 2012 12:09:44 -0700 Subject: SPUG: whiteboard photo from the SPUG meeting? Message-ID: We gonna see the photo of the whiteboard from the recent SPUG meeting? :) -- It's difficult to get a man to understand something when his salary depends on him not understanding it. - Upton Sinclair From MichaelRWolf at att.net Thu Apr 19 15:45:38 2012 From: MichaelRWolf at att.net (Michael R. Wolf) Date: Thu, 19 Apr 2012 15:45:38 -0700 Subject: SPUG: Approved 15 requests to join LinkedIn group Message-ID: <8445D219-7B83-4539-B41C-AD867CBC5D9C@att.net> Oops? Sorry folks. I just approved 15 outstanding requests to join the SPUG LinkedIn group, some dating back to 2010, soon after a discussion on spug-list at pm.org sparked the LinkedIn group creation. Sorry for the oversight of my owner's oversight responsibilities. Here's hoping that the LinkedIn group serves us well now that there's 44 members of the group! I've also set the group settings to "Auto-Join". If anyone has experience to contraindicate this, please let me know. Either way, if you're interested in sharing the power (i.e. responsibility) to approve real membership requests or decline/block bogus ones, let me know. I'll add you to the list of admins for the group. Let the LinkedIn begin anew as an experiment to see what flows in this channel and what flows in that channel? Enjoy, Michael -- Michael R. Wolf All mammals learn by playing! MichaelRWolf at att.net From k_clarke at perlprogrammer.net Sat Apr 21 12:24:39 2012 From: k_clarke at perlprogrammer.net (Ken Clarke) Date: Sat, 21 Apr 2012 16:24:39 -0300 Subject: SPUG: Google Docs File Download References: Message-ID: Hi Folks, Anyone have an example script laying around of how to download a text file from google docs? I'm sure it's just a matter of generating a GET request, probably with user authentication. Thanks! >> Ken