Displaying 20 results from an estimated 43 matches for "100,15".
Did you mean:
100,13
2008 Dec 29
3
Normal Curve
Dear ALL:
How I show the area under the normal curve for example for the following example:
Assume X has N(100,15). How to show the area corresponding to the probability:
P(90<X<110)
With many thanks
Abou
==========================
AbouEl-Makarim Aboueissa, Ph.D.
Assistant Professor of Statistics
Department of Mathematics & Statistics
University of Southern Maine
96 Falmouth Street...
2008 Aug 24
6
entering a password to have access to a sip account?!
...would truly and utterly be appreciated:)
ps: find below my extensions.conf
[sipura-line]
exten => 301,1,Answer() ; Answer inbound calls
exten => 301,2,Playback(silence/1)
exten => 301,3,Background(simzy1) ; input an extension
exten => 301,4,WaitExten(8)
exten => 301,5,Dial(SIP/100,15) ; goes to operator
exten => 301,4,Wait(8)
include => spa
exten => _XXX,6,VoiceMail(100 at default)
exten => 301,n,Hangup()
[spa]
exten =>_301,1,GoTo(sipura-line,${EXTEN},1)
exten => _1XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it will ring 3 times
exten =...
2012 May 09
1
white lines in barplot
Dear R-helpers,
I would like to draw white lines in my barplots to improve the
visualization.
I include an example:
barplot(sample(1:100,15),width=0.59,horiz=T,col="steelblue",border="NA",axes=F,ylim=c(0,10),xlim=c(0,100))
abline(v = seq(10, zehnind, by = 10), col = "white")
axis(1,at=ticks,las=1,labels=paste(ticks,"%",sep=""))
my problem is, that the white lines are not long enou...
2006 Apr 26
1
Early media after a dial command
...the following:
Exten => i,1,Playback(ss-noservice,noanswer)
Exten => i,2,Congestion(15)
Exten => i,3,Hangup()
The PSTN caller does not get an answered call (doesn't get billed) but hears
the ss-noservice message.
But the early media fails when I try to do the following:
Exten => 100,1,Dial(SIP/100,15)
Exten => 100,2,Playback(standby,noanswer)
Exten => 100,3,Dial(SIP/cell@external,20)
The PSTN caller hears the ringing for the time of the 3 priorities (20s+15s+
time of "standby" sound file)
My guess is the cisco is receiving a 183 "Ringing" and genera...
2011 Jun 15
2
plot with two y axes BUT unaligned x axis
Hi all,
I have scoured the archives of this forum but nothing quite seems to fit the
bill...
I would like to plot a graph displaying two variables (y axes) that share
date as the x axis. However, the date values for each variable are not the
same - for example, some parasitoids were not released on days that
collections from the trap took place, whilst sometimes releases did occur on
the same
2008 Jan 29
2
help on establishing a matrix
I am a beginner and this is a naive question.
I have the following data set.
row column height
1 2 96
3 7 67
9 25 77
......
I have a matrix of 50*100 data points and about 60% of them are zeros.
I want to put the height data into the matrix according to their row and column numbers. does anybody have experience in setting up such matrix?
Your help is highly appreciated.
Jack
LSU
_________________________________________________________________...
2004 Dec 22
1
Problem ringing simultaneous channels
...ion
Subject: [Asterisk-Users] Problem ringing simultaneous channels
I have a problem with ringing simultaneous channels where one is IAX
and one is Zap
I have two Zap channels and a single extensions on IAX2
I'm trying to take incoming calls on Zap/1 and if not answered in 15
seconds by IAX2/100 to keep ringing IAX2 and also try another number
on Zap/2
Unfortunately it seems that when asterisk tries to ring the other
number on Zap/2 it thinks the call has been answered and can therefore
stop ringing IAX2
Here's what I have in extensions:
[officeopen]
exten => s,1,Dial(IAX2/100,15...
2025 Jan 10
2
[PATCH v2] ssh-add: support external parsing of key listing
...nt.sh | 47 +++++++++++++++++----------------------
regress/test-exec.sh | 22 ++++++++++++++++++
ssh-add.c | 10 +++++----
5 files changed, 51 insertions(+), 37 deletions(-)
diff --git a/regress/agent-restrict.sh b/regress/agent-restrict.sh
index 62cea8522..9d3fd71ac 100644
--- a/regress/agent-restrict.sh
+++ b/regress/agent-restrict.sh
@@ -204,8 +204,8 @@ trap "kill $AGENT_PID" EXIT
sleep 4 # Give it a chance to start
# Check that it's running.
${SSHADD} -l > /dev/null 2>&1
-if [ $? -ne 1 ]; then
- fail "ssh-add -l did not fail with...
2004 Dec 22
5
TDM400P install on Debian 2.6.10
I just installed a new TDM400P with one FXO interface
in slot 4 (how it came from Digium). This box is
running Debian with a 2.6.10-rc2-mm3 kernel. After
the make linux26 and make install in /usr/local/src/zaptel,
I can see contents in /dev/zap but any attemp to
touch for example /dev/zap/ctl gets a no such
device or address ...
Any suggestions?
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 10:52, PGNet Dev <pgnet.dev at gmail.com> wrote:
[...]
> So, there's a problem for OpenSSH build with spec'ing LD=/usr/bin/ld ?
in this particular case, apparently yes. not generally, though.
[...]
> What's *intended* re: openssh? Support for LD=ld or only =gcc, or undef'd ?
Well the intent is you should be able to set CC and LD to whatever you
2007 Aug 09
0
[PATCH] x86/hvm: miscellaneous CPUID handling changes
...on.
*/
- clear_bit(X86_FEATURE_HT & 31, &edx); /* clear the hyperthread bit */
+ __clear_bit(X86_FEATURE_HT & 31, &edx); /* clear the hyperthread bit */
ebx &= 0xFF00FFFF; /* clear the logical processor count when HTT=0 */
ebx |= 0x00010000; /* set to 1 just for precaution */
- }
- else if ( input == 0x80000001 )
- {
+ break;
+
+ case 0x80000001:
if ( vlapic_hw_disabled(vcpu_vlapic(v)) )
- clear_bit(X86_FEATURE_APIC & 31, &edx);
+ __clear_bit(X86_FEATURE_APIC & 31, &...
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
...-timeout.sh | 5 +----
regress/agent.sh | 47 +++++++++++++++++----------------------
regress/test-exec.sh | 22 ++++++++++++++++++
ssh-add.c | 10 +++++----
5 files changed, 51 insertions(+), 37 deletions(-)
diff --git a/regress/agent-restrict.sh b/regress/agent-restrict.sh
index 62cea8522..9d3fd71ac 100644
--- a/regress/agent-restrict.sh
+++ b/regress/agent-restrict.sh
@@ -204,8 +204,8 @@ trap "kill $AGENT_PID" EXIT
sleep 4 # Give it a chance to start
# Check that it's running.
${SSHADD} -l > /dev/null 2>&1
-if [ $? -ne 1 ]; then
- fail "ssh-add -l did not fail with ex...
2025 Jan 09
2
[PATCH] ssh-add: support parser-friendly operation
...le from an error (e.g. no agent
running).
To address this, add a new option -p to make ssh-add behavior more
friendly to parsing.
---
ssh-add.1 | 4 ++++
ssh-add.c | 13 +++++++++----
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ssh-add.1 b/ssh-add.1
index c31de4dd9..80fdfcbcc 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -223,6 +223,10 @@ Lists public key parameters of all identities currently represented
by the agent.
.It Fl l
Lists fingerprints of all identities currently represented by the agent.
+.It Fl p
+Behave in a more parsing-friendly fashion: when listing public ke...
2018 Jun 08
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
...detecting the unsupported
option earlier. Please try this diff. It should also prevent the
warnings in the LD=gcc case.
(Note you will need to run "autoreconf" to rebuild configure after
applying it, then run ./configure.)
diff --git a/aclocal.m4 b/aclocal.m4
index ac6b6684..8b4ba126 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -25,14 +25,14 @@ int main(int argc, char **argv) {
}
]])],
[
-if `grep -i "unrecognized option" conftest.err >/dev/null`
+if $ac_cv_path_EGREP -i "unrecognized option|warning.*ignored" conftest.err >/dev/null
then
AC_MSG_RE...
2018 Aug 04
3
[PATCH nbdkit] protocol: Implement NBD_OPT_GO.
This is only lightly tested (against just qemu NBD client), and the
code might be structured a little better as the
_negotiate_handshake_newstyle_options function has now grown to be
huge. Anyway works for me.
Rich.
2018 Dec 28
0
[PATCH nbdkit 9/9] cache: Implement cache-max-size and method of reclaiming space from the cache.
...| 11 +-
tests/Makefile.am | 3 +-
tests/test-cache-max-size.sh | 90 ++++++++++++++
8 files changed, 399 insertions(+), 12 deletions(-)
diff --git a/filters/cache/nbdkit-cache-filter.pod b/filters/cache/nbdkit-cache-filter.pod
index bfbada0..0f44179 100644
--- a/filters/cache/nbdkit-cache-filter.pod
+++ b/filters/cache/nbdkit-cache-filter.pod
@@ -5,6 +5,8 @@ nbdkit-cache-filter - nbdkit caching filter
=head1 SYNOPSIS
nbdkit --filter=cache plugin [cache=writeback|writethrough|unsafe]
+ [cache-max-size=SIZE]
+...
[PATCH nbdkit v2 4/4] cache: Implement cache-max-size and method of reclaiming space from the cache.
2019 Jan 01
0
[PATCH nbdkit v2 4/4] cache: Implement cache-max-size and method of reclaiming space from the cache.
...| 11 +-
tests/Makefile.am | 4 +-
tests/test-cache-max-size.sh | 96 +++++++++++++++
8 files changed, 409 insertions(+), 12 deletions(-)
diff --git a/filters/cache/nbdkit-cache-filter.pod b/filters/cache/nbdkit-cache-filter.pod
index 09dc39f..1280959 100644
--- a/filters/cache/nbdkit-cache-filter.pod
+++ b/filters/cache/nbdkit-cache-filter.pod
@@ -5,6 +5,9 @@ nbdkit-cache-filter - nbdkit caching filter
=head1 SYNOPSIS
nbdkit --filter=cache plugin [cache=writeback|writethrough|unsafe]
+ [cache-max-size=SIZE]
+...
2016 Sep 14
5
[PATCH 1/2] filearch: Add RISC-V architecture.
---
src/filearch.c | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/filearch.c b/src/filearch.c
index 5985b73..cbc8372 100644
--- a/src/filearch.c
+++ b/src/filearch.c
@@ -56,14 +56,16 @@ cleanup_magic_t_free (void *ptr)
# endif
COMPILE_REGEXP (re_file_elf,
- "ELF.*(MSB|LSB).*(?:executable|shared object|relocatable), (.+?),", 0)
+ "ELF (\\d+)-bit (MSB|LSB).*(?:executable...
[PATCH nbdkit v3 2/2] cache: Implement cache-max-size and method of reclaiming space from the cache.
2019 Jan 03
0
[PATCH nbdkit v3 2/2] cache: Implement cache-max-size and method of reclaiming space from the cache.
...| 11 +-
tests/Makefile.am | 4 +-
tests/test-cache-max-size.sh | 96 +++++++++++++++
8 files changed, 404 insertions(+), 15 deletions(-)
diff --git a/filters/cache/nbdkit-cache-filter.pod b/filters/cache/nbdkit-cache-filter.pod
index 09dc39f..ae2fb42 100644
--- a/filters/cache/nbdkit-cache-filter.pod
+++ b/filters/cache/nbdkit-cache-filter.pod
@@ -5,6 +5,9 @@ nbdkit-cache-filter - nbdkit caching filter
=head1 SYNOPSIS
nbdkit --filter=cache plugin [cache=writeback|writethrough|unsafe]
+ [cache-max-size=SIZE]
+...
[PATCH nbdkit v4 2/2] cache: Implement cache-max-size and method of reclaiming space from the cache.
2019 Jan 03
0
[PATCH nbdkit v4 2/2] cache: Implement cache-max-size and method of reclaiming space from the cache.
...e.am | 2 +
tests/Makefile.am | 4 +-
tests/test-cache-max-size.sh | 96 ++++++++++++
11 files changed, 495 insertions(+), 13 deletions(-)
diff --git a/filters/cache/nbdkit-cache-filter.pod b/filters/cache/nbdkit-cache-filter.pod
index 09dc39f..ae2fb42 100644
--- a/filters/cache/nbdkit-cache-filter.pod
+++ b/filters/cache/nbdkit-cache-filter.pod
@@ -5,6 +5,9 @@ nbdkit-cache-filter - nbdkit caching filter
=head1 SYNOPSIS
nbdkit --filter=cache plugin [cache=writeback|writethrough|unsafe]
+ [cache-max-size=SIZE]
+...