search for: ta1

Displaying 10 results from an estimated 10 matches for "ta1".

Did you mean: a1
2009 Aug 25
1
Filling in empty arrays/lists from using "paste" function
...(10,2)) id pro sal 1 idA1 bb 2 2 idA2 uu 0 3 idA3 ee 3 4 idA4 tt 2 5 idA5 uu 4 6 idA1 gg 3 7 idA2 tt 0 8 idA3 bb 1 9 idA4 gg 0 10 idA5 ee 5 My desired outputs (5 arrays/lists classified according to distinct "id" field) are as follow: > TA1 bb ee gg tt uu 2 0 3 0 0 > TA2 bb ee gg tt uu 0 0 0 0 0 > TA3 bb ee gg tt uu 1 3 0 0 0 ...... similarly for TA4 & TA5. The above results were produced using TA1 <- c(bb=TA1.bb,ee=TA1.ee,gg=TA1.gg,tt=TA1.tt,uu=TA1.uu), TA2 <- c(bb=TA2.bb,ee=TA2.ee,gg=TA2.gg,tt=TA2....
2008 Feb 08
1
reshape question
I know there are a lot of reshape questions on the mailing list, but I haven't been able to find an answer to this particular issue. I am trying to get a datafame structured like this: > sub <- rep(1:5) > ta1 <- rep(1,5) > ta2 <- rep(2,5) > tb1<- rep(3,5) > tb2 <- rep(4,5) > DF <- data.frame(sub,ta1,ta2,tb1,tb2) > DF sub ta1 ta2 tb1 tb2 1 1 1 2 3 4 2 2 1 2 3 4 3 3 1 2 3 4 4 4 1 2 3 4 5 5 1 2 3 4 into a form like thi...
2011 Jan 20
4
How to reshape wide format data.frame to long format?
...ame > names(codesM) [1] "key" "AMR.pa1.M" "AMR.pa2.M" "AMR.pa3.M" "AMR.pa4.M" [6] "AMR.pa5.M" "AMR.pa6.M" "AMR.pa7.M" "AMR.pa8.M" "AMR.pa9.M" [11] "AMR.pa10.M" "AMR.ta1.M" "AMR.ta2.M" "AMR.ta3.M" "AMR.ta4.M" [16] "AMR.ta5.M" "AMR.ta6.M" "AMR.ta7.M" "AMR.ta8.M" "AMR.ta9.M" [21] "AMR.ta10.M" "AMR.ka1.M" "AMR.ka2.M" "AMR.ka3.M" "...
2018 Mar 05
2
virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
[This email is either empty or too large to be displayed at this time]
2018 Mar 06
3
Re: virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
...invocation. VM have two disks (/boot and LVM partitioned one). I converted both disks to .qcow2 format and executed virt-customize on them: # qemu-img convert -f vmdk -O qcow2 /mnt/knp1-vm-otp02/knp1-vm-otp02.vmdk ta.qcow2 # qemu-img convert -f vmdk -O qcow2 /mnt/knp1-vm-otp02/knp1-vm-otp02_1.vmdk ta1.qcow2 # virt-customize --colours -v -x --selinux-relabel -a ta.qcow2 -a ta1.qcow2 > virt-customize --selinux-relabel -a throwaway.qcow2 > rm throwaway.qcow2 Here is a most interesting snippet from `virt-customize -v -x --selinux-relabel -a ta.qcow2 -a ta1.qcow2' output: ... many l...
2013 Nov 04
1
Access denied when associating a driver with a printer
.../4p9859tP I've got full root access to everything - this is a lab environment so I can do pretty much what I like to get this working. -- Eckland-Cort Ltd T/A Bediwin Information Services Registered in England and Wales, no. 02598654 Registered office: 3 Southleigh Road, Taunton, Somerset TA1 2XZ
2013 Dec 08
1
Password syncing
Hi all, Does anyone have a working password syncing setup (where changing the password in Windows will change the unix password) with Samba 3.6? Thanks. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766
2013 Dec 12
0
Group policy modelling wizard - can I help at all?
...nment I can test this out in, but alas I don?t have the deep knowledge of AD (or for that matter Samba) necessary to implement this feature. -- Eckland-Cort Ltd T/A Bediwin Information Services Registered in England and Wales, no. 02598654 Registered office: 3 Southleigh Road, Taunton, Somerset TA1 2XZ Our Managed Workstation service deals with antivirus, backup and updates for just ?5.00/month! http://www.bediwin.co.uk/services/managed-workstations
2015 Mar 06
0
[klibc:master] add-mips64-support-headers
...ne a1 $5 #define a2 $6 #define a3 $7 -#define t0 $8 /* caller saved */ -#define t1 $9 -#define t2 $10 -#define t3 $11 -#define t4 $12 +#define a4 $8 /* arg reg 64 bit; caller saved in 32 bit */ +#define ta0 $8 +#define a5 $9 +#define ta1 $9 +#define a6 $10 +#define ta2 $10 +#define a7 $11 +#define ta3 $11 +#define t4 $12 /* caller saved */ #define t5 $13 #define t6 $14 #define t7 $15 @@ -34,16 +39,17 @@ #define s6 $22 #define s7 $23 #define t8 $24 /* caller save...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking