Displaying 4 results from an estimated 4 matches for "movming".
Did you mean:
moving
2011 Sep 15
1
movming mail out of alt storage
I moved some mail into the alt storage:
doveadm altmove -u johnd at example.com seen savedbefore 1w
and now I want to move it back to the regular INBOX, but I can't see how
I can do that with either 'altmove' or 'mailbox move'.
thanks!
micah
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2010 Mar 31
1
ggplot2: Adding points to a density plot
Hi,
Consider something like
> library(ggplot2)
> movies$decade <- round_any(movies$year, 10)
> m <- qplot(rating,data=movies,colour=factor(decade),geom="density")
> m
(modified from "?stat_density").
I'd like to add on the line y=0 a dot for the median of each "decade"
category (using the same colour coding as the "fill"). I'm
2014 Mar 06
2
[LLVMdev] Upstreaming PNaCl's IR simplification passes
>
> Just in case it gets lost in my longer reply, I want to emphasize that if
> these will be used to simplify the in-tree backends and those backend
> maintainers are on board, then I am *totally* in favor of this going into
> the tree. My concerns are heavily based on the fact that as proposed, none
> of that seems likely to happen.
>
>
> Framing the problem
2014 Mar 04
2
[LLVMdev] Upstreaming PNaCl's IR simplification passes
On Tue, Mar 4, 2014 at 3:11 PM, Sean Silva <chisophugis at gmail.com> wrote:
> On Tue, Mar 4, 2014 at 4:04 PM, Mark Seaborn <mseaborn at chromium.org>wrote:
>
>> The PNaCl project has implemented various IR simplification passes that
>> simplify LLVM IR by lowering complex features to simpler features. We'd
>> like to upstream some of these IR passes to