search for: b84

Displaying 7 results from an estimated 7 matches for "b84".

Did you mean: 184
2008 Apr 08
1
Re: [ldoms-discuss] run latest build on b84
[ Redirecting to xen-discuss@opensolaris.org ] xiao liu wrote: > I installed Nevada b84 on my laptop then built latest onnv-gate > on it. > > After I installed it using Install and try to boot, > it panic for don''t know "/xpvd" (hvmboot_rootconf failed) > > Seems b84 don''t support xpvd/xpv, What should I do now, > should I use BFU i...
2009 Feb 06
0
RExcel waiting for OLE action
...Programs\AM_ACT.R") Worksheets("GRAPHS").Range("B58").Select Worksheets("GRAPHS").Range("B58").Clear Worksheets("GRAPHS").Pictures.Insert("C:\TEMP\var_means_both.jpg").Select Worksheets("GRAPHS").Range("B84").Select Worksheets("GRAPHS").Range("B84").Clear Worksheets("GRAPHS").Pictures.Insert("C:\TEMP\var_means_one.jpg").Select Worksheets("GRAPHS").Range("B110").Select Worksheets("GRAPHS").Range("B110")....
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...,Goto(mainmenu,s,1) exten => s,4,Hangup exten => fax,1,Dial(Zap/g2) exten => talk,1,Goto(mainmenu,s,1) exten => t,1,Hangup() include => outgoing-pstn [info] exten => 84,1,Answer() exten => 84,2,Dial(Sip/84,30,t) exten => 84,3,VoiceMail(u84) exten => 84,103,VoiceMail(b84) exten => 85,1,Answer() exten => 85,2,Dial(Sip/85,30,t) exten => 85,3,VoiceMail(u85) exten => 85,103,VoiceMail(b85) include => parkedcalls include => guest include => agents include => pstn include => music include => mailbox include => support include => alia...
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...,Goto(mainmenu,s,1) exten => s,4,Hangup exten => fax,1,Dial(Zap/g2) exten => talk,1,Goto(mainmenu,s,1) exten => t,1,Hangup() include => outgoing-pstn [info] exten => 84,1,Answer() exten => 84,2,Dial(Sip/84,30,t) exten => 84,3,VoiceMail(u84) exten => 84,103,VoiceMail(b84) exten => 85,1,Answer() exten => 85,2,Dial(Sip/85,30,t) exten => 85,3,VoiceMail(u85) exten => 85,103,VoiceMail(b85) include => parkedcalls include => guest include => agents include => pstn include => music include => mailbox include => support include => alia...
2024 Sep 08
1
Reading a txt file from internet
On 2024-09-07 7:37 p.m., Jeff Newmiller wrote: > I tried it on R 4.4.1 on Linux Mint 21.3 just before I posted it, and I just tried it on R 3.4.2 on Ubuntu 16.04 and R 4.3.2 on Windows 11 just now and it works on all of them. > > I don't have a big-endian machine to test on, but the Unicode spec says to honor the BOM and if there isn't one to assume that it is big-endian data.
2023 Apr 04
1
Simple Stacking of Two Columns
I may be missing something but using the plain old c() combine function seems to work fine: df <- data.frame(left = 1:5, right = 6:10) df.combined <- data.frame(comb = c(df$left, df$right)) df left right 1 1 6 2 2 7 3 3 8 4 4 9 5 5 10 df.combined comb 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 -----Original
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users, For the last few days I am struggling with the following task: my data.frame: A1 A2 A3 B1 B2 B3 58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15 10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218 13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934