search for: alumni

Displaying 20 results from an estimated 288 matches for "alumni".

2005 Feb 22
1
fake_perms and read-only profiles
...th the fake_perms module loaded: [staticprofiles] path = /staticprofiles invalid users = root browseable = yes csc policy = disable veto oplock files = /prf*.tmp/ vfs object = fake_perms I created the staticprofiles directory and a subdirectory for the account named "alumni": mkdir /staticprofiles mkdir /staticprofiles/alumni chown alumni:users /staticprofiles/alumni I set the alumni account to use the staticprofiles share instead of the profiles share that everyone else uses: pdbedit -u alumni -p '\\myserver\staticprofiles' It's my understanding t...
2009 Nov 11
7
Gr�fico xyplot
Hola a todos, Tengo que construir un gráfico para una base de datos que tengo en el que representar para los individuos de esta base su altura vs peso en función de su edad. Para ello, hay que utilizar los gráficos condicionados. En primer lugar usé la función coplot pero cargando el paquete lattice se pueden utilizar funciones que generan gráficos más completos, como es el caso de la función
2004 Jan 14
3
summary() within a function
I have the following function f <- function { ... model <- lm(rttx[,1] ~ rttx[,2] + 0); summary(model); ... } while summary(model) shows the summary if I execute the function line by line in the Command Line Interface, if I call f() summary is silent how to solve it? or is there workaround? thanks in advance Ulisses Debian GNU/Linux: a dream come true
2008 Feb 20
1
Problem Using the %in% command
...how to handle the problem? Thank you very much in advance! Paul -- Paul C. Schröder PhD-Student Division of Proteomics, Genomics & Bioinformatics Center for Applied Medicine (CIMA) University of Navarra Avda. Pio XII, 55 E-31008 Pamplona, Spain Tel: +34 948 194700, ext 5023 email: pschrode@alumni.unav.es [[alternative HTML version deleted]]
2004 Sep 10
2
Mac OS X - xmms plugin probs
--- Ben Hines <bhines@alumni.ucsd.edu> wrote: > I guess the problem is really why is it trying to relink it? > > The "parse error: condition expected:" is suspicious, though.. maybe > it's another "zsh as sh" problem... hmm.. I don't remember having any trouble building the plugin...
2004 Sep 10
2
Re: non-PIC code in shared libs again
On Tue, Feb 11, 2003 at 05:14:45PM +0000, Christian Weisgerber wrote: > Ben Hines <bhines@alumni.ucsd.edu> wrote: > > > The patch fixed the problem with your libs. However, when linking the > > xmms plugin i still get: > > > > *** Warning: This library needs some functionality provided by -lstdc++. > > This is because of id3lib, which is written in C++....
2008 Jul 23
3
how can I write code to detect whether the machine is Windows or Linux?
...f I knew this, I could write my code in a way so that I didn't have to adjust path names to data file all the time. I checked the archives... didn't find anything, but perhaps didn't know the right search terms... Thanks for your help, R-community! Please respond to: philipsmith at alumni.albany.edu Best regards, Phil Smith Duluth, GA
2012 Feb 08
11
define hostclass with special characters
Hi, I need to define the hostclass with special character for ex: "swift::proxy-ring" I have tried following ways but not worked: 1) hostclass :swift::proxy-ring do 2) hostclass ''swift::proxy-ring'' do 3) hostclass "swift::proxy-ring" do When I am using the 2 and 3 options it is giving following erroe: undefined method `[]'' for Class:Class at
2004 Jan 26
5
conditional assignment
Hi all I want to conditionally operate on certain elements of a matrix, let me explain it with a simple vector example > z<- c(1, 2, 3) > zz <- c(0,0,0) > null <- (z > 2) & ( zz <- z) > zz [1] 1 2 3 why zz is not (0, 0, 3) ????? the null <- assignment is to keep the console silent in the other hand, it curious that null has reasonable values > null [1]
2009 Nov 24
5
Pregunta estad=?US-ASCII?Q?=ED?=stica
Hola a todos, Tengo una duda sobre estadística antes de usar R y es la siguiente: Tengo unas muestras y para cada una de ellas, he calculado su media y su intervalo de confianza. He calculado la media de las medias y ahora me pregunto: ¿podría obtener el intervalo de confianza para esta media de medias a partir de los intervalos de confianza que tenía para cada media?. Agradeceré cualquier
1999 May 30
3
smbmount permissions
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2009 Oct 28
4
Insertar filas en un data frame
Hola, Por favor, necesito insertar una fila debajo de las filas que tengan DV distinto de cero, pero no me deja insertar hasta el final de la tabla. Esta es mi tabla y este es el código con el que estoy apurado. C ID TIME DV AMT RATE CMT SS II EVID GRUPO VISITA DOSIS VECES FORMA NAP EDAD SEXO ALTURA PESO 11 0 0 3 0 1 1 12 1 3 0 3 2 1 0 77 2 147 74 11 1.417 0.001 0 0 2 0 0 0 3 0 3 2 1 0.001
2007 Sep 07
0
computing distance in miles or km between 2 street
...es attached to it and calculate distances because it "knows" coordinates, a network of roads and so on. I am not sure this helps but at least maybe gives you some ideas where to look next. Monica Message: 53Date: Thu, 06 Sep 2007 14:42:32 -0400From: Philip James Smith <philipsmith@alumni.albany.edu>Subject: [R] computing distance in miles or km between 2 streetaddressesTo: r-help@stat.math.ethz.chMessage-ID: <46E04A18.7040909@alumni.albany.edu>Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi R-ers: I need to compute the distance between 2 street addresses in...
2008 Sep 26
1
howto convert matrix of numeric values to Date class?
...med "mat," of numeric values that are in days since Jan 1, 1960. I want to convert them Date class values so that I can do things like seq( value , len=10, by="1 week") where "value" is any of the matrix elements. How do I do this? Please reply to: philipsmith at alumni.albany.edu Thanks! Phil Smith Duluth, GA
2003 Nov 02
5
booting initramfs
Hi all I'm trying to boot with initramfs I build my own root fs, and the kernel build links it, I have double checked this when the kernel boots unpack_to_rootfs() returns no error, so it continues and .... when It tries to mount the rootfs it tries to mount from an IDE device (where the kernel was built from), and not from the initramfs "image" I think this is not documented
2019 Jan 04
2
Potential bug in SelectionDAGLegalize::ConvertNodeToLibcall()?
...nk this is excessively intrusive and it accomplishes what is needed by targets whose call lowering can introduce illegal types. Adding Justin Bogner as the owner of SDAG and Hal Finkel as the PPC back end owner for their opinions. Nemanja On Thu, Jan 3, 2019 at 4:54 PM Justin Hibbits <jrh29 at alumni.cwru.edu<mailto:jrh29 at alumni.cwru.edu>> wrote: Hi Nemanja, I'm attaching a patch that builds on D54583 and implements what we discussed on IRC earlier today. Particularly: * Make LowerCallTo() a virtual function, so it can be wrapped by a subclass. * Implement LowerCallTo() in...
2009 Nov 06
4
Guardar gr=?US-ASCII?Q?=E1?=ficos en formato para powerpoint
Hola, Por favor, necesito guardar en un mismo documento tres gráficos y que éste se pueda abrir en powerpoint para poder insertar las tres gráficas allí. Con jpeg() sólo se me guarda la última gráfica. ¿Alguien me puede ayudar?. Muchas gracias
2018 May 15
2
source line number for instruction
...ourceLevelDebugging.html#ccxx_frontend:> Is there specific documentation I can refer to implement this? Thanks -- *Rtr. PP Ridwan Shariffdeen* Asst. District Rotaract Representative | Rotaract District 3220 Past President | Rotaract Club of University of Moratuwa Member | Rotaract Club of Alumni of University of Moratuwa Graduate | University of Moratuwa m:+94 772562002 | e:rshariffdeen at gmail.com | w:http://bit.ly/ridwanNaruto | a: Mount Lavinia <http://facebook.com/ridwan.naruto> <http://linkedin.com/in/rshariffdeen> <http://twitter.com/rshariffdeen> <http://plus...
2004 Sep 10
2
Mac OS X - xmms plugin probs
--- Ben Hines <bhines@alumni.ucsd.edu> wrote: > At 10:39 AM -0700 5/21/02, Josh Coalson wrote: > >--- Ben Hines <bhines@alumni.ucsd.edu> wrote: > >> I guess the problem is really why is it trying to relink it? > >> > >> The "parse error: condition expected:" is suspiciou...
2010 Nov 05
1
__Legend_para_varios_gr�ficos
...plot(-1,type="n",axes=F,xlab='',ylab='') > title(main="Porcentaje de ....") > legend('center', legend=c("xxxxx","yyyyy"), pch=19, col=colors,cex=1) > dev.off() > > > > > > > 2010/11/5 <guivivi en alumni.uv.es>: > > Hola a todos, > > > > Mi pregunta es si hay alguna manera (sencilla/rápida o no) de colocar > > una leyenda común para dos gráficos colocados en paralelo con > > par(mfrow=c(1,2)). > > > > He probado con par(xpd=NA) y con par("usr")...