search for: mk2

Displaying 8 results from an estimated 8 matches for "mk2".

Did you mean: m32
2009 Jun 10
1
how to get output from a nested loop
...t1[[i]] but I'm not sure how to define it differently. ##I want to make a list file of all 1x1 combinations of "mk" columns, and add "clone" and "S" to these combinations. clone<-c("c1","c2","c3","c4") mk1<-c(1,1,0,0) mk2<-c(0,0,0,1) mk3<-c(1,1,1,1) mk4<-c(0,0,0,0) mk5<-c(0,0,0,1) S<-c(4,5,3,2) t1<-as.data.frame(cbind(clone,mk1,mk2,mk3,mk4, mk5,S)) row.names(t1)<-t1$clone t1<-t1[,-1] t1 ###A nested loop. I'm trying to get all combinations of columns 1:5 and join each of them with column...
2004 Jan 15
0
Rsync with smbfs filesystem and characters like é
...IPT $ECHO " "; $ECHO "MP3 Mirroring Script Start"; $DATE; # make sure we're running as root if (( `$ID -u` != 0 )); then { $ECHO "Sorry, must be root. Exiting..."; exit; } fi $MOUNT -t smbfs -o username=XXX,password=XXX,codepage=CP850,iocharset=ISO8859-1 //beast-mk2/RAID /beast-RAID ; if (( $? )); then { $ECHO "Could not mount RAID on beast-mk2 - Exiting"; $DATE; exit; } fi; $RSYNC -a -v --delete-after --modify-window=2 /beast-RAID/Mp3/ /Mp3-Mirror/ ; $UMOUNT /beast-RAID ; if (( $? )); then { $ECHO "WARNING: Could not UNMOU...
2004 Jan 15
0
Rsync with smbfs filesystem and characters like é - updated from version on RSync List
...IPT $ECHO " "; $ECHO "MP3 Mirroring Script Start"; $DATE; # make sure we're running as root if (( `$ID -u` != 0 )); then { $ECHO "Sorry, must be root. Exiting..."; exit; } fi $MOUNT -t smbfs -o username=XXX,password=XXX,codepage=CP850,iocharset=ISO8859-1 //beast-mk2/RAID /beast-RAID ; if (( $? )); then { $ECHO "Could not mount RAID on beast-mk2 - Exiting"; $DATE; exit; } fi; $RSYNC -a -v --delete-after --modify-window=2 /beast-RAID/Mp3/ /Mp3-Mirror/ ; $UMOUNT /beast-RAID ; if (( $? )); then { $ECHO "WARNING: Could not UNMOU...
2004 Jan 15
0
Re: Rsync with smbfs filesystem and character s like é - updated from version on RSync List
...Mirroring Script Start"; > $DATE; > # make sure we're running as root > if (( `$ID -u` != 0 )); then { $ECHO "Sorry, must be root. > Exiting..."; exit; } fi > > $MOUNT -t smbfs -o > username=XXX,password=XXX,codepage=CP850,iocharset=ISO8859-1 > //beast-mk2/RAID /beast-RAID ; > if (( $? )); then > { > $ECHO "Could not mount RAID on beast-mk2 - Exiting"; > $DATE; > exit; > } > fi; > > $RSYNC -a -v --delete-after --modify-window=2 /beast-RAID/Mp3/ > /Mp3-Mirror/ ; > > $UMOUNT /beast-RAID ; &gt...
2012 Feb 26
6
loop for a large database
Yes, I am a newbie. I have a data.frame (MyTable) of 1445846 rows and 15 columns with character data. And a character vector (MyVector) of 473491 elements. I want simply to get a data.frame with the count of how many times each element of MyVector appears in MyTable. I've tried a loop with : for (i in 1 : length (myvector)) sum (MyTable== i) but it crashes my computer. I've also
2010 Dec 25
0
For sale Yamaha DGX-640 Grand Piano Keyboard for $450USD
...........$500USD Pioneer CDJ-100S Professional CD Player..........$150USD Pioneer DVJ-1000 Professional DVD Turntable........$1000USD Pioneer CDJ-1000MK3 CD/MP3 Player......$500USD Pioneer CDJ 400 ............................$300USD Pioneer CDJ 2000 ............................$800USD Pioneer CDJ-800MK2 Professional CD/MP3 Turntable..$350USD Pioneer CDJ-200 Pro CD Player.....$150USD Pioneer DJM-1000 Mixer ...................$1000USD Pioneer DJM-400 Professional DJ Mixer..........$300USD Allen & Heath Xone:92 Fader DJ Mixer...........$1000USD Allen & Heath Xone:464 16 Input Pro Club DJ Mixe...
2013 Aug 27
4
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
...being saved and restored. And then dying as it can''t read anything: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.11.0-rc5upstream-00002-gfb96a1c (build@build-mk2.dumpdata.com) (gcc version 4.4.5 20101112 (Red Hat 4.4.5-2) (GCC) ) #1 SMP Wed Aug 14 12:33:04 EDT 2013 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009f...
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