Received: from nobody by stodi.digitalkingdom.org with local (Exim 4.80.1) (envelope-from ) id 1XYx7I-0007Ay-Mq for lojban-newreal@lojban.org; Tue, 30 Sep 2014 06:05:22 -0700 Received: from instantcashmarketing.slyonly.com ([138.128.0.134]:36391) by stodi.digitalkingdom.org with esmtp (Exim 4.80.1) (envelope-from ) id 1XYx6y-000783-EL for lojban@lojban.org; Tue, 30 Sep 2014 06:05:04 -0700 To: Date: Tue, 30 Sep 2014 06:04:52 -0700 Subject: They call it 'the lazy workout' Message-ID: <020140929234158.3122.8869777@instantcashmarketing.slyonly.com> From: Happy with Your Body? Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Spam-Score: -2.5 (--) X-Spam_score: -2.5 X-Spam_score_int: -24 X-Spam_bar: -- Hey Lojban, Are you eating well and exercising, but your scale just won't budge... Or it's going up? Desperate attempts to slim-down can be so frustrating and create a real stress in our lives. In fact, I'll go as far as saying that losing-LBs is the NUMBER ONE stress for women I know. Truth is, You can actually drop 21/month without doing much of anything. Let me explain: http://www.slyonly.com/equaling/grouper/dauntlessly/undergone.cfm Thanks, Team Oz (Good Housekeeping Edition) ==== ** Please note that this tip is recommended for those that need to lose at least 10LBS View Details -> http://www.slyonly.com/equaling/grouper/dauntlessly/undergone.cfm Please let us know if you are no longer interested please change your mail-settings or write: Digital ShareCare <|> 49 Poplar Ave | Bronx | NY 10465 | http://www.slyonly.com/alacrities/ganglions/purgatives/wrapped/haring.asp ======= Now assume that I have moved these methods and property to IEnumerable interface and removed GetEnumerator() method and IEnumerator interface. Such a design would prevent concurrent enumeration at the collection. If it was the collection itself that tracked the current position, you couldn't have several threads enumerating the same collection, or even nested enumerations such as this: re.findall(r'(\d+(,)?)+/$', '12345121,223456,123123,3234,4523,523523') The expected result would be that there were no matches. Thanks, I managed to get past this error by changing my build number to use format, YYYYMMDDhhmm, which I can update each time I push a new build to the App Store with the current date and time. I would like to automate the build number change though. Brennan Sep 8 at 17:25 @Brennan I added a link to instructions on making Build numbers increase automatically. Hannes Sverrisson Sep 9 at 11:00 @HannesSverrisson what do you recommend for those of us who already use three parts in our version numbers? Simon Sep 18 at 15:24 @Simon I guess that you would have to add the build as the fourth part. The client will never see the build number in the App Store. Hannes Sverrisson Sep 18 at 16:42 @HannesSverrisson but we're no longer allowed to use a fourth part! know that typeclasses can make a few things a bit prettier, but not much AFIK. It also strikes me that typeclasses are mostly used for brain stem stuff, wheras in newer stuff, new typeclasses hardly ever get introduced and everything is done with data/newtype. Now I wonder if there are cases where typeclasses are absolutely required and things could not be expressed with data/newtype? Answering a similar question on Gabriel Gonzales said