similar to: result

Displaying 20 results from an estimated 400 matches similar to: "result"

2013 Mar 12
5
extract values
Hello all! I have a problem to extract values greater that for example 1820. I try this code: x[x[,1]>1820,]->x1 Please help me! Thank you! The data structure is: structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425, 1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074, 1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007, 1.1795, 1.3855, 1.4065, 1.138, 1.514,
2013 Dec 15
3
how to add a line in the graph?
t<--4:4 y<-c(5,7,10,13,15,16,14,12,11) plot(t,y,type="l") how can i add a curve y=0.83*t-0.44*t^2 in the graph? [[alternative HTML version deleted]]
2013 Apr 07
2
group data in classes
Hello all! I have a problem to group my data (years) in 10 years classes. For example for year year decade 1598 1590-1600 1599 1590-1600 1600 1590-1600 1601 1600-1610 --- my is like this> [1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 [16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 [31] 1628 1629 1630 1631 1632 1633
2013 Dec 14
2
iterated sum
x<-c(1,4,9,20,3,7) i want to get a serie c(5,13,29,23,10). y <- c() for (i in 2:length(x)){ y[i-1] <- x[i-1]+x[i]} is there more simple way to get? [[alternative HTML version deleted]]
2010 Dec 17
62
[Bug 1845] New: Bugs intended to be fixed in 5.8
https://bugzilla.mindrot.org/show_bug.cgi?id=1845 Summary: Bugs intended to be fixed in 5.8 Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: unassigned-bugs at mindrot.org ReportedBy: djm
2013 Mar 13
2
merge datas
Hello all! I have a problem with R. I try to merge data like this: structure(c(2.1785, 1.868, 2.1855, 2.5175, 2.025, 2.435, 1.809, 1.628, 1.327, 1.3485, 1.4335, 2.052, 2.2465, 2.151, 1.7945, 1.79, 1.6055, 1.616, 1.633, 1.665, 2.002, 2.152, 1.736, 1.7985, 1.9155, 1.7135, 1.548, 1.568, 1.713, 2.079, 1.875, 2.12, 2.072, 1.906, 1.4645, 1.3025, 1.407, 1.5445, 1.437, 1.463, 1.5235, 1.609, 1.738, 1.478,
2004 Jul 09
1
group add and groupmap with ldapsam
hello, trying to set up an pdc with 3.0.4 on solaris with openldap creating groups and adding groupmaps does not work. net group add asks the password for the ldap-manager, comes back without any message, but the group does not exist after that. if i try to make a groupmap without adding a wingroup first, the result is the following (no question for the password!) /usr/local/samba/bin/net
2011 May 02
12
[Bug 1898] New: possible unreasonable behaviour when using ProxyCommand with multiple IdentityFile(s)
https://bugzilla.mindrot.org/show_bug.cgi?id=1898 Summary: possible unreasonable behaviour when using ProxyCommand with multiple IdentityFile(s) Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous
2012 Oct 09
1
SAMBA4 POSIX ACL not working
Hello, does any one succeed to share acl with samba4? I installed the new release of samba4 from git. and trying to apply acl on shared folders from win7 ?but it is just not functionning: for instance I just created the folder?foldertest and trying to set permission deny on everyone and it gives trhe below error: [2012/10/10 03:19:56.221168, ?0]
2007 Dec 16
1
Extracting Year (only) information from Non-Standard Dates
I have some data whose date column consists of two types of date entries: (a) year-only entries (eg "1983") and (b) full date info (eg September 12, 1962). Here's what the non-standard date info looks like: > mode(non.standard.dates) [1] "numeric" > head(non.standard.dates) [1] July 15, 1925 February 13, 1923 July 10, 1988 February 24, 1931 [5] 1952
2005 Feb 11
2
Codec Issue on IAX trunk?
Hi All - Well, after happily existing in a one office environment with asterisk for a few months, I've now decided to start adding in our other offices with their own * boxes and IAX connections (over VPN). Unfortunately, I'm an idiot and I can't get it to work. I'm having some kind of problem with codecs, I guess, but I don't understand what or why. When trying to use
2016 Jun 02
1
[PATCH -next 2/2] virtio_net: Read the advised MTU
Hi, [auto build test ERROR on next-20160602] url: https://github.com/0day-ci/linux/commits/Aaron-Conole/virtio-net-Advised-MTU-feature/20160603-000714 config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430 reproduce: # save the attached .config to linux build tree make ARCH=i386 Note: the
2016 Jun 02
1
[PATCH -next 2/2] virtio_net: Read the advised MTU
Hi, [auto build test ERROR on next-20160602] url: https://github.com/0day-ci/linux/commits/Aaron-Conole/virtio-net-Advised-MTU-feature/20160603-000714 config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430 reproduce: # save the attached .config to linux build tree make ARCH=i386 Note: the
2010 Jul 15
13
[Bug 1798] New: Add fsync() support to sftp/sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1798 Summary: Add fsync() support to sftp/sftp-server Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sftp-server AssignedTo: unassigned-bugs at mindrot.org
2010 Sep 25
2
xm mem-set for HVM Domain
HI, I have an ubuntu 10.04 with xen kernel 2.6.32.11 as Dom0. xm mem-set does not seem to have any effect on the HVM domains. Xen Version : 4.0.1 HVM : Ubuntu 10.04 I have allocated 512MB to dom0 and 2048MB to HVM. $xm list Name ID Mem VCPUs State Time(s) Domain-0 0 512 1 r----- 358.8 lucid_hvm
2006 May 30
1
routing between two lans
I am looking for some help, I basically want to forward/route traffic via sandy (see attatchment) between two lan''s. Thank you in advance for your assistance. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2012 Feb 16
6
Something is strange - perhaps my AMD processors ?
Moi Timo / all. I've been using Dovecot on my Qmailtoaster production mailserver for some years - since 1.0.7 and current Version 2.0.10 - works perfectly. Now I am installing a backupsystem and a VM testsystem (2 boxes) - and no matter how and what Version I am installing on these 2 boxes I get below messages whenever I try to test connection with Telnet (localhost 110 / 995). I have tried
2018 Apr 22
0
[Bug 351] Conntrack loses connection entries
https://bugzilla.netfilter.org/show_bug.cgi?id=351 Shane <arlenslambert at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arlenslambert at gmail.com Attachment #134 is|0 |1 patch|
2014 Nov 25
0
CEEA-2014:1898 CentOS 5 dovecot Enhancement Update
CentOS Errata and Enhancement Advisory 2014:1898 Upstream details at : https://rhn.redhat.com/errata/RHEA-2014-1898.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 04c48a90c887dc9f7334dbc1b80bda482a5ad3ed7b41b313e374397ca1a93b0a dovecot-1.0.7-9.el5_11.4.i386.rpm x86_64:
2019 Jul 31
0
CESA-2019:1898 Low CentOS 7 httpd Security Update
CentOS Errata and Security Advisory 2019:1898 Low Upstream details at : https://access.redhat.com/errata/RHSA-2019:1898 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: eb462b040f46476e75829aaf4c8f33b7e16cd608b4e49bb07a32a880fc8972bc httpd-2.4.6-89.el7.centos.1.x86_64.rpm