search for: guang

Displaying 20 results from an estimated 28 matches for "guang".

Did you mean: gang
2012 Mar 05
2
How to choose a button and scrape the website data
...eekly Summary" item on the website, the address is always http://ets.aeso.ca/ and doesn't change. In this case, I guess I need to tell R first click the "historical" button then choose the item before scraping the data. But, the question is how? Any suggestions are welcome. Guang
2011 Mar 21
3
Does unicorn support mount the webapp with a prefix like Thin does?
For example, I have a webapp that handles /welcome. Does unicorn support to mount the entire webapp at /prefix so request to /prefix/welcome are?handled?
2012 Feb 23
1
how to draw crossing circles to show relationship?
...ympic log but with numbers to show the relationship. Of course, each circle represents one person in our data. Better if we can draw the circles according to the total cookies liked by its corresponding person. I'm very new to R and have no idea how to do it. Thanks for any advices. regards, Guang
2023 Dec 14
2
[PATCH linux-next] drm/nouveau/disp: switch to use kmemdup() helper
From: Yang Guang <yang.guang5 at zte.com.cn> Use kmemdup() helper instead of open-coding to simplify the code. Signed-off-by: Chen Haonan <chen.haonan2 at zte.com.cn> --- drivers/gpu/drm/nouveau/nvif/outp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/...
2012 Jul 27
4
why order doesn't work?
.... while the following *********************** test$sumy<-cumsum(test[order(test$x),]$y) ****************** gives x y sumy 1 3 8 4 2 5 1 12 3 2 4 13 4 6 9 22 5 7 0 22 should it gives x y sumy 1 3 8 12 2 5 1 13 3 2 4 4 4 6 9 22 5 7 0 22 What am I missing here? thanks, Guang
2019 Jun 03
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...and all related classes to handle clang's CFG. If the answer to both of these questions is "no", I'd separate out a base of IDFCalculator, to a new class called IDFCalculatorBase that wouldn't contain either of said functions. Cheers! Kristóf [1] Sreedhar, Vugranam C., and Guang R. Gao. "A linear time algorithm for placing ϕ-nodes." Proceedings of the 22nd ACM SIGPLAN-SIGACT symposium on Principles of programming languages. ACM, 1995. [2] [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a GraphDiff. https://reviews.llvm.org/D50675 ----------...
2024 Jan 09
1
[PATCH linux-next v2] drm/nouveau/disp: switch to use kmemdup() helper
From: Chen Haonan <chen.haonan2 at zte.com.cn> Use kmemdup() helper instead of open-coding to simplify the code. Signed-off-by: Chen Haonan <chen.haonan2 at zte.com.cn> Reviewed-by: Yang Guang <yang.guang5 at zte.com.cn> --- drivers/gpu/drm/nouveau/nvif/outp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nvif/outp.c b/drivers/gpu/drm/nouveau/nvif/outp.c index 5d3190c05250..6daeb7f0b09b 100644 --- a/drivers/gpu/drm/nouveau/nvif/outp....
2008 Oct 10
1
R2.7.2 graph printing issue: incomplete printing
...(a~b) In the pop-up windows with the graph, I try to print the graph by using "File" -> "Print". The graph was printed, but it was incomplete. Some area was missing in the lower part and the right part. Can somebody help me to resolve this to get the full graph? Thanks. Li Guang [[alternative HTML version deleted]]
2019 Jun 16
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...both of these questions is "no", I'd separate out a base >> of IDFCalculator, to a new class called IDFCalculatorBase that wouldn't >> contain either of said functions. >> >> Cheers! >> Kristóf >> >> >> [1] Sreedhar, Vugranam C., and Guang R. Gao. "A linear time algorithm for >> placing ϕ-nodes." Proceedings of the 22nd ACM SIGPLAN-SIGACT symposium on >> Principles of programming languages. ACM, 1995. >> [2] [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based >> on a GraphDiff. https:...
2003 Jan 22
1
negative multinomial regression models
Hello, I''ve spent a lot of time during the past month trying to get negative multinomial regression models for clustered event counts as described in (Guang Guo. 1996. "Negative Multinomial Regression Models For Clustered Event Counts." Sociological Methodology 26: 113-132., abstract at http://depts.washington.edu/socmeth2/4abst96.htm) implemented in R. A FORTRAN version of the method described in the Guo paper is available at http://www.stat...
2020 Jan 18
3
ORC JIT Weekly #1
...zan, the GPU driver that I'm writing for > libre-riscv's hybrid cpu/gpu. > > Jacob Lifshay > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -- Guang-Nan He -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200118/19ee4708/attachment.html>
2019 Jun 17
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...a >>>> base of IDFCalculator, to a new class called IDFCalculatorBase that >>>> wouldn't contain either of said functions. >>>> >>>> Cheers! >>>> Kristóf >>>> >>>> >>>> [1] Sreedhar, Vugranam C., and Guang R. Gao. "A linear time algorithm >>>> for placing ϕ-nodes." Proceedings of the 22nd ACM SIGPLAN-SIGACT symposium >>>> on Principles of programming languages. ACM, 1995. >>>> [2] [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based >&gt...
2015 May 13
0
最佳发送通知和guang告的短信平台
???????????guang????????????????kiu 16+66+39+28-08???????? ??????????????????????????????????????????????????? ??????????????????????????? ????????????????????????????????? ?????????????????????????????????????????????????????????...
2023 Dec 14
0
[PATCH linux-next] drm/nouveau/disp: switch to use kmemdup() helper
On Thu, Dec 14, 2023 at 08:03:22PM +0800, yang.guang5 at zte.com.cn wrote: > From: Yang Guang <yang.guang5 at zte.com.cn> > > Use kmemdup() helper instead of open-coding to > simplify the code. > > Signed-off-by: Chen Haonan <chen.haonan2 at zte.com.cn> Sure, good cleanup. Reviewed-by: Kees Cook <keescook at chrom...
2024 Jan 10
0
[PATCH linux-next v2] drm/nouveau/disp: switch to use kmemdup() helper
On 1/9/24 07:24, yang.guang5 at zte.com.cn wrote: > From: Chen Haonan <chen.haonan2 at zte.com.cn> > > Use kmemdup() helper instead of open-coding to > simplify the code. > > Signed-off-by: Chen Haonan <chen.haonan2 at zte.com.cn> > Reviewed-by: Yang Guang <yang.guang5 at zte.com.cn>...
2005 Nov 17
1
Linking Fortran subroutines
Hi, I just started using R a few weeks ago and have a problem with linking Fortran subroutines to R. For some reasons, I need to compile a Fortran program in R (or Splus) and the whole program consists a couple of subroutines, say, subA and subB. There is no difficulty in linking the subroutines individually, but two subroutines are nested, as shown below, SUBROUTINE subA(arg.) EXTERNAL
2002 May 21
1
Can not poweroff ?
...Ying-Nan Chen ynchen at mail.fgu.edu.tw Fo Guang University Computer Center 160, Linwei Rd., Jiashi Shiang, I Lan Taiwnan 262, R.O.C....
2008 Feb 27
2
[LLVMdev] What llvm tool will llvm-gcc call in each phase?
Dear all, I have installed llvm-gcc and llvm-2.2 successfully, now I have been puzzled. Suppose I have a file test.c, If i use llvm-gcc -o test.out test.c then what llvm tool will llvm-gcc call in each step? if I use llvm-gcc -O2 -o test.out test.c then the argument '-O2' will be pass to opt? that is all the optimization is done by opt or llvm will benefit some
2020 Jan 17
6
ORC JIT Weekly #1
Hi All, In the interests of improving visibility into ORC JIT development I'm going to try writing weekly status updates for the community. I hope they will provide insight into the design and state of development of LLVM's JIT APIs, as well as serving as a convenient space for discussions among LLVM's large and growing community of JIT API users. The length and detail will vary
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...etkau <nbd@openwrt.org> Felix Homann <linuxaudio@showlabor.de> Felix Kaechele <felix@fetzig.org> Felix Kuehling <Felix.Kuehling@amd.com> Feng Hong <hongfeng@marvell.com> Feng Shuo <steve.shuo.feng@gmail.com> Feng Tang <feng.tang@intel.com> Fengguang Wu <fengguang.wu@intel.com> Fengguang Wu <wfg@linux.intel.com> Fenghua Yu <fenghua.yu@intel.com> Fernando Guzman Lugo <fernando.lugo@ti.com> Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp> Fernando Luis Vazquez Cao<fernando@oss.ntt.co.jp> Filipe Br...