search for: zhe

Displaying 20 results from an estimated 21 matches for "zhe".

Did you mean: he
2007 Feb 21
2
[LLVMdev] Trouble with sample project's autoconf
I'm trying to follow docs/Projects.html to use llvm in a project of my own. If I just copy the sample directory, running configure in the new one works fine: ~/programming/llvm-1.9/projects $ cp -a sample/ zhe ~/programming/llvm-1.9/projects $ cd zhe/ ~/programming/llvm-1.9/projects/zhe $ ./configure configure: creating ./config.status config.status: creating Makefile.common config.status: executing setup commands config.status: executing Makefile commands config.status: executing lib/Makefile commands c...
2007 Feb 23
1
[LLVMdev] Trouble with sample project's autoconf
...er at reidspencer.com> wrote: > > However, if I run the AutoRegen.sh script (after modifying it to > > accept autoconf 2.61, which I think is fine as gentoo slots it the > > same as the 2.5[0-9] versions), the configure no longer works: > > ~/programming/llvm-1.9/projects/zhe $ cd autoconf/ > > ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh > > Regenerating aclocal.m4 with aclocal > > /usr/share/aclocal/sdlmm.m4:12: warning: underquoted definition of AM_PATH_SDLMM > > /usr/share/aclocal/sdlmm.m4:12: run info '(automake)Extend...
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
Hello Scott, On Wed, 2007-02-21 at 18:57 -0500, me22 wrote: > I'm trying to follow docs/Projects.html to use llvm in a project of my own. > > If I just copy the sample directory, running configure in the new one > works fine: > ~/programming/llvm-1.9/projects $ cp -a sample/ zhe > ~/programming/llvm-1.9/projects $ cd zhe/ > ~/programming/llvm-1.9/projects/zhe $ ./configure > configure: creating ./config.status > config.status: creating Makefile.common > config.status: executing setup commands > config.status: executing Makefile commands > config.status...
2019 Feb 07
3
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
Bug Using read.table(file, encoding="UTF-8") to import a UTF-8 encoded file containing the infinity symbol (' ? ') results in the infinity symbol imported as the number 8. Other Unicode characters seem unaffected, example, Zhe: ? Expected Behavior: The imported data.frame should represent the infinity symbol as the expected 'Inf' so that normal mathematical operations can be processed Stack Overflow Post: I created a question on Stack Overflow where one other member was able to reproduce the same issues I was h...
2019 Feb 07
3
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
...gt; > > > Bug > > Using read.table(file, encoding="UTF-8") to import a UTF-8 encoded > > file containing the infinity symbol (' ? ') results in the infinity > > symbol imported as the number 8. Other Unicode characters seem > > unaffected, example, Zhe: ? > > > > Expected Behavior: > > The imported data.frame should represent the infinity symbol as the > > expected 'Inf' so that normal mathematical operations can be processed > > > > Stack Overflow Post: > > I created a question on Stack Overflow...
2019 Feb 08
3
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
...before returning the input to the main R loop, even before the input gets to the parser. In principle, we could change this particular conversion in RGui to avoid the substitution. RGui uses "\uxxxx" escapes to pass characters that cannot be represented, this is why e.g. the Cyrillic Zhe \u0436 worked, so we could tell Windows not to do the substitution and pass "\u221e" for Infinity, and then the string after being processed by the parser will be represented in UTF-8 inside R and could be e.g. printed by the RGui console. That is something that could be considered, b...
2019 Feb 07
0
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
...222 at gmail.com> wrote: > > Bug > Using read.table(file, encoding="UTF-8") to import a UTF-8 encoded > file containing the infinity symbol (' ? ') results in the infinity > symbol imported as the number 8. Other Unicode characters seem > unaffected, example, Zhe: ? > > Expected Behavior: > The imported data.frame should represent the infinity symbol as the > expected 'Inf' so that normal mathematical operations can be processed > > Stack Overflow Post: > I created a question on Stack Overflow where one other member was able &...
2019 Feb 07
0
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
...ug > > > Using read.table(file, encoding="UTF-8") to import a UTF-8 encoded > > > file containing the infinity symbol (' ? ') results in the infinity > > > symbol imported as the number 8. Other Unicode characters seem > > > unaffected, example, Zhe: ? > > > > > > Expected Behavior: > > > The imported data.frame should represent the infinity symbol as the > > > expected 'Inf' so that normal mathematical operations can be processed > > > > > > Stack Overflow Post: > > > I cr...
2019 Feb 08
0
Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8
...g the input to the main R loop, even before the input > gets to the parser. In principle, we could change this particular > conversion in RGui to avoid the substitution. RGui uses "\uxxxx" escapes > to pass characters that cannot be represented, this is why e.g. the > Cyrillic Zhe \u0436 worked, so we could tell Windows not to do the > substitution and pass "\u221e" for Infinity, and then the string after > being processed by the parser will be represented in UTF-8 inside R and > could be e.g. printed by the RGui console. That is something that could >...
2011 Apr 11
1
heatmap clustering dendrogram export
Hi, I am a beginner for R. I had use gplots to generate a heatmap as following: >heatmap.2(matrix, col=topo.colors(75), dendrogram="column", Rowv=FALSE, trace="none", key=TRUE, keysize=0.8, density.info="none", cexRow=0.2, cexCol=0.6) It work well. It generate heatmap whith rcolumn clustering dendrogram and I can export a very nice graph. But I don not know how
2011 Sep 14
3
normalizePath
Hi, I update R from 2.10 to 2.13. Then I find soma problems when I start R. Warning infos as below: ##### Warning message: In normalizePath(c(new, .Library.site, .Library), "/") : path[1]="": No such file or directory R version 2.13.1 (2011-07-08) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) R is
2006 Aug 29
1
forestplot fucntion in rmeta package
Dear R users, I would like to adjust the x axis the way I wanted using "forestplot(labeltext, mean, lower, upper, align = NULL, xlab = "", zero = 0, graphwidth = unit(2, "inches"), col = meta.colors(), xlog = FALSE)". I tried using xaxt="n" and then redefine the axis using axis(1, at=c(0,0.5,1.0 ,1.5,2.0,2.5),label=c(0,0.5,1.0,1.5,2.0,2.5)), but it
2008 Sep 02
0
Newbie question - how to do it 'right'
...ar', 'Later' ============================================================= yes NV NV no no NV no yes half year . . . 1300 rows. This is data I obtained from an online questionnaire. The participant was asked whether he/she has a homepage (varaible HP). In that case zhe question about "Will you have one?" was not applicable nor the question about the time when he/she will have one. If the answer was No, the participant could either say 'yes' to the question if he/she will ever have a homepage (variable WHP). If the answer was yes, the third ques...
2002 Apr 03
0
[Bug 202] New: scp/ssh hangs
...ary: scp/ssh hangs Product: Portable OpenSSH Version: 3.1p1 Platform: ix86 OS/Version: All Status: NEW Severity: major Priority: P2 Component: scp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: zheyang at cis.upenn.edu CC: zheyang at cis.upenn.edu The program "scp" hangs invariably on large files (mine is 18M in length). This behavior is observed with SSH version 3.1p1 under both Windows XP platform and Linux [OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602...
2003 Mar 30
2
Bindshell rootkit
...--------------- Mike Loiterman grantADLER Medical Corporation Ph: 630-302-4944 Fax: 773-868-0071 PGP Key 0xD1B9D18E -----BEGIN PGP SIGNATURE----- Version: PGP 8.0 Comment: This message has been digitally signed by Mike Loiterman iQA/AwUBPoQreGjZbUnRudGOEQKlKQCg3A7qjZeuOR8xRy1Y2mwhPXo1wSkAnji1 /ZHe/l+5pciz+K01oFG0hxwo =+qca -----END PGP SIGNATURE-----
2010 Nov 25
0
[libsvm] predict function error
...=Chinese_People's Republic of China.936 [4] LC_NUMERIC=C [5] LC_TIME=Chinese_People's Republic of China.936 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] e1071_1.5-24 class_7.3-2 Thanks a lot! -- Best Regards, Zhe Liu [[alternative HTML version deleted]]
2008 Jan 23
8
Retry: Mapping AD domain users to UNIX users
I posted this last week but haven't heard anything. I'm not sure if this is because nobody knows the answer (can't believe that!) or I'm missing something obvious in the documentation and people are thinking "Read The Fine Manual". Whatever the reason, if anyone has any insights into this problem I'd be very grateful for their comments. We're using Samba 3.0.23b
2011 Sep 23
2
Some problems about xenpaging
Hi, Olaf we have tested the xenpaging feature and found some problems. (1) the test case like this : when we start a VM with POD enable, the xenpaging is started at the same time. this case will cause many problems ,finally, we fixed the BUG, the patch is attached below. (2) there is a very serious problem. we have observed many VM crash examples, the error code is not always the same.
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...k)aLxjjIA;T=Ip^2~dx1nXHq|*-{{5JF z;4gIMNje{NuCoBRz&YPeRZys;7TIa<u^1kC5TUW>4%jekx^p4;ZbQHTVzW^o!5%mk zsTeR%*gWTADRzm(rS>lv&2Tsc3>3D^xg1=F!?D6Xi7j;&rYyA^hoD-W#!4A_71*nt zt4TgA7sA=#ta7fE^g4;_C6-CtVBcsrj&MtbysX&HH`&)Yf0phU9&m0(a{HZhFL9fb z?jmk?Zc%xxgW<W}Nf#$}IkzHEqm%C0R5|G);XWtbq}lD<CZ%sz5q2O at gOe`NlsV~! z)lTP5JAD(Ku1Hlocd4r1t-{jHmCa7N$gt5#7aTS@=_b at x=N`y7=qy(aPWM%IIO%>u zxs$HsRXXYBL5;IQrkX8YVH=#Zzgy>|dn#L;uxnV8lkOi>IO&$b9w%L7s&~@0fm$bB zRN3p?Yu{iuTCj9*YE{&Ss_ncQRd>W$LmsUh26c;*)8S>SbDzD&ZnR-wJH=sC#!2M# z71rV0kMNz&TJk...
2005 Apr 30
0
Is there a tool to monitor flow rate in each class at real time?
hello everyone! I have used ethloop written by devik which generate and monitor ether packets. Now I want to generate ip packets with application softwares, and i still want to monitor the flow rate within each class i created with tc,is there a tool that could help me with it? Thanks for any help:) alfred Apr.30 2005