search for: wen

Displaying 20 results from an estimated 287 matches for "wen".

Did you mean: len
2005 Nov 24
1
Inversion function of dnorm ?
Hi, In R, qnorm is the inversion function of pnorm. (c.d.f) But there is no inversion function for dnorm. (p.d.f). Is there any easy (and quick) way to compute the inversion function of p.d.f in R ? Thanks ...
2006 May 22
3
Best Rails API source
Folks, Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search? Thanks, Marcus Marcus Blankenship Technology Services - Software Group JELD-WEN, inc. Information Systems 541-882-3451 x 2558 marcusb@jeld-wen.com RELIABILITY for real life* This correspondence is for the named person''s use only. It may contain confidential or legally privileged information and is intended solely for the named addressee. If you receive this correspo...
2012 Jul 16
2
Tk grid problem
...unction()ls()) D.but <- tkbutton(tt,text="D",command=function()ls()) tkgrid(A.but,row=1,column=1,columnspan=2,rowspan=2,sticky="nswe") tkgrid(B.but,row=3,column=1,columnspan=2,rowspan=1,sticky="nswe") tkgrid(C.but,row=1,column=3,columnspan=2,rowspan=1,sticky="wens") tkgrid(D.but,row=3,column=3,columnspan=2,rowspan=2,sticky="wens") any idea? thx Vincent [[alternative HTML version deleted]]
2009 Jul 10
2
[PATCH 1/1] a fix of logging return value.
in ocfs2_file_aio_write(), log_exit() could don't log the value which is really returned. this patch fixes it. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> --- fs/ocfs2/file.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 62442e4..a49fa44 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c @@ -1918,8 +1918,10 @@ out_sems: mutex_unlock...
2011 Apr 04
0
Release of libvirt-0.9.0
...lake) - Don't use INT64_MAX in libvirt.h because it requires stdint.h (Matthias Bolte) - libvirtd: Remove indirect linking (Guido G?nther) - build: avoid compiler warning on cygwin (Eric Blake) - build: fix build on cygwin (Eric Blake) - build: fix building error when building without libvirtd (Wen Congyang) - virsh: Remove indirect link against libxml2 (Guido G?nther) - Fix build on cygwin (Daniel Veillard) - Add check for kill() to fix build of cgroups on win32 (Daniel P. Berrange) - build: fix broken mingw cross-compilation (Eric Blake) Bug fixes: - fix memory leak in qemuProcessHandleGra...
2011 May 05
0
Release of libvirt-0.9.1
...st failure (Eric Blake) - ppc: Enable starting of Qemu VMs on ppc host (Stefan Berger) - Migrate VMs between different-endianess hosts (Stefan Berger) - build: really fix mingw startup (Eric Blake) - build: fix mingw build (Eric Blake) - do not build libvirt_iohelper when building without libvirtd (Wen Congyang) - virsh: fix mingw startup (Eric Blake) - build: avoid compiler warning on cygwin (Eric Blake) - Fix build for older gcc (Jim Fehlig) - Don't try to enable stack protector on Win32 (Daniel P. Berrange) Bug Fixes: - storage: avoid null deref and leak on failure (Eric Blake) - esx: Avo...
2003 Jul 29
10
Asterisk installation
Hi I tried to install the * in my Radhat 7.3 machine. The "gmake" and "gmake install" went fine, but "gmake sample" gave me errors of "configs/*.adsi", "sounds/demo-*" and "sounds/*.mp3" errors. I created a dummy.adsi in the configs folder and commented out the "sounds/demo-*" and "sounds/*.mp3" in the Makefile to fool the &...
2007 Aug 16
6
an easy way to construct this special matirx
Hi, Sorry if this is a repost. I searched but found no results. I am wondering if it is an easy way to construct the following matrix: r 1 0 0 0 r^2 r 1 0 0 r^3 r^2 r 1 0 r^4 r^3 r^2 r 1 where r could be any number. Thanks. Wen [[alternative HTML version deleted]]
2003 Oct 10
0
Wen-Jiunn Chin/Endicott/IBM is out of the office.
I will be out of the office starting October 9, 2003 and will not return until October 14, 2003. I am out of the office from 10/09/03, returning 10/14/03. You will receive only this notification of my absence prior to my return, at which time I will respond. Please contact Syed Abuthagir for GWA. Please contact my manager David Albright, for emergencies.
2003 Jun 28
0
Wen-Jiunn Chin/Endicott/IBM is out of the office.
I will be out of the office starting June 28, 2003 and will not return until July 7, 2003. I am out of the office from 06/30/03, returning 07/07/03. You will receive only this notification of my absence prior to my return, at which time I will respond. Please contact my manager David Albright, for emergencies. On Deamand Project - Larry Sackette GWA Linux Servers
2009 Feb 25
2
run latent class analysis with R
What's the best approach to running latent class analysis with R? I've downloaded both randomLCA and poLCA packages, but I am interesting in running a standard LCA with individual records (not frequency table) as input data. Wen Gu John Jay College of Criminal Justice445 West 59 StreetNew York, NY 10029 wgu@gc.cuny.edu _________________________________________________________________ 50F681DAD532637!7540.entry?ocid=TXT_TAGLM_WL_t2_ugc_post_022009 [[alternative HTML version deleted]]
2006 May 18
6
NOOB: Second post, please help...
...the page renders properly. But, when I go from B -> A, the A_controller.rb doesn''t run again, so the array (@A) is nil (which causes a problem). Should the controller run each time the page is accessed? Any ideas? Marcus Marcus Blankenship Technology Services - Software Group JELD-WEN, inc. Information Systems 541-882-3451 x 2558 marcusb@jeld-wen.com RELIABILITY for real life* This correspondence is for the named person''s use only. It may contain confidential or legally privileged information and is intended solely for the named addressee. If you receive this correspo...
2009 Sep 06
3
linear mixed model question
...gave me an error: Error in intervals.lme(fm2) : Cannot get confidence intervals on var-cov components: Non-positive definite approximate variance-covariance I am wondering if this is because it is impossible to fit a model like 'fm2' or there is some other reasons? Thanks a lot! Wen ################# library(nlme) data(Machines) new.data = Machines[c(1:6, 25:30, 49:54), ] fm1 = lme(score ~ Machine, random = ~1|Worker, data = new.data) fm1 fm2 = lme(score ~ Machine, random = ~Machine-1|Worker, data = new.data) fm2 intervals(fm2)
2011 May 05
1
[LLVMdev] Could LLVM or Clang go backward to modify c source code?
...want to do is: Fix source code in-place, then feed it to compiler normally. I assume I can fix source code in-place using clang::SourceManager, but I cannot find the appropriate API. Now I know that way is infeasible. Thanks again. 2011/5/5 Joshua Warner <joshuawarner32 at gmail.com> > Wen-Han, > > It sounds like there are two problems here: first is detecting when free is > not properly called, and figuring out where to insert the call - which seems > like an intractable problem by iteself. Second is a reversible translation > from C to LLVM IR. LLVM does (did?) hav...
2005 Jun 03
3
performance problem?
...mutt, thunderbird and evolution. Copying an outbound message to the Sent IMAP folder (15k messages) typically takes a few minutes, but can be quite fast on occasion (Thunderbird). How can I debug this problem? I'm running dovecot .99.14 on a Mac Mini (OS X 10.3, 512 mb, 80 gb). -- Han-Wen Nienhuys - hanwen at xs4all.nl - http://www.xs4all.nl/~hanwen
2012 Aug 29
1
Use virsh command domjobinfo but get nothing
Hi, all I test virsh comand "domjobinfo" on x86-i386 and PPC64 host. But Both get nothing. # virsh version Compiled against library: libvir 0.9.13 Using library: libvir 0.9.13 Using API: QEMU 0.9.13 Running hypervisor: QEMU 1.1.50 # virsh list Id Name State ---------------------------------------------------- 21 f16-ppc-qcow2
2006 Oct 09
2
shifting a huge matrix left or right efficiently ?
...ver, it's still slow due to heavy use of this function. The resulting matrix will only be read once and then discarded, so I believe the best implementation of this function is in C, manipulating the internal data structure of this matrix. Anyone know similar package for doing this job ? Huang-Wen
2010 Apr 09
2
lattice background grid
Hi, I wonder if anyone knows how to control color and darkness of the background grid generated by ' type = c("g", "p") ' in a lattice plot (e.g., in xyplot). The documentation does not seem to offer a way to change them. Thanks a lot! Wen
2005 Jun 04
1
Re: dovecot Digest, Vol 26, Issue 5
dovecot-request at dovecot.org wrote: >Am Samstag, 4. Juni 2005 01:31 schrieb Han-Wen Nienhuys: > >>> I'm seeing terrible performance. Sometimes, my client needs several> > >(...) > >>> How can I debug this problem? I'm running dovecot .99.14 on a Mac Mini >> (OS X 10.3, 512 mb, 80 gb). > >mbox or maildir? Maildir. Li...
2008 Jun 20
15
before_save model callback rspec testing
hi all, i''m learning rspec and i can''t figure out how to test if a callback is executed in a model. my model code is: class User < ActiveRecord::Base before_save :encrypt_password ... def encrypt(password) self.class.encrypt(password, salt) end thanks a lot, cs. -- Posted via http://www.ruby-forum.com/.