From vpredoehl at phoenixwebgroup.com Wed Jul 5 22:32:08 2006 From: vpredoehl at phoenixwebgroup.com (Vincent Predoehl) Date: Wed, 5 Jul 2006 21:32:08 -0500 Subject: [Rubyinstaller-devel] String Manipulation in Ruby Message-ID: <1D0C8FEC-1182-4EB9-9BE2-9C75EDBC7094@phoenixwebgroup.com> I need to parse this string for the href text: linkHTML = "Accounts" This is ultimately what I need to end up with: s = "javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) top.frames[0].__doPostBack('CustMstr_repeater $_ctl1$_ctl0','')} " The one thing making my life ahrd is that 'top.frames[0].' needs to be inserted before the __doPostBack so it will work. I'm a Ruby noob and I don't know anything about RegExp. Are there string manipulation methods I can use to do the job? Thanks, -- Vincent From revansidda at yahoo.co.in Thu Jul 6 08:56:20 2006 From: revansidda at yahoo.co.in (revansidda siddu) Date: Thu, 6 Jul 2006 13:56:20 +0100 (BST) Subject: [Rubyinstaller-devel] How to take incremental back up using "hdiutil" Message-ID: <20060706125620.31479.qmail@web8715.mail.in.yahoo.com> Hi all, I am working on backup utility ie trying to take backup and I am successful too using "hdiutil",but I am not able to take incremental backup.I wanted to know whether it supports incremental backup or not?. if yes how and if not is there any other command line utility,I even tried with rsync and some others but problem with those was they won't take care of resource fork and result in loss of data. Can any one help me in this regard. Thanks in advance. Regards, Revan --------------------------------- Yahoo! India Answers: Share what you know. Learn something new Click here Catch all the FIFA World Cup 2006 action on Yahoo! India Click here -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rubyinstaller-devel/attachments/20060706/da302421/attachment.html From curt.hibbs at gmail.com Thu Jul 6 09:57:39 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 6 Jul 2006 08:57:39 -0500 Subject: [Rubyinstaller-devel] String Manipulation in Ruby In-Reply-To: <1D0C8FEC-1182-4EB9-9BE2-9C75EDBC7094@phoenixwebgroup.com> References: <1D0C8FEC-1182-4EB9-9BE2-9C75EDBC7094@phoenixwebgroup.com> Message-ID: <31d15f490607060657y63acb9f8x34b9e15fd4fcf9f7@mail.gmail.com> You have posted to the wrong list. This mailing list is for the developers of the one-click installer. If you want help with ruby programming, you should post to the ruby-talk mailing list: http://www.ruby-lang.org/en/20020104.html Curt On 7/5/06, Vincent Predoehl wrote: > > I need to parse this string for the href text: > > linkHTML = "Accounts" > > This is ultimately what I need to end up with: > > s = "javascript:{if (typeof(Page_ClientValidate) != 'function' || > Page_ClientValidate()) top.frames[0].__doPostBack('CustMstr_repeater > $_ctl1$_ctl0','')} " > > The one thing making my life ahrd is that 'top.frames[0].' needs to > be inserted before the __doPostBack so it will work. I'm a Ruby noob > and I don't know anything about RegExp. Are there string > manipulation methods I can use to do the job? > > Thanks, > -- > Vincent > > > > _______________________________________________ > Rubyinstaller-devel mailing list > Rubyinstaller-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyinstaller-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rubyinstaller-devel/attachments/20060706/a1c3d1da/attachment.html From curt.hibbs at gmail.com Thu Jul 6 09:59:15 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 6 Jul 2006 08:59:15 -0500 Subject: [Rubyinstaller-devel] How to take incremental back up using "hdiutil" In-Reply-To: <20060706125620.31479.qmail@web8715.mail.in.yahoo.com> References: <20060706125620.31479.qmail@web8715.mail.in.yahoo.com> Message-ID: <31d15f490607060659rd72ce4dp1034ae8050f17c7@mail.gmail.com> What does this have to do with the One-Click Ruby Installer for Windows? On 7/6/06, revansidda siddu wrote: > > Hi all, > I am working on backup utility ie trying to take backup and I am > successful too using "hdiutil",but I am not able to take incremental > backup.I wanted to know whether it supports incremental backup or not?. > > if yes how and if not is there any other command line utility,I even tried > with rsync and some others but problem with those was they won't take care > of resource fork and result in loss of data. > > Can any one help me in this regard. > Thanks in advance. > > Regards, > Revan > > ------------------------------ > Yahoo! India Answers: Share what you know. Learn something new Click here > Catch all the FIFA World Cup 2006 action on Yahoo! India Click here > > > _______________________________________________ > Rubyinstaller-devel mailing list > Rubyinstaller-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyinstaller-devel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rubyinstaller-devel/attachments/20060706/109e5b31/attachment.html