Displaying 20 results from an estimated 6270 matches for "demos".
Did you mean:
demo
2010 Dec 08
4
evaluating NAs in a dataframe
Hi all,
How can one evaluate NAs in a numeric dataframe column? For example, I have
a dataframe (demo) with a column of numbers and several NAs. If I write
demo.df >= 10, numerals will return TRUE or FALSE, but if the value is
"NA", "NA" is returned. But if I write demo.df == "NA", it returns as "NA"
also. I know that I can remove NAs, but would like
2004 Jun 30
1
Using Asterisk as H323 gateway
Hi there.
I am trying to connect Asterisk to a local danish ip-telephony provider.
But is having some difficulties. First I thougt they were related to the
provider. But then i started debugging on the Asterisk (aix2 debug)
When I make a call using AIX to the provider everything seems to work
just fine:
*CLI> -- Accepting AUTHENTICATED call from 192.168.1.150, requested
format = 1024,
2016 Oct 01
2
winbind join ad via the trust forest's child domain user failed.
Hi all,
I want to let linux server join ad by using a trust ad's child domain user,
but failed with error.
below is my env and what I have try
I have 3 domain controller: test.com,demo.com and chn.demo.com
test.com with demo.com is two way trust. and chn.demo.com is the child
domain of demo.com
demo at demo.com chn at chn.demo.com can join ad member to test.com
I have tested demo at
2015 Jan 08
4
Asterisk 13.1.0/PJSIP peer IP address issue
Thank you for your note, Scott.
I set rewrite_contact=yes for both contacts, and I also had to do
remove_existing=yes because I had to remove the existing contact
information (max_contacts = 1 was preventing new contact information)
using pjsip
qualify demo-alice etc., after which the right IP addresses showed in pjsip
show endpoints. Anyway, it works as expected now, I think. My pjsip.conf is
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2015 Jan 08
2
Asterisk 13.1.0/PJSIP peer IP address issue
I am following the instructions in
https://wiki.asterisk.org/wiki/display/AST/Basic+PBX+Functionality and I am
trying to make a call from extension Alice (6001) to extension for Bob
(6002). When I make the call, I can hear the ringing on Alice's phone
(caller), but Bob's phone (callee) doesn't ring, or show a call coming in
from Alice. My setup and environment is as follows: Alice, Bob
2005 Aug 12
1
as.formula and lme ( Fixed effects: Error in as.vector(x, "list") : cannot coerce to vector)
This is a continuing issue with the one on the list a long time ago (I
couldn't find a solution to it from the web):
--------------------------------------------------------------------------
> Using a formula converted with as.formula with lme leads
> to an error message. Same works ok with lm, and with
> lme and a fixed formula.
>
> # demonstrates problems with lme and
2012 Jul 24
1
Acceso a la opcion demo()
...or en demo(Ch - Basics, package = "AER", ask = TRUE) :
c("No demo found for topic ''-''", "No demo found for topic ''Ch''", "No demo found for topic ''Basics''")
¿Cual es el package que necesio para abrir los demos?
Atentamente
JUAN M. FUKUSHIMA S.
[[alternative HTML version deleted]]
2003 Aug 06
1
demo() function returns alphabetical matches, not unique matches?
Hi,
I'm working on a set of demo files for a package, and I'm having a problem because I have two demo files (one called "logit", the other called "blogit") and when I type demo(logit), it gives me demo(blogit) instead. (And calls it the the demo for logit.)
I've figured out that this is because the demo() function searches through all the demo directories (in
2010 Jun 25
1
Call for Demos and Exhibition: The 7th International Conference on Autonomic and Trusted Computing (ATC 2010)
Call for Demos and Exhibition
The 7th International Conference on Autonomic and Trusted Computing (ATC
2010)
Xi'an China, October 26-29, 2010
http://www.nwpu.edu.cn/atc2010/
The ATC 2010 demo/exhibition program provides researchers and engineers
with opportunities to show their cutting-edge work present...
2010 Jun 25
1
Call for Demos and Exhibition: The 7th International Conference on Autonomic and Trusted Computing (ATC 2010)
Call for Demos and Exhibition
The 7th International Conference on Autonomic and Trusted Computing (ATC
2010)
Xi'an China, October 26-29, 2010
http://www.nwpu.edu.cn/atc2010/
The ATC 2010 demo/exhibition program provides researchers and engineers
with opportunities to show their cutting-edge work present...
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading
2001 Feb 23
1
as.formula and lme ( Fixed effects: Error in as.vector(x, "list") : cannot coerce to vector)
Using a formula converted with as.formula with lme leads
to an error message. Same works ok with lm, and with
lme and a fixed formula.
# demonstrates problems with lme and as.formula
demo<-data.frame(x=1:20,y=(1:20)+rnorm(20),subj=as.factor(rep(1:2,10)))
demo.lm1<-lme(y~x,data=demo,random=~1|subj)
print(summary(demo.lm1))
newframe<-data.frame(x=1:5,subj=rep(1,5))
2006 May 31
2
AEL2 and CID
Does anyone know how to get CID working in AEL2 ?
In extensions.conf you can do:
exten => 111/666,1,PlayBack(demo-congrats)
exten => 111/666,2,Hangup()
exten => 111,1,PlayBack(demo-moreinfo)
exten => 111,2,Hangup()
and if callerid 666 dialed 111, they would get demo-congrats, everyone
else gets demo-moreinfo.
In AEL:
111 => {
Playback(demo-moreinfo);
2015 Jan 09
0
Asterisk 13.1.0/PJSIP peer IP address issue
Well, I thought it worked, but it actually doesn't--I am able to get the
caller pick up the phone, but for some reason, I cannot hear anything on
either side no matter who does the calling. Again, my two SIP phones are on
the local 192.168.1.0/24 network (do not go over the Internet) and the
Asterisk server is located in the same network (not accessed over the
Internet). Any help is
2010 Jul 28
0
Call for Demos and Exhibition: The 7th International Conference on Autonomic and Trusted Computing (ATC 2010)
The 7th International Conference on Autonomic and Trusted Computing (ATC
2010)
Call for Demos and Exhibition
Highlight: ATC demos will be published on IEEE CS proceedings (indexed
by EI)!
The ATC 2010 demo/exhibition program provides researchers and engineers
with opportunities to show their cutting-edge work presented in an
interactive fashion. The live demonstrations and exhibition...
2010 Jul 28
0
Call for Demos and Exhibition: The 7th International Conference on Autonomic and Trusted Computing (ATC 2010)
The 7th International Conference on Autonomic and Trusted Computing (ATC
2010)
Call for Demos and Exhibition
Highlight: ATC demos will be published on IEEE CS proceedings (indexed
by EI)!
The ATC 2010 demo/exhibition program provides researchers and engineers
with opportunities to show their cutting-edge work presented in an
interactive fashion. The live demonstrations and exhibition...
2004 Nov 02
2
Starting with R
I am studying R and within the first 3 lines of
demo("graphics") I get completely stuck.
could you 1. give me the answer so I can move on 2. tell me
how I might find the answer.
On my mac OSX, the first command is equivalent to
get("quartz")()
now get("quartz") would be a regular function format
but what is get () ()? what kind of beast? does get() return
a
2015 Jun 16
2
Code demos via HTML help gives an error
PROBLEM:
I'm getting error:
Error in order(matches$Position) : argument 1 is not a vector
Whenever I try to access a package's "Code demos" page via the link on
the package HTML index page.
SOME TROUBLESHOOTING:
Looking at for instance the 'stats' package. The "Code demos" URL
takes the form
http://127.0.0.1:30200/library/stats/demo
Click on this, takes me to
http://127.0.0.1:30200/doc/html/Search?packag...
2013 Nov 06
1
Frequent RRL false negatives when using multiple server processes on Linux
Hi,
Please advise how to use Response Rate Limiting on a server which has
multiple NSD server processes (nsd.conf server section has server-count
> 1).
We have a problem with NSD v3.2.16 repeatedly unblocking and blocking
again a single source which is flooding positive queries at a ~steady
700 qps rate. rrl-ratelimit setting is the default 200 qps. The
unblock-block happens multiple times