search for: 3722

Displaying 20 results from an estimated 27 matches for "3722".

Did you mean: 322
2004 Jul 17
1
voicemail broadcast feature
Using CVS from 7/12/04 and trying to get the voicemail broadcast feature to work. Voicemail.conf has [mycontext] 3722 => 1234,BroadCast Test,,,cc=*@mycontext . then many other voicemail boxes. ----- whenever I leave voicemail at box 3722, only box 3722 gets the voicemail. It is not expanding it to other voicemail boxes in the [mycontext] context. Even if I replace the cc= line with cc=xxx, the vmail box xxxx...
2010 Jan 17
2
For loops in R
...,j] - popVar[i,j]) and for (i in 1:popsize) { for (j in 1:maxvar) { gBest<-sample(top,size=1) velocity[i,j]<<-.4* velocity[i,j] + 1 * runif(1) * (pbestsVar[i,j] - popVar[i,j]) + 1 * runif(1) * (archiveVar[gBest,j] - popVar[i,j]) #velocity[i,j]<-.4* velocity[i,j] + 1 * .3722 * (pbestsVar[i,j] - popVar[i,j]) + 1 * .3722 * (archiveVar[3,j] - popVar[i,j]) } many thanks -- View this message in context: http://n4.nabble.com/For-loops-in-R-tp1015933p1015933.html Sent from the R help mailing list archive at Nabble.com.
2004 Oct 03
0
Tenor AS cancells calls through Asterisk
...950@XXX.XXX.200.242>;tag=as6d0f8240 Call-ID: call-00DA512B-97BE-D311-000C-43@XX.XX.154.228 CSeq: 2 INVITE User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Contact: <sip:607290950@XXX.XXX.200.242> Content-Type: application/sdp Content-Length: 194 v=0 o=root 3722 3722 IN IP4 XXX.XXX.200.242 s=session c=IN IP4 XXX.XXX.200.242 t=0 0 m=audio 15078 RTP/AVP 101 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - and this is the place when Tenor refuses to cooperate. Its call handler somehow figures, that provided media list is wr...
2011 May 24
1
Loading an S object into R
...3600 3601 3603 3604 3606 3607 3610 3612 3613 3615 3616 3617 3618 3619 3620 3626 3627 3628 3632 3633 3635 3636 3642 3643 3646 3647 3648 3649 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3669 3671 3672 3673 3674 3686 3687 3688 3689 3690 3691 3693 3694 3695 3696 3697 3698 3709 3710 3711 3713 3719 3722 3726 3728 3729 3730 3732 3733 3734 3735 3736 3737 3740 3741 3742 3743 3744 3746 3756 3758 3759 3760 3761 3762 3766 3767 3768 3769 3770 3771 3772 3777 3783 3784 3787 3788 3789 3790 3791 3792 3795 3798 3801 3802 3803 3805 3814 3817 3818 3819 3821 3822 3824 3826 3836 3837 3838 3840 3841 3842 3848 3850...
2012 Jan 27
0
Looping columns/column names
...AA_001_A AA_001_B AA_001_C 1 a 0.584507042 422.94 302.32 412.19 2 b 0.630434783 193.44 182.88 224.96 3 c 0.649350649 132.67 116 136.12 4 d 0.635359116 306.78 203.68 306.98 5 e 0.609271523 276.32 214.73 307.03 6 f 0.626373626 333.93 249.28 421.97 7 g 0.618834081 216.22 200.94 236.27 All columns have 3722 rows. The columns repeat in that pattern out to AA_012_C. This is the script that I've tried: gc<-read.delim("AA1_3_GC.txt") gc2<-gc[,-c(1:2)] res=cbind() for(i in colnames(gc[,-1])){ temp<-loess(i~GC,gc2) temp2<-predict(temp)...
2009 May 13
0
Plotting data with flot
...1, 40474], [2002, 40604], [2003, 40044], [2004, 38816], [2005, 38060], [2006, 36984]], lines: {show: true}, bars: {show: true, barWidth: 1} }, "denmark": { label: "Denmark", data: [[1988, 3813], [1989, 3719], [1990, 3722], [1991, 3789], [1992, 3720], [1993, 3730], [1994, 3636], [1995, 3598], [1996, 3610], [1997, 3655], [1998, 3695], [1999, 3673], [2000, 3553], [2001, 3774], [2002, 3728], [2003, 3618], [2004, 3638], [2005, 3467], [2006, 3770]], lines: {show: true}, bars: {show: true, barWidth...
2012 Jan 27
1
Looping column names
...AA_001_A AA_001_B AA_001_C 1 a 0.584507042 422.94 302.32 412.19 2 b 0.630434783 193.44 182.88 224.96 3 c 0.649350649 132.67 116 136.12 4 d 0.635359116 306.78 203.68 306.98 5 e 0.609271523 276.32 214.73 307.03 6 f 0.626373626 333.93 249.28 421.97 7 g 0.618834081 216.22 200.94 236.27 All columns have 3722 rows. The columns repeat in that pattern out to AA_012_C. This is the script that I've tried: gc<-read.delim("AA1_3_GC.txt") gc2<-gc[,-c(1:2)] res=cbind() for(i in colnames(gc[,-1])){ temp<-loess(i~GC,gc2) temp2<-predict(temp)...
2010 Sep 28
3
netstat - kill by pid ?
I am writing a small script to kill process(es) listening on particular port number. Here I am particularly looking at Java servlet-containers like Tomcat and JBoss, which sometimes don't complete their shutdown process and it still shows up as running process with ps or netstat. This needs to be kill-ed and for that knowing pid of that process is necessary. The netstat by default doesn't
2004 May 20
2
HD Partition Lost??
...d Blocks Id System /dev/hda1 * 1 522 4192933+ b Win95 FAT32 /dev/hda2 523 535 104422+ 83 Linux /dev/hda3 5659 19929 114631807+ 83 Linux /dev/hda4 536 5658 41150497+ f Win95 Ext'd (LBA) /dev/hda5 536 3722 25599546 83 Linux /dev/hda6 3723 4359 5116671 83 Linux /dev/hda7 4360 4996 5116671 83 Linux /dev/hda8 4997 5123 1020096 83 Linux /dev/hda9 5124 5250 1020096 83 Linux /dev/hda10 5251 5377 1020096 83 Lin...
2023 Aug 24
8
[Bug 3608] New: ssh version is different with sshd version
...le OpenSSH Version: 9.3p2 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: yataosu at gmail.com Created attachment 3722 --> https://bugzilla.mindrot.org/attachment.cgi?id=3722&action=edit version info when i installed openssh-9.3p2 openssh-server-9.3p2 openssh-clients-9.3p2, then i check the binary version, ssh has OpenSSH_9.3p2 and sshd has OpenSSH_9.3. Why these two binary version is not same? -- You...
2015 Jan 28
0
Indexing Mail faster
...2020 2022 2025 2064 2171 2175 2176 2177 2190 2224 2273 2274 2287 2299 2300 2313 2329 2338 2433 2434 2437 2440 2499 2574 2590 2595 2617 2618 2624 2625 2626 2627 2650 2652 2657 2701 2735 2785 2791 2792 2858 2872 2873 2875 2878 2929 3196 3242 3279 3325 3326 3327 3328 3345 3406 3408 3455 3456 3655 3679 3722 3723 3731 3792 3798 3812 3841 4085 4137 4192 4379 4708 . OK Search completed (21.478 secs). On Wed, Jan 28, 2015 at 10:11 AM, Kevin Laurie <superinterstellar at gmail.com> wrote: > Dear Thomas, > > I have removed the fts plugin. > See below:- > > # dovecot -n > # 2....
2015 Jan 24
4
Indexing Mail faster
Hi, I am trying to get faster search results on our webmail client(Roundcube). Besides using Lucene for FTS are there other options? Would having all mails indexed give fast results? Currently the time it takes to search 25,000mails is 4mins. If indexed how much faster are we looking at? Really appreciate if someone could advise about this. Thanks Kevin
2015 Jan 24
0
Indexing Mail faster
...2611 2615 2618 2620 2635 2638 2639 2640 2642 2673 2784 2797 2799 2800 2821 2830 2849 2857 2863 2894 2895 2943 2944 2953 2954 2955 3049 3050 3052 3195 3244 3418 3419 3420 3421 3425 3465 3470 3474 3530 3543 3544 3546 3549 3550 3569 3572 3593 3602 3643 3647 3648 3649 3650 3654 3655 3656 3673 3674 3721 3722 3723 3724 3728 3740 3741 3772 3795 3797 3799 3803 3804 3806 3830 3832 3837 3838 3839 3840 3841 3859 3865 3866 3867 3875 3896 3898 3907 3915 3919 3924 3925 3927 3949 3951 4029 4031 4043 4073 4083 4084 4085 4087 4089 4091 4094 4096 4185 4186 4350 4354 4400 4401 4403 4404 4405 4406 4417 4419 4422 4423...
2015 Jan 28
2
Indexing Mail faster
Dear Thomas, I have removed the fts plugin. See below:- # dovecot -n # 2.2.9: /etc/dovecot/dovecot.conf # OS: Linux 3.10.62-xenU-25-0e6777a-x86_64 x86_64 Ubuntu 14.04.1 LTS auth_master_user_separator = * auth_mechanisms = PLAIN LOGIN dict { acl = mysql:/etc/dovecot/dovecot-share-folder.conf quotadict = mysql:/etc/dovecot/dovecot-used-quota.conf } first_valid_uid = 2000 last_valid_uid = 2000
2004 Sep 21
1
squid on DMZ using proxyarp
...src=66.195.18.137 dst=202.124.35.36 sport=2095 dport=1672 [ASSURED] use=1 tcp 6 64 TIME_WAIT src=202.124.35.41 dst=64.41.73.139 sport=4708 dport=80 src=64.41.73.139 dst=202.124.35.41 sport=80 dport=4708 [ASSURED] use=1 tcp 6 431999 ESTABLISHED src=202.124.35.46 dst=202.43.167.94 sport=3722 dport=5000 src=202.43.167.94 dst=202.124.35.46 sport=5000 dport=3722 [ASSURED] use=1 udp 17 113 src=192.168.2.254 dst=202.124.35.36 sport=32935 dport=3401 src=202.124.35.36 dst=192.168.2.254 sport=3401 dport=32935 [ASSURED] use=1 tcp 6 409884 ESTABLISHED src=202.124.35.39 dst=203.201....
2005 Apr 26
3
Error using e1071 svm: NA/NaN/Inf in foreign function call
...5146, 4750, 4976, 4507, 4783, 4774, 4770, 4739, 4305, 4389, 4783, 4331, 3790, 4625, 5174, 4253, 3495, 4382, 3837, 3110, 3207, 2934, 4209, 4124, 3517, 3923, 3851, 3554, 4059, 4156, 3780, 3534, 4384, 4273, 4034, 3893, 4207, 3279, 3274, 3481, 3218, 3646, 3628, 3563, 4079, 3328, 3252, 4164, 3779, 3722, 3857, 3686, 3818, 3621, 4605, 3844, 3234, 3106, 3252, 3833, 4892, 5069, 4776, 4582, 3820, 4497, 4208, 4257, 3946, 4304, 4434, 4398, 4434, 4682, 4593, 4695, 4536, 5072, 5233, 4951, 5375, 4742, 4647, 4755, 4727, 4800, 4689, 4825, 4412, 2947, 2860, 3919, 4404, 4089, 4432, 4329, 4276, 4523, 4197,...
2007 May 20
9
How to test for exceptions
Hi folks, I''m in the process of converting a Test::Unit functional test to RSpec, but I''ve run into a slight problem. I tried looking through the documentation but I still don''t know what I missed. Thanks in advance, Blake describe VenuesController, "on update" do before(:each) do @venue = mock("venue")
2015 Jan 27
4
Indexing Mail faster
...2635 2638 2639 2640 > 2642 2673 2784 2797 2799 2800 2821 2830 2849 2857 2863 2894 2895 2943 2944 > 2953 2954 2955 3049 3050 3052 3195 3244 3418 3419 3420 3421 3425 3465 3470 > 3474 3530 3543 3544 3546 3549 3550 3569 3572 3593 3602 3643 3647 3648 3649 > 3650 3654 3655 3656 3673 3674 3721 3722 3723 3724 3728 3740 3741 3772 3795 > 3797 3799 3803 3804 3806 3830 3832 3837 3838 3839 3840 3841 3859 3865 3866 > 3867 3875 3896 3898 3907 3915 3919 3924 3925 3927 3949 3951 4029 4031 4043 > 4073 4083 4084 4085 4087 4089 4091 4094 4096 4185 4186 4350 4354 4400 4401 > 4403 4404 4405 4406...
2012 Jul 15
0
[Freenas-announce] FreeNAS 8.2.0-RC1
...al numbers for a dataset quota. (r8728) - Fix setting recursive ACLs. (r8270) - Start proftpd after ix-ssl to use the correct SSL cert. (r8246) - Use wildcards in cron and rsync jobs instead of listing all values. (r8214, r8211) - Fix case in iSCSI targets to match the behavior specified by RFC 3722. (r8120) Changes since 8.0-RELEASE: There''s too much to list here, but the high points are: - Divorced the volume members in the database from the FreeBSD devices. This resolves an issue where FreeBSD can change devices names and the GUI doesn''t pick up the updates due to t...
2006 Oct 11
41
ZFS Inexpensive SATA Whitebox
All, So I have started working with Solaris 10 at work a bit (I''m a Linux guy by trade) and I have a dying nfs box at home. So the long and short of it is as follows: I would like to setup a SATAII whitebox that uses ZFS as its filesystem. The box will probably be very lightly used, streaming media to my laptop and workstation would be the bulk of the work. However I do have quite a