search for: morehouse

Displaying 20 results from an estimated 22 matches for "morehouse".

Did you mean: moorhouse
2019 Jan 04
2
[Fuzzer] Test failure on Linux x86-64
FWIW I think that one was always flaky. > On Jan 4, 2019, at 2:53 PM, Kostya Serebryany via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > +Matt Morehouse <mailto:mascasa at google.com> > > On Fri, Jan 4, 2019 at 11:43 AM David Greene via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Continuing my quixotic effort to get 'check-all' clean, I am seeing a > Fuzzer failure on x8...
2017 Jul 13
1
How to make a figure plotting p-values by range of different adjustment values?
...plot(padjs,xaxt="n",main="P plot",xlab="Method",ylab="adjusted p values") > abline(h=0.05,col="lightgray") > library(plotrix) > staxlab(1,at=1:8,labels=p.adjust.methods) > > Jim > > > On Thu, Jul 13, 2017 at 12:53 AM, Kirsten Morehouse > <kmoreho1 at swarthmore.edu> wrote: > > Hi all, > > > > Thank you for taking the time to read my message. I'm trying to make a > > figure that plots p-values by a range of different adjustment values. > > > > (Using the **logit** function in packag...
2017 Jul 24
5
Ifelse statements and combining columns
Hi everyone, I'm having some trouble with my ifelse statements. I'm trying to put 12 conditions within 3 groups. Here is the code I have so far: dat$cond <- ifelse(test = dat$cond == "cond1" | dat$cond == "cond2" | dat$cond == "cond3" dat$cond == "cond4" yes = "Uniform" no = ifelse(test =
2017 Jul 13
0
How to make a figure plotting p-values by range of different adjustment values?
...hod=method,n=5) npadj<-npadj+1 } plot(padjs,xaxt="n",main="P plot",xlab="Method",ylab="adjusted p values") abline(h=0.05,col="lightgray") library(plotrix) staxlab(1,at=1:8,labels=p.adjust.methods) Jim On Thu, Jul 13, 2017 at 12:53 AM, Kirsten Morehouse <kmoreho1 at swarthmore.edu> wrote: > Hi all, > > Thank you for taking the time to read my message. I'm trying to make a > figure that plots p-values by a range of different adjustment values. > > (Using the **logit** function in package **car**) > > My Statistical...
2019 Jan 04
2
[Fuzzer] Test failure on Linux x86-64
Continuing my quixotic effort to get 'check-all' clean, I am seeing a Fuzzer failure on x86-64 Linux. Do any builders run fuzzer tests? FAIL: libFuzzer :: value-profile-mem.test (103 of 103) ******************** TEST 'libFuzzer :: value-profile-mem.test' FAILED ******************** Script: -- : 'RUN: at line 4'; /build/x86_64/./bin/clang --driver-mode=g++ -std=c++11
2017 Jul 12
2
How to make a figure plotting p-values by range of different adjustment values?
Hi all, Thank you for taking the time to read my message. I'm trying to make a figure that plots p-values by a range of different adjustment values. (Using the **logit** function in package **car**) My Statistical analyses were conducted on probability estimates ranging from 0% to 100%. As it's not ideal to run linear models on percentages that are bounded between 0 and 1, these
2017 Aug 06
1
Nested for loop
...t; > > > > > Set A: 400 samples, draw 100 in range of 5 to 15 > > > > Set B: 800 samples, draw 100 in range of 5 to 15 > > > > Set C: 300 samples, draw 100 in range of 5 to 15 > > > > Ben > > > > > On Aug 5, 2017, at 9:21 AM, Kirsten Morehouse <kmoreho1 at swarthmore.edu> > wrote: > > > > > > Hi! Thanks for taking the time to read this. > > > > > > The code below creates a graph that takes 100 samples that are between 5% > > > and 15% of the population (400). > > > > >...
2010 Sep 23
0
[LLVMdev] mmasuhr@qualcomm.com
Mike Masuhr | Qualcomm Staffing Qualcomm Incorporated <http://www.q>5775 Morehouse Drive San Diego, CA 92121 858 845 7052 direct mmasuhr at qualcomm.com<mailto:mmasuhr at qualcomm.com> Are you LinkedIn? Feel free to add me to your network by clicking: Mike_on_LinkedIn<%20http:/tinyurl.com/ypdp3p> -------------- next part -------------- An HTML attachment was scrubbe...
2010 Sep 23
0
[LLVMdev] Job opening to post to list:
...compiler for both performance and code size - Work with LLVM community to ensure continued high performance for the processor in new releases of the compiler - Work with LLVM community to get compiler patches accepted Mike Masuhr | Qualcomm Staffing Qualcomm Incorporated <http://www.q>5775 Morehouse Drive San Diego, CA 92121 858 845 7052 direct mmasuhr at qualcomm.com<mailto:mmasuhr at qualcomm.com> Are you LinkedIn? Feel free to add me to your network by clicking: Mike_on_LinkedIn<%20http:/tinyurl.com/ypdp3p> -------------- next part -------------- An HTML attachment was scrubbe...
2018 Jul 05
2
Using -runs consistently in libFuzzer tests
Timeouts when running tests are annoying, but for many libFuzzer tests lacking -runs argument that’s an expected failure mode. Should we go through all the tests making sure that -runs is supplied? Motivation: https://bugs.llvm.org/show_bug.cgi?id=38034
2018 Jul 06
1
Using -runs consistently in libFuzzer tests
This sounds reasonable to me. Some tests could probably use a seed as well. On Thu, Jul 5, 2018 at 3:55 PM George Karpenkov <ekarpenkov at apple.com> wrote: > Timeouts when running tests are annoying, > but for many libFuzzer tests lacking -runs argument that’s an expected > failure mode. > Should we go through all the tests making sure that -runs is supplied? > >
2004 Jun 08
1
HOBIC
Has anyone implemented HOBIC SMDR output from *? Can someone point me to the Bell HOBIC specification? Thanks, -- Michael Welter Introspect Telephony Corp. Denver, Colorado +1 303 674 2575 mike@introspect.com www.introspect.com
2017 Jul 24
0
Ifelse statements and combining columns
...ely another word for"function"... functions like cbind are called with argument lists delimited by parentheses, not brackets, and having a missing argument to the cbind function will be of no use. -- Sent from my phone. Please excuse my brevity. On July 24, 2017 5:23:57 AM PDT, Kirsten Morehouse <kmoreho1 at swarthmore.edu> wrote: >Hi everyone, > >I'm having some trouble with my ifelse statements. > >I'm trying to put 12 conditions within 3 groups. Here is the code I >have so >far: > >dat$cond <- ifelse(test = dat$cond == "cond1" | dat$...
2017 Aug 06
0
Nested for loop
...he the task? Below is what I think you are asking for, but I have the feeling I may be off the mark. Set A: 400 samples, draw 100 in range of 5 to 15 Set B: 800 samples, draw 100 in range of 5 to 15 Set C: 300 samples, draw 100 in range of 5 to 15 Ben > On Aug 5, 2017, at 9:21 AM, Kirsten Morehouse <kmoreho1 at swarthmore.edu> wrote: > > Hi! Thanks for taking the time to read this. > > The code below creates a graph that takes 100 samples that are between 5% > and 15% of the population (400). > > What I'd like to do, however, is add two other sections to the...
2007 Feb 28
2
Feature Request: case insensitivity for filter rules
Many of my clients are Windows-based... I can't change that. The are also, unfortunately, not really tech-savvy. In an effort to make things as easy-to-use-as-possible I'm attempting to write an easy how-to for their rsyncing... feedback is that they just aren't getting the case problem. I'll give the exact example: Please exclude all "sys" files from your backup.
2017 Aug 05
2
Nested for loop
Hi! Thanks for taking the time to read this. The code below creates a graph that takes 100 samples that are between 5% and 15% of the population (400). What I'd like to do, however, is add two other sections to the graph. It would look something like this: from 1-100 samples take 100 samples that are between 5% and 15% of the population (400). From 101-200 take 100 samples that are between
2010 May 07
2
ZFS root ARC memory usage on VxFS system...
...to ZFS (and upgrade to U8, and patching beyond that.. we have a case open for this one..). I''m just trying to get ahead of this one so we can tune our process going forward if we need to. Thanks much for any insight you care to share! --Kris -- Thomas Kris Kasner Qualcomm Inc. 5775 Morehouse Drive San Diego, CA 92121 (858)658-4932
2010 Jul 12
7
How do I clean up corrupted files from zpool status -v?
Hi Folks.. I have a system that was inadvertently left unmirrored for root. We were able to add a mirror disk, resilver, and fix the corrupted files (nothing very interesting was corrupt, whew), but zpool status -v still shows errors.. Will this self correct when we replace the degraded disk and resilver? Or is there something else that I''m not finding that I need to do to clean up?
2017 Aug 08
1
Nested for loop
...t 3:18 PM, Caitlin <bioprogrammer at gmail.com> wrote: > Hi. > > A nested for loop is not terribly efficient (it's O(n^2)). Can you > vectorize it? If so, this would be a far more efficient and faster approach. > > ~Caitlin > > On Saturday, August 5, 2017, Kirsten Morehouse <kmoreho1 at swarthmore.edu> > wrote: > >> Hi! Thanks for taking the time to read this. >> >> The code below creates a graph that takes 100 samples that are between 5% >> and 15% of the population (400). >> >> What I'd like to do, however, is add...
2018 Aug 15
3
How is llvm-opt-fuzzer supposed to be built and used with a pass pipeline?
Hello List, I'm currently writing my own little optimization pass (on LLVM 6.0) and considered it a neat idea to fuzz it using llvm-opt-fuzzer, which in theory should be a ready-made tool for such jobs as far as I can tell, potentially helping me to find UB and Address issues in my pass. So I went ahead and followed the instructions in the build manual [1] to build LLVM's llvm-opt-fuzzer