search for: usl

Displaying 17 results from an estimated 17 matches for "usl".

Did you mean: use
2012 May 08
2
How to deal with a dataframe within a dataframe?
...ut a vector of two elements using return(c(val1, val2)). I don't know how to access the individual columns of that vector in the resulting dataframe though. How is this done correctly? Thanks, robert > agg <- aggregate(formula=df$value ~ df$quarter + df$tool, + FUN=cp.cpk, lsl=1300, usl=1500) > head(agg) df$quarter df$tool df$value 1 09Q3 VS1A 1.800534, 1.628483 2 10Q1 VS1A 1.299652, 1.261302 3 10Q2 VS1A 1.699018, 1.381570 4 10Q3 VS1A 1.311681, 1.067232 > head(agg["df$value"]) df$value 1 1.800534, 1.628483...
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:20:01AM +1100, Darren Tucker wrote: [...] > Sigh. And now the right patch from the tree that compiled. > (djm: I get the idea :-) Tim: is this sufficient to back out the "Work around finicky USL linker" change? https://anongit.mindrot.org/openssh.git/commit/?id=d1db656021d0cd8c001a6692f772f1de29b67c8b > diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c > index 65e8003..f7be415 100644 > --- a/openbsd-compat/bsd-misc.c > +++ b/openbsd-compat/bsd-misc.c &gt...
2012 Apr 16
1
How to create a data.frame from several time series?
...t know how to do that because I don't know beforehand how many series I create in the for() loop, how to distinguish them by (unknown beforehand) tool names, and how to supply them to ts.union. Thanks, robert ############################ CODE HERE library(zoo) ppk <- function(data, lsl, usl) { if (length(data) < 15) { return(NA) } else { return (min(mean(data)-lsl, usl-mean(data))/(3*sd(data))) } } load <- function(filename) { d <- read.table(filename, header=TRUE, sep='\t') # filter data d <- d[d$val...
2006 Jun 05
3
Swap: typical rehash. Why?
I can't resist. Read the thread that was pointed to on lkml. ROTFLMAO. *Real* UNIX addressed these problems long ago. I guess the "Gurus" suffer from NIH (Not Invented Here) syndrome. Given a "general purpose" system, tunability is a must. UNIX, as delivered by USL in such examples as Sys V, had tunables that let admins tune to their needs. A single "swappiness" value is woefully inadequate. Among the tunables were how much memory for cache, how much for buffers, how much for X/Y/Z, high and low water marks for all sorts of memory related stuff and...
2010 Apr 15
2
using nls for gamma distribution (a,b,d)
Dear all i want to estimated the parameter of the gamma density(a,b,d) f(x) = (1/gamma(b)*(a^b)) * ((x-d)^(b-1)) * exp{-(x-d)/a)} for x>d f(x) = Age specific fertility rate x = age when i run this in R by usling nls() gamma.asfr <- formula(asfr ~ (((age-d)^(b-1))/((gamma(b))*(a^b)))* exp(-((age-d)/a))) gamma.asfr1 <- nls(gamma.asfr, data= asfr.aus, start = list(b = 28, a = 1, d= 0.5), trace = TRUE) error: Error in numericDeriv(form[[3L]], names(ind), env) : Missing value or an infinity produce...
2004 Feb 29
1
First stable version of LDAP Account Manager (0.4.4) released
...feature request tracker at our Sourceforge homepage http://www.sf.net/projects/lam. Author & Copyright: ------------------- Copyright (C) 2003 - 2004: Michael Duergner <michael@duergner.com> Roland Gruber <post@rolandgruber.de> Tilo Lutz <tilolutz@gmx.de> Leonhard Walchsh?usl <dechutes@gmx.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This p...
2018 Apr 05
0
Centos 7 LAPP setup Postgresql version and setup
...have more admin hassle with one over the other? Will porting schemas including stored functions in pl/psql from 8.3 be easier / better with one version over the other? 2) network vs sockets I read somewhere that connecting Apache / PHP to Postgresql is faster if you use sockets rather than usling the loopback i/f. Is this correct? If it is correct, what is the correct connect string if I use the 9.2 or 9.5 RPM's as described above? There seems to be lots of Google content about sockets not working. Is it really that hard? (I use pg_pconnect() to do the connecting)
2013 May 10
2
"passwd program" in samba4
is there anyone who can explain me how to use "passwd program" in samba4 -- *Dr. Michael Cinti* *mi.cinti at ausl.fe.it <mailto:mi.cinti at ausl.fe.it>* U.O. Tecnologia della Comunicazione e della Informazione (I.C.T.) Azienda Usl Ferrara Ospedale del Delta - via Valle Oppio, 2 - 44023 Lagosanto (FE) Tel. +39-0533-723221 Tel. +39-0533-723163 ---------------------------------------------------------------...
2005 Jul 21
1
HOW TO RECEIVE FAX
Hi all!....i'm in course to implement Faxing in my asterisk box and for that I've installed all succesfully like libtiff and spandsp and next rebuild and reinstall asterisk modules, but when i call to Rxfax from dialplan nothing happens and i get some errors like "XCN with final frame tag In state 9" or a paper copy of a transmision report from the fax machine with COMMUNICATION
1999 Jun 01
1
setting permissions...
hi all, i've searched the samba archived but found little information on the topic related to setting permissions. i wanted to have this effect on a share -- SHARE: [answers] | +--- 1 ---+-- date1 | | | +-- date2 | +--- 2 ---+-- date1 | +-- date2 GROUPS: faculty, students PATH: /home/samba/shares/answers ../answers/ (faculty
2006 May 16
2
Determining length of speex file speech
...was simply read out with speex_header->frame_size). Why does my algorithm for calculating the length of the speech in a speex file not work? How is the number of ogg _packets_ per ogg _frame_ set by the encoder (commandline, file-based)? Ciao, Bj?rn -- Q: What's the difference betweeen USL and the Graf Zeppelin? A: The Graf Zeppelin represented cutting edge technology for its time. -- Important! Please recognize my new GPG Public Key! Bj?rn Thalheim gpg fingerprint: 2F22 AAEB 1818 1548 EC78 1AE8 9D2E FCB4 0980 28CC download key: wget http://www.ifsr.de/~bjoern/...
2009 Jan 31
4
Replication status
I remember last year we discussed Dovecot replication a bit on this list, e.g. http://www.dovecot.org/list/dovecot/2008-May/030446.html . Has there been any development related to this, and can I help at all? The more I think about the hacks I'm employing to synchronize mail, the more I realize I want this. So hopefully I can put either some money or some time where my mouth is. --
2015 Feb 24
4
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote: > On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote: > > ld: Unsatisfied symbol "xstrdup" in file > > openbsd-compat//libopenbsd-compat.a[bsd-misc.o] > > How about removing the dependency on xmalloc? eg (untested): Shoulda tested it. Now one that will compile: diff --git
2005 May 23
0
Re: Hi, Bryan; was: Re: pronunciation? <snip> --
.../FVWM. > The Novell guys that were behind Caldera deserve plenty of respect for > what they have done. Despite what someone else said, I was (and still am somewhat) of a major skeptic of Novell. Novell new it had to get off of its DOS Protected Mode Interface (DPMI) OS approach, and seriously considered Linux. But instead of going Linux 10 years earlier than they did, they bought UNIX(R) from AT&T USL. That's when Ray Noorda, basically the man who made Novell who they are, broken off and founded Caldera. Novell never worked much with Caldera, and withheld pretty much all thei...
2003 Jul 30
4
SCO/Linux concerns
Hello Since I am getting a bit concerned about the SCO vs IBM issue, I was wondering if can I can setup Asterisk on FreeBSD is it supported ? Are drivers for Digium cards available on FreeBSD ? Thanks Ajit ----- Original Message ----- From: <asterisk-users-request@lists.digium.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, July 30, 2003 3:05 PM Subject: Asterisk-Users
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML
1999 Jun 02
1
force create mode =
hi all, how do i set the mask in `force create mode =' if i want this mode on all files created inside the share (including files inside folders) -- -r-------- Francis