search for: voer

Displaying 4 results from an estimated 4 matches for "voer".

Did you mean: over
2002 Sep 08
0
Network disks not unmounting
...= yes domain admin group = ntadmin domain guest group = nogroup domain logons = yes security = domain os level = 64 ; Password options smb passwd file = /usr/local/samba/private/smbpasswd encrypt passwords = yes passwd chat = *Voer oud wachtwoord in* %o\n "*Voer nieuw wachtwoord in*" %n\n "*Voer nieuw wachtwoord in*" %n\n "*Wachtwoord gewijzigd*" unix password sync = yes passwd program = /bin/passwd password level = 0 null passwords = no min password length...
2010 Aug 17
1
DetachedEval Issues
...empting to make use of the newly implemented detachedEval functionality and I am having a few teething issues. My code works fine when tested with both the Client and the Server on a single machine, but issues arise when I run them separately.Possibly because the local / local connection is running voer a Unix socket rather than tcp proper? Rsession* theSession;theSession = rc->detachedEval("source(\"hdlc_processing.r\")");delete rc; rc = new Rconnection(theSession);rc->connect(); Owing to firewall issues I am having to make use of an ssh tunnel for the connection, hence...
2005 Jun 13
7
MCI vs. XO/Allegiance
Hello All, Anyone out there using ISDN PRI from either MCI or XO/Allegiance? Gotta make the choice today and the difference per month is only about $25 in favor of MCI. Billing is pretty much the same between the two so I have pretty much no point of reference on which to choose. Any thoughts from anyone experienced with these two compnies would be greatly appreciated! Thanks, Wiley
2008 Feb 27
8
ActiveRecord validation messages not I18N-friendly and enforces grammar
...s (i.e. without the field part). In my models I then write: validates_presence_of :name, :message => "Please enter your name." Or, suppose I''m making an application that''s only in Dutch. I put this in my models: validates_presence_of :name, :message => "Voer a.u.b. uw naam in." This mostly works, but some plugins, such as attachment_fu, add their own validation rules to models (such as ''validates_presence_of :size''). If I use my show_errors() method then I can get messages like this: * Please enter your name. * can''...