Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > iphoto parsing

Reply
Thread Tools

iphoto parsing

 
 
Patrick May
Guest
Posts: n/a
 
      01-08-2006
Following up on my earlier plist posting, I've just put together a
gem to read the iPhoto database:

http://www.narf-lib.org/2006/01/iphoto2.html

Cheers,

Patrick


 
Reply With Quote
 
 
 
 
Henry Maddocks
Guest
Posts: n/a
 
      01-09-2006
I have some code that I'm thinking of releasing into the wild. It is
a single 'module' consisting of 4 classes. I was wondering what the
preferred method of grouping classes is. Should I wrap them in a
module or a class or ...?


 
Reply With Quote
 
 
 
 
Une bévue
Guest
Posts: n/a
 
      01-09-2006
Patrick May <> wrote:

> http://www.narf-lib.org/2006/01/iphoto2.html


fine thanks !

i've done a script reading an entire AdressBook and converting it into
xml (following more or less draft-dawson-vcard-xml-dtd-01.dtd)

this makes use of RubyAEOSA, iconv and xml/smart.

how is difficult to make that a gem ?
--
une bévue
 
Reply With Quote
 
Michael Fellinger
Guest
Posts: n/a
 
      01-10-2006
It very much depends on your code, but generally wrapping everything into a
module is the prefered way, it keeps namespaces clean and allows for easy
mixins... the pickaxe has a nice chapter about why to use modules, you should
check it out

~~~~manveru

Am Montag, 9. Januar 2006 19:08 schrieb Henry Maddocks:
> I have some code that I'm thinking of releasing into the wild. It is
> a single 'module' consisting of 4 classes. I was wondering what the
> preferred method of grouping classes is. Should I wrap them in a
> module or a class or ...?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
<input id="iPhoto" type="file" size="20" runat="server"> Mark Sandfox ASP .Net 1 05-11-2004 01:58 AM
Canon G5 and iPhoto Peter Rance Digital Photography 3 11-12-2003 10:27 AM
any problem with a sony dsc-p32 and iphoto? lefty Digital Photography 0 11-11-2003 05:57 PM
Mac iPhoto Library copy problem Bill Smith Digital Photography 3 09-15-2003 05:59 PM
iPhoto red eye removal algorithm Matti Haveri Digital Photography 0 08-08-2003 03:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57