search for: cb7

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

Did you mean: c7
2015 Dec 11
5
Samba-4 DNS issue
...ucts is not guaranteed. The recipient(s) should therefore carry out any checks that they believe to be appropriate in this respect. e2E Services Ltd. is a limited company registered in the UK, No. 3878701. Registered Office: e2E Services Ltd, George Court, Bartholomews Walk, Ely, Cambridgeshire, CB7 4JW
2015 Dec 11
0
Samba-4 DNS issue
...recipient(s) should > therefore carry out any checks that they believe to be appropriate in this > respect. > > e2E Services Ltd. is a limited company registered in the UK, No. 3878701. > Registered Office: e2E Services Ltd, George Court, Bartholomews Walk, > Ely, Cambridgeshire, CB7 4JW > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
2008 Dec 03
1
reduce limit number of arguments in methods:::cbind
...list, Mlist)) # fails cb6 <- do.call("cbind", c(Mlist, mlist)) # fails # A workaround could be to use the internal cbind function on blocks of # non S4 objects. The limitation would be reduced to the number of # consecutive S4 objects # After modifications dfr2 <- is.na(dfr) # ok cb7 <- do.call("cbind", mlist) # ok cb8 <- do.call("cbind", c(mlist, mlist)) # ok cb9 <- do.call("cbind", c(Mlist, mlist)) # ok cb10 <- do.call("cbind", c(Mlist, Mlist)) # fails as expected ##### END ##### The code bellow gives an idea how to do i...