search for: tutu

Displaying 20 results from an estimated 23 matches for "tutu".

Did you mean: ttu
2013 Jan 15
2
removing loops from code in making data.frame
Dear all, I am working on an author network and to do so I have to arrange a data.frame (tutu) crossing author names (rows) per publication number (column). The participation of the author to a study is indicated by a 1 and 0 otherwise. I have a vector (xaulist) of all the names of authors and a data.frame (tata) with all the publications in row and the authors in columns. I have writen a...
2013 Jan 11
4
count combined occurrences of categories
...;, 'deb', 'mar', 'deb', 'joy', 'mar', 'art', 'lio', 'nem', 'mar') au3 <- c('mar', 'lio', 'joy', 'mar', 'art', 'lio', 'nem', 'art', 'deb', 'tat') tutu <- data.frame(cbind(nam, au1, au2, au3))   thanks, David [[alternative HTML version deleted]]
2010 Oct 08
2
vfs_acl_xattr issue
...;f02'. Now if i create a folder in 'f02' without change it (so it's called "New folder", the checkbox "inherit acl" is checked). If i rename "New folder" as "something" the checkbox "inherit acl" is becoming unchecked. F01 => tutu,toto,titi (inherited checked) \_F02 => tutu,toto (inherited unchecked) \_New folder => tutu,toto (inherited checked) \_something => tutu,toto (inherited unchecked) Can you help me? thanks
2006 May 16
1
variable row names
Hy all, I wish to use a variable as rownames for a set of datas. By example : > nom<-"toto" > prenom<-"tutu" > res<-c(1,2) > res<-t(res) > res [,1] [,2] [1,] 1 2 > colnames(res)<-c(nom,prenom) > res toto tutu [1,] 1 2 > nom [1] "toto" > I wish to call the rowname by the variable name, in this case it would be < nom &gt...
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
really, this getent with grep should not return anyting. because : 700001 is not 70001 ;-) >getent group | grep 700001 gives : >domain users:x:70001: >info:x:70001:toto,titi,tutu exist both groups only in the AD DC directory, or are ther also linux groups here. are both assigned a GID how? Greetz, Louis >-----Oorspronkelijk bericht----- >Van: h.henoch at isc84.org [mailto:samba-bounces at lists.samba.org] >Namens Herv? H?noch >Verzonden: woensdag 25 feb...
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
...>Le 25/02/2015 09:32, L.P.H. van Belle a ?crit : >> really, this getent with grep should not return anyting. >> >> because : 700001 is not 70001 ;-) >> >>> getent group | grep 700001 gives : >>> domain users:x:70001: >>> info:x:70001:toto,titi,tutu >> exist both groups only in the AD DC directory, or are ther also linux >groups here. >> are both assigned a GID how? >> >> Greetz, >> >> Louis >> >> >>> -----Oorspronkelijk bericht----- >>> Van: h.henoch at isc84.org [mailto:sam...
2005 May 12
5
beginner in Asterisk configuration
hello, i am french student and i want configure a Asterisk server. when I want launch the server with the command safe_asterisk -vvvvvcf the server answer : Asterisk ended with exit status 1 Asterisk died with code 1 what is the signification of it please ? thank you lucas _________________________________________________________________ MSN Hotmail :
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
...idmap config DOMAIN : range = 10000-999999 winbind nss info = rfc2307 winbind trusted domains only = no winbind use default domain = yes winbind enum users = yes winbind enum groups = yes winbind refresh tickets = yes getent group | grep 700001 gives : domain users:x:70001: info:x:70001:toto,titi,tutu Same group id !!! Le 24/02/2015 21:34, Tim a ?crit : > Hello Herv?, > > what's your way of resolution? Are you using winbind, sssd,...? > > Regards > Tim > > Am 24. Februar 2015 20:53:15 MEZ, schrieb "Herv? H?noch" > <h.henoch at isc84.org>: >...
2015 Feb 24
4
getent passwd not return the same number of records from a call to another call
Hello On AD Server : -------------------- We have migrated from S3 to S4 with samba-tools classicupgrade. All is ok : bind9, winbind but getent has a strange behavior. getent passwd doesn't return the same number of records. So a AD user can be not present in the response of getent !!!! it can have a big difference of records returned from a call to another call of getent passwd ... On
2015 Feb 25
0
getent passwd not return the same number of records from a call to another call
...e member (example : 700001) ? Le 25/02/2015 09:32, L.P.H. van Belle a ?crit : > really, this getent with grep should not return anyting. > > because : 700001 is not 70001 ;-) > >> getent group | grep 700001 gives : >> domain users:x:70001: >> info:x:70001:toto,titi,tutu > exist both groups only in the AD DC directory, or are ther also linux groups here. > are both assigned a GID how? > > Greetz, > > Louis > > >> -----Oorspronkelijk bericht----- >> Van: h.henoch at isc84.org [mailto:samba-bounces at lists.samba.org] >> Name...
2015 Feb 25
0
getent passwd not return the same number of records from a call to another call
...; > Le 25/02/2015 09:32, L.P.H. van Belle a ?crit : > > really, this getent with grep should not return anyting. > because : 700001 is not 70001 ;-) > > getent group | grep 700001 gives : domain users:x:70001: > info:x:70001:toto,titi,tutu > > exist both groups only in the AD DC directory, or are ther > also linux groups here. are both assigned a GID how? Greetz, > Louis > > -----Oorspronkelijk bericht----- Van: h.henoch at isc84.org > [mailto:samba-bounces at list...
2006 May 17
0
variable colnames
...es for a set of datas. > > > > > > > >By example : > > > > > > > > > > > > > > > >>nom<-"toto" > >> > >> > > > > > > > >>prenom<-"tutu" > >> > >> > > > > > > > >>res<-c(1,2) > >> > >> > > > > > > > >>res<-t(res) > >> > >> > > > > > > > >>res > >...
2009 Apr 06
3
how to subsample all possible combinations of n species taken 1:n at a time?
...ish to do. My problem lies in sampling all possible combos without having to calculate all possible combos. I have tried two methods but both give memory errors at about 25 taxa. The expand.grid() method: n <- 11 toto <- vector("list",n) titi <- lapply(toto,function(x) c(0,1)) tutu <- expand.grid(titi) The combn() method (a slightly lengthlier function): samplecommunityD<- function(n,numsamples) { super<-mat.or.vec(,n) for (numspploop in 1:n) { minor<-t(combn(n,numspploop)) if (dim(minor)[1]<numsamples) { minot<-mat.or.vec(dim(minor)[1],n) fo...
2015 Feb 25
0
getent passwd not return the same number of records from a call to another call
...winbind nss info = rfc2307 > winbind trusted domains only = no > winbind use default domain = yes > winbind enum users = yes > winbind enum groups = yes > winbind refresh tickets = yes > > getent group | grep 700001 gives : > domain users:x:70001: > info:x:70001:toto,titi,tutu > > Same group id !!! > > > > Le 24/02/2015 21:34, Tim a ?crit : >> Hello Herv?, >> >> what's your way of resolution? Are you using winbind, sssd,...? >> >> Regards >> Tim >> >> Am 24. Februar 2015 20:53:15 MEZ, schrieb "Her...
2002 Feb 18
1
Unknown DOS version
Hello, what does the wine error message "unknown DOS version" mean? Will I have to change my wine configuration in some way? Or is the program not runnable with wine at all? Any hints are appreciated. Thanks in advance. Martin
2020 Oct 20
2
Sieve body test
...says "the external programs cannot be chosen arbitrarily; the available programs are restricted through administrator configuration", but no details on exactly how that is configured. -- "Are you pondering what I'm pondering?" Pinky: I think so, Brain. But if I put on two tutu's, would I really be wearing a four-by-four? Brain: Why do I even bother asking? Pinky: I dunno, Brain. Maybe it's all part of some huge, cosmic plot formula!
2010 Jul 29
3
hplip under CentOS-5.5
Is anyone successfully using hplip under CentOS? When I try to print on my HP Officejet J4580 I always get the error ---------------------------------- Printer Filter "foomatic-rip-hplip" for printer "oj" not available: No such file or directory ---------------------------------- What I find puzzling is that I have googled for this, and it appears there has been the same
2006 May 15
0
ICECAST and IRIX
...ode/ Encoder initialising with bitrate management: 1 channels, 44100 Hz, minimum bitrate 1, nominal 65536, maximum 131072 [2006-05-15 05:25:09] INFO audio/ Enabling stereo->mono downmixing [2006-05-15 05:33:03] INFO playlist-builtin/ Currently playing "/usr/people/marco/warehouse/Davis-Tutu.ogg" Marco
2006 May 17
0
ICECAST and IRIX
...ode/ Encoder initialising with bitrate management: 1 channels, 44100 Hz, minimum bitrate 1, nominal 65536, maximum 131072 [2006-05-15 05:25:09] INFO audio/ Enabling stereo->mono downmixing [2006-05-15 05:33:03] INFO playlist-builtin/ Currently playing "/usr/people/marco/warehouse/Davis-Tutu.ogg" Marco
2006 Mar 07
2
Building tkentry dynamicly
Dear R-users, I would like to build N "tkentry" compounds in the same window, with default text for each. As N is variable I need to construct them in an iterative way : library(tcltk) main<-tktoplevel() tktitle(main)<-"My Tool" filenames<-c("toto","tata","titi") N<-length(filenames) for (i in 1: N) {