Displaying 20 results from an estimated 45 matches for "uppe".
Did you mean:
upper
2013 Mar 07
2
Recording with MixMonitor and AGI
Hi,
I am developing a call recording application on Asterisk 11.2 and have this configuration in my dialplan:
[macro-ccdev2-rec]
exten => s,1,MixMonitor(${ARG1},b)
[outgoing-originate]
exten => _X.,1,NoOp(Will send call to ${EXTEN})
exten => _X.,n,Dial(SIP/${EXTEN}@x.y.z)
[outgoing-originate-rec]
exten => h,1,Agi(agi://localhost/ajpbx.agi?path=uploadrec&callid=${CC_CALLID})
2002 Sep 03
0
printcap file
Suse Ver. 7.3 profesional
Samba Ver. 2.2.1a
Windows PC printer
Setting smbprint_LS filter in the /etc/printcap file, to print on a printer connected to Windows PC (which is ok on other Linux Slackware and RADHAT versions), no sistem error is generated but the printer don't works and we receive, in /var/mail/root, the following mail:
subserver pid 5687 starting at
2002 Sep 05
0
Problem on smbprint
----- Original Message -----
From: zefiro
To: samba@lists.samba.org
Sent: Tuesday, September 03, 2002 5:50 PM
Subject: printcap file
Suse Ver. 7.3 profesional
Samba Ver. 2.2.1a
Windows PC printer
Setting smbprint_LS filter in the /etc/printcap file, to print on a printer connected to Windows PC (which is ok on other Linux Slackware and RADHAT versions), no sistem error is generated but
2015 Jul 15
1
Two bugs showing up mostly on SPARC systems
On Tue, Jul 14, 2015 at 07:52:56PM -0400, Duncan Murdoch wrote:
> On 14/07/2015 6:08 PM, Radford Neal wrote:
> > 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:
> >
> >
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
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 greatl...
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
...##############
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) *k * GL)
}
ASEPF(u,0,1,2,0.5)
Could someone kindly give me some advice on how to
rewrite the function ASEPF so that it returns a vector of val...
2012 Dec 10
0
UPP schedule and progress
Hello everybody,
so, here's the summary of my progress (note that it also includes a few items
to discuss, so I'm cc-ing this to nut-upsdev as well).
I. The planning:
1/ libnutconf:
The core (i.e. config. classes and their (de)serialisers) is coded, UT in progress.
Signalisation shall follow; I have a couple of practical thoughts & comments to this,
see below.
In general, I'd
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
Hai,
Hai,
Yes, thats correct that you see that.
2 things here.
You missed something on this page : https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs
And try this settting in [global] of smb.conf : acl allow execute always = yes
But why copy : C:\Users\testuser\AppData\Local
Thats normaly not copied in the user profiles only C:\Users\testuser\AppData\Roaming
Greetz,
2012 Dec 17
1
seeking a help on if function
...1-gw2]-trim.mean1)^2)-(gw1*(group1[gw1+1]-trim.mean1)+gw2*(group1[n1-gw2]-trim.mean1)^2))/n1
ssdw<-ifelse(gw1==gw2, "a", "b")
ssdw
## calculate Ft test statistic
H<-hw
C<-1
A<-hw*trim.mean1
xbar<-A/H
X<-hw*(trim.mean1-xbar)^2
Y<-ssdw
df1<-1
df2<-H-C
upper<-X/df1
lower<-Y/df2
Ft<-upper/lower
Ft
pv<-1-pf(Ft,df1,df2)
[[alternative HTML version deleted]]
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
2006 Feb 27
4
Gettext and rails
Hi
Im using the newest GetText gem, and Im having problems with classes
outside 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.
2018 May 14
2
Roaming profils cannot sync four files
Okay, I testet it and it doesn't help. Attached is also my smb.conf. May it
is here.
[global]
security = ADS
workgroup = EXAMPLE
realm = EXAMPLE.LOCAL
log file = /var/log/samba/%m.log
log level = 1
# Default ID mapping configuration for local BUILTIN accounts
# and groups on a domain member. The default (*) domain:
# - must not
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
2016 Sep 27
2
src/Makevars ignored ?
Hello,
I'm tring to install a Rpackage that holds some C//C++ code
as far as I understood the R library generic compilation mechanism,
compilation of C//C++ sources is controled
1) at system level by the ocntentos RHOME/etc/Makeconf
2) at user level by the content of ~/.R/Makevars
3) at package level by the content of src/Makevars
Problem I have is that src/Makevars is ignored
see