Displaying 20 results from an estimated 115 matches for "micheal".
Did you mean:
michael
2007 Jun 20
1
Date and selection
Dear R experts,
Suppose I have a data.frame recording the date and test results of
some subjects like this:
Name Date results
John 01/01/1991 2
John 02/01/1991 3
John 09/0101991 4
Micheal 02/01/1991 4
Micheal 04/01/1991 5
....
How to select the earliest (or latest) test result from all subjects?
Thank you.
Regards,
CH
--
"The scientists of today think deeply instead of clearly. One must be
sane to think clearly, but one can think deeply and be quite insane."
Nikola...
2012 Sep 05
3
[LLVMdev] /llvm/include/ADT/Trie.h?
In a discussion on IRC, Micheal was complaining about the semantics of StringSet, specifically how the iterators work.
DannyB mentioned that we have a Trie class, so I decided to check it out.
Lo and behold, I couldn't find _any_ uses of it, and when I deleted it from my system and did a clean rebuild, everything was fine....
2006 Jan 30
2
How to add two different axis to one plot?
...do
that?
By the way, is there a "hold" command for plotting?
If I first plot a picture, how to add another "plot" command onto it without
erasing it?
In matlab, it can be convinient done by "hold on" and "hold off"... and can
I do it in R?
Thanks a lot,
Micheal
[[alternative HTML version deleted]]
2006 Jul 28
4
Validation Reflection plugin
The validation reflection plugin adds three things
(1) Reflective access to validations
- ModelClass.reflect_on_all_validations
- ModelClass.reflect_on_validations_for(:property)
(2) It provides "declarative" methods for defining
validations based on database metadata
- validates_presence_of_mandatory_content_columns
- validates_lengths_of_string_attributes
-
2003 Apr 30
2
help please on oh323 wrapper
i am running asterisk-0.4.0 (Micheal asked with version am running)
2012 Sep 05
0
[LLVMdev] /llvm/include/ADT/Trie.h?
Delete it. =] Thanks.
On Tue, Sep 4, 2012 at 9:53 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
> In a discussion on IRC, Micheal was complaining about the semantics of
> StringSet, specifically how the iterators work.
>
> DannyB mentioned that we have a Trie class, so I decided to check it out.
> Lo and behold, I couldn't find _any_ uses of it, and when I deleted it
> from my system and did a clean rebuild...
2011 May 18
1
matrix help (first occurrence of variable in column)
...time (rows) and species occurrences (0/1
values, columns). I want to count the number of new species that occur
at a given time sample. For the matrix above the answer would be 1.
Is there a simple way to figure out if the species has never occurred
before and then sum them up?
Thanks in advance,
Micheal
--
Michael Denslow
I.W. Carpenter Jr. Herbarium [BOON]
Department of Biology
Appalachian State University
Boone, North Carolina U.S.A.
-- AND --
Communications Manager
Southeast Regional Network of Expertise and Collections
sernec.org
36.214177, -81.681480 +/- 3103 meters
2015 Oct 25
2
iPXE HTTP transfer at 1000Mbps
Some what In-Reply-To: <1323092879.2629413.1445740496536.JavaMail.yahoo at mail.yahoo.com>
On Sun, Oct 25, 2015 at 02:34:56AM +0000, Patrick Masotta via Syslinux wrote:
> Micheal Brown
> >
> > iPXE's HTTP implementation is definitely not slow. On a Gigabit LAN,
> > you should get the full 1000Mbps speed for HTTP downloads: a 200MB test
> > file should transfer in under two seconds. For most practical OS boots,
> > you won't even hav...
2017 Sep 26
2
Dovecot and Self-signed issue
Hello Micheal,
this reminds me of something, that I experienced in the past. Why would
the server! complain "Unknown CA"? To test inspect the communication
with wireshark and look if the client sends a cert; or:
$ echo "a001 LOGOUT" | openssl s_client -msg -connect your.server:993
and gr...
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...bination but no success at all. When i try
to use linux.c32 comboot module, it does not even say Loading vmlinuz0 ...
it hangs even before that.
The same kernel and initrd works perfectly with Syslinux-4.06 where it
boots from SD-card without any single error.
Please help or suggest.
best regards.
Micheal
2019 Apr 04
3
EuroLLVM Numerics info
Hi Micheal,
Thanks for the blog post. Just like to point out few things that I thought
is related to FP Numerics.
LLVM could do some additional transformation with "sqrt" and "division"
under fast math on X86 like 1/sqrt(x)* 1/sqrt(x) to 1/x. These are long
latency instructions and cou...
2016 Aug 30
2
autoexpunge clarification
I'm trying to understand autoexpunge, but the documentation is just not
clear. Hopefully, someone can clear up a few questions.
http://wiki.dovecot.org/MailboxSettings says the following:
autoexpunge=<time>: (v2.2.20+) Automatically at user deinitialization
expunge all mails in this mailbox whose saved-timestamp is older than <time>
(e.g. autoexpunge=30d). This removes the
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...ry
> to use linux.c32 comboot module, it does not even say Loading vmlinuz0 ...
> it hangs even before that.
>
> The same kernel and initrd works perfectly with Syslinux-4.06 where it
> boots from SD-card without any single error.
> Please help or suggest.
> best regards.
> Micheal
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
>
The content of syslinux.cfg as you posted it is inadequate, probably
because you...
2014 Nov 19
2
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...aded but
again Probing EDD gets to compute the addresses wrongly.
there is a bug in the Syslinux-6.03 code, otherwise syslinux-4.06 should
have also shown similar issues, but it works like a charm.
Could you please point me to a documentation which allows for complete
compilation from scratch???
/micheal
2006 Feb 27
3
how to use the basis matrix of "ns" in R? really confused by multi-dim spline filtering?
Hi all,
Could anybody recommend some easy-to-understand and example based
notes/tutorials on how to use cubic splines to do filtering on
multi-dimension data?
I am confused by the 1-dimensional case, and more confused by
multi-dimensional case.
I found all the books suddenly become very abstract when it comes to this
subject.
They don't provide examples in R or Splus at all.
Specifically,
2002 Oct 14
3
Directory size display discrepency
Hi,
I would liek to ask the list if any one can explain why there should be
a discrepency in the directory sizes that are displayed when I use
explorer on Windows. This has been reported to me by a user, I have
never seen this before as I dont use windows if I can help it :-)...
When I slect properties of a directory it has two enties
Size and Size on disk
As an example size says 33 bytes, size
2008 Mar 01
5
rspec with continuations: very strange
I appear to have written code which travels backwards through time:
http://www.vimeo.com/742590
This disturbs me immensely. If anyone can explain it, that would be cool.
I think it''s an illusion brought about by how RSpec wraps the code it
executes, and by the sheer weirdness of continuations.
--
Giles Bowkett
Blog: http://gilesbowkett.blogspot.com
Portfolio:
2018 Jan 15
0
RFC: Import of Integer Set Library into LLVM source tree
Hi Micheal,
thanks for moving this forward!
2018-01-15 17:52 GMT+01:00 Michael Kruse via llvm-dev <
llvm-dev at lists.llvm.org>:
> Dear community,
>
> for our goal to make polyhedral optimization available in the main
> LLVM source, we will need the Integer Set Library (isl)[1]. It is the...
2018 Jan 16
2
RFC: Import of Integer Set Library into LLVM source tree
On Mon, Jan 15, 2018, at 22:10, Philip Pfaffe via llvm-dev wrote:
> Hi Micheal,
>
> thanks for moving this forward!
>
> 2018-01-15 17:52 GMT+01:00 Michael Kruse via llvm-dev <
> llvm-dev at lists.llvm.org>:
>
> > Dear community,
> >
> > for our goal to make polyhedral optimization available in the main
> > LLVM source, we wil...
2014 Nov 19
0
Sysylinux-6.03 freezes at Loading kernel..., works smooth with 4.06 via SD-CARD
...mpute the addresses wrongly.
> there is a bug in the Syslinux-6.03 code, otherwise syslinux-4.06
> should have also shown similar issues, but it works like a charm.
>
> Could you please point me to a documentation which allows for complete
> compilation from scratch???
>
> /micheal
>
I doubt recompiling can give you a better result. Recompiling could
also introduce potential interaction problems.
The best chance for someone to be able to replicate the problem is by
using official pre-built binaries included in the official upstream
archives downloaded from kernel.org...