From sean at blanton.com Mon May 7 10:16:21 2012 From: sean at blanton.com (Sean Blanton) Date: Mon, 7 May 2012 12:16:21 -0500 Subject: [Chicago-talk] (no subject) In-Reply-To: <924E8ADB-15CB-4138-B60C-36658330627E@petdance.com> References: <033c01cd257b$8b331bc0$a1995340$@speakeasy.net> <924E8ADB-15CB-4138-B60C-36658330627E@petdance.com> Message-ID: Yes, I'm late to the party on this. Certain types of rounding are required in financial transactions and printf would be WRONG in the last one I did. Printf has one type of rounding and it is only correct if that is the type of rounding you need. Choosing a specific rounding method can also prevent biases from arising in certain statistical samples (if your numbers tend to end in an even digit for example). I suggest the obvious reference: http://en.wikipedia.org/wiki/Rounding_numbers Math::Round is great. FYI, SQL Server has poor rounding functionality, so do it in Perl! I actually had to unround numbers recently. It's possible if you know the original # is a multiple of 1/16 or 1/32 ;) Regards, Sean On Sat, Apr 28, 2012 at 9:06 PM, Andy Lester wrote: > > On Apr 28, 2012, at 3:27 PM, David Mertens wrote: > > On Sat, Apr 28, 2012 at 3:14 PM, Alexander > Danel??wrote: >> >> The correct way to round numbers in Perl is "printf()" and "sprintf()". > > > perldoc -q round > > perldoc -q says "Search the FAQ". > > xoa > > -- > Andy Lester =>?andy at petdance.com => www.petdance.com => AIM:petdance > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk From jeff at imaginative-software.com Thu May 17 13:40:09 2012 From: jeff at imaginative-software.com (Jeffrey Thalhammer) Date: Thu, 17 May 2012 13:40:09 -0700 Subject: [Chicago-talk] Monger Seeking Ride To YAPC Message-ID: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> Hello Chicago! Greetings from SF.pm... I'm going to YAPC::NA next month, but my airline credits will only get me to Chicago. Is anyone in Chicagoland interested in sharing a ride to/from Madison. I'd be happy to buy your gas. Here are my specifics... Wed, Jun 12: arriving at Midway at 14:40 Friday, Jun 15: departing Midway at 19:35 I'm lodging at the Madison Hostel, which is just a few blocks from the conference. -Jeff From madcityzen at gmail.com Thu May 17 13:55:56 2012 From: madcityzen at gmail.com (Doug Bell) Date: Thu, 17 May 2012 15:55:56 -0500 Subject: [Chicago-talk] Monger Seeking Ride To YAPC In-Reply-To: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> References: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> Message-ID: <-7732413535279056876@unknownmsgid> I am unfortunately not going to YAPC, but if all else fails in finding a carpool, the Van Galder bus has daily trips from Midway to UW Madison for around $30. http://www.coachusa.com/vangalder/ There's some more info at the YAPC website, with a rideshare page if others coming in to Midway/O'Hare want to pool up: http://yapcna.org/conference/travel On May 17, 2012, at 3:40 PM, Jeffrey Thalhammer wrote: > Hello Chicago! Greetings from SF.pm... > > I'm going to YAPC::NA next month, but my airline credits will only get me to Chicago. Is anyone in Chicagoland interested in sharing a ride to/from Madison. I'd be happy to buy your gas. Here are my specifics... > > Wed, Jun 12: arriving at Midway at 14:40 > Friday, Jun 15: departing Midway at 19:35 > > I'm lodging at the Madison Hostel, which is just a few blocks from the conference. > > -Jeff > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk From jeff at imaginative-software.com Thu May 17 14:06:00 2012 From: jeff at imaginative-software.com (Jeffrey Thalhammer) Date: Thu, 17 May 2012 14:06:00 -0700 Subject: [Chicago-talk] Monger Seeking Ride To YAPC In-Reply-To: <-7732413535279056876@unknownmsgid> References: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> <-7732413535279056876@unknownmsgid> Message-ID: On May 17, 2012, at 1:55 PM, Doug Bell wrote: > I am unfortunately not going to YAPC, but if all else fails in finding > a carpool, the Van Galder bus has daily trips from Midway to UW > Madison for around $30. http://www.coachusa.com/vangalder/ Yeah, I've made a reservation, just in case. But I thought sharing a ride would be more fun. > There's some more info at the YAPC website, with a rideshare page if > others coming in to Midway/O'Hare want to pool up: > http://yapcna.org/conference/travel Yup, I've posted there too :) -Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From hal.wigoda at gmail.com Thu May 17 20:49:04 2012 From: hal.wigoda at gmail.com (Hal Wigoda) Date: Thu, 17 May 2012 22:49:04 -0500 Subject: [Chicago-talk] Monger Seeking Ride To YAPC In-Reply-To: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> References: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> Message-ID: YAPC MadCity starts wed morning, no? On Thu, May 17, 2012 at 3:40 PM, Jeffrey Thalhammer < jeff at imaginative-software.com> wrote: > Hello Chicago! Greetings from SF.pm... > > I'm going to YAPC::NA next month, but my airline credits will only get me > to Chicago. Is anyone in Chicagoland interested in sharing a ride to/from > Madison. I'd be happy to buy your gas. Here are my specifics... > > Wed, Jun 12: arriving at Midway at 14:40 > Friday, Jun 15: departing Midway at 19:35 > > I'm lodging at the Madison Hostel, which is just a few blocks from the > conference. > > -Jeff > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -- ----------------- Chicago Hal Wigoda -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at petdance.com Thu May 17 20:50:56 2012 From: andy at petdance.com (Andy Lester) Date: Thu, 17 May 2012 22:50:56 -0500 Subject: [Chicago-talk] Monger Seeking Ride To YAPC In-Reply-To: References: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> Message-ID: On May 17, 2012, at 10:49 PM, Hal Wigoda wrote: > YAPC MadCity starts wed morning, no? > > Wed, Jun 12: arriving at Midway at 14:40 > Friday, Jun 15: departing Midway at 19:35 I assume he meant he's coming in on Tuesday the 12th. Schedule: http://act.yapcna.org/2012/schedule -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeff at imaginative-software.com Thu May 17 21:11:50 2012 From: jeff at imaginative-software.com (Jeffrey Thalhammer) Date: Thu, 17 May 2012 21:11:50 -0700 Subject: [Chicago-talk] Monger Seeking Ride To YAPC In-Reply-To: References: <080C5841-1DE4-4292-BFA9-9FAB18AE64A8@imaginative-software.com> Message-ID: <937D9F16-6589-49D2-A2DE-F4B37F41BD12@imaginative-software.com> On May 17, 2012, at 8:50 PM, Andy Lester wrote: > I assume he meant he's coming in on Tuesday the 12th. Yes, that's right. My mistake. Corrected: Tuesday, Jun 12: arriving at Midway at 14:40 Friday, Jun 15: departing Midway at 19:35 -Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at petdance.com Thu May 31 21:01:42 2012 From: andy at petdance.com (Andy Lester) Date: Thu, 31 May 2012 23:01:42 -0500 Subject: [Chicago-talk] Open source meetup.com groups Message-ID: <90CE0060-9F9D-4A4C-BB0A-026DEBF4BCED@petdance.com> This Meetup.com group just showed up today, and I signed up for it. http://www.meetup.com/chicago-open-source-bug-bash/ They call it the "Chicago Open Source Bug Bash". Don't know if I'll actually get to any meet ups, but it's good to know they're there. Do any of you have any favorite meetup.com groups? xoxo, Andy -- Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance