<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 18:48:14 +0000</lastBuildDate>
    <item>
      <title>(Bash) Clean up Part notations in iTunes titles - bobtiki</title>
      <link>https://snipplr.com/view/39453/clean-up-part-notations-in-itunes-titles</link>
      <description>&lt;p&gt;I pipe in a title, like say \"Best of Both Worlds, Part 2\" though this, it works fine, but if I omit the space between \"Part\" and the number, I get unexpected behavior:\r\n\r\n-   If it\'s a single digit, like \"part2\", it works fine, giving me \" (2)\"\r\n-   If it\'s more than one digit, it chops off the first digit, so \"part123\" becomes \" (23)\"\r\n\r\n[Sigh. Snipplr is adding the backslashes here, not me. Please ignore them.]&lt;/p&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:56:51 UTC</pubDate>
      <guid>https://snipplr.com/view/39453/clean-up-part-notations-in-itunes-titles</guid>
    </item>
    <item>
      <title>(Objective C) Application Expiration - bobtiki</title>
      <link>https://snipplr.com/view/15177/application-expiration</link>
      <description>&lt;p&gt;Implement this in YourAppController delegate class to check for an expiration date when the app is first initialized.&lt;/p&gt;</description>
      <pubDate>Tue, 19 May 2009 16:59:44 UTC</pubDate>
      <guid>https://snipplr.com/view/15177/application-expiration</guid>
    </item>
    <item>
      <title>(Objective C) Programming in Objective-C 2.0, Chapter 6, Exercise 6, Horribly broken - bobtiki</title>
      <link>https://snipplr.com/view/10949/programming-in-objectivec-20-chapter-6-exercise-6-horribly-broken</link>
      <description>&lt;p&gt;Thanks for the hints, DC NSCoders. I've got a working version now. It might not be the most elegant, but it should work for all signed 32-bit integers.&#13;
&#13;
&gt; Write a program that  takes an integer keyed from the terminal and extracts and displays each digit of the integer in English. So, if the user types in 932, the program should display the following:&#13;
&#13;
    nine&#13;
    three&#13;
    two&#13;
&#13;
&gt; (Remember to display 'zero' if the user types in just  0.) Note This exercise is a hard one!&#13;
&#13;
The trick is, in the book, you haven't yet learned about arrays, so the solution must not include arrays. Nor do you "know" about file operations, string operations, or most other things that might prove useful here.&lt;/p&gt;</description>
      <pubDate>Tue, 06 Jan 2009 01:34:40 UTC</pubDate>
      <guid>https://snipplr.com/view/10949/programming-in-objectivec-20-chapter-6-exercise-6-horribly-broken</guid>
    </item>
  </channel>
</rss>
