search for: 2c2

Displaying 20 results from an estimated 21 matches for "2c2".

Did you mean: 22
2009 Oct 18
2
rbind to array members
Hi, I would like to add rows to arbitrary tables within a 3dimensional array. I can directly add data to an existing row of a table: > x <- array(0,c(1,3,2))> x[,,1] <- c(1,2,3) And I can even add a row to the table and assign to another object. > y <- rbind(x[,,1], c(4,5,6)) and 'y' is what I want it to be:> y?? ? [,1] [,2] [,3][1,] ? ?1 ? ?2 ? 3[2,] ? ?4 ? ?5 ? 6 but
2014 Apr 04
2
[LLVMdev] successful full recurse of mips32
.../Support/Release+Asserts/CommandLine.o /home/rkotler/slave1/recurse2be/build/./lib/Support/Release+Asserts/CommandLine.o differ: char 59791, line 147 rkotler at mipsswbrd002:~/slave/recurse2be/build$ This one difference is a time stamp. kotler at mipsswbrd002:~/slave/recurse2be/build$ diff 1 2 2c2 < ./lib/Support/Release+Asserts/CommandLine.o: file format elf32-tradbigmips --- > /home/rkotler/slave1/recurse2be/build/lib/Support/Release+Asserts/CommandLine.o: file format elf32-tradbigmips 3956,3957c3956,3957 < 0e4b0 8e22000c 1000000c 00000000 3c01393a ."..........<....
2008 May 26
2
indiana as nfs server: crash due to zfs
...0x0), file: ../../common/fs/zfs/space_map.c, line: 315 May 22 02:18:57 ultra20 unix: [ID 100000 kern.notice] May 22 02:18:57 ultra20 genunix: [ID 655072 kern.notice] ffffff0003d06830 genunix:assfail3+b9 () May 22 02:18:57 ultra20 genunix: [ID 655072 kern.notice] ffffff0003d068e0 zfs:space_map_load+2c2 () May 22 02:18:57 ultra20 genunix: [ID 655072 kern.notice] ffffff0003d06920 zfs:metaslab_activate+66 () May 22 02:18:57 ultra20 genunix: [ID 655072 kern.notice] ffffff0003d069e0 zfs:metaslab_group_alloc+24e () May 22 02:18:57 ultra20 genunix: [ID 655072 kern.notice] ffffff0003d06ab0 zfs:metaslab_a...
2019 Feb 11
2
[Release-testers] [8.0.0 Release] rc2 has been tagged
rc1 did not exhibit this mismatch. A repeat of the rc2 build repeated the mismatch. I diff'd the disassembly between phase 2 and phase 3 and the difference is the same on both builds. The difference follows: # diff x86isel_p{2,3}.s 2c2 < Phase2/Release/llvmCore-8.0.0-rc2.obj/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o: file format elf64-x86-64 --- > Phase3/Release/llvmCore-8.0.0-rc2.obj/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o: file format elf64-x86-64 121757c121757 &lt...
2011 Dec 08
8
Puppet Dashboard or Forman on SLES?
Hi all, i planned for a startup to install one of this gui tools. But if i look in the documentation, or google it, i find no results which helps. If i would like to install the rpm package i get the following dependencies problems rpm -i puppet-dashboard-1.2.3-1.el6.noarch.rpm warning: puppet-dashboard-1.2.3-1.el6.noarch.rpm: Header V4 RSA/SHA1 signature: NOKEY, key ID 4bd6ec30 error: Failed
2004 Sep 11
0
[LLVMdev] POST MORTEM: llvm-test changes
...inline assembly! Code: 'xchgb %h0, %b0 rorl $16, %0 xchgb %h0, %b0' gmake[3]: [Output/echo.ll] Error 1 (ignored) I guess I have to place a modified version of this header file in sys-include. ===================== SingleSource/Benchmarks/Misc/Output/pi All of cbe/jit/llc fail with: 2c2 < x = 0.150572 y = 0.49 low = 31314973 j = 40000001 --- > x = 0.150572 y = 0.49 low = 31314970 j = 40000001
2008 Nov 21
1
Equivalent to apply(x[,2:5],1,sum) for dataframe
What's the most correct way of doing the equivalent to apply(x[,2:5],1,sum) if x is dataframe in which the only numeric fields are in columns 2:5 ? (using apply returns a character vector) Thanks Agus -- Dr. Agustin Lobo Institut de Ciencies de la Terra "Jaume Almera" (CSIC) LLuis Sole Sabaris s/n 08028 Barcelona Spain Tel. 34 934095410 Fax. 34 934110012 email: Agustin.Lobo at
2005 Jun 22
0
Samba and Sun StorEdge NAS
...>> 06/21/05 14:15:42 0x3D21F18 smbrdr.mlsvc_anonymous_logon+81(280A098 280A068 202 >> 110E4F) >> 06/21/05 14:15:42 0x3D21DD8 smbrdr.mlsvc_negotiate+AD(280A068 3D21ED6 3D21EE0 3D >> 21EDC) >> 06/21/05 14:15:42 0x3D21DA8 smbrdr.mlsvc_smb_connect+35(280A068 0 3D21DE8 2C2281 >> E) >> 06/21/05 14:15:42 0x3D21D78 smbrdr.mlsvc_smb_connect+13B(2C26E50 0 3D21DA8 2C228 >> 69) >> 06/21/05 14:15:42 0x3D21CA8 connect+0x19(30 3D21D68 10 2C2206C) >> 06/21/05 14:15:42 0x3D21C88 svccall+0x86(244A4C 3 3D21CB0 2C22104) >> 06/21/05 14:15:42...
2004 Sep 10
2
[LLVMdev] POST MORTEM: llvm-test changes
On Thu, 9 Sep 2004 20:16:37 -0700 Jeff Cohen <jeffc at jolt-lang.org> wrote: > On Thu, 9 Sep 2004 08:52:10 -0700 > Jeff Cohen <jeffc at jolt-lang.org> wrote: > > > > I haven't got around to this yet but I will. The odds are good the > > > problem is in a BSD system header file so I need to capture the > > > preprocessed source. > > >
2012 May 28
1
Disk geometry problem.
...ds, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System hdparm shows: hdparm -I /dev/sdc > ~/tmp/hdparm_sdc (file attached) hdparm -I /dev/sdd > ~/tmp/hdparm_sdd (file attached) diff hdparm_sd[cd] 2c2 < /dev/sdc: --- > /dev/sdd: 6c6 < Serial Number: CVPR13010957120LGN --- > Serial Number: CVPR126101YK120LGN 85c85 < Logical Unit WWN Device Identifier: 5001517959613b9f --- > Logical Unit WWN Device Identifier: 50015179595b6a83 88c88 < Unique ID...
2002 Aug 31
0
Re: ATARAID on 2.4.19?
...rom /mnt/cdrom iso9660 > noauto,owner,kudzu,ro 0 0 > /dev/fd0 /mnt/floppy auto > noauto,owner,kudzu 0 0 > > ------------------------------------------------ > [root@jboat5 boot]# diff Config-2.4.18test11 Config-2.4.19test1 > 2c2 > < # Automatically generated by make menuconfig: don't edit > --- > > # Automatically generated make config: don't edit > 53a54 > > # CONFIG_X86_MCE is not set > 94,95d94 > < # CONFIG_HOTPLUG_PCI_COMPAQ is not set > < # CONFIG_HOTPLUG_PCI_COMPAQ_NVR...
2013 Jan 16
1
R CMD check not reading R_LIBS from ~/.R/check.Renviron
Dear List, Further to my earlier email, I note that, for me at least, R CMD check is *not* reading R_LIBS from ~/.R/check.Renviron on R 2.15.2 patched (r61228) and R Under Development (r61660). The only way I can get R CMD check to look for packages in a user-supplied library is by explicitly exporting R_LIBS set to the relevant directory. R CMD build *does* read R_LIBS from ~/.R/build.Renviron
2008 Jan 28
1
Dovecot-auth crash
...0, 0}) = 1 (in [16], left {10, 0}) 23:56:00.394468 read(16, "0\f\2\1\1a\7\n", 8) = 8 23:56:00.394521 read(16, "\1\0\4\0\4\0", 6) = 6 23:56:00.394591 time(NULL) = 1201560960 23:56:00.394668 time(NULL) = 1201560960 23:56:00.394711 write(16, "07\2\1\2c2\4\22dc=printflow,dc=sk\n\1\2\n\1"..., 57) = 57 23:56:00.395613 select(1024, [16], [], NULL, NULL) = 1 (in [16]) 23:56:00.395803 read(16, "0\202\2\302\2\1\2d", 8) = 8 23:56:00.395857 read(16, "\202\2\273\4*cn=USER NAME,ou=users,dc="..., 702) = 702 23:56:00.395937 select(102...
2007 Nov 09
1
make check-all fails on F8
...eaving directory `/home/marcs/R.Files/SourceCode/SVN/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving directory `/home/marcs/R.Files/SourceCode/SVN/tests' make: *** [check-all] Error 2 If I just run a diff on these two files, I get: $ diff reg-IO.Rout.save reg-IO.Rout.fail 2c2 < R version 2.6.0 Under development (unstable) (2007-05-22 r41673) --- > R version 2.6.0 Patched (2007-11-01 r43319) 59c59 < In readLines("testIO.R") : incomplete final line found on 'testIO.R' --- > In readLines("testIO.R") : incomplete final line found on...
2019 Feb 07
9
[8.0.0 Release] rc2 has been tagged
Dear testers, 8.0.0-rc2 has been tagged from the release_80 branch at r353413. Please run the test script, share your results, and upload binaries. I'll get the source tarballs and docs published as soon as possible, and binaries as they become available. Thanks, Hans
2004 Sep 11
2
[LLVMdev] POST MORTEM: llvm-test changes
...> xchgb %h0, %b0' > gmake[3]: [Output/echo.ll] Error 1 (ignored) > > I guess I have to place a modified version of this header file in sys-include. Yup ! > > ===================== SingleSource/Benchmarks/Misc/Output/pi > > All of cbe/jit/llc fail with: > > 2c2 > < x = 0.150572 y = 0.49 low = 31314973 j = 40000001 > --- > > x = 0.150572 y = 0.49 low = 31314970 j = 40000001 Hmm. Not sure what's up with that but Linux passes this one. Reid. -------------- next part -------------- A non-text attachment w...
2014 Apr 03
5
[LLVMdev] comparing .o files from different build trees
I'm trying to write a script for checking whether the compiler recursed properly. rkotler at mipsswbrd002:~/slave/recurse3be/build$ find . -name "*.o" -exec cmp '{}' ../../recurse2be/build/'{}' \; |& tee foo.txt Is anyone else doing this? There 2 compilers, recurse 2 and recurse3 that in principle should be identical. Obviously if there is date and time
2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
...eredocs-strings pass ./check.t:dot-needs-argument pass ./check.t:alias-function-no-conflict pass ./check.t:bash-function-parens pass ./check.t:integer-base-one-1 pass ./check.t:integer-base-one-2a pass ./check.t:integer-base-one-2b pass ./check.t:integer-base-one-2c1 pass ./check.t:integer-base-one-2c2 pass ./check.t:integer-base-one-2d1 pass ./check.t:integer-base-one-2d2 pass ./check.t:integer-base-one-2d3 pass ./check.t:integer-base-one-2d4 pass ./check.t:integer-base-one-2d5 pass ./check.t:integer-base-one-2d6 pass ./check.t:integer-base-one-3As pass ./check.t:integer-base-one-3Ws pass ./chec...
2013 Oct 09
2
[PATCH 0/1] Porting klibc to arm64
On Wed, 9 Oct 2013 10:44:27 +0000 (UTC) Thorsten Glaser <tg at mirbsd.de> wrote: > Anil Singhar dixit: > > >Manual testing as provided within the package has been done with all > >tests passing. This includes the units tests available under > >usr/klibc/tests, usr/utils, usr/dash and usr/gzip. For dash and > >gzip, only sanity testing has been done. > >
1999 Oct 20
3
patch for tinc-0.3
...gt; Only in tinc-0.3-patched/cipher/idea: Makefile Only in tinc-0.3-patched: config.cache Only in tinc-0.3-patched: config.h Only in tinc-0.3-patched: config.log Only in tinc-0.3-patched: config.status Only in tinc-0.3-patched/doc: Makefile diff -r tinc-0.3/doc/tincd.8 tinc-0.3-patched/doc/tincd.8 2c2 < .TH TINC 1 "August 1999" "tinc version 0.3" "FSF" --- > .TH TINC 1 "October 1999" "tinc version 0.3" "FSF" Only in tinc-0.3-patched/lib: Makefile Only in tinc-0.3-patched: libtool Only in tinc-0.3-patched/m4: Makefile Only in tinc-...