Displaying 5 results from an estimated 5 matches for "zkb".
Did you mean:
skb
2002 Jun 02
1
(fwd from t216@zkb.ch) IBM Mainframe port for rsync
How cool!
--
Martin
-------------- next part --------------
An embedded message was scrubbed...
From: Hartmut Schaefer <t216@zkb.ch>
Subject: IBM Mainframe port for rsync
Date: Fri, 17 May 2002 09:28:27 +0200
Size: 41998
Url: http://lists.samba.org/archive/rsync/attachments/20020602/1e7c0e5a/attachment.eml
1997 Feb 05
0
bliss version 0.4.0
...(HH!=\*Y,BS,KQ@6&
Z2ODN:7Y4L<.<''TL12S3S0V5D"]$4^0SG-56VO<]5M\Y?<Z[@%(''R5''^B97>.
ZZ)9`XN>29U7>L<LDB68L>EY7BZR=:U[S9P/F<F''>V<.I[SR8>[BY@H+T79M"
ZT.6+^A)FEOM=V2DQ:A0`&[?_R[#IA?)7C\(+<WTF3348A75,O=/QLRN4MG?+
ZKB**H93X^6%>&8B9)O/7]5EI&FOT_"H^+?5R0C97D9Q<F_\G![/!,4J;283X
Z8W1A:TNZE)*AQ2L.''_J;_\X%IX+1QI!H1U3>5#K&?V)^^PR>^:5GZ)CGV?NH
Z"9-1=J*,UD)$XO?"X9XA<Q`6F"F&4DH+#0GWA^E&-83U*X%$H/9RFYN=XX+=
Z$7C/"=_(T.YODP<E'';<\WG$:2OG+_GRG...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...a2s^X at e2zrO|E6#L6y)C-S~iZ_EYC&F#x?xS
z_qw(=RU8$Zqh at m95vc4U(}_OCX0vA0*05FukyKyQ{jFnoz5|-!WaxI}xPm87+FsGj
zAyzI~^|(vAf98lVgbLX~1by^0aZwQi at N<5^{^fdRqE5>3Mk*v%nVeoB!>pz!d#^r`
zGvmAIPyf0gr=*VQ0e~1 at gxoUuqq=u%gPzf{6LVwvuFbX-A7DZsHAU##b5#5;GF?$y
zvU%_^+MNt>{zrzq?69<>9ROOy10ZKbzmfqlyAxcw6K#%GGZ|g?K&jEG|H>HtmGSpO
z<KGVyX3`?FA06)F4PJw&@Opg;xInfkA|pMZY5kz&5nN>jrt-q5HqP|n+q at s6D?dj6
zD#3LH3=TS0|J3<Ge@{GOiGNl_pa5f#s0=r}BqG(zmUfjq40cL(*kP9e%DxlA at wL*5
zonNlyAZ_lJ(Oy@%LL(E9qdn+}g8q<WIAVEp#xY+oy6!BhbZ<8&7NBa#bR2A6Vsts3
zw<=~Be>F55c4WNig...
2012 Mar 12
2
Maximum of remaining elements of vector
Dear community
I have the following problem. I'd like to have the maximum of the remaining
elements of a vector.
ex.
x<-c(1,2,3,4,1,2,3,1,2,1)
f(x) = c(4,4,4,4,3,3,3,2,2,1)
where the first element is: max(x[1:length(x])
the second one: max(x[2:length(x)])
the third one: max(x[3:length(x)]) and so on
Of course this can be done with a loop, but isn't there a nicer and faster
way to
2012 Dec 19
0
JRI and XTS library
Hi all,
I am using JRI with the XTS library.
Rengine rEngine = new Rengine(new String [] {/*"--vanilla"*/}, false, null);
rEngine.eval("library(xts)");
When I create an xts object, using previously assigned double/date arrays with roughly 5000 elements, the eval method needs very long (up to a minute) to return.
I would like to understand what is going on, but I find no