From tony at metracom.com Tue Jun 4 21:58:58 2013 From: tony at metracom.com (Tony) Date: Tue, 4 Jun 2013 21:58:58 -0700 Subject: [Oc-pm] Next OC Perl Mongers meeting June 24th @ 7pm Message-ID: <201306042158.58096.tony@metracom.com> Attention OC Perl Mongers, our next meeting is June 24th at 7pm. We need a presenter or two. You can present anything you want as long as you are entertaining and can hold the attention of a bunch of Perl geeks :) We ordered Pizza last month and I think everyone enjoyed it. We will do it again this month. Below are some ideas for a presentation. Web Framework - Catalyst - Dancer - Plack POE Socket programming MultiThreaded Perl Web Scraping - LWP - WWW::Mechanize - Web::Scraper - WWW::Mechanize::Firefox - HTTP::Headers Automated Testing Regular Expressions Perl 6 - OOP - Operators Templating - Mason - Template::Toolkit - HTML::Template - Text::Template - XML See you on the 24th Tony Gasparovic From tony at metracom.com Mon Jun 17 22:42:22 2013 From: tony at metracom.com (Tony) Date: Mon, 17 Jun 2013 22:42:22 -0700 Subject: [Oc-pm] OC Perl Mongers meeting next Monday the 24th @ 7pm Message-ID: <201306172242.22500.tony@metracom.com> Perl Mongers, Our meeting is next Monday the 24th at 7pm. We have one presentation scheduled. Let me know if you would like to present. PM meetings are meant to be fun and educational for all. Please bring a friend or co-worker to the meeting. We have a great meeting place, and there's is plenty of FREE parking. We will order Pizza. So don't be late! http://oc.pm.org/ Tony Gasparovic From tony at metracom.com Sun Jun 23 23:55:26 2013 From: tony at metracom.com (Tony) Date: Sun, 23 Jun 2013 23:55:26 -0700 Subject: [Oc-pm] OC Perl Mongers meeting tomorrow evening at 7pm Message-ID: <201306232355.26599.tony@metracom.com> OC Perl Mongers, Don't forget about our meeting tomorrow evening at 7pm. We have two great presentations aligned up. Mike Baas - Catalyst Vajay Anand - XML Plus we are having Pizza for dinner. All the details are on the website: http://oc.pm.org/ See you tomorrow, Tony Gasparovic From mvr707 at gmail.com Sat Jun 29 11:27:43 2013 From: mvr707 at gmail.com (Ramana V Mokkapati) Date: Sat, 29 Jun 2013 11:27:43 -0700 Subject: [Oc-pm] FYI : Raspberry Perl :-) Message-ID: Sharing for your amusement. As we all know "Pi" part of Raspberry Pi comes from Python as it is deemed the right language for high school kids can experiment and learn. I have been using Perl on RPi and it seems to do well with many automations I did. Sharing a recent example FYI... ---------- Forwarded message ---------- From: Ramana Mokkapati Date: Sat, Jun 29, 2013 at 11:13 AM Subject: Raspberry Perl To: "Mr. Ramana Mokkapati" Just coming back from my dentist visit, reminded of Perl based home automation. Sharing the story and geeky details. :-) Dentist told me she forgot to switch of AC at home. I quickly pulled my iPhone to show how the my living room lights can be switched from cell phone, and how my home lights go on at sunset (yes based on season it adjusts automatically). Needless to say, dentist was impressed and wanted more details for her high school kid interested in programming. :-) Coming to geeky stuff... One can use a power switch connected to GPIO of Raspberry Pi, or better still use a WeMo switch from Belkin ($40) that can control upto 1800W of load. iPhone app would let you control the switch. Use Perl modules WebService::Belkin::WeMo::Discover WebService::Belkin::WeMo::Device And control the switch - this is a cool way to control UPnP devices via Net::UPnP module. Net::Sunrise is another cool module to find the sunrise and sunset times, once you have the latitude and longitude info. The cron job wakes up at 5am and calculates the sunrise time and spawns the actual job via "at" command. Of course, we may use Astro::MoonPhase if you have to fire a job only on new/full moon night. :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: