Displaying 3 results from an estimated 3 matches for "webdemos".
2005 Apr 11
1
Whitespace in directory names
...I
keep getting errors, saying that the directory
doesn't exist.
I have tried the \ thing and also using quotes.
No success.....
Here is the sample original command:
rsync --dry-run -avrW "ssh -i /home/michel/.ssh/wmmw-rsync-key" /Applications/4D Business Kit 2.2.4 (391)/WMMW_Site/WebDemos/
michel@remotehost:/home/michel/backup
Here is the sample command with \
Also tried escaping the (391) like \(391\)
rsync --dry-run -avrW "ssh -i /home/michel/.ssh/wmmw-rsync-key"
/Applications/4D\ Business\ Kit\ 2.2.4\ (391)/WMMW_Site/WebDemos/
michel@remotehost:/home/michel/backup
He...
2006 Aug 04
3
Password Strength Meter, Password Strength Validation
Has anyone seen or created a password strength meter, or password strength
validator (like at hotmail''s sign up)?
Examples would be great!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060804/14a94764/attachment.html
2007 Dec 26
3
executing code after each step of a story
Hello,
how can I execute some code after each step of a story. Is there some
kind of listener documentated.
Thank you in advance,
Armin