Displaying 4 results from an estimated 4 matches for "d123".
Did you mean:
123
2001 Aug 15
2
RegExp Question
I have to admit that I'm a bit ignorant about
regular expressions...I have a problem with "gsub":
under unix I can :
> cat tmp.txt
F.123 F.123
F123 F123
sed 's/F\./d/g' tmp.txt
d123 d123
F123 F123
that is: replacing "F.", however under R:
gsub("F\.","d",c("F123","F.123"),extended=F)
[1] "d23" "d123"
the problem is that the "F123" string is replaced (escaping "."
does not work??). Wha...
2006 Apr 01
4
Quick question. Thunderbird/Outlook = no love.
Are there any how-tos or documentation on getting dovecot to be thunderbird/outlook friendly?
Thunderbird can connect about 20% of the time, the other 80% of the time, I Get the error:
"You may need to connect via SSL or TLS. Please check the account settings for your mail server."
I have my thunderbird setup to do TLS. I've put it on the TLS if available as well, still no love.
2007 Jul 24
11
Mock or Stub strategy for validates_uniqueness_of
Hi,
I''m a bit stuck with mocking a unit test of a join model with regards to a
validates_uniqueness_of clause.
I have
class Book < AR:B
has_many :clippings
various validates_presence_of etc
end
class Clip < AR:B
has_many :clippings
various validates_presence_of etc
end
class Clipping < AR:B
belongs_to :book
belongs_to :clip
validates_uniqueness_of :clip_id,
2005 May 12
3
Dovecot-stable rpms
...aving frequent problems with mbox
corruption, and I've read that 1.0 fixes many of those types of
problems. Has anybody else found an rpm for RHEL 4 of any Dovecot
greater than 1.0?
--
Topher Fischer
System Administrator - TMCB 1140
GnuPG Fingerprint: 3597 1B8D C7A5 C5AF 2E19 EFF5 2FC3 BE99 D123 6674
javert42 at cs.byu.edu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20050512/ae40594e/attachment-0001....