search for: mycat

Displaying 2 results from an estimated 2 matches for "mycat".

Did you mean: mccat
2008 Dec 20
2
NA, where no NA should (could!) be!
...log") weblog_by_date <- split(weblog, weblog$date) #for ( i in names(weblog_by_day) ) { print(i); print(weblog_by_day$i) } for ( datum in names(weblog_by_date) ) { print(datum) selected <- weblog_by_date[[datum]] res_size_by_host <- tapply( selected$size, selected$host, sum) mycat <- function(a,b) cat(paste(a, "==>", b, "\n")) mapply( mycat, selected$size, selected$host ) print( res_size_by_host ) } =========================== produces this result (only a part is shown!): ======================================= 124.0.210.117 145.253.3.244...
2006 Mar 07
5
subversion help!
I created a subversion repository on my new vps and i''m trying to setup my rails app there. However i keep getting this error: subversion/libsvn_subr/io.c:2516: (apr_err=13) svn: Can''t create directory ''/home/svnadmin/rapleaf/db/transactions/0-1.txn'': Permission denied How do i fix this? I know others have had this before, so i would appreciate some help.