Displaying 2 results from an estimated 2 matches for "2to".
Did you mean:
2tb
2012 Mar 30
1
How to use access results of gregexpr in data frames
...ate) within a data frame column.
I've used the following code successfully to find the first instance of "/".
dframe <- data.frame(date=c("5/14/2011", "4/7/2011"))
dframe$x1 <- regexpr("/", dframe[, 1])
dframe
date x1
1 5/14/2011 2
2 4/7/2011 2To find the second instance, I thought I'd try to use gregexpr to find all instances of "/" (there's always two per string).
dframe$all <- gregexpr("/", dframe[, 1])
dframe
date x1 all
1 5/14/2011 2 2,5
2 4/7/2011 2 2,4
So far so good. I then thought to index th...
2013 Jan 09
0
i have any problem with samba
...RCVBUF=20480
SO_SNDBUF=20480
#thirth conf
SO_RCVBUF=100000
SO_SNDBUF=100000
#and with :
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
oplocks = 0
level2 oplocks =0
i don't know my samba is so late or refuse the tranfert of file > at 1 mo
my server conf line :
iCORE 5
2TO DD
32 GO de ram
i become crazy .... :(
can you help me for my problem ?
thank for advance
best regard
--
Alexandre Priou
Analyste Concepteur Web
64 rue de l'Essonne
91000 ?vry
tel_perso : 06.14.83.81.03