search for: kei

Displaying 20 results from an estimated 39 matches for "kei".

Did you mean: keir
2001 Aug 28
3
df not showing ext3 partition
Is there an updated version of the fileutils df that will show mounted ext3 partitions? I'm using fileutils-4.1. -- Curtis Hogg [buckminst@inconnu.isu.edu] ---------------------------------------------- T-shirt Of The Day: I'm the person your mother warned you about. ---------------------------------------------- Email 1 - buckminst@inconnu.isu.edu Email 2 - buckminst@hotmail.com WWW -
2008 Mar 03
3
R data Export to Excel
...ta[,y],1,var)),file='c://variance.csv') #export as a .csv file. Output in Excel all in 1 column. ProbeID "Variance" 1 "224588_at" 21.5825745738848 How do i separate them so that i can have three columns ProbeID Variance 1 224588_at 21.582..... thanks, Kei -- View this message in context: http://www.nabble.com/R-data-Export-to-Excel-tp15796903p15796903.html Sent from the R help mailing list archive at Nabble.com.
2001 Apr 07
1
samba on NetBSD - some patches
...ll our patches - please include any you like in future samba releases! BTW, samba has it's own homepage in out collection, the URL is http://www.netbsd.org/packages/samba/ Maybe add a link to it from your site if you want. Thanks! - Hubert $NetBSD: patch-aa,v 1.11 2000/09/03 09:17:00 kei Exp $ --- Makefile.in.orig Thu Jun 8 13:31:59 2000 +++ Makefile.in Sun Sep 3 06:23:06 2000 @@ -26,10 +26,12 @@ BINDIR = @bindir@ # we don't use sbindir because we want full compatibility with # the previous releases of Samba -SBINDIR = @bindir@ +SBINDIR = @sbindir@ LIBDIR = @libdir@ VAR...
2008 Mar 04
2
paired or one-sample t-Test
...e plot t.test(data.sub,mu=0) ## One Sample t-test: identify any significant in the probeset When i plot and use histogram, it is showing a nice normal distribution. What i want to do is to use classical paired or one-sample test for each row (10000 rows) what is the best way to do this? thanks, kei -- View this message in context: http://www.nabble.com/paired-or-one-sample-t-Test-tp15824910p15824910.html Sent from the R help mailing list archive at Nabble.com.
2008 Mar 03
3
Calculating the t-test for each row
...1.46868531 11.75741478 Here is my question: How do create a new row and calculate the t-test so that it will give me the p-value Here is what i am looking for. The p-value is not correct but just an example. It needs to calculate the entire each row. There are 10000 rows and 140 columns. thanks Kei Sample_1_D Sample_1_C Sample_2_D Sample_2_C p-value 1 2.425509867 11.34031409 11.46868531 11.75741478 .00341111 I tried something like this. t.test(data.sub,mu=0) I am pretty new to R. I think it is showing me the entire p-value. -- View this message in context: http://www.nabble.co...
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
...an improved version of arch.h that I believe that > it would be better, to use __int64 only if compiling on eMbedded > Visual C++ compiler, so for any other compiler, keep it the same (use > long long) > > > > > > ---------------------------------- > > Chan Kei Yuen (Kenji) > > > > > > -----Original Message----- > From: owner-speex-dev@xiph.org[mailto:owner-speex-dev@xiph.org] On > Behalf Of Asheesh Vashishtha > Sent: Monday, May 31, 2004 11:05 PM > To: speex-dev@xiph.org > Cc: Jean-Marc.Valin@USherbrooke.ca; Varun...
2007 Jun 18
1
the way to look at all the codings of any functions
Dear SIr, In case of looking at the codes of the fuction, "cov", we find all the codings below. But, incase of "mean", we don't find the contents. Please show me the way to look at all the codings of any functions. Best regards, Kei ----------------------- > cov function (x, y = NULL, use = "all.obs", method = c("pearson", "kendall", "spearman")) { na.method <- pmatch(use, c("all.obs", "complete.obs", "pairwise.complete.obs")) method <-...
2008 Mar 17
2
sort the collection in the index.rhtml
Hi, i am using rails 1.2.6 please forgive me as this application is live and i could not find the time to move it to rails 2.0 i have a index.rhtml for items item has 3 attributes other than id, they are name, category and size current status => inside the index.rhtml i obviously already display my data as below: name category size a mugs L aa mugs M abc
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
Hi Jean-Marc, Based on the wonderful Speex project, I've created SpeexOutLoud, essentially a Speex codec port for Windows Mobile 2003 devices. I've included a sample project intended to show the usage of SpeexOutLoud codec in a Pocket PC application based on .NET Compact Framework. I'd request you to please go through the attached build, and include it as a contribution to the
2004 Aug 06
0
[ANNOUNCE] PocketPC Port for speex-1.1.5 with samplecode
...y eMbedded Visual C++ compiler; so use MS's __int64 instead of long long, if compiling on that compiler */ #if defined(_WIN32_WCE) && defined(_MSC_VER) typedef __int64 spx_word64_t; #else typedef long long spx_word64_t; #endif <p>------------------------------------ Chan Kei Yuen (Kenji) <p>> Actually, the best thing do to would be to use __int64 > *unless* it's not supported. So there needs to be a configure check... > > Jean-Marc > > Le mar 01/06/2004 à 14:50, Kenji Chan a écrit : > > I emailed Jean-Marc the arch.h about one wee...
2008 Sep 05
1
Time Moved Backwards Error Keeps Happening
...le by visiting this wiki document http://wiki.dovecot.org/Logging, does it really not log at the log file? I can just keep monitoring the log and use the following command to determine whether dovecot is running or not. # service dovecot status Thank you very much! Yours Sincerely, Jacky, Hoi Kei Chan,
2009 Apr 28
1
[PATCH] ocfs2/trivial: Remove unused variable in ocfs2_rename.
With indexed dir enabled, now we use ocfs2_dir_lookup_result to wrap all the bh used for dir. So remove the 2 unused variables. Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/namei.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index 2220f93..33464c6 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c @@
2010 Mar 26
1
Centos4 dead download link on homepage
Hi, needed to dl. the centos 4 isos... went to www.centos.org, scrolled to CentOS 4 Releases, clicked CentOS 4.8 x86_64. Then this site opened: http://lists.centos.org/pipermail/centos-announce/2009-August/016106.html But the link from centos-announce is dead: http://isoredirect.centos.org/centos/4.8/isos/ Results in 404. Could you please fix it. Rainer
2007 Jun 29
1
ip route tos not always work
...used "ping -Q" to test it with different tos, the output packet is marked correctly. The problem that is only the tos value defined at /etc/iproute/rt_dsfield can route base on the tos route. tos 0x1c work but 0x40 not work. Do any one know why? Thank you! -- Regards, Michael Chung Pui Kei Computer Engineering Year 3 School of Engineering Hong Kong University of Science and Technology Email Address: eg_cpkaa@stu.ust.hk
2001 Jan 02
1
best encoding
...o go about doing it. I've checked out the tools available, but I'm wondering if there's anything else I should know about the process (above and beyond how to run the apps). Any advice in this area would be greatly appreciated. These suckers have got to be PERFECT... Thanks, -MCM Kei Adams Music mcm@keiadams.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is nee...
2008 Mar 02
2
Variance Calculation in R
...pply(data.matrix[x,],1,var) step 3: however, when i type in variableprobe, it gives me this. 1 21.58257457 step 4: I need the code to output this: ProbeID Variance 1 224588_at 21.58257457 What do i need to do to modify the code to give me better description like the one above? thank. Keizer -- View this message in context: http://www.nabble.com/Variance-Calculation-in-R-tp15790621p15790621.html Sent from the R help mailing list archive at Nabble.com.
2008 Jan 02
1
wants to get all parents with no children, etc
To all: hi, i have implemented the associations in my models so i have a Parent model that has many Children model but i need to get a list of Parents that do not have children or Parents that have just 2 children or Parents that have children whose name is ''James'', or ''Sarah'', or ''Betty'' or Parents whose children do not have names like
2007 Apr 18
1
[Bridge] About simple bridging using Fedora Core 2
Hi, I am a beginner of bridge. I have a problem of using Fedora Core 2 to make a simple bridge. Here is my setup: The bridge computer is installed with Fedore Core 2 (with the SE Linux patch). As I know that kernel 2.6.5 is already support bridging by default, so I didn't recompile the kernel. Then I installed bridge-utils-0.9.6-1.i386. And no additional configuration is made. After
2008 Mar 11
3
Ogg in .NET
Hi, I'm working on making a game in VB2008, and I'm hoping to use OGG Vorbis-format music (because ogg files are tiny =D) in it. I've googled for info on doing this, but all I've found are dead links and non-free implementations... and when I tried compiling libogg ages ago on Windows, I completely failed. I've already worked out how to use DirectSound, so I really just need
2007 Dec 30
1
restful_authentication plugin + session timeout + single login session?
Hi, I am using restful authentication plugin 1) I was wondering if there is a way to do a session timeout using the restful_authentication. How do I hack it to get the behaviour I need? 2) On top of that, I may need to ensure that a particular user can only login from a single PC. If the user is already logged in at a PC and attempts to login from another PC, the session in which he signs in