Displaying 20 results from an estimated 2668 matches for "106".
Did you mean:
10
2010 Mar 09
5
is there an inverse method for table()?
Hi,
In R, I know the method table(), which builds a contingency table of the counts y at each level for the factor x.
But I would like to know what is the inverse method of table(), if it exists, to obtain the vector z, from the two vectors x and y?
x <- (86, 90, 94, 98, 102, 106, 110, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150, 154, 158, 162, 166, 170, 174)
y <- c(2, 5, 10, 17, 26, 60, 94, 128, 137, 128, 77, 68, 65, 60, 51, 26, 17, 9, 5, 2, 3, 7, 3)
> z
[1] 86 86 90 90 90 90 90 94 94 94 94 94 94 94 94 94 94 98 98 98 98 98 98 98 98...
2014 May 26
0
Remove filesystem directories from MDT
...tem. When I browse the filesystem from a client, a specific directory have directories that contain the same directories, in other words:
LustreFS-> dir A -> dir B -> dir B -> dir B -> dir B -> dir B…
This directory, and its children, has the same obdidx/objid:
[root@client vm-106-disk-1.raw]# lfs getstripe vm-106-disk-1.raw
vm-106-disk-1.raw/vm-106-disk-1.raw
lmm_stripe_count: 1
lmm_stripe_size: 1048576
lmm_pattern: 1
lmm_layout_gen: 0
lmm_stripe_offset: 19
obdidx objid objid group
19 7329413 0x6fd685 0
[root@client vm-...
2015 Feb 26
1
issue with inbound route
...r inbound calls the issue whe i
use the DID in inboud route i have a error No DID or CID Match.
but when i leave this DID field blank i can route the call without any issue
how can ido in order to use DID in route inboud "i use elastix"
Executing [s at from-trunk:1] NoOp("SIP/358-106-000000c0", "No DID or CID
Match") in new stack
-- Executing [s at from-trunk:2] Answer("SIP/358-106-000000c0", "") in new
stack
-- Executing [s at from-trunk:3] Wait("SIP/358-106-000000c0", "2") in new
stack
> 0x2add5020a390 -...
2011 Jan 13
1
Call hung up?
I currently have in extensions.conf:
exten => 106,1,Set(CALLFILENAME=${TIMESTAMP}_${CALLERID(num)})
exten => 106,n,Monitor(wav,${CALLFILENAME},m)
exten => 106,hint,SIP/106
exten => 106,Macro(stdexten,106,${HINT})
When I called x106 this was logged:
-- Executing [106 at voicemenu-custom-4:1] Set("DAHDI/7-1",
"CALLFILEN...
2004 Jun 17
3
How to order a vector
Hi all
I have a vector like this
2003 2002 2001 2000 1999 1998 1997 1996
106 105 106 106 105 106 101 107
How can I get it sorted right(1996....2003)?
Thank you
Luis Ridao Cruz
Fiskiranns??knarstovan
N??at??n 1
P.O. Box 3051
FR-110 T??rshavn
Faroe Islands
Phone: +298 353900
Phone(direct): +298 353912
Mobile: +298 580800
Fax:...
2013 Feb 14
3
appending data to a row
...to add
several columns of the co-twin's data to each row. In other words, this is
the current situation:
FamilyID ParticipantID IQ Digit_span
1 1 95 6
1 2 93 7
2 3 102 8
2 4 101 9
3 5 106 7
3 6 108 9
And this is what I'd like to have, only with even more co-twin data:
FamilyID ParticipantID IQ Digit_span Co-twin_IQ Co-twin_Digit_span
1 1 95 6 93 7
1 2 93 7 95 6
2...
2009 Oct 16
2
Division of data frame and deletion of values from column
...thereby having only one value for all elements of the particular column in each of the data frames. The reason is that I later will create plots and do statistical analyzes on these data frames, and I don't want those factors affecting the result.
ID Weight Age_days ...
1 18 76.1 106
2 19 77.0 175
3 20 78.1 121
4 21 78.2 121
5 22 78.8 106
6 23 76.3 106
.
.
.
I also have another column containing several factors, of which I would like to exclude one (get NA instead).
ID Weight Age_days Value_ID ...
1 18 76.1 1...
puppet master REST API returns 403 when running under passenger works when running from command line
2012 Dec 10
2
puppet master REST API returns 403 when running under passenger works when running from command line
...aemonize --verbose
--server bangvmpllda02.XXXXXX.com
Starting Puppet client version 3.0.1
Warning: Unable to fetch my node definition, but the agent run will
continue:
Warning: Error 403 on SERVER: Forbidden request: 10.209.47.31(10.209.47.31)
access to /certificate_revocation_list/ca [find] at :106
Info: Retrieving plugin
Error: /File[/var/lib/puppet/lib]: Failed to generate additional resources
using ''eval_generate: Error 403 on SERVER: Forbidden request:
10.209.47.31(10.209.47.31) access to /file_metadata/plugins [search] at :106
Error: /File[/var/lib/puppet/lib]: Could not evalu...
2010 Aug 05
4
A %nin% operator?
Sometimes I write code like this:
> qf.a <- subset(qf, pubid %in% c(104, 106, 107, 108))
> qf.b <- subset(qf, !pubid %in% c(104, 106, 107, 108))
and I get a little worried that maybe I've remembered the precedence rules
wrong, so I change it to
> qf.a <- subset(qf, pubid %in% c(104, 106, 107, 108))
> qf.b <- subset(qf, !(pubid %in% c(104, 106, 107, 1...
2011 Jan 14
3
Time jumped forwards
....8 on 32bit Centos5.5. The machine is a VMWare ESX VM.
I'm seeing a lot of warning messages in syslog as follows:
2011-01-14T11:45:37.315917+08:00 imap4 dovecot: imap: Warning: Time jumped forwards 105 seconds
2011-01-14T11:46:00.598006+08:00 imap4 dovecot: imap: Warning: Time jumped forwards 106 seconds
2011-01-14T11:46:25.364405+08:00 imap4 dovecot: imap: Warning: Time jumped forwards 105 seconds
2011-01-14T11:46:27.030658+08:00 imap4 dovecot: imap: Warning: Time jumped forwards 106 seconds
2011-01-14T11:46:49.712202+08:00 imap4 dovecot: imap: Warning: Time jumped forwards 106 seconds
201...
2016 Feb 17
0
CESA-2016:0176 Critical CentOS 7 glibc Security Update
...visory 2016:0176 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-0176.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
b41941025252ec75500aad92938364bcfdfc2c77b460281310a410b3bf463d97 glibc-2.17-106.el7_2.4.i686.rpm
e2d2ca19beac6658ad87a5641ad81e3a641c1fa036b39486e7df9992966c7403 glibc-2.17-106.el7_2.4.x86_64.rpm
b4827a93ca1d9a5307b2dfc3104414c8c0799197e20c08af99dc0065aab18f5e glibc-common-2.17-106.el7_2.4.x86_64.rpm
6db526f8e531162742986017f72b6999a74e54854b7e50a2cb5d91ab24ff4d22 glibc-dev...
2016 May 13
0
CEBA-2016:1030 CentOS 7 glibc BugFix Update
...ugfix Advisory 2016:1030
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1030.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
3911b0e7b370ea7a2d53ba87c8f7451c6ce2b4dea9adfdb71a296f5d818f8faf glibc-2.17-106.el7_2.6.i686.rpm
a0f9dea736098ec4fd66bbd253267e71bbbeff17a033686fcee3cdebcc7c1b27 glibc-2.17-106.el7_2.6.x86_64.rpm
9804ca0bfca42c5feaec87c91ca65979eced7e7572c1164711a16fbc535e9870 glibc-common-2.17-106.el7_2.6.x86_64.rpm
38ec2fe60ccee3485f9fb1f5220d959275212a08cde9094fd1c862ab1a0a2e44 glibc-dev...
2016 Aug 02
0
CEBA-2016:1449 CentOS 7 glibc BugFix Update
...ugfix Advisory 2016:1449
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1449.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
e0ab9bd5b76b95a603584fd9b6481b53e0933efda24b48093e579d7a3842b24a glibc-2.17-106.el7_2.8.i686.rpm
625ad12e86ae1d9afacc9a9f80f22c1ade035c3e8d506605b2027ae58a23ae90 glibc-2.17-106.el7_2.8.x86_64.rpm
169c23044d146a882736258196dd7ca7da2338c6f2405ac15a67d28af38cc0cb glibc-common-2.17-106.el7_2.8.x86_64.rpm
3720af05c78e35f2f22e108ed260b0e35996a5d207703d88f09be6b5669ea0d3 glibc-dev...
2018 May 19
3
Issue using tinc-vpn on Windows Server 1709 with Docker Overlay Network
...lowing error messages everytime I try to use a
docker overlay network on top of tinc-vpn:
Error getting read result from Windows tap device
{F30C422F-4524-435F-A15B-71A7E08C260D}: (995) The I/O operation has been
aborted because of either a thread exit or an application request.
Received packet of 106 bytes from ... (... port 655)
Writing packet of 106 bytes to Windows tap device
Error while writing to Windows tap device
{F30C422F-4524-435F-A15B-71A7E08C260D}: (995) The I/O operation has been
aborted because of either a thread exit or an application request.
Received packet of 74 bytes from ......
2010 Nov 15
3
merge two dataset and replace missing by 0
Hi r users,
I have two data sets (X1, X2). For example,
time1<-c( 0, 8, 15, 22, 43, 64, 85, 106, 127, 148, 169, 190 ,211 )
outpue1<-c(171 ,164 ,150 ,141 ,109 , 73 , 47 ,26 ,15 ,12 ,6 ,2 ,1 )
X1<-cbind(time1,outpue1)
time2<-c( 0 ,8 ,15 , 22 ,43 , 64 ,85 ,106 ,148)
output2<-c( 5 ,5 ,4 ,5 ,5 ,4 ,1 ,2 , 1 )
X2<-cbind(time2,output2)
I want to merge X1...
2006 Sep 10
2
rownumber
# R 2.3.1
I read the data set into R, but the data set have two rows per record.
i.e.
.........
105 1 1 1103 1 5 4 8 5 22
105 2 2 2 2 1 2 17 16 26
106 1 2 606 1 5 12 11 9 37
106 2 2 2 2 2 2 16 14 29
107 1 3 611 1 7 9 10 7 33
107 2 2 2 2 2 2 10 13 29
......
2003 Jun 30
3
[Bug 106] iptables 1.2.5-3 acts differently with different RH Linux kernel versions
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=106
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From laforge@netfilter.org 2003-06-30 17:12...
2019 Nov 03
4
Recent inability to view long filenames stored with scp via samba mount
...file list
sent 268 bytes received 15 bytes 188.67 bytes/sec
total size is 1,467,438 speedup is 5,185.29
sending incremental file list
Alfred Brendel/
Alfred Brendel/Beethoven Piano Sonatas Vol I/
Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 01 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": I. Allegro.mp3
12,279,216 100% 13.53MB/s 0:00:00 (xfr#1, ir-chk=1025/1221)
Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 02 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": II. Scherzo.mp3
2,795,290 100% 2.43MB/s 0:...
2018 Oct 09
0
CEBA-2018:2901 CentOS 6 device-mapper-multipath BugFix Update
...2018:2901
Upstream details at : https://access.redhat.com/errata/RHBA-2018:2901
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
191159007dd2de10d39766e0d1d4787f5373867a2e6ef16c59b8e5c4959723d2 device-mapper-multipath-0.4.9-106.el6_10.1.i686.rpm
6b40956e06daf0b6d6e83450a10ba4bfe222634b0d3822bf8b8dfd9f4a7ec7dc device-mapper-multipath-libs-0.4.9-106.el6_10.1.i686.rpm
3643b05b32c04a6f2e223873b1415e2875ab699d9faf105505b208ffd19ba0bb kpartx-0.4.9-106.el6_10.1.i686.rpm
x86_64:
3b7c184783a7799dda959a54d56fe65f5ca7a50e1f1b4720...
2011 Oct 03
0
problem with getting outlook to work with IMAP server
...search: base=ou=accounts,dc=example,dc=com scope=subtree filter=(&(objectClass=posixAccount)(uid=sbernett)) fields=uid,userPassword,homeDirectory,uidNumber,gidNumber
Oct? 3 12:19:27 mymailServer dovecot: auth(default): ldap(sbernett,50.4.39.163): result: uid(user)=sbernett uidNumber(userdb_uid)=106 gidNumber(userdb_gid)=106 userPassword(password)={CRYPT}xGHI86Ktls homeDirectory(userdb_home)=/home/vmail/sbernett
Oct? 3 12:19:27 mymailServer dovecot: auth(default): client out: OK#0111#011user=sbernett
Oct? 3 12:19:27 mymailServer dovecot: auth(default): master in: REQUEST#0114#0112686#0111
Oct?...