From jay at jays.net Fri Jun 1 04:51:20 2007 From: jay at jays.net (Jay Hannah) Date: Fri, 1 Jun 2007 06:51:20 -0500 Subject: [Omaha.pm] Introductory message ... and already I need help! In-Reply-To: <200706010012.l510CFSQ011974@oasis.novia.net> References: <200706010012.l510CFSQ011974@oasis.novia.net> Message-ID: <1AAD9033-5C1C-4C63-82A7-6D9C312A8FD9@jays.net> On May 31, 2007, at 7:12 PM, Clete Baker wrote: > Anyone out there able and willing to tackle a freelance job like > this in the next week or so? Welcome! There's about 80 people on the list. Most of them are very quiet. Maybe someone can help. And/or you may want to post your job here: http://jobs.perl.org Take care, j From cletus at bltd.com Fri Jun 1 05:58:30 2007 From: cletus at bltd.com (Clete Baker) Date: Fri, 1 Jun 2007 07:58:30 -0500 (CDT) Subject: [Omaha.pm] Introductory message ... and already I need help! In-Reply-To: <1AAD9033-5C1C-4C63-82A7-6D9C312A8FD9@jays.net> Message-ID: <200706011258.l51CwUiq002054@oasis.novia.net> > There's about 80 people on the list. Most of them are very quiet. And I expect most have real gigs, too. ;-) > And/or you may want to post your job here: > > http://jobs.perl.org I considered that, but I'd really like to see if there's someone local before offering it up to the world. Apart from tossing the biz to the homies, I expect that working on a project like this will entail a long-term relationship, which strikes me as less complicated if distance isn't a factor. Here's hoping someone will step up.... Thanks for the welcome, Jay. -- Clete Baker | cletus at bltd.com Studio B, Ltd. | ph 402-455-3000 Omaha, Nebraska | fx 402-455-8269 From dthacker9 at cox.net Sun Jun 3 11:24:59 2007 From: dthacker9 at cox.net (Dave Thacker) Date: Sun, 3 Jun 2007 13:24:59 -0500 Subject: [Omaha.pm] Introductory message ... and already I need help! In-Reply-To: <200706010012.l510CFSQ011974@oasis.novia.net> References: <200706010012.l510CFSQ011974@oasis.novia.net> Message-ID: <200706031324.59223.dthacker9@cox.net> On Thursday 31 May 2007 19:12, Clete Baker wrote: > I just joined with the expectation that I might find someone here in the > Omaha area who I could hire to develop a fairly complex app for tracking > recordings of phrases, parsing and refining scripts, building a database, > presenting a user interface of some sort, and constructing a delivery > system which can pluck phrases from the database, concatenate them, name > the resulting files, and send them out the door. Hi Clete, I'm not nearly skilled enough for your perl task, but I did want to say hello to a fellow DRBBS alumni. Welcome! DT From jman at miwire.com Sat Jun 16 09:38:04 2007 From: jman at miwire.com (jman at miwire.com) Date: Sat, 16 Jun 2007 11:38:04 -0500 (CDT) Subject: [Omaha.pm] Metadot Message-ID: <1182011883.2026@blue.miwire.com> An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20070616/c41b5660/attachment.html From jay at jays.net Wed Jun 27 04:08:40 2007 From: jay at jays.net (Jay Hannah) Date: Wed, 27 Jun 2007 06:08:40 -0500 Subject: [Omaha.pm] July meeting: Tuesday July 10, 7pm @ UNO PKI Message-ID: <2CE6385A-8BA4-4A72-8667-93CC43A90BA7@jays.net> http://omaha.pm.org/ Next Meeting merged into Omaha Dynamic Language Users Group Tuesday July 10, 2007 @ 7pm Jay Hannah presenting Perl and Biotechnology UNO's Peter Kiewit Institute (PKI) building Room PKI 269 1110 South 67th Street See you there! j P.S. Perl Mongers in Paradise: http://tinyurl.com/3xm6xb From jay at jays.net Wed Jun 27 04:13:28 2007 From: jay at jays.net (Jay Hannah) Date: Wed, 27 Jun 2007 06:13:28 -0500 Subject: [Omaha.pm] $1700 alarm clock Message-ID: <948CDC39-66AE-493E-BCD1-3947280B50C7@jays.net> If you're ever trapped in a random motel room in Australia somewhere and realize at 1am that the alarm clock is broken you can use your MacBook and Perl... Don't forget to disable your power save features before you fall asleep. :) j while (sleep 15) { my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); print "$hour:$min\n"; if ($hour == 4 and $min == 30) { while (1) { `say "wake up you lazy bastards"`; } } } From kiranbina at gmail.com Wed Jun 27 04:24:02 2007 From: kiranbina at gmail.com (kiran bina) Date: Wed, 27 Jun 2007 06:24:02 -0500 Subject: [Omaha.pm] $1700 alarm clock In-Reply-To: <948CDC39-66AE-493E-BCD1-3947280B50C7@jays.net> References: <948CDC39-66AE-493E-BCD1-3947280B50C7@jays.net> Message-ID: <531681ec0706270424y7663c8bdwf5bbef70c2a5d157@mail.gmail.com> sweeeeeeeeeeeeeeeeeeeeeeeeeeeet. I wish there were more things we could simplify in this manner. On 6/27/07, Jay Hannah wrote: > > If you're ever trapped in a random motel room in Australia somewhere > and realize at 1am that the alarm clock is broken you can use your > MacBook and Perl... Don't forget to disable your power save features > before you fall asleep. :) > > j > > > while (sleep 15) { > my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = > localtime(time); > print "$hour:$min\n"; > if ($hour == 4 and $min == 30) { > while (1) { > `say "wake up you lazy bastards"`; > } > } > } > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > -- Dhundy R. Bastola Assistant Professor Department of Pediatrics University of Nebraska Medical Center Omaha NE 68198 Always reply to: dbastola at unmc.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/omaha-pm/attachments/20070627/15870774/attachment.html From dthacker9 at cox.net Wed Jun 27 06:30:30 2007 From: dthacker9 at cox.net (Dave Thacker) Date: Wed, 27 Jun 2007 08:30:30 -0500 Subject: [Omaha.pm] Software Freedom Day Message-ID: <200706270830.30870.dthacker9@cox.net> Yo Mongers! Software Freedom day is September 15th. Anybody interested in helping with a commemorative event on that day? Dave Thacker From Jay at RebootTheUser.com Thu Jun 28 07:44:16 2007 From: Jay at RebootTheUser.com (Jay Swackhamer) Date: Thu, 28 Jun 2007 09:44:16 -0500 Subject: [Omaha.pm] OT: Chevy Nova In-Reply-To: <200706031324.59223.dthacker9@cox.net> References: <200706010012.l510CFSQ011974@oasis.novia.net> <200706031324.59223.dthacker9@cox.net> Message-ID: <20070628094416.87x29mty68wkkcws@webmail.hotr.com> Can the guy that came to a perl meeting a while back, that had the early chevy nova send me an email to let me know if it's for sale, the price/details etc..... -- Jay Swackhamer Reboot The User 13416 A Street Omaha, NE 68144 402-933-6449 Hours: 6pm-11pm Tues-Fri, 4pm-9pm Sat. http://www.reboottheuser.com http://www.cafepress.com/rtu From dan at linder.org Thu Jun 28 08:31:58 2007 From: dan at linder.org (Daniel Linder) Date: Thu, 28 Jun 2007 10:31:58 -0500 (CDT) Subject: [Omaha.pm] OT: Chevy Nova In-Reply-To: <20070628094416.87x29mty68wkkcws@webmail.hotr.com> References: <200706010012.l510CFSQ011974@oasis.novia.net> <200706031324.59223.dthacker9@cox.net> <20070628094416.87x29mty68wkkcws@webmail.hotr.com> Message-ID: <3042.70.165.110.36.1183044718.squirrel@webmail.linder.org> On Thu, June 28, 2007 09:44, Jay Swackhamer wrote: > Can the guy that came to a perl meeting a while back, that had the > early chevy nova send me an email to let me know if it's for sale, the > price/details etc..... It wasn't me, but... Adding to your fleet of vehicles? Dan - - - - "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -- Ed Howdershelt (Author) "I do not fear computers, I fear the lack of them." -- Isaac Asimov (Author)