Displaying 20 results from an estimated 867 matches for "ddd".
Did you mean:
dd
2009 Oct 24
2
ifelse
When I run this code from an R-script:
ddd = 360 + round ( atan2(-u,-v) / d2r )
print(class(ddd))
print(ddd)
ifelse ( ddd>360, ddd-360, ddd )
print(ddd)
I get this output:
[1] "numeric"
[1] 461 213 238 249 251
[1] 461 213 238 249 251
Why does ifelse not change the 461 to 101?
I recre...
2010 Nov 30
2
xyplot : superimposed 2 groups in different panels
Hello,
I would like to plot the following xyplot : for each date of fff (1 date per
panel), bbb=f(aaa) for the two groups (ddd=1 and ddd=2) superimposed.
I can do it by group (see below) but not together.
I looked at http://lmdvr.r-forge.r-project.org/figures/figures.html but I
haven't found what I was looking for (to be honest, I haven't understood all
the examples).
Any help will be welcome.
Thanks in advance,...
2006 Apr 04
5
Not routing for 1 host?
Hi,
I want to stop routing for 1 particular host in my network. I thought that this would do it:
iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP
iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP
But that still shows traffic. What is the corract way to do that?
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: J.Kraaijeveld@Askesis.nl
web: www.askesis.nl
2020 Jul 14
6
internal DNS not forwarding
Hello,
I am trying to setup a samba4 AD dc in my network using smb-tool.
Everything seems to work except DNS forwarding.
If I query for the dc
root at dc:~# nslookup dc.local.domain.it
I get the correct answer:
root at dc:~# nslookup dc
Server:???????? aaa.bbb.ccc.ddd
Address:??????? aaa.bbb.ccc.ddd#53
Name:?? dc.xxxx.yyyy.it
Address: aaa.bbb.ccc.ddd
but if I query for an external domain:
root at dc:~# nslookup www.nasa.gov
Server:???????? aaa.bbb.ccc.ddd
Address:????? aaa.bbb.ccc.ddd#53
Non-authoritative answer:
*** Can't find www.nasa.gov: No answer
He...
2003 Jan 22
1
Convert numeric value to POSIXct
Hi,
How do I convert a numeric value indicating the time since 1970, back into
a POSIXct class object? I have tried format.POSIXct and as.POSIXct
without success.
For example
> ccc
[1] "1945-01-01 15:00:00 MDT"
> ddd<- as.numeric(ccc);
> ddd
[1] -788842800
> format.POSIXct(ddd)
Error in format.POSIXct(ddd) : wrong class
> as.POSIXct(ddd)
Error in as.POSIXct.default(ddd) : Don't know how to convert `ddd' to
class "POSIXct"
>
Thanks,
Matt
Matt Pocernich
NCAR - Research Applicat...
2003 Jun 12
1
smbpasswd not attempting to use LDAP
...t; now DEFAULT
pdb_set_user_sid: setting user sid
S-1-5-21-2358132418-1227356351-887936944-3002
element 17 -> now SET
pdb_set_user_sid_from_rid:
setting user sid S-1-5-21-2358132418-1227356351-887936944-3002
from rid3002
tdb_pack(ddffd, 1024) -> 28
tdb_pack(d, 996) -> 4
tdb_pack(ddd, 992) -> 12
tdb_pack(ddd, 980) -> 12
tdb_pack(ddd, 968) -> 12
tdb_pack(ddffd, 1024) -> 19
tdb_pack(d, 1005) -> 4
tdb_pack(ddffd, 1024) -> 20
tdb_pack(d, 1004) -> 4
tdb_pack(ddffd, 1024) -> 25
tdb_pack(d, 999) -> 4
tdb_pack(ddffd, 1024) -> 31
tdb_pack(d, 993) -> 4
td...
2023 Jan 17
6
[Bug 3523] New: standard output file descriptor was set with: O_NONBLOCK, but restore with flag: 0
..., then append to one
file.
But the append flag doesn't take effect.
# ssh -V
OpenSSH_9.1p1, OpenSSL 1.1.1k FIPS 25 Mar 2021
-- scripts a.sh
ssh -l root <other ssh server> "ls 1>/dev/null 2>&1" &
sleep 2
echo "abc"
====
Reproduce with ksh a.sh >> ddd
the "abc" will be written at the first line of file ddd;
Expected,
"abc" was at the last line of file ddd.
Following commit, seems make enhancement for the non-blocking action;
https://github.com/openssh/openssh-portable/commit/7be4ac813662f68e89f23c50de058a49aa32f7e4
Please...
2010 Oct 26
4
divide column in a dataframe based on a character
Hello,
If I have a dataframe:
example(data.frame)
zz<-c("aa_bb","bb_cc","cc_dd","dd_ee","ee_ff","ff_gg","gg_hh","ii_jj","jj_kk","kk_ll")
ddd <- cbind(dd, group = zz)
and I want to divide the column named group by the "_", how would I do this?
so instead of the first row being
x y fac char group
1 1 C a aa_bb
it should be:
x y fac char group_a group_b
1 1 C a aa bb
I know f...
2000 Jan 26
1
data.frame[1,1]<- differs from data.frame[[1]][1]<- (PR#403)
I observed the following difference:
> ddd <- data.frame(a=1:3, b=1:3)
# assignment of 'X' silently ignored
> ddd[1,1] <- 'X'
> is.factor(ddd[[1]])
[1] FALSE
> ddd
a b
1 1 1
2 2 2
3 3 3
# assignment of 'X' not ignored
> ddd[[1]][1] <- 'X'
> is.factor(ddd[[1]])
[1] TRUE
> ddd
a...
2006 Jan 22
1
setting up vpn client on a freebsd workstation
I have the following network:
External Interface External Interface
ccc.ccc.ccc.ccc aaa.aaa.aaa.aaa
| |
--> VPN <--> Internet <--> FreeBSD Client (NATed extip: bbb.bbb.bbb.bbb)
|
FW-1 Protected Net
ddd.ddd.ddd.ddd/24
VPN: ipsec freeswan (UDP encapsulated tunnel)
ccc.ccc.ccc.ccc has port 136/UDP open for this
I also have the following certs: cert.pem, key.pem crl.pem and CA.pem
I am behind internal ips allocated by dhcp.
I need to connect to an ip in the Protected Net area.
It's my first VP...
2003 Feb 21
2
how to chage values in data frame to NA iside a function
Dear all
I have a function in which I would like to change some values to NA according to
some condition.
dropout<-function(y, nahr=FALSE,...) {
<some stuff for computing an index>
if (nahr) y[index]<<-NA
invisible(index)
}
in case y is a vector all works OK but if it is a part of data frame by calling
dropout(df$y) or dropout(df[,number]) no change is done.
Please can you
2012 Oct 02
3
PROBLEM : Cannot require an Exec
...ot;:
refreshonly => true,
command => "/bin/false",
returns => 0,
notify => Exec["exec-CCC"],
}
exec { "exec-CCC":
refreshonly => true,
command => "/bin/touch /tmp/CCC",
returns => 0,
}
exec { "exec-DDD":
require => Exec["exec-CCC"],
command => "/bin/true",
returns => 0,
notify => Exec["exec-EEE"],
}
exec { "exec-EEE":
refreshonly => true,
command => "/bin/false",
notify => Exec["exec-FFF"...
2015 Jul 18
1
bug in group permission check
Jul 19 01:05:27 sv1 dovecot: auth: Error:
passwd-file(aa at ddd,89...24,<>):
stat(/usr/dovecot-cfg/dom-home/ddd/etc/ddd/shadow) failed: Permission
denied (euid=33454(dovecot) egid=33454(dovecot) missing +x perm:
/usr/dovecot-cfg/dom-home/ddd, we're not in group 33795(sysgroup), dir
owned by 32072:33795 mode=0710)
root at sv1 [~]# sudo -u dovecot grou...
2002 Dec 04
0
Q: Can't add machine account
...2 -> now SET
pdb_set_user_sid: setting user sid
S-1-5-21-681823260-3793332419-842653367-41002
element 19 -> now SET
pdb_set_user_sid_from_rid:
setting user sid S-1-5-21-681823260-3793332419-842653367-41002 from
rid 41002
tdb_pack(ddffd, 1024) -> 28
tdb_pack(d, 996) -> 4
tdb_pack(ddd, 992) -> 12
tdb_pack(ddd, 980) -> 12
tdb_pack(ddd, 968) -> 12
tdb_pack(ddffd, 1024) -> 19
tdb_pack(d, 1005) -> 4
tdb_pack(ddffd, 1024) -> 20
tdb_pack(d, 1004) -> 4
tdb_pack(ddffd, 1024) -> 25
tdb_pack(d, 999) -> 4
tdb_pack(ddffd, 1024) -> 31
tdb_pack(d, 993) -> 4
td...
2005 Oct 10
2
possible bug in image() ??
...y plotting some
matrices that I give it. (I佲檓 using R 2.1.1)
The following code creates a matrix (denoted x) with 1500
rows and 3 columns, with all entries 0 or 1, and then plots
the image of this matrix.
cc=runif(n=1500,min=0.1,max=1.2)
ccc=ceiling(cc-1)
dd=runif(n=1500,min=0.1,max=1.2)
ddd=ceiling(dd-1)
ee=runif(n=1500,min=0.1,max=1.2)
eee=ceiling(ee-1)
x=matrix(data=c(ccc,ddd,eee),nrow=1500)
image(x)
..where the first column in x (vector ccc) is depicted
horizontally along the bottom of the image. However, when I
overplot the non-zero elements of the vectors ccc, ddd and
ee...
2020 Oct 29
2
dovecot quota-warning detection mail
...=
}
}
----------------------------------------------------------------------------
---------------------
cat /etc/dovecot/users.auth (Excerpt from change)
----------------------------------------------------------------------------
---------------------
root:*::::/root::
aaaa:{CRAM-MD5}b09a26aedaddd0e66901eb4bc146b81930aac8be0dac96d1c83bb652fd4f7
451::::/var/home/xxx/aaaa::
bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb
652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd::
eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d
50370d157cd::::/home/v...
2018 May 31
3
mysterious rounding digits output
...850667, 1.10086688908262, 0.661981500639833, 0.47397754310745), "ccc" = c(0.5165911355, 0.462204707666667, NA, 0.219635924333333, 0.441863780833333, 0.361502865833333, NA, 0.596137946666667, NA, 0.226984771566667, NA, 0.360922661583333, 0.2145347068, 0.287756249483333, NA, NA ), "ddd" = c(5.77538400186667, 5.115877113, NA, 4.71294520316667, 4.25952652129833, 3.68879921863167, NA, 2.01942456211145, NA, 2.02032557108, NA, 1.3818108759571, 1.80436759778167, 1.20789851993367, NA, NA), "eee" = c(2.49725347166667, -2.67340172316667, NA, 5.64195206333333, 2.07633555...
2018 May 31
0
mysterious rounding digits output
Hi Joshua,
Because there are no values in column ddd less than 1.
itemInfo[3,"ddd"]<-0.3645372
itemInfo
aaa bbb ccc ddd eee
skill 1.396 6.225 0.517 5.775 2.497
predict 1.326 5.230 0.462 5.116 -2.673
waiting 1.117 4.948 NA 0.365 NA
complex 1.237 4.170 0.220 4.713 5.642
novelty 1.054 4.005 0.442 4...
2011 Feb 03
2
substring and paste character with a for loop
...there is an simple example of my problem.
I want to delet the commas in the character string. Fore this reason I
create a for loop to unpick the string and rebuild him without the commas.
The problem is, that "paste" does not work in the loop as I expected.
text <- "aaa,bbb,ccc,ddd"
characterseq <- seq(1,15,4)
for (i in characterseq ){
m <- paste(substring(text,i,i+2),sep = "")
}
> m
[1] "ddd"
m should be "aaabbbcccddd" and not just "ddd"
with best regards
Chris
--
View this message in context: http://r.789695.n4...
2013 Dec 14
2
Postfix + Dovecot & mail-stack-delivery Outlook Problem
...get Microsoft Outlook 2010 workin with mail-stack-delivery setup.
Logs when trying to setup accaunt in Microsoft Outlook 2010:
ec 14 22:38:31 ip-172-31-7-147 dovecot: imap-login: Disconnected: Too
many invalid commands (no auth attempts):
rip=2001:470:28:743:4923:c01c:c89a:567a, lip=2001:470:1f08:ddd::2
Dec 14 22:38:31 ip-172-31-7-147 dovecot: pop3-login: Disconnected (no
auth attempts): rip=2001:470:28:743:4923:c01c:c89a:567a,
lip=2001:470:1f08:ddd::2
Dec 14 22:38:31 ip-172-31-7-147 dovecot: pop3-login: Disconnected (no
auth attempts): rip=2001:470:28:743:4923:c01c:c89a:567a,
lip=2001:470:1f08...