search for: rong

Displaying 20 results from an estimated 156 matches for "rong".

Did you mean: long
2006 Apr 08
1
RELENG_6_1
...6_1. For example, sys/conf/newvers.sh [2], rev 1.69.2.11, is on RELENG_6 branch with tag RELENG_6_1_BP and RELENG_6_1. It is a bit strange for me. At least, we have RELENG_X_Y branch before and RELENG_X_Y_BP tag. Is there any special reason that we have a tag instead of a branch for 6.1? Regards, Rong-En Fan [1] http://www.freebsd.org/releases/6.1R/schedule.html [2] http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh
2013 Jul 02
3
Ctrl+C in R will terminate the child process which is spawned by using "pipe"
...t; "r+" "text" "opened" "yes" can write "no" 2. When I press "Ctrl+C" in the current R shell, I found the forked child process was also terminated. Are there any way to work around it? ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
...s use a pre-defined buffer size to read from the socket. Any suggestions for this? Are there safe way for me to read the R object from the socket? I do not do any conversion with the received data, and only need to transfer them into a remote R to do the function execution. ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
...s use a pre-defined buffer size to read from the socket. Any suggestions for this? Are there safe way for me to read the R object from the socket? I do not do any conversion with the received data, and only need to transfer them into a remote R to do the function execution. ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2003 Sep 18
2
R-1.7.1 package installation problem
...********************************* I did go to http://cran.us.r-project.org/src/contrib/PACKAGES to check the packages available there, there are quite few ... Many packages, such as Biobase, annotate and genefilter, are not included. Could you please give me some clue? I do appreciate! Sincerely, Rong
2015 Sep 01
3
RFC: PGO Late instrumentation for LLVM
...al, I'm wondering if you have chances to read the new experiment results in my last email sent 2 weeks ago. Can you share you thoughts, or you have other tests that you want to to run? I'm in the final stage of preparing the patch. If you are OK, I can sent out the patch soon. Thanks, -Rong On Wed, Aug 19, 2015 at 5:18 PM, Philip Reames <listmail at philipreames.com> wrote: > Thank you for sharing the data. I haven't been following the discussion, > but this data made for very interesting reading on it's own. > > Philip > > > On 08/19/2015 03:39 P...
2004 Apr 08
2
socket clusters on snow dies easily
...the empty lines above, about 1 minute later, all msg shows up, also it dies. This is reproducible on my machine. Also, one of my friends also got this result on Linux machines w/ R 1.8.x. Is there any one also encounter this problem? Any comments or suggestion are welcome :) Regards, Rong-En Fan
2014 Jun 12
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
...i, To my understanding, ll/bc can translate to any target machine code that make cross-compiling easy. $llc -march=mipsel -mcpu=mips64 test.ll generate test.s(MIPS ASM) There must be a tool turns test.s to mips ELF file to make this whole thing done completely. What is it? -- Best Regards, Yu Rong Tan
2002 Oct 31
2
Re: Samba PDC and Kerberos(MIT or SEAM in Uinx, without microsoft ADS)
...he authentication to the kerberos. So we really want is, when we do the samba PDC authentication we can use the kerberos password. I don't know if it right. PLS correct me . Thank you very much. John ---- Original Message ---- From: Andrew Bartlett Date: Mon 10/28/02 17:24 To: Yongjun Rong Cc: abartlet@samba.org Subject: Re: Samba and Kerberos(MIT or SEAM, without microsoft ADS) Yongjun Rong wrote: > > Hi, Andrew, > This is John from Texas Tech University.I have read your reply about samba and > kerberos. May I ask you some question about samba and Kerberos. >...
2014 Jun 14
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
Hi Matheus, Thank you for your information! Do you known where do download MIPS ABI/EABI document? Thanks in advance! -- Best Regards, Yu Rong Tan On Thu, Jun 12, 2014 at 7:14 PM, Matheus Almeida <Matheus.Almeida at imgtec.com> wrote: > An assembler is the tool you're after. [And a linker if you want to have an executable in the end]. > > You can specify -filetype=obj to llc and you should get an object file. Note tha...
2016 May 24
5
The state of IRPGO (3 remaining work items)
...ill therefore not result in a counter in the profraw. When compiling this file with pgo-use, instrprof_error::unknown_function will result and a warning will be emitted. Case 1 can be fixed using a function hash or other unique identifier instead of a file path. David, in D20195 you mentioned that Rong was working on a patch that would fix 2; we are looking forward to that. For 3, I unfortunately do not know of any solution. I don't think there is a way for us to make this warning reliable in the face of this circumstance. So my conclusion is that instrprof_error::unknown_function at least m...
2006 Apr 19
1
ypwhich -m
...13 done by peter@ (CC'ed). As far as I can tell, ypwhich -m is also broken on 5.4 and 5.5-PRERELEASE. I have tested that revision on a 5.5-PRERELEASE machine, it fixes ypwhich -m. I would like to see this MFC'ed to RELENG_6 and RELENG_5, so the newer releases will have this fixed. Thanks, Rong-En Fan
2016 May 24
0
The state of IRPGO (3 remaining work items)
...this doesn't affect the instrumentation overhead in our > measurements) > > Bottom line: for our use cases, inlining does all the work, but we're not > opposed to having more passes, which might be beneficial for non-game > workloads (which is most code). > > > Yes, Rong is re-collecting performance data before submitting the patch. > - Warnings > > We identified 3 classes of issues which manifest as spammy warnings when > applying profile data with IRPGO (these affect FEPGO also I believe, but we > looked in depth at IRPGO): > > 1. The main...
2002 Nov 01
0
Re: Samba PDC and Kerberos(MIT or SEAM in Uinx, without microsoft ADS)
...ery secure.They think the sensitive information and the public information should be stored in seperate place.So we want the samba PDC authentication can integrete the Kerberos authentication directly. John ---- Original Message ---- From: Yura Pismerov Date: Thu 10/31/02 18:39 To: Yongjun Rong, samba@lists.samba.org Subject: Re: [Samba] Re: Samba PDC and Kerberos(MIT or SEAM in Uinx, without microsoft ADS) Here what you could use: LDAP with Kerberos password backend. Samba 2.2.6 PDC with LDAP backend. Windows passwords are stored in LDAP in samba object, not in Kerberos KDC since t...
2023 Mar 09
0
[PATCH] tools/virtio: Ignore virtio-trace/trace-agent
On Thu, Mar 09, 2023 at 02:13:07PM +0800, Rong Tao wrote: >From: Rong Tao <rongtao at cestc.cn> > >since commit 108fc82596e3("tools: Add guest trace agent as a user tool") >introduce virtio-trace/trace-agent, it should be ignored in the git tree. > >Signed-off-by: Rong Tao <rongtao at cestc.cn> >--- &g...
2023 May 25
0
[PATCH] tools/virtio: Add .gitignore to ringtest
On Wed, 24 May 2023 20:36:12 +0800, Rong Tao <rtoax at foxmail.com> wrote: > From: Rong Tao <rongtao at cestc.cn> > > Ignore executions for ringtest. > > Signed-off-by: Rong Tao <rongtao at cestc.cn> Is this the resend mail? Or a new version? I replyed to your last mail. THanks. > --- > tools/v...
2000 Dec 03
2
error handling
Hi, In R, when there is error, the whole program just stops by default. However, sometimes we don't want this happen, we want the program continue and also control the flow by ourselves. Is there a way to do this pseudo code: If(error) then do {...}. Thanks. Rong -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2003 May 23
0
Problem makeing RPM in Advance Server
...mmand I used in both compilation process is "sh makerpms.sh" as told in the documentation. How can I compile RPM in Itanium2 based system? Is there any special command? I really need some help on this matter, please provide any help as you can. Thanks a lot. Regards, Yong Shiuh Rong System Engineer Synamatix Sdn Bhd -----Original Message----- From: Alexander Bokovoy [mailto:ab@samba.org] Sent: Friday, May 23, 2003 4:01 PM To: Yong Shiuh Rong Subject: Re: WinXp and Samba On Fri, May 23, 2003 at 03:15:04PM +0800, Yong Shiuh Rong wrote: > I compile the latest Samba...
2018 Jul 23
1
Suggestion for updating `p.adjust` with new method (BKY 2006)
..."TST" method (Definition 6) performed the best when test statistics are positively correlated, per my interpretation. This method can be labeled as "BKY", for the three authors Benjamini, Krieger, Yekutieli. I apologize if this is a duplication. Best, Claire Xiaoqing Claire Rong-Mullins Bioinformatic Specialist Division of Biostatistics College of Public Health The Ohio State University [[alternative HTML version deleted]]
2006 Dec 22
2
imap failed asssert in imap-bodystructure.c
I'm running Dovecot on a Debian system which recently has been failing on an assert(). I have a spam mailbox that if I try and open (from any client), the imap process dies and this is written to the error logs: Dec 21 18:57:11 theronge imap(mronge): file imap-bodystructure.c: line 278 (part_parse_headers): assertion failed: (part->physical_pos >= input->v_offset - start_offset) Dec 21 18:57:11 theronge dovecot: child 28911 (imap) killed with signal 6 I had this same issue with my Inbox a few weeks ago, so I move...