search for: topc

Displaying 6 results from an estimated 6 matches for "topc".

Did you mean: top
2010 May 08
5
contar casos en un vector
Buenas noches, tengo dos vectores con nombres. El primero es largo, nombreL, y el segundo corto, nombreC. Quiero contar cuantas veces aparece alguno de los nombres del vector corto en el largo. Lo que estoy haciendo es lo siguiente: cuenta <- 0 topL <- length(nombreL) topC <- length(nombreC) for (i in 1:topL) { for (j in 1:topC) { k <- grep(noquote(nombreL[i]),nombreC[j]) if (length(k) > 0){ cuenta <- cuenta + 1 }...
2010 May 08
3
Count cases in a list
Hi everybody, I would like to count how many times names in list L, nombreL, apear in list C, nombreC. Can I improve the next program? cuenta <- 0 topL <- length(nombreL) topC <- length(nombreC) for (i in 1:topL) { for (j in 1:topC) { k <- grep(noquote(nombreL[i]),nombreC[j]) if (length(k) > 0){ cuenta <- cuenta + 1 }...
2004 Nov 29
1
SAMBA / LDAP / Domain Password change problem
I have our Samba server mostly working, however it will not allow me to change the password on the client desktop or via USRMGR. The error message we are getting is "the system cannot change your password now because the domain TOPC is not available". USRMGR reports "Could no find domain controller for this domain" Everything is authenticating properly. Any ideas? I'm running following: Fedora FC3 Samba 3.0.8pre1-0.pre1.3 smbldap-tools-0.8.5-3 smbstatus says: Samba version 3.0.8pre1-0.pre1.3 PID User...
2010 May 10
1
Interfaz con R
...tengo dos vectores con nombres. El primero es largo, > nombreL, y el segundo corto, nombreC. Quiero contar cuantas veces > aparece alguno de los nombres del vector corto en el largo. > > Lo que estoy haciendo es lo siguiente: > > cuenta <- 0 > topL <- length(nombreL) > topC <- length(nombreC) > for (i in 1:topL) { > for (j in 1:topC) { > k <- > grep(noquote(nombreL[i]),nombreC[j]) > if (length(k) > 0){ > > cuenta <- cuenta + 1 &gt...
2003 Nov 20
4
Tuning the Linux kernel?
Hi all- It's often mentioned here that recompiling the Linux kernel may improve the performance of asterisk. My question is: Does re-compiling the kernel have any effect if there are no changes to the configuration? What parameters will typically improve performance? Thanks for any insight! Scott Scott M. Stingel Emerging Voice Technology Inc. Palo Alto, California and London,
2005 Feb 03
6
Newbie: Running an application within wine (installed fine)
I had successfully installed BrilliantPhoto with wine, so that I have the directory: file:/home/dotancohen/.wine/c/Program Files/Brilliant Labs/BrilliantPhoto but when I run the command wine /home/dotancohen/.wine/c/Program\ Files/Brilliant\ Labs/BrilliantPhoto/BrilliantPhoto.exe it justs sits there with no output until I ctrl-Z it. Silly me, I even tried to click the icon in Konqueror to start