Posts By Category

Posts By Date

Resources:

C# Books
ASP.NET Books DotNet4All








If you like to support this site, feel free to make a donation to support improvements.

Thank you!

Monetize Your Blog

find the optimal cut layout of a large sheet cut into smaller pieces with minimum scrape
Yesterday I released Smart Cutter, my first iPhone/iPad app in the App Store. The app is based on Algorithm 105 article I posted a few years ago which talks how to get the maximum number of small sheets cut from a large sheet with minimum scrape.

I took this algorithm and turned it into a small little tool for the iPad/iPhone device.
Continued...

How to get a string representation of Day of the week from NSCalendar
I'm currently working on a small iPad project and I needed to display the day of the week (e.g. Friday, Saturday...etc.) on a UILabel, so I used the following code snippet to obtain the day of the week integer from the NSCalendar, and thought I'd share it with every one else here:

Continued...

Copyright © 2007 Yousef Mannaa. All material on this site is copyrighted.
Do not publish or reproduce any of this material without written permission from the Author