From jay at jays.net Tue Jul 1 13:41:36 2008 From: jay at jays.net (Jay Hannah) Date: Tue, 1 Jul 2008 15:41:36 -0500 Subject: [Omaha.pm] Fwd: July 1 Meeting: Mike Hostetler - Django References: <34c74d710806280959k1aaa5983i80cb6f52f6dbf272@mail.gmail.com> Message-ID: <2E8117E2-931D-40A6-9801-8592464759B5@jays.net> Perl Mongers unite! Sorry for the late notice -- I was wandering the South Dakota Badlands. :) If Mike'll let me I may present my 5 minute YAPC::NA 2008 lightning talk too: http://conferences.mongueurs.net/yn2008/talk/1411 j Begin forwarded message: > From: "Blaine Buxton" > Date: June 28, 2008 11:59:26 AM CDT > To: odynug > Subject: [odynug] July 1 Meeting: Mike Hostetler - Django > Reply-To: odynug at googlegroups.com > > Speaker: Mike Hostetler > Topic: Python On The Web Using Django > Description: > It's been too long since Mike Hostetler graced us with a > presentation on Python. He's decided to change that and present > Django at this month's meeting. Django is an impressive web > framework that uses Python. Mike will be giving an extensive tour > that will provide us valuable insight. It's going to be a great > journey and one you do not want to miss. See your July 4th > fireworks early with this drop your jaw presentation! http:// > odynug.kicks-ass.org > > Meeting location is UNO's Peter Kiewit Institute (PKI) building > 1110 South 67th Street > Omaha, NE > > Meeting will start at 7pm. Pizza and drinks will be provided. See > you all there! > -- > Blaine Buxton > Sorcerer Of Digital Construction > http://blog.blainebuxton.com From jay at jays.net Wed Jul 9 08:23:32 2008 From: jay at jays.net (Jay Hannah) Date: Wed, 9 Jul 2008 10:23:32 -0500 Subject: [Omaha.pm] 7 subtests UNEXPECTEDLY SUCCEEDED Message-ID: I don't recall having unexpected success before... I wonder how that happens. :) What a pessimistic test suite to expect failure!! Something like this? ok(! ok(1, "1 is true"), "1 is true should fail"); ?? Truly it's glass is half full. Laugh, j # perl -MCPAN -e 'install DBIx::Class::Schema' ... Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/19quotes.t 3 768 6 3 50.00% 2-3 6 t/19quotes_newstyle.t 1 256 6 1 16.67% 3 t/95sql_maker_quote.t 3 768 8 3 37.50% 2 5-6 (7 subtests UNEXPECTEDLY SUCCEEDED), 42 tests and 16 subtests skipped. Failed 3/106 test scripts, 97.17% okay. 7/1965 subtests failed, 99.64% okay. From cletus at bltd.com Wed Jul 9 08:36:03 2008 From: cletus at bltd.com (Clete Baker) Date: Wed, 9 Jul 2008 10:36:03 -0500 (CDT) Subject: [Omaha.pm] 7 subtests UNEXPECTEDLY SUCCEEDED In-Reply-To: Message-ID: <200807091536.m69Fa3el018166@oasis.novia.net> > (7 subtests UNEXPECTEDLY SUCCEEDED) It's sure the story of MY life. :-7 -- Clete Baker | cletus at bltd.com Studio B, Ltd. | ph 402-455-3000 Omaha, Nebraska | fx 402-455-8269 From jay at jays.net Wed Jul 9 09:48:08 2008 From: jay at jays.net (Jay Hannah) Date: Wed, 9 Jul 2008 11:48:08 -0500 Subject: [Omaha.pm] Shiny perl on my lappie In-Reply-To: <5831E115-4D53-4CCE-BC89-E90B4B965F88@jays.net> References: <5831E115-4D53-4CCE-BC89-E90B4B965F88@jays.net> Message-ID: <2C0AD3DB-29EB-40B7-8D69-2391B1C6D252@jays.net> wth? 'which' is broken in OS X 10.4.11? Hannah-Mac-Mini:~ jhannah$ which perl /usr/local/bin/perl Hannah-Mac-Mini:~ jhannah$ perl -v This is perl, v5.8.6 built for darwin-thread-multi-2level Hannah-Mac-Mini:~ jhannah$ /usr/local/bin/perl -v This is perl, v5.10.0 built for darwin-2level Weird... j From jay at jays.net Wed Jul 9 09:42:52 2008 From: jay at jays.net (Jay Hannah) Date: Wed, 9 Jul 2008 11:42:52 -0500 Subject: [Omaha.pm] Shiny perl on my lappie Message-ID: <5831E115-4D53-4CCE-BC89-E90B4B965F88@jays.net> Oop... From source on my OS X 10.4.11 lappie: Hannah-Mac-Mini:~/src/perl-5.10.0 jhannah$ make test ... All tests successful. u=3.07 s=2.46 cu=312.67 cs=97.54 scripts=1386 tests=188223 New to me anyway. :) j From jbisbee at gmail.com Thu Jul 10 17:19:33 2008 From: jbisbee at gmail.com (Jeff Bisbee) Date: Thu, 10 Jul 2008 20:19:33 -0400 Subject: [Omaha.pm] Shiny perl on my lappie In-Reply-To: <2C0AD3DB-29EB-40B7-8D69-2391B1C6D252@jays.net> References: <5831E115-4D53-4CCE-BC89-E90B4B965F88@jays.net> <2C0AD3DB-29EB-40B7-8D69-2391B1C6D252@jays.net> Message-ID: you have an alias? On Wed, Jul 9, 2008 at 12:48 PM, Jay Hannah wrote: > wth? 'which' is broken in OS X 10.4.11? > > Hannah-Mac-Mini:~ jhannah$ which perl > /usr/local/bin/perl > Hannah-Mac-Mini:~ jhannah$ perl -v > This is perl, v5.8.6 built for darwin-thread-multi-2level > Hannah-Mac-Mini:~ jhannah$ /usr/local/bin/perl -v > This is perl, v5.10.0 built for darwin-2level > > Weird... > > j > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -- Jeff Bisbee / jbisbee at gmail.com / jbisbee.multiply.com From jay at jays.net Thu Jul 10 18:03:56 2008 From: jay at jays.net (Jay Hannah) Date: Thu, 10 Jul 2008 20:03:56 -0500 Subject: [Omaha.pm] Shiny perl on my lappie In-Reply-To: References: <5831E115-4D53-4CCE-BC89-E90B4B965F88@jays.net> <2C0AD3DB-29EB-40B7-8D69-2391B1C6D252@jays.net> Message-ID: <4876B17C.7010004@jays.net> Jeff Bisbee wrote: > you have an alias? > Turned out that 'hash' had a bunch of stuff cached. 'hash -r' to clear it, or log out and log back in. Seems like a poor optimization to me, but I have it on good authority that life is painful without it. :) j From jay at jays.net Sun Jul 13 09:32:13 2008 From: jay at jays.net (Jay Hannah) Date: Sun, 13 Jul 2008 11:32:13 -0500 Subject: [Omaha.pm] Fwd: New Book: Learning Perl, Fifth Edition References: Message-ID: <4EF500D4-7777-44F7-9823-D184FBEE2C9B@jays.net> Ooo! Ooo! I love this book. Learning to program for the first time this (1st edition I think) was the only book I needed for the first 2 years. - grin-) j Begin forwarded message: > From: "O'Reilly Media" > Date: July 11, 2008 4:01:55 PM CDT > To: > Subject: New Book: Learning Perl, Fifth Edition > > ***New from the O'Reilly Store*** > > Learning Perl > http://www.oreilly.com/catalog/9780596520106/?CMP=EMC-E2H238907668 > > By Randal L. Schwartz, Tom Phoenix, brian d foy > Fifth Edition: June 2008 > ISBN: 9780596520106 > Pages: 348 > Price: $39.99 USD, ?28.50 GBP > > Learning Perl, popularly known as "the Llama," is the book most > programmers > rely on to get started with Perl. The bestselling Perl tutorial > since it was > first published in 1993, this new fifth edition covers recent > changes to the > language up to Perl 5.10. Reflecting years of classroom testing and > experience, > this edition is packed with exercises that let you practice the > concepts while > you follow the text. > > You might also be interested in: > > Mastering Perl, $39.99 > http://oreilly.com/catalog/9780596527242 > > Learn Perl for CGI Programming > Online, Self-paced Course - 1:1 Coaching, $398.00 > http://oreillyschool.com/courses/cgiperl/index.php > > The Productive Programmer, $39.99 > http://oreilly.com/catalog/9780596519780 > > > Want to receive future O'Reilly emails in HTML, > or change your O'Reilly Newsletter settings? Please visit: > http://elists.oreilly.com > > For assistance, email webmaster at oreilly.com > > O'Reilly Media, Inc. > 1005 Gravenstein Highway North > Sebastopol, CA 95472 > (707) 827-7000 From dan at linder.org Mon Jul 14 20:12:40 2008 From: dan at linder.org (Dan Linder) Date: Mon, 14 Jul 2008 22:12:40 -0500 Subject: [Omaha.pm] Rosetta Stone for Perl/VBScript/C/PHP/etc? Message-ID: <3e2be50807142012yf50731fjf13153a3c34e98c8@mail.gmail.com> I'm working on a project that uses a COTS product which uses VBScript for the client-side automations. (i.e. converting to Perl is not an option) I'm pretty good a reading VBScript code, but writing it from scratch is a lot of Google searching to find the right syntax and function calls. A long time ago I came across a page that listed Perl and PHP code side-by-side and showed examples of similar code in each language. I joked that it was a technological Rosetta Stone, but the term really fits. I could read the Perl stuff and understand the PHP stuff quite easily. Has anyone run across a similar Perl<-->VBScript site? (Maybe I should just make one up myself as I "crack the code" so to speak...) Dan -- "Quis custodiet ipsos custodes?" (Who can watch the watchmen?) -- from the Satires of Juvenal "I do not fear computers, I fear the lack of them." -- Isaac Asimov (Author) ** *** ***** ******* *********** ************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From fluhmann at gmail.com Mon Jul 14 20:37:17 2008 From: fluhmann at gmail.com (Jeremy Fluhmann) Date: Mon, 14 Jul 2008 22:37:17 -0500 Subject: [Omaha.pm] Rosetta Stone for Perl/VBScript/C/PHP/etc? In-Reply-To: <3e2be50807142012yf50731fjf13153a3c34e98c8@mail.gmail.com> References: <3e2be50807142012yf50731fjf13153a3c34e98c8@mail.gmail.com> Message-ID: <7f7c2d5e0807142037n64ebaabfqe245d26b3b6fa120@mail.gmail.com> On Mon, Jul 14, 2008 at 10:12 PM, Dan Linder wrote: > Has anyone run across a similar Perl<-->VBScript site? (Maybe I should > just make one up myself as I "crack the code" so to speak...) I thought Microsoft had a script tool that included Perl and VBScript code, but I couldn't find it on a quick search (may have been pre-Scriptomatic 2.0), but maybe this will help "crack the code". What if you compared VBScripts and Perl scripts from Microsoft's script repository: VBScripts - http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true Perl Scripts - http://www.microsoft.com/technet/scriptcenter/scripts/perl/default.mspx?mfr=true You'd probably have to bounce back and forth between scripts, but you should be able to pull up the same (or similar) script in each Category and compare. HTH, Jeremy -------------- next part -------------- An HTML attachment was scrubbed... URL: From topher-pm at zyp.org Mon Jul 14 20:38:19 2008 From: topher-pm at zyp.org (Christopher Cashell) Date: Mon, 14 Jul 2008 22:38:19 -0500 Subject: [Omaha.pm] Rosetta Stone for Perl/VBScript/C/PHP/etc? In-Reply-To: <3e2be50807142012yf50731fjf13153a3c34e98c8@mail.gmail.com> References: <3e2be50807142012yf50731fjf13153a3c34e98c8@mail.gmail.com> Message-ID: On Mon, Jul 14, 2008 at 10:12 PM, Dan Linder wrote: > Has anyone run across a similar Perl<-->VBScript site? (Maybe I should just > make one up myself as I "crack the code" so to speak...) There's a couple of things that partially fit what you're looking for. Best place to start would probably be: http://rosettacode.org/wiki/Help:Similar_Sites There's some decent examples on rosettacode.org itself, too. > Dan -- Christopher From jhannah at omnihotels.com Fri Jul 18 18:34:28 2008 From: jhannah at omnihotels.com (Jay Hannah) Date: Fri, 18 Jul 2008 20:34:28 -0500 Subject: [Omaha.pm] Forbes Perl glitch Message-ID: <396CEDAA86B38646ACE2FEAA22C3FBF111DC82@l3exchange.omnihotels.net> Laugh: http://ewasteinsights.info/aMiscFiles/GoogleNewsGaff.png How'd that code make it through QA? :) j -------------- next part -------------- An HTML attachment was scrubbed... URL: From jay at jays.net Fri Jul 18 21:15:38 2008 From: jay at jays.net (Jay Hannah) Date: Fri, 18 Jul 2008 23:15:38 -0500 Subject: [Omaha.pm] Meetings moved: 2nd Tuesday of each month In-Reply-To: <34c74d710807021726j20314a80y1db7ed3932caced1@mail.gmail.com> References: <34c74d710807021726j20314a80y1db7ed3932caced1@mail.gmail.com> Message-ID: <60DA8D5C-0DD4-413A-B453-07000080D027@jays.net> Our meetings have moved to the second Tuesday of each month. When Second Tuesday of the month, 7pm-9pm Where UNO's Peter Kiewit Institute (PKI) building Room PKI 269 1110 South 67th Street Omaha, NE Hope to see you there! http://omaha.pm.org j On Jul 2, 2008, at 7:26 PM, Blaine Buxton wrote: > It's official we got the room for the second Tuesday. Now, who > wants to help me invade the Linux User's Group next month?! From pbaker at omnihotels.com Fri Jul 18 22:28:42 2008 From: pbaker at omnihotels.com (Sean Baker) Date: Sat, 19 Jul 2008 00:28:42 -0500 Subject: [Omaha.pm] Forbes Perl glitch References: <396CEDAA86B38646ACE2FEAA22C3FBF111DC82@l3exchange.omnihotels.net> Message-ID: <396CEDAA86B38646ACE2FEAA22C3FBF10A8268@l3exchange.omnihotels.net> Nice! -----Original Message-----javascript:SetCmd(cmdSend); Send From: omaha-pm-bounces+pbaker=omnihotels.com at pm.org on behalf of Jay Hannah Sent: Fri 7/18/2008 8:34 PM To: omaha-pm at pm.org Subject: [Omaha.pm] Forbes Perl glitch Laugh: http://ewasteinsights.info/aMiscFiles/GoogleNewsGaff.png How'd that code make it through QA? :) j -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 2622 bytes Desc: not available URL: From jay at jays.net Sun Jul 27 16:05:58 2008 From: jay at jays.net (Jay Hannah) Date: Sun, 27 Jul 2008 18:05:58 -0500 Subject: [Omaha.pm] One-liner a genbank file (redux) Message-ID: Gotta love it when I can actually figure this out and type it from memory in less than one minute... $ perl -nle 'BEGIN { $/ = "//"; }; print if (/AB039329/)' /sequences/ genbank/166-20080701/gbbct1.seq Kiran brought me a new sticker, now proudly displayed on my MacBook: "Rocket science is for kids. Bioinformatics is for scientists." http://www.bioinformaticsrocks.com :) j