Displaying 9 results from an estimated 9 matches for "y3b".
Did you mean:
3b
2017 May 24
1
reg-tests-1d.R fails in r72721
...>
> y1 <- paste0("~/", filename)
> print(Encoding(y1))
[1] "UTF-8"
>
> y2 <- path.expand(y1)
> print(Encoding(y2))
[1] "unknown"
>
> y3a <- iconv(y2, to="UTF-8")
> print(Encoding(y3a))
[1] "unknown"
>
> y3b <- enc2utf8(y2)
> print(Encoding(y3b))
[1] "unknown"
>
> Encoding(y2) <- "UTF-8"
> print(Encoding(y2))
[1] "unknown"
>
h.
--
+---
| Hiroyuki Kawakatsu
| Business School, Dublin City University
| Dublin 9, Ireland. Tel +353 (0)1 700 7496
2012 Jun 13
0
Plotted circle does not go through desired points - very long email with code
...gh
(xm, ym)
m2 <- (xy$y[i]-pt2$y)/(xy$x[i]-pt2$x)
a.m2 <- atan(m2) # angle in radians
b.m2 <- (pi/2) +a.m2
m3 <- tan(b.m2) # slope of perpendicular line
b3 <- ym -(m3*xm)
?
# Choose again some random points on this line:
x3a <- -100
x3b <- 100
y3a <- m3*x3a + b3
y3b <- m3*x3b + b3
?
# Build the spatial lines (the 2 perpendicular lines) and
find their intersection:
win <- owin(range(-100,x1a, x1b, x3a, x3b, xm, 100),
range(-100,y1a, y1b, y3a, y3b, ym, 100))
ln1 <- psp(x1a, y1a, x1b, y1b, window = win)
ln3 <- psp(x3a, y3a, x3b, y3b, window = win...
2016 Oct 24
3
invalid NTLMSSP_MIC / SPNEGO login failed: NT_STATUS_INVALID_PARAMETER
...../auth/ntlmssp/ntlmssp_server.c:950(ntlmssp_server_postauth)
ntlmssp_server_postauth: invalid NTLMSSP_MIC for user=[xx]
domain=[XXXXXXX] workstation=[XXXXX]
[2016/10/15 04:42:19.789982, 1] ../lib/util/util.c:559(dump_data)
[0000] 97 BD D0 A6 D7 16 E4 0A 59 33 62 ED CC 6A 35 04 ........
Y3b..j5.
[2016/10/15 04:42:19.790035, 1] ../lib/util/util.c:559(dump_data)
[0000] F2 85 BB 00 46 11 89 C4 84 E3 2C 4C 5D FA F4 6A ....F...
..,L]..j
[2016/10/15 04:42:19.790095, 2]
../auth/gensec/spnego.c:716(gensec_spnego_server_negTokenTarg)
SPNEGO login failed: NT_STATUS_INVALID_PARAMETER...
2017 May 24
2
reg-tests-1d.R fails in r72721
On 2017-05-24, Duncan Murdoch wrote:
>
> I think the test is wrong because in the first case you are working in a
> locale where that character is representable. In my locale it is not, so x1
> is converted to UTF-8, and everything compares equal.
>
> An explicit conversion of x1 to UTF-8 should fix this, i.e. replace
>
> x1 <- path.expand(paste0("~/",
2015 Oct 14
2
Emails with sender MISSING_MAILBOX@missing_domain
Hello,
we are working in the migration from courier-imap to dovecot
2.2.10-4.el7_0.1.x86_64.
Some emails that send a internal application show as sender
"MISSING_MAILBOX at missing_domain", i use like email client Horde using
dovecot like server. But if i open that email with Horde and courier-imap i
can see the correct email sender.
I think that the email of the sender is no correct
2015 Oct 15
0
Emails with sender MISSING_MAILBOX@missing_domain
...zQf+JIC12Ztzr9WLVJcQkj5qOWRd3Ow0M7/S
g6Tp7LRum+m8rbylUaA0qnc1L+EGQnwXZms0EOEZiIGI8BeKGwoNKt90eq9k3AE3
Lf/XeGxV7jGc2Ll+zxiiI584mYqcJwU1k0IfNevPGnGSY4sDt1pkPywCuigqk498
z097RgwptOg6Wo3KmqrA5Cd/D2EwG6ZDHAM1MeJEP+ZkGmePjr5FLy0jpuBbr5ge
KIcXtvDAkdR80PrVAZRP9pDzMlu3IbjJlBaV28l0slWZmBCh+ePAk5U+0l8V9Itm
p9+y3b+6t9pgL7wsWnk0SLJdlEhHQkQH9tG2VI4gBqCyiFIEj/ZD8Q==
=xtXO
-----END PGP SIGNATURE-----
2016 Oct 16
0
invalid NTLMSSP_MIC / SPNEGO login failed: NT_STATUS_INVALID_PARAMETER
...../auth/ntlmssp/ntlmssp_server.c:950(ntlmssp_server_postauth)
ntlmssp_server_postauth: invalid NTLMSSP_MIC for user=[xx]
domain=[XXXXXXX] workstation=[XXXXX]
[2016/10/15 04:42:19.789982, 1] ../lib/util/util.c:559(dump_data)
[0000] 97 BD D0 A6 D7 16 E4 0A 59 33 62 ED CC 6A 35 04 ........
Y3b..j5.
[2016/10/15 04:42:19.790035, 1] ../lib/util/util.c:559(dump_data)
[0000] F2 85 BB 00 46 11 89 C4 84 E3 2C 4C 5D FA F4 6A ....F...
..,L]..j
[2016/10/15 04:42:19.790095, 2]
../auth/gensec/spnego.c:716(gensec_spnego_server_negTokenTarg)
SPNEGO login failed: NT_STATUS_INVALID_PARAMETER...
2016 Oct 24
0
invalid NTLMSSP_MIC / SPNEGO login failed: NT_STATUS_INVALID_PARAMETER
...ssp_server.c:950(ntlmssp_server_postauth)
> ntlmssp_server_postauth: invalid NTLMSSP_MIC for user=[xx]
> domain=[XXXXXXX] workstation=[XXXXX]
> [2016/10/15 04:42:19.789982, 1] ../lib/util/util.c:559(dump_data)
> [0000] 97 BD D0 A6 D7 16 E4 0A 59 33 62 ED CC 6A 35 04 ........
> Y3b..j5.
> [2016/10/15 04:42:19.790035, 1] ../lib/util/util.c:559(dump_data)
> [0000] F2 85 BB 00 46 11 89 C4 84 E3 2C 4C 5D FA F4 6A ....F...
> ..,L]..j
> [2016/10/15 04:42:19.790095, 2]
> ../auth/gensec/spnego.c:716(gensec_spnego_server_negTokenTarg)
> SPNEGO login failed: N...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...gVC!-MATO+`HVj
zB=e+aP^)HW>G!E)-*@!pdp7)|I9Yt3;REaz<WV5rb~}DM^80{$`v;WYR?29rMxnXb
zSgII3v)i at wZ4`Q&mbzPRx?8q}7}X3lzAH@#S(V&jXZjd2{g5*ygh at X}xjZ&t@=qPf
zKeCf|Bl%9QGg$p at O5Tkj{@8|i8W6keUU- at yp6*isRHbeB4*~xPSBThK8j3m^id4In
zt7~f4&>?$xCjO2=b1|BEX?kWqw7RrxUP5(coyK-%(Fj^C-y3B%gExTIX{NlCZyylI
z8sJlj(g5$ZtNH}0x{s at RAyxGWs>Tyq`aP=gdwnLE=)%t&UARALI{edrm)Sfr9s{TQ
zyRN3qBN2HZDpTb52nl}rArX;Ytr8>LtEGOBIwcV$OrDaY<PW55uSRiQ&ADo}ctP)`
z$qVRna~AKzt;tWPcwDKXlq^avYlpj6i_?k)E%SFgc0%HmsEoMCweq`PsYH{sn2pyz
zbHmziYKzviMRTQI*P33}T>5<)a{!dZ)1KySHTnk4s?G)tdoD<E3B...