Displaying 5 results from an estimated 5 matches for "nvj".
Did you mean:
nv
2002 Dec 12
0
R-intro: Simple manipulations/Vectors and assignment (PR #2365)
...ut it is a bit obsolete now. In S-PLUS 6.x it
actually fails. Perhaps we don't need to be quite so thorough about this
after all and use a more normal example - for example just skip the 0 in the
y assignment and change the text accordingly.
Bill Venables.
-----Original Message-----
From: nvj@fys.ku.dk [mailto:nvj@fys.ku.dk]
Sent: Thursday, December 12, 2002 9:17 AM
To: r-devel@stat.math.ethz.ch
Cc: R-bugs@biostat.ku.dk
Subject: [Rd] R-intro: Simple manipulations/Vectors and assignment
(PR#2365)
Full_Name: Niels Vestergaard Jensen
Version: 1.6.1
OS: Linux (Mandrake 9.0)
Submission fro...
2017 Aug 04
0
Re: libguestfs binaries missing when built from source code
...0WoOgTUIJKa5bkkBTv01cjp2MRem1AeefXzqxSu-S45CrmBmcYJoiVfDHVW6gPMLesMhjOA%3D%3D&u=http%3A%2F%2Frwmj.wordpress.com
> virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests.
> https://clicktime.symantec.com/a/1/NVJ-ZsDP6QhNjOWyGYkyhm0KnMX159eMZUIe2cDhyCc=?d=lKUMdoBnOzd7W5F0z0mHV44ryaWe-LldfTPZ-FoEiBVrVtef1KKRar7c0R7yC-t9zz_4Ff5sxcbsgNOA-B6vguIyp1f_LIS83hfbWqfRO1XKDPyvF2X9E45lCv-O28e_E0FLtLsM-ilmz_6BvXgXLsy04g0oBIcIP_BY3FJnHRelAaCPwEG1pjW9HB85JiG6wnODQeCvIAbqwBCI7DyaTln9BbyctIGu8AMRKgFuU_sw15WHtGuqMRS3fIiWzDNE...
2006 Jun 13
2
levelplot and source() problems
I have been using levelplot but have had trouble calling it inside
functions - something seems to go wrong when it's not called directly from
the R command prompt. Simplest reproducible example:
$ R --vanilla
> library(lattice)
> levelplot(matrix(1:4,2,2))
- This gives a nice plot in soothing pastel colors.
Now, with a file lptest.r containing 2 lines:
library(lattice)
2006 Oct 03
1
HP Toolbox kills Samba
...M8>^.M/L&)\Y[7Z(;7R<;TI@PO]I=R$EE[DAY\YA:NWY459(?7[\+]$,0G((Q
MKQF]T#Y@QOG-&#O,535C?+;E.^(KYZ0F[@+BI31RLAD3/E$Z(3,:(ZIIQI2&
MP+STS%/2Y67H`P[@``X8`@,>AL!2ZWD%:1_J,M"!G<*,2K@<,\YO1IMS-NO\
M9M3":<PXOQFMJ.ZHE#++'TXQ9:0T^60SAD6L_%_(Y ##B%.,?P5CG6<8<7XS
M!NVJ:L:$O+#50C$W,#>-UCM#HY[;C$YJ@1GG-Z.5^,;Y?:/+0XYOG)M&KTU%
M:4PK#RAXKP1Y0%5"/U?!$<_F-Z.39%XLP(Q!Y)AQ;C,&)31FG-^,%AKG-F,N
MU.U-I3#C3&;T@9[G_&;4*@22^^9,[LNEDM:1W$<R#TE=< `'</"7)_<9X"&Y
M#Y'VN3FL9U:H,/<"#)H5/IG8# =P``=H-#0:&FVQ&...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...vector<MachineInstr*>::iterator
>> + VI = CurrentPacketMIs.begin(),
>> + VE = CurrentPacketMIs.end();
>> + (VI != VE&& maintainNewValueJump); ++VI) {
>> + SUnit* PacketSU = MIToSUnit[*VI];
>> +
>> + // NVJ can not be part of the dual jump - Arch Spec: section 7.8
>> + if (PacketSU->getInstr()->getDesc().isCall()) {
>> + Dependence = true;
>> + break;
>> + }
>> + // Validate
>> + // 1. Packet does not have a store...