Displaying 20 results from an estimated 45 matches for "upp".
Did you mean:
up
2013 Mar 07
2
Recording with MixMonitor and AGI
...orded server callout from 077777777 to 0888888888 I then originate a call via AMI to Local/077777777 at outgoing-originate with context set to outgoing-originate-rec and extension to 0888888888.
The result will be something like this:
-- Executing [s at macro-ccdev2-rec:1] MixMonitor("SIP/upps-ccm-tq01-0000003f", "cbrec-15605.wav,b") in new stack
== Begin MixMonitor Recording SIP/upps-ccm-tq01-0000003f
-- Executing [h at outgoing-originate-rec:1] AGI("SIP/upps-ccm-tq01-0000003e", "agi://l4574/ajpbxtest.agi?path=uploadrec&callid=15605") in new...
2002 Sep 03
0
printcap file
...nd different character sequences, because these sequences are not recognized (but the sequence is correct!).
If we use LS-raw the printer don't work and we obtain the same result as we use our filter smbprint-LS.
printcap file generated from YAST2
### BEGIN apsfilter: ### /etc/gs.upp/y2prn_LS.upp LS ###
# Warning: Configured for apsfilter, do not edit the labels!
# apsfilter setup Tue Jun 25 19:33:11 CEST 2002
#
LS-ascii|lp1|y2prn_LS.upp--ascii-LS|y2prn_LS.upp ascii:\
:lp=/dev/null:\
:sd=/var/spool/lpd/y2prn_LS.upp--ascii-LS:\
:lf=/var/spool/lpd/y2prn_LS.upp--ascii-LS/lo...
2002 Sep 05
0
Problem on smbprint
...different character sequences, because these sequences are not recognized (but the sequence is correct!).
If we use LS-raw the printer doesn't work and we obtain the same result as we use our filter smbprint-LS.
printcap file generated from YAST2
### BEGIN apsfilter: ### /etc/gs.upp/y2prn_LS.upp LS ###
# Warning: Configured for apsfilter, do not edit the labels!
# apsfilter setup Tue Jun 25 19:33:11 CEST 2002
#
LS-ascii|lp1|y2prn_LS.upp--ascii-LS|y2prn_LS.upp ascii:\
:lp=/dev/null:\
:sd=/var/spool/lpd/y2prn_LS.upp--ascii-LS:\
:lf=/var/spool/lpd/y2prn_LS.upp--ascii-LS/lo...
2015 Jul 15
1
Two bugs showing up mostly on SPARC systems
...R. Do you think it
> would be a good idea to apply the same patch there as well? It doesn't
> look like it would hurt, but I don't know this code at all, so it might
> be unnecessary.
Looking at nlminb, it seems that this bug doesn't exist there. The
R code sets low <- upp <- NULL, as in nls, but later there is an
"else low <- upp <- numeric()" that ensures that low and upp are never
actually NULL. This may have been a fix for the bug showing up in
nlminb that was not applied to nls as well (and of course, the fix
didn't delete the now pointl...
2018 May 14
2
Roaming profils cannot sync four files
Hello,
I'm using a WIndows Server 2016 as a DC and Samba 4.5 (Debian Stretch) as a
fileserver. The fileserver is made with Windows ACLs (exactly like the
Samba tutorial).
The Windows 10 Client cannot copy these 4 files:
C:\Users\testuser\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin ->
UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin
C:\Users\testuser\AppData\Local\Microsoft\WindowsApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe
->
UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\WindowsApps\Microsoft.MicrosoftEdge_8wek...
2009 Feb 19
2
bugfix for nls with port algorithm (PR#13540)
Full_Name: Manuel A. Morales
Version: 2.8.1
OS: Linux
Submission from: (NULL) (137.165.199.246)
When fitting a model in nls using the algorithm port with constraints and the
shorthand parameter[factor] in the model, I get the following error message:
"Error in nls_port_fit(m, start, lower, upper, control, trace) :
(list) object cannot be coerced to type 'double'
In addition: Warning message:
In start < low :
longer object length is not a multiple of shorter object length"
This error can be fixed by changing line 423 in nls.R from:
if(any(start < low || start >...
2009 Nov 05
2
Error in nls Error in if(any(start < low || start > upp)) {: missing value when TRUE/FALSE needed
Hi,
I got this error every time when I put upper and lower bound on my
parameters in nls. I'm not quite sure what this error is about. I also
wanted to find the content of nls_port_fit. But typing this directly
into R doesn't seem to give any result out.
I also tried to see the content of If anybody could shed some light
I'd great...
2009 Apr 12
3
p-values from bootstrap - what am I not understanding?
Dear stats experts:
Me and my little brain must be missing something regarding bootstrapping. I
understand how to get a 95%CI and how to hypothesis test using bootstrapping
(e.g., reject or not the null). However, I'd also like to get a p-value from
it, and to me this seems simple, but it seems no-one does what I would like
to do to get a p-value, which suggests I'm not understanding
2015 Jul 14
3
Two bugs showing up mostly on SPARC systems
In testing pqR on Solaris SPARC systems, I have found two bugs that
are also present in recent R Core versions. You can see the bugs and
fixes at the following URLs:
https://github.com/radfordneal/pqR/commit/739a4960a4d8f3a3b20cfc311518369576689f37
https://github.com/radfordneal/pqR/commit/339b7286c7b43dcc6b00e51515772f1d7dce7858
The first bug, in nls, is most likely to occur on a 64-bit
2010 Jan 02
2
ifelse and piecewise function
...{ :the condition has length > 1 and only the
first element
# will be used"
# And, in fact, correct multiple values are not returned.
########################################################
ASEPF<- function(y, theta, sigma, alpha, kappa){
loww<-((theta - y)/(sigma* kappa))^alpha
upp<- (kappa *(y - theta)/sigma)^alpha
k<- 1/(1 + kappa^2)
a<- 1/alpha
integrand<- function(y){y^(a-1)* exp(-y)/gamma(1/alpha)}
GL<- integrate(integrand, lower = loww, upper= Inf)$value
GU<- integrate(integrand, lower = upp, upper= Inf)$value
ifelse(y>=0,1 - k*GU, (kappa^2) *...
2012 Dec 10
0
UPP schedule and progress
...placing upsc by incorporating the run-time UPS attribute
paths, too).
I believe that using such attribute iface for nutcli implementation would also be quite
beneficial (in both code simplicity and also to avoid duplicity in access implementation).
III. Future considerations:
1/ Signal handling support in libnutipc (if agreed):
I highly recommend to use sig. handling thread technique.
That's because 1/ the amount of re-entrant functions is limited and 2/ the
set may even vary on different platforms. If we'd like to do someething
more complicated in reaction to a signal or even allow c...
2023 Feb 20
1
uniroot violates bounds?
...ibutor.
For me, the following fix makes the job :
--- nlm.R.old??? 2018-09-25 10:44:49.000000000 +0200
+++ nlm.R??? 2023-02-20 10:46:39.893542531 +0100
@@ -143,14 +143,14 @@
???? if(check.conv) {
???? val <- tryCatch(.External2(C_zeroin2, function(arg) f(arg, ...),
-??? ??? ??? ??? ?? lower, upper, f.lower, f.upper,
+??? ??? ??? ??? ?? lower, upper, f.low., f.upp.,
???? ??? ??? ??? ?? tol, as.integer(maxiter)),
???? ??? ??? warning = function(w)w)
???? if(inherits(val, "warning"))
???? ??? stop("convergence problem in zero finding: ",
conditionMessage(val))
???? }...
2018 May 14
0
Roaming profils cannot sync four files
...I'm using a WIndows Server 2016 as a DC and Samba 4.5 (Debian
> Stretch) as a
> fileserver. The fileserver is made with Windows ACLs (exactly like the
> Samba tutorial).
> The Windows 10 Client cannot copy these 4 files:
>
> C:\Users\testuser\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin ->
> UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\Windows\UP
> PS\UPPS.bin
>
> C:\Users\testuser\AppData\Local\Microsoft\WindowsApps\Microsof
t.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe
> ->
> UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\WindowsA...
2012 Dec 17
1
seeking a help on if function
...iu<-0
sd1<-1
data1<-rnorm(n1,miu,sd1)
## data transformation as G=0.5 and h=0.5 (data is normal)
G<-0.5
h<-0.5
w<-((exp(G*data1)-1)/G)*(exp((h*data1^2)/2))
group1<-sort(w)
g<-0.15 ## proportion of trimming
## group 1
uw<-floor(0.2*n1)
low1<-mean(group1[1:uw])
uppw1<-mean(group1[(n1-uw+1):n1])
UWx<-uppw1-low1
vw<-floor(0.5*n1)
low2<-mean(group1[1:vw])
uppw2<-mean(group1[(n1-vw+1):n1])
LWx<-uppw2-low2
gam.low<-g*(UWx/(UWx+LWx))
gam.upp<-g-gam.low
gw1<-floor(n1*gam.low)
gw2<-floor(n1*gam.upp)
hw<-n1-gw1-gw2
trim.mean1<-1/...
2001 Mar 29
3
ov_pcm_seek() is very slow...
I realise the it's hard to do a seek in a variable bitrate
file but I didn't think it was this bad. It seems to vary
a lot with the file but the total time to do an ov_open()
and ov_pcm_seek() can add upp to a second or more. By this
time my DirectX buffers have wrapped around and are looping.
Can anybody think of a solution for this? I really need a
faster response time for my in-game sounds. I realize the
difficulties of doing the seek, I was looking for a lateral
thinking sort of a solution. Can...
2006 Feb 27
4
Gettext and rails
...tside rails, they don''t get translated. For example: I have a class
representing access in my app, and it is not a ActiveRecord, just a
normal class. When require ''gettext'' and include it in the class, I can
use the _('''') methods fine. They get picked upp by rake updatepo. But
they dont get translated in my app. I then tried adding the line -
bindtextdomain("myapp") but I couldnt get it to work, it claimed there
was no such method. What am I doing wrong here?
Regards,
Albert
2018 May 14
2
Roaming profils cannot sync four files
...ver 2016 as a DC and Samba 4.5 (Debian
> > Stretch) as a
> > fileserver. The fileserver is made with Windows ACLs (exactly like the
> > Samba tutorial).
> > The Windows 10 Client cannot copy these 4 files:
> >
> > C:\Users\testuser\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin ->
> > UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\Windows\UP
> > PS\UPPS.bin
> >
> > C:\Users\testuser\AppData\Local\Microsoft\WindowsApps\Microsof
> t.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe
> > ->
> > UNC\FS\profiles\testuser.V...
2009 May 05
5
gentoo
Can anyne link to a working gentoo image
I find one on jailtime but faile on boot
Unable to mount
Give mi kernel panic
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2003 Jun 25
6
Mbuf Clusters on 4.8
Ive been googling quite a bit now for problems with
running out of mbuf
clusters. Im basically sending a 30k datachunk down
1000-4000 connections,
but 1000 is more than enough to quickly fill upp 8192
mbuf clusters. I also
tried setting maximum amount of mbuf clusters to 65536,
but that only made
the box hard-wire 86MB of 96MB RAM, making it just as
unsuable as a dead
machine.
Of course, when the machine runs out of mbuf clusters,
it dies. I also found
this with google:
"Finally, the...
2016 Sep 27
2
src/Makevars ignored ?
...ig CFLAGS
-Wall -g
so building C sources lead to the following
bigmess:epactsR/src > R CMD SHLIB index.c
gcc -std=gnu99 -I/local/gensoft2/adm/lib64/R/include -DNDEBUG
-I/usr/local/include -fpic -Wall -g -c index.c -o index.o
normal, it uses defintion from RHOME/etc/Makeconf
when I set upp a ~/.R/Makevars that overwrite CC and CFLAGS definition.
bigmess:epactsR/src > cat ~/.R/Makevars
CC=gcc
CFLAGS=-O3
bigmess:epactsR/src > R CMD SHLIB index.c
gcc -I/local/gensoft2/adm/lib64/R/include -DNDEBUG -I/usr/local/include
-fpic -O3 -c index.c -o index.o
gcc -std=gnu99 -shared -...