From legrady at gmail.com Tue Sep 6 20:57:02 2011 From: legrady at gmail.com (Tom Legrady) Date: Tue, 6 Sep 2011 23:57:02 -0400 Subject: [tpm] My first photo show, with guaranteed Perl content Message-ID: My photo show opens on Saturday. More info at http://www.akimbo.ca/exhibitions/?id=31095 No, I won't give a lightning talk on the subject Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From jztam at yahoo.com Thu Sep 8 12:14:04 2011 From: jztam at yahoo.com (J Z Tam) Date: Thu, 8 Sep 2011 12:14:04 -0700 (PDT) Subject: [tpm] How to copy a Windoze directory over to linux Securely, non-repudiationally? In-Reply-To: <98A52CEA-3CF6-411B-8163-7F1BDC17A5A1@stok.ca> References: <98A52CEA-3CF6-411B-8163-7F1BDC17A5A1@stok.ca> Message-ID: <1315509244.43193.YahooMailNeo@web125710.mail.ne1.yahoo.com> NOTE:? under the PCI-DSS / SOX?? umbrella, Which are your blessed? perl modules for slurping an entire Windoze directory tree (and files)? over to linux/AIX. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shlomif at shlomifish.org Thu Sep 8 23:13:35 2011 From: shlomif at shlomifish.org (Shlomi Fish) Date: Fri, 9 Sep 2011 09:13:35 +0300 Subject: [tpm] How to copy a Windoze directory over to linux Securely, non-repudiationally? In-Reply-To: <1315509244.43193.YahooMailNeo@web125710.mail.ne1.yahoo.com> References: <98A52CEA-3CF6-411B-8163-7F1BDC17A5A1@stok.ca> <1315509244.43193.YahooMailNeo@web125710.mail.ne1.yahoo.com> Message-ID: <20110909091335.27465334@lap.shlomifish.org> Hi J. Z., On Thu, 8 Sep 2011 12:14:04 -0700 (PDT) J Z Tam wrote: > > > NOTE:? under the PCI-DSS / SOX?? umbrella, > > Which are your blessed? perl modules for slurping an entire Windoze directory tree (and files)? over to linux/AIX. That's an unusual use of the word "slurping", but I get what you say from the subject line. I can recommend these tools: 1. rsync - http://rsync.samba.org/ ; http://en.wikipedia.org/wiki/Rsync ; My favourite rsync configuration is: rsync -a --progress -v --inplace But you may wish to add --delete-after to it. 2. lftp is a useful FTP/SFTP client that can upload entire trees and is open-source: http://lftp.yar.ru/ . You can implement something similar to LFTP in Perl, but it will take some work, and rsync is generally better. Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Understand what Open Source is - http://shlom.in/oss-fs There is no IGLU Cabal! Its members can be arranged in N! orders to form N! different Cabals. The algorithm to find which order formulates the correct IGLU Cabal is NP?Complete. Please reply to list if it's a mailing list post - http://shlom.in/reply . From mike at stok.ca Mon Sep 12 18:40:37 2011 From: mike at stok.ca (Mike Stok) Date: Mon, 12 Sep 2011 21:40:37 -0400 Subject: [tpm] Still looking for lightning talks Message-ID: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> There is still room for a few more lightning talks at this month's meeting, and I'm still hoping that someone will emcee it. Mike -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fulko.hew at gmail.com Mon Sep 12 18:45:35 2011 From: fulko.hew at gmail.com (Fulko Hew) Date: Mon, 12 Sep 2011 21:45:35 -0400 Subject: [tpm] Still looking for lightning talks In-Reply-To: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> References: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> Message-ID: On Mon, Sep 12, 2011 at 9:40 PM, Mike Stok wrote: > There is still room for a few more lightning talks at this month's meeting, > and I'm still hoping that someone will emcee it. > OK Mike... I'll bite and emcee it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From arocker at Vex.Net Tue Sep 13 06:55:01 2011 From: arocker at Vex.Net (arocker at Vex.Net) Date: Tue, 13 Sep 2011 09:55:01 -0400 Subject: [tpm] Still looking for lightning talks In-Reply-To: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> References: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> Message-ID: <3dea299ca81ff3ad421d014a8e27292c.squirrel@mail.vex.net> How many people use vim, but don't know about vim's scripting language? From fulko.hew at gmail.com Tue Sep 13 07:03:16 2011 From: fulko.hew at gmail.com (Fulko Hew) Date: Tue, 13 Sep 2011 10:03:16 -0400 Subject: [tpm] Still looking for lightning talks In-Reply-To: <3dea299ca81ff3ad421d014a8e27292c.squirrel@mail.vex.net> References: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> <3dea299ca81ff3ad421d014a8e27292c.squirrel@mail.vex.net> Message-ID: On Tue, Sep 13, 2011 at 9:55 AM, wrote: > > How many people use vim, but don't know about vim's scripting language? > VIM has commands... I didn't know it also had a scripting language, or is that one and the same? -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Tue Sep 13 07:28:35 2011 From: mike at stok.ca (Mike Stok) Date: Tue, 13 Sep 2011 10:28:35 -0400 Subject: [tpm] Still looking for lightning talks In-Reply-To: References: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> <3dea299ca81ff3ad421d014a8e27292c.squirrel@mail.vex.net> Message-ID: It would be cool to hear about that. I thought the commands were :w, set ? etc., and the scripting language is stuff like this from the bowels of NERDTree: function! NERDTreeExecFile() let treenode = g:NERDTreeFileNode.GetSelected() echo "==========================================================\n" echo "Complete the command to execute (add arguments etc):\n" let cmd = treenode.path.str({'escape': 1}) let cmd = input(':!', cmd . ' ') if cmd != '' exec ':!' . cmd else echo "Aborted" endif endfunction On 2011-09-13, at 10:03 AM, Fulko Hew wrote: > > > On Tue, Sep 13, 2011 at 9:55 AM, wrote: > > How many people use vim, but don't know about vim's scripting language? > > VIM has commands... I didn't know it also had a scripting language, or > is that one and the same? > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Thu Sep 15 10:44:21 2011 From: mike at stok.ca (Mike Stok) Date: Thu, 15 Sep 2011 13:44:21 -0400 Subject: [tpm] Fwd: Ug News: *Free to Choose* - Save 50% - All Ebooks & Videos References: <1316106361.21971.0.269316@post.oreilly.com> Message-ID: <7DC04839-520E-4663-AB76-E7A59B8A6E0B@stok.ca> Back to School Special *Free to Choose* - Save 50% on All Ebooks & Videos Want to learn something new today, or polish a skill? O'Reilly ebooks and videos provide a path to mastery. Use discount code B2SDEAL in the shopping cart. Offers expire September 27th, and may not be combined with other offers. Get started with our new and bestselling ebooks and videos, or explore our most popular topics: Programming | JavaScript | iPhone | Android | Python | HTML5 & CSS | jQuery | Java | PHP | Perl | Linux | Data Ebooks from O'Reilly are DRM-free. You get free lifetime access, multiple file formats, free updates. Programming Android Was: $35.99 Now: $17.99 (Save 50%) Programming iOS 4 Was: $35.99 Now: $17.99 (Save 50%) HTML5 Canvas Was: $31.99 Now: $15.99 (Save 50%) JavaScript: The Definitive Guide Was: $39.99 Now: $19.99 (Save 50%) Arduino Cookbook Was: $31.99 Now: $15.99 (Save 50%) Learning Android Was: $27.99 Now: $13.99 (Save 50%) R Cookbook Was: $31.99 Now: $15.99 (Save 50%) Programming Amazon EC2 Was: $27.99 Now: $13.99 (Save 50%) The Node Sessions: The Best of OSCON 2011 Was: $39.99 Now: $19.99 (Save 50%) The HTML5 Sessions: The Best of OSCON 2011 Was: $99.99 Now: $49.99 (Save 50%) The Java Sessions: The Best of OSCON 2011 Was: $99.99 Now: $49.99 (Save 50%) The Data Sessions: The Best of OSCON 2011 Was: $99.99 Now: $49.99 (Save 50%) McCullough and Berglund on Mastering Git Was: $49.99 Now: $24.99 (Save 50%) iOS 4 Programming Cookbook Was: $35.99 Now: $17.99 (Save 50%) Mining the Social Web Was: $31.99 Now: $15.99 (Save 50%) Programming Python Was: $51.99 Now: $25.99 (Save 50%) You are receiving this email because you are a User Group contact with O'Reilly Media. Forward this announcement. If you would like to stop receiving these newsletters or announcements from O'Reilly, send an email to marsee at oreilly.com. O'Reilly Media, Inc. 1005 Gravenstein Highway North, Sebastopol, CA 95472 (707) 827-7000 -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From legrady at gmail.com Thu Sep 15 16:53:33 2011 From: legrady at gmail.com (Tom Legrady) Date: Thu, 15 Sep 2011 19:53:33 -0400 Subject: [tpm] Lightning talks Message-ID: If there's a time slot for a lightning talk, I have a topic. Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Thu Sep 15 18:14:52 2011 From: mike at stok.ca (Mike Stok) Date: Thu, 15 Sep 2011 21:14:52 -0400 Subject: [tpm] Lightning talks In-Reply-To: References: Message-ID: There's still some room :-) I'll give you a slot. Thanks! Mike On 2011-09-15, at 7:53 PM, Tom Legrady wrote: > If there's a time slot for a lightning talk, I have a topic. > > Tom -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bobby.lopez at gmail.com Fri Sep 16 11:40:50 2011 From: bobby.lopez at gmail.com (J. Bobby Lopez) Date: Fri, 16 Sep 2011 14:40:50 -0400 Subject: [tpm] Still looking for lightning talks In-Reply-To: References: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> <3dea299ca81ff3ad421d014a8e27292c.squirrel@mail.vex.net> Message-ID: I love NERDTree.. that and perl-support.vim + !perltidy have made my regular vim/perl grind that much more enjoyable. On Tue, Sep 13, 2011 at 10:28 AM, Mike Stok wrote: > It would be cool to hear about that. > I thought the commands were :w, set ? etc., and the scripting language is > stuff like this from the bowels of NERDTree: > function! NERDTreeExecFile() > ? ? let treenode = g:NERDTreeFileNode.GetSelected() > ? ? echo "==========================================================\n" > ? ? echo "Complete the command to execute (add arguments etc):\n" > ? ? let cmd = treenode.path.str({'escape': 1}) > ? ? let cmd = input(':!', cmd . ' ') > ? ? if cmd != '' > ? ? ? ? exec ':!' . cmd > ? ? else > ? ? ? ? echo "Aborted" > ? ? endif > endfunction > On 2011-09-13, at 10:03 AM, Fulko Hew wrote: > > > On Tue, Sep 13, 2011 at 9:55 AM, wrote: >> >> How many people use vim, but don't know about vim's scripting language? > > VIM has commands... I didn't know it also had a scripting language, or > is that one and the same? > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > > -- > Mike Stok > http://www.stok.ca/~mike/ > The "`Stok' disclaimers" apply. > > > > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > > From thakore.kartik at gmail.com Sat Sep 17 12:32:45 2011 From: thakore.kartik at gmail.com (Kartik Thakore) Date: Sat, 17 Sep 2011 15:32:45 -0400 Subject: [tpm] Still looking for lightning talks In-Reply-To: References: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> <3dea299ca81ff3ad421d014a8e27292c.squirrel@mail.vex.net> Message-ID: NERDtree is great! Hey I am in Toronto this coming thrusday. Is that when the PM meeting is? On Fri, Sep 16, 2011 at 2:40 PM, J. Bobby Lopez wrote: > I love NERDTree.. ?that and perl-support.vim + !perltidy have made my > regular vim/perl grind that much more enjoyable. > > On Tue, Sep 13, 2011 at 10:28 AM, Mike Stok wrote: >> It would be cool to hear about that. >> I thought the commands were :w, set ? etc., and the scripting language is >> stuff like this from the bowels of NERDTree: >> function! NERDTreeExecFile() >> ? ? let treenode = g:NERDTreeFileNode.GetSelected() >> ? ? echo "==========================================================\n" >> ? ? echo "Complete the command to execute (add arguments etc):\n" >> ? ? let cmd = treenode.path.str({'escape': 1}) >> ? ? let cmd = input(':!', cmd . ' ') >> ? ? if cmd != '' >> ? ? ? ? exec ':!' . cmd >> ? ? else >> ? ? ? ? echo "Aborted" >> ? ? endif >> endfunction >> On 2011-09-13, at 10:03 AM, Fulko Hew wrote: >> >> >> On Tue, Sep 13, 2011 at 9:55 AM, wrote: >>> >>> How many people use vim, but don't know about vim's scripting language? >> >> VIM has commands... I didn't know it also had a scripting language, or >> is that one and the same? >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm >> >> -- >> Mike Stok >> http://www.stok.ca/~mike/ >> The "`Stok' disclaimers" apply. >> >> >> >> >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm >> >> > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > From janes.rob at gmail.com Sat Sep 17 12:42:49 2011 From: janes.rob at gmail.com (Rob Janes) Date: Sat, 17 Sep 2011 15:42:49 -0400 Subject: [tpm] Still looking for lightning talks In-Reply-To: References: <405A1F6D-083F-4A7D-8CF0-4083C4603378@stok.ca> <3dea299ca81ff3ad421d014a8e27292c.squirrel@mail.vex.net> Message-ID: http://to.pm.org/ - thursday Sept 29 18:45pm On Sat, Sep 17, 2011 at 3:32 PM, Kartik Thakore wrote: > NERDtree is great! Hey I am in Toronto this coming thrusday. Is that > when the PM meeting is? > On Fri, Sep 16, 2011 at 2:40 PM, J. Bobby Lopez wrote: >> I love NERDTree.. ?that and perl-support.vim + !perltidy have made my >> regular vim/perl grind that much more enjoyable. >> >> On Tue, Sep 13, 2011 at 10:28 AM, Mike Stok wrote: >>> It would be cool to hear about that. >>> I thought the commands were :w, set ? etc., and the scripting language is >>> stuff like this from the bowels of NERDTree: >>> function! NERDTreeExecFile() >>> ? ? let treenode = g:NERDTreeFileNode.GetSelected() >>> ? ? echo "==========================================================\n" >>> ? ? echo "Complete the command to execute (add arguments etc):\n" >>> ? ? let cmd = treenode.path.str({'escape': 1}) >>> ? ? let cmd = input(':!', cmd . ' ') >>> ? ? if cmd != '' >>> ? ? ? ? exec ':!' . cmd >>> ? ? else >>> ? ? ? ? echo "Aborted" >>> ? ? endif >>> endfunction >>> On 2011-09-13, at 10:03 AM, Fulko Hew wrote: >>> >>> >>> On Tue, Sep 13, 2011 at 9:55 AM, wrote: >>>> >>>> How many people use vim, but don't know about vim's scripting language? >>> >>> VIM has commands... I didn't know it also had a scripting language, or >>> is that one and the same? >>> _______________________________________________ >>> toronto-pm mailing list >>> toronto-pm at pm.org >>> http://mail.pm.org/mailman/listinfo/toronto-pm >>> >>> -- >>> Mike Stok >>> http://www.stok.ca/~mike/ >>> The "`Stok' disclaimers" apply. >>> >>> >>> >>> >>> _______________________________________________ >>> toronto-pm mailing list >>> toronto-pm at pm.org >>> http://mail.pm.org/mailman/listinfo/toronto-pm >>> >>> >> _______________________________________________ >> toronto-pm mailing list >> toronto-pm at pm.org >> http://mail.pm.org/mailman/listinfo/toronto-pm >> > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm > From mike at stok.ca Thu Sep 22 10:32:02 2011 From: mike at stok.ca (Mike Stok) Date: Thu, 22 Sep 2011 13:32:02 -0400 Subject: [tpm] Lightning talks - September 29th Message-ID: A reminder that next week is the Toronto Perl Mongers lightning talks meeting. See http://to.pm.org/ for details. Mike -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. From mike at stok.ca Fri Sep 23 11:35:53 2011 From: mike at stok.ca (Mike Stok) Date: Fri, 23 Sep 2011 14:35:53 -0400 Subject: [tpm] Fwd: Books and News from the O'Reilly User Group Program--Sept References: <1316790047.5236.0.742707@post.oreilly.com> Message-ID: <6A916A8F-DF92-4170-B859-2514549648BB@stok.ca> Sep 2011 Issue New Releases: Big Data Now: Current Perspectives from O'Reilly Radar Codermetrics By Jonathan Alexander Coding Faster: Getting More Productive with Microsoft Visual Studio By Sara Ford, Zain Naboulsi Creating HTML5 Animations with Flash and Wallaby By Ian McLean Developing Enterprise iOS Applications Developing iOS Applications with Flex 4.5 By Rich Tretola Getting Started with Arduino, Second Edition By Massimo Banzi HBase: The Definitive Guide By Lars George Head First C HTML5 Cookbook More New Releases >> Hi there, Please welcome Rachel Roumeliotis--O'Reilly's newest editor. She's an experienced technical publishing professional based in our Cambridge, MA office. She'll be getting to know the Microsoft community. Look for Rachel on our new Microsoft Technologies sub-group on LinkedIn or at the SharePoint Conference in Anaheim, CA. The Strata 2012 call for conference speakers is now open. If you have a compelling big data story to tell, we invite you to submit a proposal (or two) on any of the following topics: Data: Hadoop ecosystem, real-time data processing and analytics, crowdsourcing, data acquisition and cleaning, data distribution and markets, data science best practices, predictive analytics, machine learning, data security Business: From research to product, data protection, privacy and policy, becoming a data-driven organization, training, recruitment, management for data, the changing role of business intelligence Interfaces: Visualization and design principles, mobile strategy, applications and futures, augmented reality and immersive interfaces, dashboards, sensors, mobile and wireless, physical interfaces and robotics For more info or to submit your talk go tohttp://strataconf.com/strata2012 The 10th annual Southern California Linux Expo (SCALE 10x) is accepting proposals until Nov 17 in the following areas: system administration kernel developer application developer cloud/virtualization general open source/free software advocacy and technical content In September 2001, Safari Books Online began supplying digital book content over the Internet long before digital reading was sexy and in demand. At the start, the on-demand digital library service offered subscriber access via the PC to a few hundred titles from O'Reilly Media and Pearson. Ten years later, their digital library has more than 17,000 books, videos, and interactive learning tools that can be accessed on tablets, computers, and any mobile device with a browser. Congrats Safari! To celebrate, they're offering the following: Current subscribers are encouraged to share their stories about using Safari Books Online by leaving a comment on the blog post here. New customers can sign up for a 10-day free trial and get 30% off the Safari Library for up to 6 months. Join them on Facebook and get a chance to win an eReader. Here are just a few of the free O'Reilly webcasts happening soon: Mac OS X Lion: Pogue's Take Oct 12 10am PT Presented by David Pogue Mobile Application Development with Couchbase, iOS, and Android Sept 28 1pm PT Presented byChris Anderson, Dale Harvey Coding Faster: Getting More Productive with Microsoft Visual Studio Oct 11 10am PT Presented by Zain Naboulsi For the complete list, go to oreilly.com/webcasts Thanks, ----Marsee Henon and Jon Johns P.S. Want to hang out? Here's a list of the places the UG team will be. If you're attending or live in the area and have time to get together, please let us know. Oct 1, Mac Computer Expo, Petaluma, CA Oct 3-6, Microsoft SharePoint Conference, Anaheim, CA Oct 9-11, Android Open, San Francisco, CA Oct 12-13, X.commerce Innovate Developer Conference, San Francisco, CA UG Discounts Special Discount for the X.commerce Innovate Developer Conference in San Francisco next month. Technology is changing the way people shop and driving the on- and off-line commerce market to $8T by 2013. Enter the new X.commerce; an end-to-end commerce platform backed by eBay, PayPal, and Magento, and enhanced by a rich ecosystem of developers and partners. Be there for the X.commerce Innovate Developer Conference on Oct 12-13 at Moscone West in San Francisco to learn more and: Be among the first to experience the unveiling of the X.commerce platform Find creative ways to grow your business and enhance business operations through innovation Meet fellow innovators and industry leaders Benefit from a technical sessions, game zone activities, and general sessions that include keynote speakers, such as: Katie Burke Mitic, Technology Executive, Facebook John Donahoe, President and CEO, eBay, Inc. Blake Mycoskie, founder of TOMS Shoes Use code OREILLYUSERS and save $100 off registration pricing at http://innovate-conference.com O'Reilly Android Open Conference Oct 9-11, 2011 San Francisco, CA Get 20% off any pass with code an11ug http://androidopen.com Web 2.0 Expo NY Conference Oct 10-13, 2011 New York, NY Get 20% off registration with code WEBNY11USRG http://www.web2expo.com/webexny2011 Buy 1 Ebook, Get 1 Free: Go to oreilly.com and use discount code DSUG2 When you buy ebooks through oreilly.com you get lifetime access to the book, and whenever possible we provide it to you in five DRM-free file formats--PDF, ePub, Kindle compatible .mobi, DAISY, and Android APK--to use on the devices of your choice. Our ebook files are fully searchable and you can cut, paste, and print them. We also alert you when we've updated the files with corrections and additions. Last Chance--O'Reilly School of Technology Courses: UG Members Receive a 30% Discount. To redeem, use Promotion Code ORALL1 good for a 30% discount, in Step #2 of the enrollment process. Each course comes with a free O'Reilly book and a 7-day money-back guarantee. For the full list of courses, go to http://www.oreillyschool.com/courses UG leaders only--Put Up a Banner; Get a Free Book We're looking for user groups to display our discount banners on your websites. If you send us your group's site with one or more banners posted, we'll send you the O'Reilly book(s) of your choice. Choose from the following list of banners: Android Open O'Reilly Answers User Group Discount Slides (PowerPoint, Keynote, and OpenOffice.org versions) Upcoming Event Lesa Snider at Mac Computer Expo (MCE) When: Oct 1, 2011 Where: Petaluma Community Center Petaluma Author Lesa Snider (Photoshop CS5: The Missing Manual and iPhoto '11: The Missing Manual) presents "Image Editor Smackdown: iPhoto '11 vs. Photoshop Elements" during Mac Computer Expo. More Upcoming Events >> -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Sun Sep 25 07:44:00 2011 From: mike at stok.ca (Mike Stok) Date: Sun, 25 Sep 2011 10:44:00 -0400 Subject: [tpm] Fwd: [Perl Jobs] Junior Perl Developers 1-2 years demonstrated experience - Toronto, Ontario - Canada (onsite), Toronto, ON, Canada References: <20110923214134.0B6352AFE0@x3.develooper.com> Message-ID: <38CC6366-B042-416E-9701-2B2B1A75C1E8@stok.ca> This job needs to be filled quickly, and might be of interest to junior perl developers. The recruiter asked that I mention it on the lis, and as she did all the right things (posting to jobs.perl.org, checking with me before sending anything to the list) I'm posting the jobs.perl.org listing here. Mike Begin forwarded message: > From: Perl Jobs > Subject: [Perl Jobs] Junior PERL Developers 1-2 years demonstrated experience - Toronto, Ontario - Canada (onsite), Toronto, ON, Canada > Date: 23 September, 2011 5:41:33 PM EDT > To: jobs at perl.org > > Online URL for this job: http://jobs.perl.org/job/14890 > > To subscribe to this list, send mail to jobs-subscribe at perl.org. > To unsubscribe, send mail to jobs-unsubscribe at perl.org. > > Posted: September 23, 2011 > > Job title: > Junior PERL Developers 1-2 years demonstrated experience - Toronto, Ontario > - Canada > > Company name: > PROEX Inc. (on behalf of my client in the publishing industry) > > Location: Toronto, ON, Canada > > Pay rate: 20-25/hr Canadian Dollars > > Terms of employment: Independent contractor (hourly) > > Length of employment: 1 year duration > > Hours: Full time > > Onsite: yes > > Description: > Great Opportunity for Junior Developers with PERL and 1-2 years programming > experience.... > > Junior Perl Developers (x3) required for major 2-year conversion project ? > 1 year contract durations > > Pay: $ 20-25/hour, depending on experience > > Contract role: 1 year > > Location: East Toronto - Ontario - Canada > > Target Start: November 1st, 2011 > > > > Purpose: To provide programmatic support of conversion and updates > to Loose leaf products > > The Junior Developers will provide Perl script programming support to alter > internal templates of Publishing Software Application "Arbortext" in > support of major conversion project for our client in the publishing > industry. Client will train on the Arbortext Software Application but need > good entry level programmers who have a good programming foundation, some > perl programming experience, and who are good learners with strong > attention to detail. > > Minimum Skills/ Experience includes: > > ? Perl programming skills a must. > > ? Good general programming skills gained from 1-2 years experience, > strong attention to detail - quick learning ability with excellent > communication skills, able to work well independantly, but well able to > navigate and learn and work in a team environment. > > > ? SGML experience is preferred ? but can be learned if candidate > has strong XML or HTML. > > ? graduate of a University or College Computer Programming program > preferred, preferably with at least 1-2 years professional programming > experience > > > > > > Responsibilities: > > This position is responsible for: > > > > > Supporting the conversion of main works to Arbortext format. > > regularly reporting the status and progress of development > activities; > > collaborating with and taking direction from lead programmer and > manger > > develop, modify and maintain Perl scripting in support of > publishing program > > managing issue resolution; incorporating feedback from editors > > identifying development issues and resolve/escalate in concert > with team members; > > > > > The successful candidate will be a team player and will possess: > > Proficiency in Perl (mandatory) > > Knowledge of SGML; > > Good general programming skills; > > Familiarity with macros, macro programming and API calls; > > Ability to learn while doing > > Strong problem solving skills with an aptitude towards attention > to detail and accuracy. > > Ability to work with various teams in a matrix organization; > > Strong oral and written communication skills; > > The ability to work on projects simultaneously with minimal > supervision; and > > Great interpersonal skills to ensure effective team dynamics; > > > > > Experience with Arbortext Professional Publisher is desirable, but > not mandatory. > > Experience in a publishing environment is desirable, but not > mandatory > > > > > > > If you are interested in exploring this opportunity, please send your > resume and letter outlining your qualifications for this role to > heather at proex.ca (i.e. qualify how you meet the criteria necessary for this > role). > > > > > PLEASE SUBMIT YOUR RESUME ONLY IN MS WORD FORMAT ONLY. > > > > > > Heather MacKenzie > > Senior Recruitment Consultant > > PROEX Inc. (on behalf of my client in the Publishing Indsutry) > > heather at proex.ca > > Required skills: > Minimum Skills/ Experience includes: > > ? Perl programming skills a must. > > ? Good general programming skills gained from 1-2 years experience, > strong attention to detail - quick learning ability with excellent > communication skills, able to work well independantly, but well able to > navigate and learn and work in a team environment. > > > ? SGML experience is preferred ? but can be learned if candidate > has strong XML or HTML. > > ? graduate of a University or College Computer Programming program > preferred, preferably with at least 1-2 years professional programming > experience > > Desired skills: > The successful candidate will be a team player and will possess: > > Proficiency in Perl (mandatory) > > Knowledge of SGML; > > Good general programming skills; > > Familiarity with macros, macro programming and API calls; > > Ability to learn while doing > > Strong problem solving skills with an aptitude towards attention > to detail and accuracy. > > Ability to work with various teams in a matrix organization; > > Strong oral and written communication skills; > > The ability to work on projects simultaneously with minimal > supervision; and > > Great interpersonal skills to ensure effective team dynamics; > > > > > Experience with Arbortext Professional Publisher is desirable, but > not mandatory. > > Experience in a publishing environment is desirable, but not > mandatory > > Website for more information: http://www.proex.ca > > Contact information at: > http://jobs.perl.org/job/14890#contact > -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexmac131 at hotmail.com Sun Sep 25 07:54:07 2011 From: alexmac131 at hotmail.com (alex mackinnon) Date: Sun, 25 Sep 2011 10:54:07 -0400 Subject: [tpm] Fwd: [Perl Jobs] Junior Perl Developers 1-2 years demonstrated experience - Toronto, Ontario - Canada (onsite), Toronto, ON, Canada In-Reply-To: <38CC6366-B042-416E-9701-2B2B1A75C1E8@stok.ca> References: <20110923214134.0B6352AFE0@x3.develooper.com> <38CC6366-B042-416E-9701-2B2B1A75C1E8@stok.ca> Message-ID: far too cheap a pay rate, 30 to 35 is better for junior Sent from my iPhone On 2011-09-25, at 10:44, Mike Stok wrote: > This job needs to be filled quickly, and might be of interest to junior perl developers. > > The recruiter asked that I mention it on the lis, and as she did all the right things (posting to jobs.perl.org, checking with me before sending anything to the list) I'm posting the jobs.perl.org listing here. > > Mike > > Begin forwarded message: > >> From: Perl Jobs >> Subject: [Perl Jobs] Junior PERL Developers 1-2 years demonstrated experience - Toronto, Ontario - Canada (onsite), Toronto, ON, Canada >> Date: 23 September, 2011 5:41:33 PM EDT >> To: jobs at perl.org >> >> Online URL for this job: http://jobs.perl.org/job/14890 >> >> To subscribe to this list, send mail to jobs-subscribe at perl.org. >> To unsubscribe, send mail to jobs-unsubscribe at perl.org. >> >> Posted: September 23, 2011 >> >> Job title: >> Junior PERL Developers 1-2 years demonstrated experience - Toronto, Ontario >> - Canada >> >> Company name: >> PROEX Inc. (on behalf of my client in the publishing industry) >> >> Location: Toronto, ON, Canada >> >> Pay rate: 20-25/hr Canadian Dollars >> >> Terms of employment: Independent contractor (hourly) >> >> Length of employment: 1 year duration >> >> Hours: Full time >> >> Onsite: yes >> >> Description: >> Great Opportunity for Junior Developers with PERL and 1-2 years programming >> experience.... >> >> Junior Perl Developers (x3) required for major 2-year conversion project ? >> 1 year contract durations >> >> Pay: $ 20-25/hour, depending on experience >> >> Contract role: 1 year >> >> Location: East Toronto - Ontario - Canada >> >> Target Start: November 1st, 2011 >> >> >> >> Purpose: To provide programmatic support of conversion and updates >> to Loose leaf products >> >> The Junior Developers will provide Perl script programming support to alter >> internal templates of Publishing Software Application "Arbortext" in >> support of major conversion project for our client in the publishing >> industry. Client will train on the Arbortext Software Application but need >> good entry level programmers who have a good programming foundation, some >> perl programming experience, and who are good learners with strong >> attention to detail. >> >> Minimum Skills/ Experience includes: >> >> ? Perl programming skills a must. >> >> ? Good general programming skills gained from 1-2 years experience, >> strong attention to detail - quick learning ability with excellent >> communication skills, able to work well independantly, but well able to >> navigate and learn and work in a team environment. >> >> >> ? SGML experience is preferred ? but can be learned if candidate >> has strong XML or HTML. >> >> ? graduate of a University or College Computer Programming program >> preferred, preferably with at least 1-2 years professional programming >> experience >> >> >> >> >> >> Responsibilities: >> >> This position is responsible for: >> >> >> >> >> Supporting the conversion of main works to Arbortext format. >> >> regularly reporting the status and progress of development >> activities; >> >> collaborating with and taking direction from lead programmer and >> manger >> >> develop, modify and maintain Perl scripting in support of >> publishing program >> >> managing issue resolution; incorporating feedback from editors >> >> identifying development issues and resolve/escalate in concert >> with team members; >> >> >> >> >> The successful candidate will be a team player and will possess: >> >> Proficiency in Perl (mandatory) >> >> Knowledge of SGML; >> >> Good general programming skills; >> >> Familiarity with macros, macro programming and API calls; >> >> Ability to learn while doing >> >> Strong problem solving skills with an aptitude towards attention >> to detail and accuracy. >> >> Ability to work with various teams in a matrix organization; >> >> Strong oral and written communication skills; >> >> The ability to work on projects simultaneously with minimal >> supervision; and >> >> Great interpersonal skills to ensure effective team dynamics; >> >> >> >> >> Experience with Arbortext Professional Publisher is desirable, but >> not mandatory. >> >> Experience in a publishing environment is desirable, but not >> mandatory >> >> >> >> >> >> >> If you are interested in exploring this opportunity, please send your >> resume and letter outlining your qualifications for this role to >> heather at proex.ca (i.e. qualify how you meet the criteria necessary for this >> role). >> >> >> >> >> PLEASE SUBMIT YOUR RESUME ONLY IN MS WORD FORMAT ONLY. >> >> >> >> >> >> Heather MacKenzie >> >> Senior Recruitment Consultant >> >> PROEX Inc. (on behalf of my client in the Publishing Indsutry) >> >> heather at proex.ca >> >> Required skills: >> Minimum Skills/ Experience includes: >> >> ? Perl programming skills a must. >> >> ? Good general programming skills gained from 1-2 years experience, >> strong attention to detail - quick learning ability with excellent >> communication skills, able to work well independantly, but well able to >> navigate and learn and work in a team environment. >> >> >> ? SGML experience is preferred ? but can be learned if candidate >> has strong XML or HTML. >> >> ? graduate of a University or College Computer Programming program >> preferred, preferably with at least 1-2 years professional programming >> experience >> >> Desired skills: >> The successful candidate will be a team player and will possess: >> >> Proficiency in Perl (mandatory) >> >> Knowledge of SGML; >> >> Good general programming skills; >> >> Familiarity with macros, macro programming and API calls; >> >> Ability to learn while doing >> >> Strong problem solving skills with an aptitude towards attention >> to detail and accuracy. >> >> Ability to work with various teams in a matrix organization; >> >> Strong oral and written communication skills; >> >> The ability to work on projects simultaneously with minimal >> supervision; and >> >> Great interpersonal skills to ensure effective team dynamics; >> >> >> >> >> Experience with Arbortext Professional Publisher is desirable, but >> not mandatory. >> >> Experience in a publishing environment is desirable, but not >> mandatory >> >> Website for more information: http://www.proex.ca >> >> Contact information at: >> http://jobs.perl.org/job/14890#contact >> > > -- > > Mike Stok > http://www.stok.ca/~mike/ > > The "`Stok' disclaimers" apply. > > > > > _______________________________________________ > toronto-pm mailing list > toronto-pm at pm.org > http://mail.pm.org/mailman/listinfo/toronto-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Mon Sep 26 03:20:48 2011 From: mike at stok.ca (Mike Stok) Date: Mon, 26 Sep 2011 06:20:48 -0400 Subject: [tpm] Fwd: Perl Poll: What would you like to read about? References: Message-ID: <8FBE7987-1D83-44FC-B090-A743DA60BC8C@stok.ca> Begin forwarded message: > From: Gabor Szabo > Date: 26 September 2011 07:21 > Subject: [pm_groups] Perl Poll: What would you like to read about? > To: PM Groups > > Hi, > > I have set up a new web site for running polls, to allow people in the > Perl community figure out what others in the community think. > I plan to run one very quick poll every month. > > This time I'd like to know what would you like to read about in the > Perl blogs. For the full article visit: > > http://szabgab.com/blog/2011/09/perl-poll-what-would-you-like-to-read-about.html > > To go directly to the poll visit http://perlpolls.com/perl-news > > regards > Gabor -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at stok.ca Fri Sep 30 03:10:29 2011 From: mike at stok.ca (Mike Stok) Date: Fri, 30 Sep 2011 06:10:29 -0400 Subject: [tpm] Thanks to the speakers and audience from last night. Message-ID: <1DE9A8EB-7B5D-4015-ADE6-511BE2940507@stok.ca> Thanks to Tom, Henry, Dave, Olaf, and Alan for their talks last night, and to the audience who came out too. Special thanks to Fulko for keeping things moving along. If any of the speakers want to send me their slides then I will be updating the web site this weekend. Mike -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply. -------------- next part -------------- An HTML attachment was scrubbed... URL: