search for: yuan

Displaying 20 results from an estimated 431 matches for "yuan".

Did you mean: juan
2013 Jan 22
6
plot two time series with different length and different starting point in one figure.
Hello, I do have two different time series A and B, they are different in length and starting point. A starts in Jan, 2012 and ends in Dec, 2012 and B starts in March, 2012 and ends in Nov, 2012. How can I plot those two series A and B in the same plot? I.E., from Jan. 2012 - Feb, 2012, it would have one data point from A and from Mar, 2012-Nov, 2012, it would have two data points from A and B,
2013 Mar 21
4
easy way of paste
Hello, Is there a better way to use paste such as: a = paste(colnames(list.indep)[1],colnames(list.indep)[2],colnames(list.indep)[3],colnames(list.indep)[4],colnames(list.indep)[5],sep="+") > a [1] "aa+dummy1+dummy2+bb+cc" I tried a = paste(colnames(list.indep)[1:5],sep="+") > a [1] "aa" "dummy1" "dummy2"
2012 Jul 26
3
Remove rows that have repeated items in a particular column
...is, the first column is numerically grouped and only the first item in each group is wanted. The second column is in increasing order within each group. My actual data will be of size 10^6 by 100 so I am hoping to solve this by a simple function. Thank you very much for your help. Best, Zhongyi Yuan [[alternative HTML version deleted]]
2016 Nov 24
2
[PATCH] virtio_mmio: Set dev.release() to avoid warning
From: Yuan Liu <liuyuan at google.com> Fix a warning thrown from virtio_mmio_remove(): Device 'virtio0' does not have a release() function The fix is according to virtio_pci_probe() of drivers/virtio/virtio_pci_common.c Signed-off-by: Yuan Liu <liuyuan at google.com> --- drivers/virtio...
2016 Nov 24
2
[PATCH] virtio_mmio: Set dev.release() to avoid warning
From: Yuan Liu <liuyuan at google.com> Fix a warning thrown from virtio_mmio_remove(): Device 'virtio0' does not have a release() function The fix is according to virtio_pci_probe() of drivers/virtio/virtio_pci_common.c Signed-off-by: Yuan Liu <liuyuan at google.com> --- drivers/virtio...
2016 Nov 25
1
[PATCH] virtio_mmio: Set dev.release() to avoid warning
...by kzalloc so a kfree is needed. Here vm_dev is allocated by devm_kmalloc which is "automatically freed on driver detach" from the comment (drivers/base/devres.c:769). On Thu, Nov 24, 2016 at 6:37 PM, Jason Wang <jasowang at redhat.com> wrote: > > > On 2016?11?24? 08:31, Yuan Liu wrote: > >> From: Yuan Liu <liuyuan at google.com> >> >> Fix a warning thrown from virtio_mmio_remove(): >> Device 'virtio0' does not have a release() function >> >> The fix is according to virtio_pci_probe() of >> drivers/virtio/virtio...
2016 Nov 25
1
[PATCH] virtio_mmio: Set dev.release() to avoid warning
...by kzalloc so a kfree is needed. Here vm_dev is allocated by devm_kmalloc which is "automatically freed on driver detach" from the comment (drivers/base/devres.c:769). On Thu, Nov 24, 2016 at 6:37 PM, Jason Wang <jasowang at redhat.com> wrote: > > > On 2016?11?24? 08:31, Yuan Liu wrote: > >> From: Yuan Liu <liuyuan at google.com> >> >> Fix a warning thrown from virtio_mmio_remove(): >> Device 'virtio0' does not have a release() function >> >> The fix is according to virtio_pci_probe() of >> drivers/virtio/virtio...
2018 Jul 03
4
Question about canonicalizing cmp+select
...r code size. However, because the apps were very close to the code size limit, this slight change pushed them over the limit. If I still prefer to have this optimization performed, then is my best strategy moving forward to implement this optimization as a peephole opt in my backend? Thanks, --Yuan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180703/02716f3d/attachment.html>
2005 Sep 15
1
Fwd: Re: IE in FreeBSD?
---------- Forwarded Message ---------- Subject: Re: [Wine] IE in FreeBSD? Date: Thursday 15 September 2005 20:32 From: Giulio Ferro <auryn@zirakzigil.org> To: Yuan Jue <yuanjue122@gmail.com> Yuan Jue wrote: >Hello, all > >Does anybody successfully run Internet Explorer under Wine in FreeBSD? What >should I do to get it run? Any suggestion will be appreciated. > >Thanks. Same problem here. Nobody's answered yet... --------------...
2007 Jan 14
2
To 1.4 or not
...ly new to Asterisk. So instead of trying to keep up with two different versions, I want to tie my handful of boxes to one, before any of them grow too complex. Is there a document about the main motivations to upgrade? From your practice, what are your primary reasons? Thank you in advance. Yuan Liu
2007 Jan 26
4
Does X100P decode caller ID?
The SM56 MODEM manual says it does. But when used with zaptel 1.2.12, nothing shows up. Yuan Liu
2007 Feb 07
4
s-${DIALSTATUS} extensions
In examples, s-${DIALSTATUS} is used to handle unsuccessful dial attempts in the s extension. Goto() is used in examples. Is the prefix "s-" mandatory? Is it related to the original extension "s"? (Apparently Goto(${DIALSTATUS}) won't work for me.) Yuan Liu
2018 Jul 03
2
Question about canonicalizing cmp+select
...> Note that on x86, the sext+add becomes zext+sub: > t20: i8 = setcc t3, Constant:i16<-1>, setgt:ch > t24: i16 = zero_extend t20 > t17: i16 = sub Constant:i16<5>, t24 > > Would that transform help your target? > > On Tue, Jul 3, 2018 at 3:55 PM, Yuan Lin <yualin at google.com> wrote: > >> Hi, Roman and Sanjay, >> >> Thank you for your reply! We currently do run DAGCombiner, but didn't >> implement this specific transformation. I just tried turning on >> convertSelectOfCosntantsToMath() in our ISelL...
2007 Feb 27
1
chan_sip.c:10173 handle_response: Dont know how to handle a 202 Accepted respons
What does this mean? Asterisk 1.2.13 talking to 1.4.0. (response from 1.4.0.) Yuan Liu
2007 Feb 08
3
Asterisk and 802.11g
...hangs up, ping time dropped to 1-2 ms. Ping time started to surge even when FXO is simply ringing. If VoIP to VoIP extension call uses re-invite (which it did), voice is also good in the Console channel. How can voice traffic stall 802.11g? (I haven't checked, but CODEC is likely ulaw.) Yuan Liu
2010 Sep 02
0
[LLVMdev] Compile dll on Mingw
Good evening, Yuan Excuse me, I gave up Debug build earlier due to my poor hosts. I will improve able to build Debug ;) You may build with --enable-optimized=yes (or, make ENABLE_OPTIMIZED=1) btw, DLL builder has implemented since Aug. It might be easier to port DLL stuff to 2.6 :) Do you try? ...Takumi 2010年9...
2013 Mar 20
3
How to look at the source code for predict()
Hello, I try to look at the source code of predict() it turns out that I cannot find it. I can see it with debug(library), but not efficient. Can someone help? Thanks, Rebecca ---------------------------------------------------------------------- This message, and any attachments, is for the intended r...{{dropped:5}}
2007 Jun 15
13
API of scriptaculous
Hi all, Is there anywhere an API with the different method and descrption of the different JS of SCRIPTACULOUS ? Thanks for your good work in Prototype and Scriptaculous !! -- Cyril --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
...exe: final link failed: File too big collect2: ld returned 1 exit status make[1]: *** [/usr/home/MK/llvm-2.8/llvm/tools/llvm-shlib/Debug+Asserts/LLVM-2.8 svn.a.o] Error 1 make[1]: Leaving directory `/home/MK/llvm-2.8/llvm/tools/llvm-shlib' make: *** [all] Error 1 Expect your answer. Thanks, yuanzheng. 2010/9/2 NAKAMURA Takumi <geek4civic at gmail.com> > Hello, Yuan > > > I'm a newbie about llvm. Now, our project need the dynamic link > library(dll) > > about all of llvm library, such as libLLVMCore.dll, libLLVMSupport.dll, > and > > so on. How sho...
2018 Mar 02
3
data analysis for partial two-by-two factorial design
...gB, yes drugA/no drugB, yes drugA/yes drug B, omitting the fourth group of no drugA/yes drugB. I think we can not investigate interaction between drug A and drug B, can I still run model using R as usual: response variable = drug A + drug B? any suggestion is appreciated. Thank you very much! Yuan Chun Ding --------------------------------------------------------------------- -SECURITY/CONFIDENTIALITY WARNING- This message (and any attachments) are intended solely f...{{dropped:28}}