search for: wrtiting

Displaying 5 results from an estimated 5 matches for "wrtiting".

Did you mean: writing
2007 Sep 14
0
Help wrtiting test for models that use CSV data
Hi, could use some help with this. I have an app that imports CSV data (which it receives from another app as an automated entry to a data field on a form) I want to write test for the models that use this data. I have one model with no database that takes the CSV record and makes it an object that I can work with. Then that object gets split into Customer, Order and LineItem models. This
2006 Sep 15
1
how to change perimissions across a directory tree
Hello all, I have samba 3 with a share named shareA using these settings: [shareA] comment = Directory Amministrazione path = /col/shareA browseable = no valid users = @amm force group = amm public = no writable = yes create mask = 0770 directory mask = 0770 printable = no where user1, user2, user3 and user4 belong to "amm" group. I would like to
2009 Apr 14
2
Controlling widths in write.fwf()
Is there a way to handle the widths of values being written to a file using wrtite.fwf() ? For example, I used read.fwf(file, width.vector) to read a file. After making the necessary data manipulation, I want to write the data to a new file in the same width.vector format. Is there a way to specify this? Thanks in Advance Aparna [[alternative HTML version deleted]]
2003 Oct 31
2
How to grow an R object from C (.Call Interface)
...version. However, due to the stack character of the PROTECT mechanism, UNPROTECT would not work to remove the smaller one, after the bigger has been protected. Is this an indication to use UNPROTECT_PTR ? Or is another approach recommended? May be the solution to this is worth a sentence in "Wrtiting R Extensions". Thanks for any help Jens Oehlschl?gel -- NEU F?R ALLE - GMX MediaCenter - f?r Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gru?, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse f?r Mail, Message, More! +++
2008 Jan 13
1
Bug?
Hi There appears to be a bug in the way smb.conf is parsed. (3.0.28) The "winbind separator = \" fails because the backslash id treated as a line continuation so the whole of the next line is also lost. testparm reports "ERROR: the 'winbind separator' parameter must be a single character."