search for: enos

Displaying 20 results from an estimated 125 matches for "enos".

Did you mean: ends
2017 Mar 14
1
[PATCH] drm: virtio: fix eno.cocci warnings
drivers/gpu/drm/virtio/virtgpu_vq.c:100:5-11: ERROR: allocation function on line 99 returns NULL not ERR_PTR on failure The various basic memory allocation functions don't return ERR_PTR Generated by: scripts/coccinelle/null/eno.cocci Signed-off-by: Fengguang Wu <fengguang.wu at intel.com> --- virtgpu_vq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---
2017 Mar 14
1
[PATCH] drm: virtio: fix eno.cocci warnings
drivers/gpu/drm/virtio/virtgpu_vq.c:100:5-11: ERROR: allocation function on line 99 returns NULL not ERR_PTR on failure The various basic memory allocation functions don't return ERR_PTR Generated by: scripts/coccinelle/null/eno.cocci Signed-off-by: Fengguang Wu <fengguang.wu at intel.com> --- virtgpu_vq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---
2006 Jun 14
2
Package naming best practices
...a name for a new package. I've already decided that the name will have two parts, 'portfolio' and 'sim', but can't decide between 'portfolioSim' and 'portfolio.sim'. Is there any good reason to choose one over the other? Thanks in advance, Jeff -- Jeff Enos Kane Capital Management jeff at kanecap.com
2005 Nov 01
4
S4 classes in existing packages
R-devel, I'm interested in looking at some examples of existing R packages that rely heavily on S4 classes to get a feel for varying styles and package organization techniques. Could you recommend any packages that might serve as a good starting point? Thanks in advance, Jeff
2005 Nov 01
4
S4 classes in existing packages
R-devel, I'm interested in looking at some examples of existing R packages that rely heavily on S4 classes to get a feel for varying styles and package organization techniques. Could you recommend any packages that might serve as a good starting point? Thanks in advance, Jeff
2007 Aug 06
4
Marking and remarking of incoming traffic
I can use DSMARK to mark on the Egress side. Is there a way to mark/change the DSCP value of an incoming packet on the ingress side? Thanks. Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7
2003 Feb 07
1
Rsync 2.5.6 installation failed
Dear Sir, The following is the error log when I do the installation of Rsync = 2.5.6, please help to solve it. Thanks! Regards Eric Lin -------------------------------------------------------------------------= ------------------------------------------------- # pwd /archive/rsync-2.5.6 # ./configure configure: Configuring rsync 2.5.6 checking build system type... powerpc-ibm-aix4.3.3.0 checking
1998 Jul 02
1
redirector timeout (actually sun y2k)
Gregory Hosler <greg@camelot.eno.ericsson.se> wrote: > Everything was running smoothly, and then I applied the solaris "y2k" patches. > Now, most accesses to samba will hang for a minute or 2, before completing. In > the event log I see messages like: > > The redirector has times out a request to <server name> > > This did not used to happen.
2008 Sep 24
1
paste in xtable
...generated in R 2.5.1 by xtable 1.5-1 package % Tue Sep 23 17:11:56 2008 \begin{table}[ht] \begin{center} \begin{tabular}{rrr} \hline & 1 & 2 \\ \hline 1 & 1 & 3 \\ 2 & $\backslash$textbf\{ 2 \} & 4 \\ \hline \end{tabular} \end{center} \end{table} -- Ryan D. Enos Department of Political Science UCLA http://renos.bol.ucla.edu/
2014 Oct 09
3
cambiar un valor por NA en data frame
ESTIMADA COMUNIDAD R, Tengo un data frame de datos de salud sobre Enfermedades de Notificacion Obligatoria. Algunas variables tienen una codificacion 99, 999, y 9999 para asiganr los valores perdidos. LAs variables que tienen esta codificacion son la EDAD, COMUNA_RESIDENCIA y la REGION_RESIDENCIA, respectivamente. Me gustaria poder editar esos valores a NA, sin tener que hacerlo uno por uno con
2007 Jun 14
16
PQ questions
Hi all, First, let me say I''ve been most impressed with how quickly and professionally people on this list ask and answer questions. Next, let me say that with which I need help is properly configuring strict PQ, and gathering certain stats. Specifically: - I need to create a priority queue with four queues (let''s say they are of high, medium, normal, and low priority) - I
1998 Sep 10
2
R-beta: trouble compiling 0.62.3 on SunOS 4.1.4: lgamma conflicts
I've recently tried to get 0.62.3 up on our Suns (4.1.4, using gcc; I'm also having trouble with a Solaris 2.6 compile but I haven't given up hope on that one yet) -- the last compile I did was 0.61.1, which worked smoothly. Running ./configure --prefix=/usr/local/apps/R/R-0.62.3 [--with-g77] (tried both with and without g77, eventually get to the same place), I get a conflict
2018 Nov 23
2
question about KLIBCSHAREDFLAGS
Dear experts, I'm new in klibc and currently studying the source codes. I'm looking at the codes in usr/klibc/arch and can't figure out why does, e.g. in x86_64, the text segment offset differ from system v x86_64 abi (which is 4 Mb)? How does this value was calculated? Thanks in advance! Nikita.
1999 Jan 17
0
SAMBA digest 1945
On Mon, 18 Jan 1999 samba@samba.org wrote: > Date: Sun, 17 Jan 1999 14:55:42 +0730 (SST) > From: Gregory Hosler <gregory.hosler@eno.ericsson.se> > To: samba@samba.org, samba-bugs@samba.org, btenison@dibbs.net > Subject: request_oplock_break - a clue - what does it mean ? > Message-ID: <XFMail.990117145542.gregory.hosler@eno.ericsson.se> > > Hi all, > > I
2006 Sep 08
1
User privileges
Please how can I set user types in a Samba PDC? (users, power users, etc) My problem is that domain users have now administrator rights on the clients, and I don't want that! Thank you, -- Enos
2006 Apr 25
1
Daily package check and --install=no
...ding that, at the very least, a package marked like this will not have its test cases run each night. Are there other checks that are omitted? How, if at all, are such install flags related to the parameters one can pass R CMD check, such as --no-install, --no-test, etc.? Thanks, Jeff -- Jeff Enos Kane Capital Management jeff at kanecap.com
2006 Jun 08
1
NAs in unsplit factor
...plit on a numeric vector of length 2 where 'f' is c(1,NA). > unsplit(split(c(1,2), c(1,NA)), c(1,NA)) [1] 1 0 I noticed that the call to vector in unsplit gives us 0 as the 2nd element of the result. Is this the intended result, as opposed to NA? Thanks for your help, Jeff -- Jeff Enos Kane Capital Management jeff at kanecap.com
2007 Jun 26
2
classification of incoming traffic with tc
Hi all, Another requirement we have is that traffic entering the DS domain be classified then subsequently assigned a (different?) DSCP based upon its classification. For illustrative purposes only let''s say (for traffic entering the DS domain on dev eth0): - WWW traffic would be marked BE - traffic destined for 10.10.10.10 would be marked AF11 - VoIP traffic from 20.20.20.20 would
2011 May 13
1
Standard method to read current listeners without user/password
Hi all, This is the output of status2.xsl: MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL Global,Client:60461 Source: ,,7,, /foxcub,,,7,, - Brian Eno - Dune Prophecy theme, It doesn't look like any csv output I've ever seen. Some of the output seems to be string literal and some of it is the actual server information, and at some parts
1999 Jul 07
2
superscript -,+?
In Version 0.64.1 (May 8, 1999), Solaris 2.5.1, expression(theta^{-}) and expression(theta^{+}) (and the equivalent subscripts) give syntax errors. (Superscript or subscripts of numbers, letters, or "+1" or "-1" all work.) Anyone have a workaround or a patch? Or should I just use psfrag as god intended? Ben Benjamin Bolker Dep't