search for: isnights

Displaying 3 results from an estimated 3 matches for "isnights".

Did you mean: insights
2001 Sep 26
1
problems with large transfers form solaris 2.6
...ne produces a lot of debug but no real information as to whats going on. The data flow just stops and there is no error messages on either end in rsync output or logs... I am stumped... I wander is there is no known issues with globbing functions (if rsync uses them) on solaris or some such... Any isnights or pointers would be appreceated. Regards Tomasz Ciolek -- Tomasz M. Ciolek * * Everything falls under the law of change; <tmc@dreamcraft.com.au> * Like a dream, a phantom, a bubble, a shadow, <tmc@goldweb.com.au> * like dew of flash of lightning. * You should contempl...
2012 Apr 30
1
Subtract days to dates in POSIXct format
Hello, I'm having problems working with date values in POSIXct format. Here is what I got (eg.lig attached): x <- read.table("eg.txt", sep = ',', col.names=c("ok","time","secs","lig")) # it gives time as factor z <- cbind(x,colsplit(x$time, split="\\s", names=c("date", "clock")))
2012 May 05
2
creating a new column assigning values of other columns
Hello, ? I have to create a new column from the values of other columns of a data frame. The new?column (y$n) is created imposing a condition (using a third variable y$h) that assigns the values of two time variables (y$b and y$timepos). Here's the piece of code to get there (using the attached files): ? xact <- read.table("act.lig", sep = ',',