Displaying 20 results from an estimated 221486 matches for "hi".
2010 Oct 08
2
incorrect number of levels
I have a data set 382 rows and 63 columns. One of the columns is bay, and there are 6 bays. But, the number of levels for this factor is 7 when it should be six because there is some 'blank' level "". When I subset for the blank level "", I get 0 rows. What in my data could be causing this? Thanks.
> dim(datmtx)
[1] 382 63
> datmtx$bay
[1] TB TB TB TB TB TB TB TB TB TB TB...
2013 Dec 30
2
oom situation
I have continous oom&panic situation unresolved. I am not sure system
fills up all the ram (36GB). Why this system triggered this oom
situation? Is it about some other memory? highmem? lowmem? stack size?
Best Regards,
Kernel 3.10.24
Dec 27 09:19:05 2013 kernel: : [277622.359064] squid invoked
oom-killer: gfp_mask=0x42d0, order=3, oom_score_adj=0
Dec 27 09:19:05 2013 kernel: : [277622.359069] squi...
2011 Jul 11
1
plot means ?
Hi,
I need this plot:
given: x,y - numerical vectors of length N
plot xi vs mean(yj such that |xj - xi|<epsilon)
(running mean?)
alternatively, discretize X as if for histogram plotting and plot mean y
over the center of the histogram group.
is there a simple way?
thanks!
--
Sam Steingold (http...
2007 Aug 17
0
Branch 'vivi' - 13 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_script_function.c test/trace vivified/core vivified/ui
...wf \
+ definefunction2-registers-5.swf.trace \
+ definefunction2-registers-6.swf \
+ definefunction2-registers-6.swf.trace \
+ definefunction2-registers-7.swf \
+ definefunction2-registers-7.swf.trace \
+ definefunction2-registers-8.swf \
+ definefunction2-registers-8.swf.trace \
definefunction2-this.swf \
definefunction2-this.swf.trace \
definefunction2-this.xml \
diff --git a/test/trace/definefunction2-registers-5.swf b/test/trace/definefunction2-registers-5.swf
new file mode 100644
index 0000000..6d1adce
Binary files /dev/null and b/test/trace/definefunction2-registers-5.swf differ
diff...
2011 Mar 01
1
Pairwise T-Tests and Dunnett's Test (possibly using multcomp)
Hello Everyone,
I've been learning to use R in my spare time over the past several months. I've read about 7-8 books on the subject. Lately I've been testing what I've learned by trying to replicate the analyses from some of my SAS books. This helps me make sure I know how to use R properly and also helps me to understand how the two programs are similar and different.
Below is an attempt to replicate some SAS analyses. This was a success in that I was able to reproduce the results using R. I have a feeling though that it may not repr...
2013 Jun 04
3
[LLVMdev] Missing InstCombine optimization.
Hi Jakob,
I've a problem related to the commit #155362.
Consider the following snippet:
void bar(float* f) {
...
}
void foo(float* f, int idx) {
int hi = idx>>3;
int lo = idx&7;
bar(&f[hi*8+lo]); // hi*8 + lo == idx
bar(&f[hi*10+lo]);
}
Before 155362 revision InstCombine was a...
2000 Oct 06
1
Formulae with factors that have missing values
Hi All,
I have a formula which has a factor with NAs in it. I wish to keep
these in the model matrix, but the NA information is currently lost (the
rows are kept but the NA gets converted to 0). Any ideas as to how
I can keep NAs in?
e.g.
junk <-
factor(c("hi",NA,"low",&quo...
2007 Jul 04
0
Branch 'as' - 25 commits - libswfdec/Makefile.am libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...all-arguments-7.swf.trace | 232 +++++++++++++++++++++++
test/trace/call-arguments-8.swf |binary
test/trace/call-arguments-8.swf.trace | 232 +++++++++++++++++++++++
test/trace/call-arguments.as | 19 +
test/trace/callmethod-undefined-this-5.swf |binary
test/trace/callmethod-undefined-this-5.swf.trace | 2
test/trace/callmethod-undefined-this-6.swf |binary
test/trace/callmethod-undefined-this-6.swf.trace | 2
test/trace/callmethod-undefined-this-7.swf |binary
test/trace/callmethod-undefined-this-7.swf.tr...
2013 Feb 26
0
Dom0 OOM, page allocation failure
Hello,
I''m running into some trouble with what appear on the surface to be OOM
issues in Dom0, but I''m not seeing any other evidence. This typically
happens during periods of high I/O, and has occurred during RAID initial
sync, and mkfs.ext4ing (as a test, no intention to keep ext4 on this
array). I''ve found some older posts citing very similar circumstances,
however they all seem to be resolved with an updated kernel in th...
2011 Jun 11
7
"Stack level too" deep with @controller.hi
Hi again, sorry for many questions. In mi HomeController, I have the
"hi" method, in this method I use an "if" for show a different message
for a registered user or a guest. When I call in "home/index" my
method "hi", show me this error message:
"Stack lev...
2013 Oct 08
0
[LLVMdev] Subregister liveness tracking
What I didn't mention in r192119 is that mthi/lo clobbers the other
sub-register only if the contents of hi and lo are produced by mult or
other arithmetic instructions (div, madd, etc.) It doesn't have this
side-effect if it is produced by another mthi/lo. So I don't think making
mthi/lo clobber the other half would work.
For example...
2012 Jul 21
1
top on host and guest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a 6.3 guest running on a 6.3 host and the output from top seems
strange to me. At least I did not expect this.
While in the guest on core is busy with i/o the host seems idle.
Does anyone know why it is this way?
See the output from top below, first the one from guest, then host.
top - 1...
2016 May 31
4
[RFC] Changing `lit` default output
Hi all,
I have some patches up in:
http://reviews.llvm.org/D20721
to make `lit` output more readable when commands fail. I'd like to get a
little more feedback on this before landing, since it impacts how test
failures appear when using the internal shell script runner (which is not
the default...
2007 Mar 12
0
11 commits - libswfdec/js libswfdec/swfdec_loader.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c player/swfdebug.c player/swfdec_player_manager.c test/trace
...er *buffer = swfdec_buffer_new_subbuffer (script->buffer,
cx->fp->pc + 3 + len - script->buffer->data, size);
swfdec_bits_init (&bits, buffer);
+ if (*function_name) {
+ name = function_name;
+ } else if (cx->fp->sp > cx->fp->spbase) {
+ /* This is kind of a hack that uses a feature of the Adobe compiler:
+ * foo = function () {} is compiled as these actions:
+ * Push "foo", DefineFunction, SetVariable/SetMember
+ * With this knowledge we can inspect the topmost stack member, since
+ * it will contain the...
2013 Oct 09
4
[LLVMdev] Subregister liveness tracking
On Oct 8, 2013, at 2:06 PM, Akira Hatanaka <ahatanak at gmail.com> wrote:
> What I didn't mention in r192119 is that mthi/lo clobbers the other sub-register only if the contents of hi and lo are produced by mult or other arithmetic instructions (div, madd, etc.) It doesn't have this side-effect if it is produced by another mthi/lo. So I don't think making mthi/lo clobber the other half would work.
Uh that is i...
2013 Sep 23
6
btrfs: qgroup scan failed with -12
Not sure if it''s anything interesting - I had the following entry in
dmesg a few days ago, on a server with 32 GB RAM. The system is still working fine.
[1878432.675210] btrfs-qgroup-re: page allocation failure: order:5, mode:0x104050
[1878432.675319] CPU: 5 PID: 22251 Comm: btrfs-qgroup-re Not tainted 3.11.0-rc7 #2
[187...
2003 Mar 01
2
density(), with argument of length 1 (PR#2593)
The following is from version 1.6.2 of R under Windows,
or 1.6.1 under Mac OSX/X11
> density(1)
Error in if (!(lo <- min(hi, IQR(x)/1.34))) (lo <- hi) || (lo <- abs(x[1])) || :
missing value where logical needed
I am not sure how this should be handled. I encountered it
in connection with densityplot(). In that connection, it
might be enough to modify density() so that it returns NA
is these circumst...
2009 Dec 04
4
[LLVMdev] hi, Hi, (Preccessors' Number) < MachineBasicBlock's Number < (Successors's Number), Is it really?
Hi, EveryOne:
I am travelling CFG with MachineFunction. So I want to sure it.
(Preccessors' Number) < MachineBasicBlock's Number < (Successors's Number), Is it really?
best regards.
___________________________________________________________
好玩贺卡等你发,邮箱贺卡全新上线!
http://c...
2013 Oct 08
2
[LLVMdev] Subregister liveness tracking
Currently it will always spill / restore the whole vreg but only
spilling the parts that are actually live would be a nice addition in
the future.
Looking at r192119': if "mtlo" writes to $LO and sets $HI to an
unpredictable value, then it should just have an additional (dead) def
operand for $hi, shouldn't it?
Greetings
Matthias
Am 10/8/13, 11:03 AM, schrieb Akira Hatanaka:
> Hi,
>
> I have a question about the way sub-registers are spilled and restored
> that is related t...
2009 Dec 04
0
[LLVMdev] hi, Hi, (Preccessors' Number) < MachineBasicBlock's Number < (Successors's Number), Is it really?
On Dec 3, 2009, at 9:52 PM, 任坤 wrote:
> Hi, EveryOne:
>
> I am travelling CFG with MachineFunction. So I want to sure it.
> (Preccessors' Number) < MachineBasicBlock's Number < (Successors's Number), Is it really?
>
Hi 任坤,
I can't say for sure, though I don't think we make assurances that this is th...