Displaying 20 results from an estimated 11000 matches similar to: "removal of an element from a vector"
2006 Apr 13
1
loop: results for all inputs
Dear R users,
I am using a loop that does matrix multiplication in a manner
(A%*%B)%*%(A)
Here A is a row of data frame D of order(200x4). B is a (4x4). No need to say D[j,] is 1x4
so I am using
for(j in seq(0.1,20,by=0.1)){
S<- (D[j,]%*%B)%*%(D[j,])
print(S)
}
As a result I am geting only one value of S, which comes using j=20.
I need all 200 values of S so
2005 Dec 29
2
loop
Dear All,
I have to use loop over an array so I am using following procedure
count<-1
repeat{
count<-count + 1
c(g[count],1:i[count]) ->qw
if(count>5)break
}
as a result qw is
[1] 0.9643836 1.0000000 2.0000000 3.0000000 4.0000000 5.0000000
[7] 6.0000000 7.0000000 8.0000000 9.0000000 10.0000000 11.0000000
[13] 12.0000000 13.0000000 14.0000000 15.0000000 16.0000000
2006 Jan 04
1
comparision and removal
Dear All,
I am using R and I am putting my problem in form of an example:
X<-c(128,34,153,987,345,45,3454,23,123)
I want to remove the entries which are lesser than 100(? How to compare every element with 100 and how to create subsets )
and I need two vectors y and z s.t
y<-c(entries < 100)
z<- c(remaining entries)
Moreover, Please tell me which command to use if I want to use
2003 Jan 21
2
WARNING : no network interfaces found.
i get the following error
WARNING : no network interfaces found.
when i run smbclient or nmblookup etc.
the following is the settings in my computer.
workgroup = TRIDENTMUMBAI
security = domain
password server = 10.160.128.152
netbios name = smbsys
interfaces = 192.168.1.225
encrypt passwords = yes
--
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy the
2003 Aug 12
2
How to Asterisk
Hello,
I'm new user of asterisk. Can anybody pls tell me how to use asterisk or any detail how to link????
i installed Asterisk-0.4.0 on i810 onboard sound card with Redhat 7.1.
when i type "asterisk -vvvc" i get *CLI> prompt
Prakash
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy The Best In BOOKS at
2003 Jan 21
1
newbie on winbind.. help required.
I would like to know what exactly does winbind do.?
(i have read the documentation but i am yet confused)
prior to having winbind incorporated in samba,there was smb, nmb doing
the
authentication using samba server on linux.
so samba acted as file and print server + authentcation server for
windows clients
including the NT server.
NT Server -----> Linux Server (Samba)
mswinclient1
2016 Feb 12
4
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes I used.
The problem can be the version of Asterisk?
I use Asterisk 13 instead of 11.
2016-02-12 14:31 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>:
> have changed this
> [dongle0]
> audio=/dev/ttyUSB1
> data=/dev/ttyUSB2
>
> To
>
> [dongle0]
> imei=123456789012345
>
> and imei exact same as on your device ?
>
> On Fri, Feb 12, 2016
2004 Feb 02
7
cdr mysql problem
Can someone tell me what is wrong here:
Feb 2 19:45:44 ERROR[1074441696]: cdr_addon_mysql.c:381 my_load_module:
Failed to connect to mysql database asteriskcdrdb on localhost.
The database is created, cdr table also, the username and password is
right.
I have tried configuring cdr_mysql.conf to connect via localhost
mysql.sock or via tcp port, but in both cases I got this error.
Thanks!
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
I tried this
[dongle0]
;audio=/dev/ttyUSB1 ; tty port for audio connection;
no default value
;data=/dev/ttyUSB2 ; tty port for AT commands;
no default value
; or you can omit both audio and data together and use
imei=123456789012345 and/or imsi=123456789012345
; imei and imsi must contain exactly 15 digits !
; imei/imsi discovery is available on Linux only
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes, I used IMEI.
But in CLI appearing nothing and it not register.
2016-02-12 14:27 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>:
> have you tried imei discovery
> imei=123456789012345
>
>
> write imei number instaed of 12345...
>
> On Fri, Feb 12, 2016 at 8:51 PM, Vitor Mazuco <vitor.mazuco at gmail.com>
> wrote:
>
>> Hi!
>>
2007 Nov 04
2
Xen Network Problems
Hi all:
I installed xen-3.0.4 on Fedora 7, and installed Fedora 6 as DomainU, but,
the network can not work normally. It only work for seconds, then I lose
connect. If I ifdown the NIC and ifup it, the network can work for a few
seconds, Can anybody help me figure what''s the problem ??
Thank you in advance
_______________________________________________
Xen-devel mailing list
2007 May 04
3
Lotus Notes 6.5 fail to install in Wine
Hi,
I'm trying to install Lotus Notes Client 6.5 in Brazilian Portuguese
with Wine 0.9.36 and its doesn't work. I find in
http://wiki.winehq.org/LotusNotes that this version of wine can
install and run the Lotus Notes 6.0, 6.5, and 7 Windows clients
without any special effort. And don't find any bugs related to that.
Someone know something about?
Thanks, Vitor
ubuntu 7.04
2016 Aug 29
4
IAX UNREACHABLE : Ignoring bindport/bindaddr on reload
Oh! In that case ignore it.
Asterisk won't rebind the adapter if you've only changed parameters. The message is misleading
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Vitor Mazuco
Sent: Monday, August 29, 2016 10:41 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re:
2016 Mar 04
2
How to recive Incoming calls in Chan Dongle ?
Hi!
How can I setup my Chan Dongle recived calls in my Asterisk?
I have to setup in dongle.conf ? Or in extensions.conf?
And the code for recive I found this site
http://asterisk-service.com/page/chan-dongle-use
I have to To save Subscriber Number before?
See the error log in my Asterisk
pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to
invalid extension but no
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply
But whats is the code in parkedcalls context.
Please, can you give an example?
Thanks very much.
2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>:
> On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com>
> wrote:
>
>> Hi!
>>
>> I tried to use Parking Calls
>>
>> I use Asterisk
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Ah no, I'm asking what code I put inside of parkedcalls?
This example works?
[ramais]
include => parkedcalls
[parkedcalls]
exten => 700,1,ParkedCall(701)
exten => 702,1,ParkedCall(702)
exten => 703,1,ParkedCall(703)
exten => 704,1,ParkedCall(704)
This exten works?
2016-02-03 17:27 GMT-02:00, Doug Lytle <support at drdos.info>:
>>>> On Feb 3, 2016, at
2016 Feb 04
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm,
so this context parkedcalls is inside on features.conf?
2016-02-03 17:42 GMT-02:00, Doug Lytle <support at drdos.info>:
>>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote:
>
>>>> Ah no, I'm asking what code I put inside of parkedcalls?
>
> Nothing,
>
> The context parkedcalls is generated by features.conf, you just
2008 Dec 22
2
Contributing on CentOS Wiki
Hello, I'm Vitor Afonso Strabello and I need to be added as a member into
the Wiki to edit/create some tips and entries on the Wiki.
My userid is VitorStrabello. I would like to contribute on network,
configuration and installation (to begin, I'll post something in kickstart
section on the wiki...) tips/tricks/how-tos, so on at the CentOS wiki. Also
I'm a member of the CentOSBR
2011 Aug 25
1
R hangs after htmlTreeParse
Dear colleagues,
I'm trying to parse the html content from this webpage:
2010 Dec 15
2
XEN - VM CPU usage / VM disk corruption
Hi.
We have a Xen running on Centos 5.5 on a HP ML 150 G6. We run just one VM (4
CPUS) with (SBS 2000) Windows 2000 Server SP4 + SQL + Exchange
We have experiencing some issues:
- Slow VM usage.
- We have to click icons on console twice.
- High CPU usage (always 99%) on Xen Monitor with no activity on VM
client (below 5%)
- VM Disk corruption