search for: tu

Displaying 20 results from an estimated 4621 matches for "tu".

Did you mean: tun
2013 Apr 10
3
Stringr Package
Hi Group, I have a question on Stringr package I have a table like this X Y ab su - di ac pi - tu ad tu - tu I want output like this X Y ab su ab di ac pi ac tu ad tu ad tu I am wondering if this operation can be done using stringr package (only) ? [[alternative HTML version deleted]]
2003 Nov 20
0
Problem with public shares
...size = 50 name resolve order = wins lmhosts bcast time server = Yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = cups domain logons = Yes os level = 65 preferred master = Yes domain master = Yes dns proxy = No wins support = Yes ldap suffix = dc=mr,dc=inf,dc=tu-dresden,dc=de ldap machine suffix = ou=computers,dc=mr,dc=inf,dc=tu-dresden,dc=de ldap user suffix = ou=people,dc=mr,dc=inf,dc=tu-dresden,dc=de ldap group suffix = ou=group,dc=mr,dc=inf,dc=tu-dresden,dc=de ldap idmap suffix = dc=mr,dc=inf,dc=tu-dresden,dc=de ldap filter = (&(uid=%u)(object...
2007 Aug 16
2
tone in linksys pap2t
i have the problem in the hardware linksys pap2t, I am install asterisk with asterisk-gui and work fine but the hangup the phone (linksys pap2 t), no tone and sound like tu,tu, tu , tu , tu , tu , tuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu what is the problem with phone ??? add param special??? Note: i am mark number phone and wait ... sesonds and call. thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://list...
2009 Feb 01
0
¡Ven y únete a Ingresos Reciduales toda tu vida!
Ingresos Reciduales toda tu vida: Ven inscribete y Obtendra el plan de obtener Los ingresos Residuales -------------------- Ven inscribete y aprendera como hacer dineros con ingresos reciduales haci creando una red que te genera dineros todos los meses. Ven y edifica tu familia con los ingresoso residuales. Haz clic en el...
2012 Jun 26
2
[LLVMdev] Proposed Enhancement to AddressSanitizer: Initialization Order
+llvmdev, -llvm-dev On Tue, Jun 26, 2012 at 2:28 PM, Kostya Serebryany <kcc at google.com> wrote: > Hi Reid, > > On Tue, Jun 26, 2012 at 4:30 AM, Reid Watson <reidw at google.com> wrote: > >> Hello, >> >> I'm starting work on a project to detect initialization order problems &g...
2009 Jul 10
2
IF STATEMENTS
...g on using if statements. What is the error message telling me here and how do I correct for it? I have tried various combinations of quotes. Thank you. Sincerely, Mary A. Marion #Find critical values crit<-function(n,alpha,type) { if (type==twoSided) { alpha2=alpha/2 tL<-qt(alpha2,n-1) tU<-qt(1-alpha2,n-1) } if (type==Lower) { tL<- -9999 tU<-qt(1-alpha,n-1) } if (type==Upper) { tL<-qt(alpha,n-1) tU<- 9999 } criticalValues<-c(tL,tU) round(criticalValues,3) } crit(n=50,alpha=.05,type=twoSided) Error in crit(n = 50, alpha = 0.05, type = twoSided) : object '...
2015 Oct 20
2
getent passwd not showing domain users at boot
...s it is not always advisable I would try into your rc script to retrieve only one user at boot time, just to check if winbind is not working at all at that moment or if it refuse to extract all domain users at that moment... Cheers, mathias 2015-10-20 10:18 GMT+02:00 Ole Traupe <ole.traupe at tu-berlin.de>: > Mark, did you make sure winbind service is startet, yet? > > Ole > > > Am 19.10.2015 um 20:41 schrieb Mark Foley: > >> I've joined a member server to my Samba4 AD/DC Domain. It all works >> great,but I >> have one minor problem at the mom...
2005 Apr 04
2
mysql retrive question
...ers, I have this simple but not for me question: I do: > res<-dbSendQuery(con, "SELECT * FROM tabellaProva") > myDataFrame<-fetch(res) > myDataMatrix<-as.matrix(myDataFrame[,-1]) > namerows(myDataMatrix)<-as.character(myDataFrame[,1]) and I have: io tu io "0" "1" tu "1" "0" my problem is that the content of the matrix is interpreted by R as strings, not as numbers. Is there a way to convert those characters to numbers like io tu io 0 1 tu 1 0 thanx in advance, simone
2011 Feb 10
3
modifynig some elements of a vector
...some elements of a vector: x is a vector u is a vector of idices, that is, integers assumed to be within the range 1..length(x) and I want to add 1 to the elements of x each time their index appears in u x[u]<-x[u]+1 works only when there are no duplicated values in u I found this solution: tu <- table(u) indices <- as.numeric(names(tu)) x[indices] <- x[indices]+tu but it looks ugly to me and I would prefer to avoid calling the function 'table' since this is to be done millions of times as part of a simulation program. Eric Elguero G?n?tique & Adaptation des Plasmo...
2009 Apr 25
1
GlusterFS on a FreeBSD-Server
Hello I want to use GlusterFS as a nfs substitute for a FreeBSD Server and Linux clients. The FreeBSD-server should export several directories. One of these directories contains the home-directory for the client-mashines. The problem is that my GlusterFS setup isn't very stable and crashes quite often. It is less stable, when more than one...
2005 Jun 01
2
Different versions, different results ?
Dear all, I wrote the following batch script on a iMac, and ran it on a linux mosix cluster. tu <- read.table("cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshape.table") tu_reshaped <- t(reshape(tu[1:50,], direction="wide", timevar="tu", idvar=c("rna","lib"))) write.table(tu_reshaped, "cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshaped.table") q(...
2018 Jan 11
6
Dovecot 2.3.0 TLS
On Thu, 11 Jan 2018 12:20:45 +0200, Aki Tuomi wrote: > Was the certificate path bundled in the server certificate? No, as a separate file, provided from the local (intermediate) CA: ssl_cert = </etc/openssl/certs/server.cert ssl_key = </etc/openssl/private/server.key ssl_ca = </etc/openssl/certs/ca-cert-chain.pem Worked fine...
2013 Oct 19
2
[LLVMdev] Parsing C++ headers with Clang bindings for Python
...on. (Yes, I know math.h is technically a C header, but for my purposes I want to pretend that it is C++.) For some reason, Clang is able to parse the file as C, but not as C++. Here is an example session: >>> import clang.cindex >>> idx = clang.cindex.Index.create() >>> tu = idx.parse('/usr/include/math.h', ['-x', 'c++-header']) >>> c = tu.cursor >>> for d in c.get_children(): ... print d.kind, d.spelling ... CursorKind.TYPEDEF_DECL __int128_t CursorKind.TYPEDEF_DECL __uint128_t CursorKind.TYPEDEF_DECL __builtin_va_list C...
2015 Oct 21
1
getent passwd not showing domain users at boot
I added `service winbind status` to the beginning of my rc.local script and, after booting, saw the message: "winbind stop/waiting". So you're right, winbind is not running. Hmmm, I thought rc.local was the last thing to run at boot time. winbindd is run as a daemon, so I suppose rc.local could run before winbind...
2001 Jun 20
8
[Lutz.Jaenicke@aet.TU-Cottbus.DE: 2.9p1: HP-UX 10.20 utmp/wtmp handling broken?]
...ction gets closed). */ fatal_add_cleanup(session_pty_cleanup, (void *)s); should make sure, that the utmp entry is cleared, but it obviously doesn't work as I expected from that statement. Best regards, Lutz ----- Forwarded message from Lutz Jaenicke <Lutz.Jaenicke at aet.TU-Cottbus.DE> ----- Delivered-To: openssh-unix-dev-list-93873 at shitei.mindrot.org Date: Thu, 10 May 2001 10:11:38 +0200 From: Lutz Jaenicke <Lutz.Jaenicke at aet.TU-Cottbus.DE> To: openssh-unix-dev at mindrot.org Subject: 2.9p1: HP-UX 10.20 utmp/wtmp handling broken? Mail-Followup-To: ope...
2013 Jul 16
0
Haz crecer tu negocio
Incrementa Tus Clientes Expande tu negocio por internet! *Promoci?n Limitada <http://publinota.com.mx/mercalider/lt.php?id=bU8EBgZTBQkBSggHTw8DAwMBBQ%3D%3D> * Plan Paquete 1 Tu Publicidad para Paquete 2 Tu Publicidad para Paquete 3 Tu Publicidad para Contacto *S?per Nacional <h...
2016 Apr 12
2
Random Forest para clasificación
...variable influye sino como influye, y esto en un randomForest es complejo, ya que es una caja negra. Por ello es por lo que buscaba la mejor manera, y una era medainte partialPlot y la otra mediante árboles de clasificación, pero esta segunda manera me empobrece el modelo. Un saludo Jesús Date: Tue, 12 Apr 2016 11:01:16 +0200 Subject: Re: [R-es] Random Forest para clasificación From: cof en qualityexcellence.es To: j.para.fernandez en hotmail.com CC: r-help-es en r-project.org Hola, Entonces si tienes:La importancia de las variables (esto lo obtienes directamente con "importance")...
2003 Sep 09
1
How limits are set in a scales list
...parate x-axis since their ranges are quite different, but I wish to have those same limits used on each page. By setting an element of the scales list to something like x = list(limits = lim.list$CFU, lim.list$CFU, lim.list$CFU, lim.list$CFU, lim.list$TU, lim.list$TU, lim.list$TU, lim.list$TU, etc, etc) , relation = "sliced") where lim.list is a list of the limits I wish to use, Only the first four panels (but on each page) are drawn using the limits I wish to use. Thereafter, they're a...
2016 Apr 12
3
Random Forest para clasificación
...ategias: 1-Crear arboles de clasificacion con las variables más importantes del random Forest, pero el modelo se empobrece bastante. 2- Sacar los partialPlot, para ver la influencia de cada variable, pero no termino de entender el significado del eje Y para estos gráficos. Por lo que he visto, con tu aportación primera, es que es el porcentaje de Votos OK/NOK, pero me queda la duda de saber si el 1 es el OK y el -1 el NOK o al revés. Gracias Carlos! Jesús Date: Tue, 12 Apr 2016 10:28:44 +0200 Subject: Re: [R-es] Random Forest para clasificación From: cof en qualityexcellence.es To: j.para.fern...
2005 Jul 14
0
error: net ads join - Debian AMD64 sarge
...(with SFU Schema) in ADS-mode -authenticate with winbind / PADL against this ads-dc (also offline for notebooks with padl cache plugin) It would be great, if anybody can send all modified files/configs, which I need for working with Samba/Winbind in ADS-mode (and PADL - I will use this in the future). Have anybody a short&complete (Debian)TODO for beginners like me ;-) ? The offical Howto is a little bit overkill ;-) Thanks for help ! ################################### Here are the files, configs ans logs: ~ DNS works fine. ~installed are: krb5-user and krb5-clients (MIT 1.3.6-2, als...