search for: demo

Displaying 20 results from an estimated 6251 matches for "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 to...
2004 Jun 30
1
Using Asterisk as H323 gateway
...he 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, actual format = 1024 -- Executing Dial("IAX2[demo@192.168.1.150:4569]/4", "IAX2/demo@demo/6000|40|r") in new stack -- Called demo@demo/6000 -- Call accepted by 212.130.58.212 (format ILBC) -- Format for call is ILBC -- IAX2[demo]/5 answered IAX2[demo@192.168.1.150:4569]/4 -- Attempting native bridge of IAX2[demo@...
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 demo.com chn at chn.demo.com let win server join the test.com domain all is ok. but when I...
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 now [transport-udp] type=transport protocol=udp bind=0.0.0.0 local_net=192.168.1.0/24 ;Templates for the necessary config sections [endpoint_internal](!) type...
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 readin...
2015 Jan 08
2
Asterisk 13.1.0/PJSIP peer IP address issue
...d they are able to register to the Asterisk server running 13.1.0/PJSIP. The rest of the configuration is the same as the aforementioned wiki page, but is shown here for clarity: root at asterisk13FFP:/var/log/asterisk# more /etc/asterisk/extensions.conf [from-internal] exten=>6001,1,Dial(PJSIP/demo-alice) exten=>6002,1,Dial(PJSIP/demo-bob) exten=>6003,1,Answer() same =>6003,n,Playback(hello-world) same =>6003,n,Hangup() What I do observe is that I when I request the output of pjsip show endpoints, I get Contact information for the two SIP peers that have registered different fro...
2005 Aug 12
1
as.formula and lme ( Fixed effects: Error in as.vector(x, "list") : cannot coerce to vector)
...ime 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 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)) > predict(demo.lm1,newframe,level=0) >...
2012 Jul 24
1
Acceso a la opcion demo()
He tratado de usar la opcion demo() en R studio: > require("AER") Loading required package: AER Loading required package: Formula Loading required package: lmtest Loading required package: zoo Attaching package: ''zoo'' The following object(s) are masked from ''package:base'': as....
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...
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 presen...
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 presen...
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 readin...
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)) predict(demo.lm1,newframe,level=0) fma<-as.formula("y~x&q...
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); Hangup(...
2015 Jan 09
0
Asterisk 13.1.0/PJSIP peer IP address issue
...g for the SIP request from 192.168.1.50: <--- Received SIP request (1229 bytes) from UDP:192.168.1.50:64009 ---> INVITE sip:6002 at 192.168.1.139;transport=UDP SIP/2.0 Via: SIP/2.0/UDP 146.115.163.234:64009 ;branch=z9hG4bK-d8754z-5803642ad92cbd00-1---d8754z- Max-Forwards: 70 Contact: <sip:demo-alice at 146.115.163.234:64009;transport=UDP> To: <sip:6002 at 192.168.1.139;transport=UDP> From: <sip:demo-alice at 192.168.1.139;transport=UDP>;tag=b661670b Call-ID: YmZiODE4Yzc2NmJmNzY5NDhkM2Y2ZDNhM2U4NTZmZmE. CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE,...
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 exhibitio...
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 exhibitio...
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 () ()?...
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?packa...
2013 Nov 06
1
Frequent RRL false negatives when using multiple server processes on Linux
...urce 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 a minute. This is causing false negatives: NSD bursts out 200 responses on every unblock: Nov 6 10:11:18 dnstest1 nsd[6881]: ratelimit block demo.funet.fi. type positive target 193.166.5.0/24 query 193.166.5.1 NS Nov 6 10:11:19 dnstest1 nsd[6876]: ratelimit unblock demo.funet.fi. type positive target 193.166.5.0/24 query 193.166.5.1 NS Nov 6 10:11:20 dnstest1 nsd[6881]: ratelimit unblock demo.funet.fi. type positive target 193.166.5.0/24 q...