Displaying 20 results from an estimated 22 matches for "tc1".
Did you mean:
rc1
2012 Jan 28
2
For Loop Error
Hi Again,
I am writing a 'for loop' to create a matrix of randomly sampled colors.
I've written this loop in matlab and it works fine. I then tried to do it
in R and apparently there is something wrong with my syntax b/c every time I
run the script, the for loop "blows up" at a different point in the loop.
As you can see, I ask R to clear my workspace each time, so there
2014 Jan 09
1
Bug#734761: xen-system-amd64: "XEN kernel detects 3GB RAM instead of 4GB"
Package: xen-system-amd64
Version: 4.1.4-3+deb7u1
Severity: normal
The xen kernel detects 3GB of memory instead of the full 4GB. When using the "normal" kernel 4GB is detected.
On boot the 4GB is detected:
root at ams-tc1-xen27:~# dmesg |grep Mem
[ 0.000000] Memory: 3226132k/4980736k available (3426k kernel code, 788180k absent, 966424k reserved, 3312k data, 576k init)
But only 3GB is used:
root at ams-tc1-xen27:~# cat /proc/meminfo
MemTotal: 3259444 kB
MemFree: 3006884 kB
Buffers: 12012...
2009 Nov 25
2
encoding image from a webcam
I'm trying to encode a picture from my webcam using the theora
codec. The final "product"
must encode a frame, send it over the network and decode it on "the
other side".
For now, it must only work locally so we don't care about the transmission.
This is what I've understood till now: I have a char * buffer from the
camera RG24,I convert it to
YCbCr 4:4:4, I
2013 Mar 06
6
Latest Xen on ARM Fast Models
Hi,
I''m having some problems with getting the latest linux kernel and xen build
working on ARM''s Fast Model simulator ( Cortex A15 ). I tried a lot of
different configurations and I''m having trouble with all of them. I got all
my information from the wiki pages at
http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions#Building_Xen_on_ARM
.
I was hoping
2004 Oct 12
1
[LLVMdev] Re: [llvm-commits] CVS: */Makefile.am
...they're still not
> perfect (not even g++).
I agree, but I see the problem slightly differently. C++ *is* a complex
language, and implementing it is certainly not something to be taken
lightly. The bigger problem in my mind is that it's a moving target:
there are continuing revisions (TC1 is one part of it, there are more
revisions for C++0x), and the standard library takes a lot of effort to
implement efficiently.
If someone was interested in doing this, it would probably take a small
team of people a couple of years to get something useful. That said, if
someone seriously wants...
2004 May 31
0
Doubts on anova and use of contrasts in multcomp package
...) # r1 vs (r2,r3)/e2
C4 = c(0, 0, 0, 1, 0, -1) # r2 vs r3/e2
C = rbind(C1, C2, C3, C4)
row.names(C) = c('r1 vs (r2,r3)/e1', 'r2 vs r3/e1',
'r1 vs (r2,r3)/e2', 'r2 vs r3/e2')
lim1 = lm(y ~ aux, data = df)
print(anova(lim1))
tc1 = simtest(y ~ aux, data = df, conf.level = 0.9,
alternative = 'less', eps = 1e-04, cmatrix = C)
print(summary(tc1))
#===Below: verifying E effect in R levels (already analized in av2)
# (with auxiliary variable - aux)
# a: e1/r1
# c: e1/r2
# e: e1/r3
# b: e2/r1
# d...
2016 May 19
1
libvirt on Raspberry Pi, block by parameter "-S"
...ket,id=charmonitor,path=/var/lib/libvirt/qemu/test.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -boot menu=off,strict=on -kernel /home/pi/src/vexpress-zImage -append "root=/dev/vda rw console=ttyAMA0" -dtb /home/pi/src/vexpress-v2p-ca15-tc1.dtb -usb -drive file=/home/pi/src/test.qcow2,if=none,id=drive-virtio-disk0,format=qcow2 -device virtio-blk-device,scsi=off,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -drive file=/home/pi/src/opensuse.img,if=none,media=cdrom,id=drive-virtio-disk1,readonly=on,format=raw -device virtio-blk-d...
2017 Dec 20
2
outlining (highlighting) pixels in ggplot2
...-0.0038, -0.0029,
-0.0154, -0.0162, -0.0252, -0.0299, -0.0350, -3.40e-02, -2.51e-02, -0.0172,
-0.0139, -0.0091, -0.0119, -0.0156),
nrow = 15, ncol = 12, byrow=TRUE,
dimnames = list(rev(c("TH1", "IN1", "IN3", "GL1", "LH1", "ED9", "TC1",
"TC2", "TC3", "UT1", "UT3", "UT5", "GC1", "BC1", "WC1")),
c(format(seq(as.Date('2000-10-01'),
as.Date('2001-09-30'), by='month'), "%b"))))
# palett...
2013 Jun 24
2
Asterisk-11 loop behaviour
...;2", "0?falsegoto") in new stack
-- Executing [1 at timeconditions:10]
ExecIf("Local/s at tc-maint-000002a6;2", "0?Set(DB(TC/1)=)") in new
stack
-- Executing [1 at timeconditions:11]
Set("Local/s at tc-maint-000002a6;2",
"DEVICE_STATE(Custom:TC1)=NOT_INUSE") in new stack
-- Executing [1 at timeconditions:12]
ExecIf("Local/s at tc-maint-000002a6;2",
"0?Set(DEVICE_STATE(Custom:TCSTICKY)=INUSE)") in new stack
-- Executing [1 at timeconditions:13]
GotoIf("Local/s at tc-maint-000002a6;2", "0?ext-g...
2004 Oct 12
0
[LLVMdev] Re: [llvm-commits] CVS: */Makefile.am
On Mon, 11 Oct 2004 08:08:56 -0700
Reid Spencer <reid at x10sys.com> wrote:
> FWIW, I agree that the current situation with llvm-gcc is not ideal, but
> most of us just build llvm-gcc once and forget about it. The real
> solution here is to endow LLVM with its own C/C++ compiler and bootstap,
> but that's a longer strategy.
>
> Reid.
While I agree this would be the
2007 Sep 13
0
[LLVMdev] assumptions about varargs ABI
On Thu, 13 Sep 2007, Jay Foad wrote:
> Various parts of LLVM seem to assume that the ABI for a varargs
> function is compatible with the ABI for a non-varargs function, so
This is due to 'K&R' C function handling. In K&R and ANSI C, you can do
stuff like this:
void foo();
void bar() {
foo(1, 2, 3);
}
void foo(int a, int b, int c) {}
and it needs to work.
> (I
2017 Dec 20
0
outlining (highlighting) pixels in ggplot2
...gt; -0.0154, -0.0162, -0.0252, -0.0299, -0.0350, -3.40e-02, -2.51e-02, -0.0172,
> -0.0139, -0.0091, -0.0119, -0.0156),
> nrow = 15, ncol = 12, byrow=TRUE,
> dimnames = list(rev(c("TH1", "IN1", "IN3", "GL1", "LH1", "ED9", "TC1",
> "TC2", "TC3", "UT1", "UT3", "UT5", "GC1", "BC1", "WC1")),
> c(format(seq(as.Date('2000-10-01'),
> as.Date('2001-09-30'), by='month'), "%b"...
2012 Sep 20
1
[PATCH v2] arm: introduce a DTS for Xen unprivileged virtual machines
...-vexpress/Makefile.boot
index 318d308..38dbaac 100644
--- a/arch/arm/mach-vexpress/Makefile.boot
+++ b/arch/arm/mach-vexpress/Makefile.boot
@@ -7,4 +7,5 @@ initrd_phys-y := 0x60800000
dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb \
vexpress-v2p-ca9.dtb \
vexpress-v2p-ca15-tc1.dtb \
- vexpress-v2p-ca15_a7.dtb
+ vexpress-v2p-ca15_a7.dtb \
+ xenvm-4.2.dtb
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c
index 4e567f7..9545b70 100644
--- a/arch/arm/mach-vexpress/v2m.c
+++ b/arch/arm/mach-vexpress/v2m.c
@@ -659,6 +659,7 @@ static voi...
2007 Sep 13
2
[LLVMdev] assumptions about varargs ABI
Hi,
Various parts of LLVM seem to assume that the ABI for a varargs
function is compatible with the ABI for a non-varargs function, so
that code like this:
define void @f(i32 %x) {
...
}
...
call void (...)* bitcast (void (i32)* @f to void (...)*)(i32 42)
will work.
(I don't think C guarantees that this will work, at least not in the
version of the C99 standard I checked.)
I'm
2007 Aug 16
2
Newbie
...05/2007 Tollymore 1 T4 FALSE 1 A 1 0 0 0 3 0 2 0 16.43
78 29/05/2007 Tollymore 1 T6 FALSE 1 A 1 0 0 5 28 0 4 0 17.50
79 29/05/2007 Tollymore 1 T9 FALSE 1 A 1 0 4 0 3 0 0 0 20.58
80 15/07/2007 Tullychurry 1 TC1 FALSE 1 A 1 0 0 0 9 0 0 0 25.27
81 16/07/2007 Tullychurry 1 TC12 FALSE 1 A 1 0 5 0 44 1 0 4 24.83
82 16/07/2007 Tullychurry 1 TC15 FALSE 1 A 1 0 5 0 5 0 0 14 22.28
83 16/07/2007 Tullychurry 1 TC18 FALSE 1 A/J 0 0...
2004 Oct 11
2
[LLVMdev] Re: [llvm-commits] CVS: */Makefile.am
John,
The point I was trying to make (and obviously didn't) was that because
automake can make the mechanics of building/testing/packaging a release
so much easier (one command), it is possible for this to be automated
regularly (e.g. nightly test). Consequently, the problems only seen when
building a distribution would be available much sooner than the week
before the release. Distribution
1999 Jan 04
0
Tripwire mess..
...t.com (199.183.24.239)
by lists.redhat.com with SMTP; 5 Jan 1999 17:42:39 -0000
Received: from albatross.mags.net (albatross.mags.net [209.140.80.4])
by mail.redhat.com (8.8.7/8.8.7) with ESMTP id MAA31785
for <linux-security@redhat.com>; Tue, 5 Jan 1999 12:23:56 -0500
Received: from kev (tc1-slot4-mod22.da.mags.net [209.140.80.207])
by albatross.mags.net (2.5 Build 2640 (Berkeley 8.8.6)/8.8.4) with SMTP
id MAA00698 for <linux-security@redhat.com>; Tue, 05 Jan 1999 12:23:51 -0500
Message-ID: <002b01be38d0$88aacac0$cf508cd1@kev.snet.net>
From: "Kevin" &...
2008 May 01
3
[LLVMdev] optimization assumes malloc return is non-null
On Apr 30, 2008, at 8:51 PM, David Vandevoorde wrote:
>> This isn't safe in general unless you can (tightly) bound "n". You
>> don't want to overflow the stack.
>
> Ah yes, of course. Does LLVM do this for known & small constant n?
We don't do this currently, primarily because I haven't seen a case
where it is a win yet: it would be very easy to
2013 Oct 06
23
[Bug 70208] New: Nouveau driver doesn't find vbios for Geforce GT 750M on Asus N750JV laptop
https://bugs.freedesktop.org/show_bug.cgi?id=70208
Priority: medium
Bug ID: 70208
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau driver doesn't find vbios for Geforce GT 750M
on Asus N750JV laptop
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...se
> libguestfs: command: run: \ --if-newer
> libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock
> libguestfs: command: run: \ --copy-kernel
> libguestfs: command: run: \ -f ext2
> libguestfs: command: run: \ --host-cpu arm
> libguestfs: command: run: \ --dtb vexpress*a15-tc1.dtb
> libguestfs: command: run: \ /usr/lib/arm-linux-gnueabihf/guestfs/supermin.d
> libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d
> supermin: version: 5.1.14
> supermin: package handler: debian/dpkg
> supermin: acquiring lock on /var/tmp/.guestfs-0/lock
> supermin...