Re: Namespace for Module Wrapping iTunes' Store Executable

2013-06-25 Thread s shaw
2013/6/25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 : >> iPod::Squish > Vague, misleading. This sounds nothing like the description at > . Yes, which is why I shunned it: "not iPod related" >> iTunes::Store::Transporter > No, this implies a hierar

Re: Namespace for Module Wrapping iTunes' Store Executable

2013-06-25 Thread Bill Ward
Thanks On Tue, Jun 25, 2013 at 1:31 AM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: > > -- Check out my LEGO blog at brickpile.com Follow/friend me: Facebook • Flickr

Re: Namespace for Module Wrapping iTunes' Store Executable

2013-06-25 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
signature.asc Description: PGP signature

Re: Namespace for Module Wrapping iTunes' Store Executable

2013-06-25 Thread Bill Ward
On Tue, Jun 25, 2013 at 1:07 AM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: > > Net::iTMS > No, for the well-known reasons. > What well-known reasons? -- Check out my LEGO blog at brickpile.com Follow/friend me: Facebook • Flickr

Re: Namespace for Module Wrapping iTunes' Store Executable

2013-06-25 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
> Net::iTMS No, for the well-known reasons. > iPod::Squish Vague, misleading. This sounds nothing like the description at . > Mac::iTunes Too generic. Namespace Mac is only suited for software anyway that's tightly couple

Namespace for Module Wrapping iTunes Store Executable

2013-06-24 Thread s shaw
I'm wrote a Ruby library that wraps Apple's iTMSTransporter executable (http://github.com/sshaw/itunes_store_transporter). I'm going to port it to Perl, but I'm not sure what namespace would be best. iTMSTransporter allows one to upload their music, app, video, etc.. to the iTunes store. Some exi

Namespace for Module Wrapping iTunes' Store Executable

2013-06-24 Thread s shaw
I'm wrote a Ruby library that wraps Apple's iTMSTransporter executable (http://github.com/sshaw/itunes_store_transporter). I'm going to port it to Perl, but I'm not sure what namespace would be best. iTMSTransporter allows one to upload their music, app, video, etc.. to the iTunes store. Some exi

Namespace for module which handles CSV files similar to perl -a

2008-06-17 Thread karlheinz
hi, I have written a module for parsing CSV on the command line, similar to autosplit. Like this: $ perl -MMyModule -ne '@f # holds field values' < some.csv At the moment I have no real clue which namespace this could fit into. Obviously, because it is meant for quick extraction of data via

Re: namespace for module

2003-12-03 Thread Sam Vilain
On Wed, 03 Dec 2003 16:21, A. Pagaltzis wrote; > Probably DBIx::SchematicXML::(Import|Export|Diff) or something > like that. Yuck. How about XML::Map::DB or XML::Map::SQL. The original name confuses me slightly - "XML Object" seems to me to be a fundamental mismatch of concepts, like giving

Re: namespace for module

2003-12-02 Thread A. Pagaltzis
* Pinglei Zhou <[EMAIL PROTECTED]> [2003-12-03 01:20]: > I try to get some help for naming my modules:XORT (XML object > to relational translator). Here db schema follow certain common > rules, and XML DTD will have direct mapping from schema (we > have tested intensively on Drosophila data) to XML

namespace for module

2003-12-02 Thread Pinglei Zhou
Hi all, I try to get some help for naming my modules:XORT (XML object to relational translator). Here db schema follow certain common rules, and XML DTD will have direct mapping from schema (we have tested intensively on Drosophila data) to XML DTD. major functionalities: 1.load any XML which