search for: lao

Displaying 20 results from an estimated 107 matches for "lao".

Did you mean: la
2007 Oct 22
1
Unicode 16-bit, Lao
Dear all, I'm using R 2.6.0 Windows XP Access 2003 Lao Script for Windows 7.02 I'm trying to use Lao with R for 1) Chart Legend Labels 2) Writing out text for HTML pages With Lao Script for Windows it is possible to type Unicode (16-bit). The strings I want to use are stored in an Access database, queried trough RODBC. The result I'm getti...
2006 Oct 21
1
[LLVMdev] LLVM/LLVA on IMSYS WISC CPU
...peripherals, optimised for wired or wireless network applications. Imsys uses a field programmable architecture, where custom instruction sets can be downloaded as microcode. _____________________________________________________________ = You want FREE web-based email ? = You want your own @qon.lao.net address?? = Then you want LaoNet's WebMail ! = Get it at http://webmail.lao.net !!
2004 Jun 09
2
[LLVMdev] X86 Frame info question
..."Offset" of 8... the actuall offsets set to stack objects will be -Offset -- in this case -4 and -8. So, it really looks like local stack offset is specified in the direction of stack grows. Is this so? Would you prefer if I change the docs to reflect this, or change the code so that LAO is specified independently of the stack growth direction? I think the latter aproach is more clean... - Volodya
2004 Jun 09
0
[LLVMdev] X86 Frame info question
...track of stuff *before* the prolog is emitted (as it doesn't know what flavor of prolog will be output, that is up to the target and can depend on properties of the function being compiled). > Is this so? Would you prefer if I change the docs to reflect this, or change > the code so that LAO is specified independently of the stack growth > direction? I think the latter aproach is more clean... I think that making LAO -4 on the X86 would be fine, especially if it makes the stack growth up/down case more consistent with each other. :) -Chris -- http://llvm.cs.uiuc.edu/ http://www...
2015 Oct 22
2
Recommendations for image malware detection?
...could be integrated into a batch cron process as opposed to a client end download check. Thanks. -- ---------------------------------------------------------------------- MzK ?The journey of a thousand miles begins with a single step.? --Lao Tzu
2011 Aug 16
2
how to get the result in "short cut" manner?
Hi all: My data:data(sleep) If I wanna calculate each group's extra,what I can do is: #method1 attach(sleep) mean(extra[group==1]) mean(extra[group==1]) #method2 result<-matrix(,0,2) g<-split(sleep,sleep$group) for(i in 1:length(g)) { result<-rbind(result,data.frame(unique(g[[i]]$group),mean(g[[i]]$extra))) } colnames(result)<-c("name","mean") But the above
2011 Jul 26
3
a question about glht function
Hi all: There's a question about glht function. My data:data_ori,which inclue CD4, GROUP,time. f_GROUP<-factor(data_ori$GROUP) f_GROUP is a factor of 3 levels(0,1,2,3) result <- lme(sqrt(CD4) ~ f_GROUP*time ,random = ~time|ID,data=data_ori) glht(result, linfct = mcp(f_GROUP="Tukey") ) Error in `[.data.frame`(mf, nhypo[checknm]) : undefined columns selected I can't
2001 Mar 13
1
Compiling vorbis-tools on NetBSD-1.5/i386
...that you have moved ao since it was installed. configure: error: libao needed! --------------------- Yes, I checked config.log; here are the error lines in it: --------------------- configure:1829: checking for ao configure:1859: gcc -o conftest -I/usr/pkg//include conftest.c -L/usr/pkg//lib -lao -ldl 1>&5 /usr/bin/ld: cannot open -ldl: No such file or directory collect2: ld returned 1 exit status configure: failed program was: #line 1843 "configure" #include "confdefs.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ao...
2011 Feb 18
3
How to change dataframe to tables
The data is in the attachment. What I wanna get is: , , Sex = Male Eye Hair Brown Blue Hazel Green Black 32 11 10 3 Brown 53 50 25 15 Red 10 10 7 7 Blond 3 30 5 8 , , Sex = Female Eye Hair Brown Blue Hazel Green Black 36 9 5 2 Brown 66 34 29 14 Red 16 7 7 7 Blond 4
2011 Aug 16
4
a question about lm on t-test.
Hi all: I have a question about lm on t-test. data(sleep) I wanna perform t-test to test the difference between the 2 groups: I can use: t.test(extra~group) The t.test result shows that:t = -1.8608; mean1=0.75,mean2=2.33 But I still wanna use: summary(lm(extra~group)) Intercept=0.75,which is mean1,just the same as t.test. group2=1.58 means the difference of the 2 groups,so
2011 Aug 18
3
How to get the descriptive statistic of the whole dataframe?
Hi all: If I have a dataframe of N columns.If I wanna get the min(or max,or mean...etc)of the whole dataframe,how to do it quickly? What I can do is only: min(data[,1:ncol(data)]) Any other suggestion? Thanks! best [[alternative HTML version deleted]]
2011 Jan 19
3
question about result of loglinear analysis
Hi all: Here's a question about result of loglinear analysis. There're 2 factors:area and nation.The raw data is in the attachment. I fit the saturated model of loglinear with the command: glm_sat<-glm(fre~area*nation, family=poisson, data=data_Analysis) After that,I extract the coefficients: result_sat<-summary(glm_sat) result_coe<-result_sat$coefficients I find that all the
2001 Mar 16
3
Patches for NetBSD
...} vorbis-tools: $NetBSD: patch-aa,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $ --- ../vorbis-tools-1.0beta4.orig/configure Sun Feb 25 21:51:05 2001 +++ configure Thu Mar 15 09:52:40 2001 @@ -1822,7 +1822,7 @@ AO_LIBS="-L$ao_prefix/lib" fi - AO_LIBS="$AO_LIBS -lao -ldl" + AO_LIBS="$AO_LIBS -lao -lossaudio" echo $ac_n "checking for ao""... $ac_c" 1>&6 echo "configure:1829: checking for ao" >&5 $NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $ --- ../vorbis-tools-1.0beta4.orig/ogg123/Ma...
2004 Sep 10
1
How do I use FLAC in my C++ program ?
...to `FLAC__file_decoder_new(void)' /home/dave/development/splitimg/splitimg.cpp:154: undefined reference to `FLAC__file_decoder_set_md5_checking(FLAC__FileDecoder const *, int)' and so on, you get the idea... its not linking to libFLAC :( my compile line is: g++ -g -o splitimg splitimg.cpp -lao -ldl -lFLAC -lm What is going wrong here, can I use libFLAC in C++ ? I have written a (very)simple flac player in C and that compiles file with gcc, so I know everythings installed correctly etc. Any help would be greatly appreciated! Thanks in advance, David Collett PS: I am using flac-1.0.2 u...
2011 May 17
3
Reboots when importing old rpool
I have a fresh install of Solaris 11 Express on a new SSD. I have inserted the old hard disk, and tried to import it, with: # zpool import -f <long id number> Old_rpool but the computer reboots. Why is that? On my old hard disk, I have 10-20 BE, starting with OpenSolaris 2009.06 and upgraded to b134 up to snv_151a. I also have a WinXP entry in GRUB. This hard disk is partitioned, with a
2010 Oct 28
2
How to find out the trend during a time period?
Hi all: I have a dataset which contains two variables: Y and time y<-c(228,189,232,198,252,315) time<-2003:2008 How can I find out the trend(increase/decrease) of y along the time period? If I use: lm(y~time) The "lm" command treats time as natural number,but not date. So maybe "lm" isn't appropriate. Then,which function could be used? Thanks a lot for your help.
2006 Nov 06
1
[LLVMdev] The Same Application For SuSE and MS Windows.
...ndows or Linux or both Windows + Linux without modification/re-compiling. Is this idea possible? What is the communication/load-balancing between Linux and Windows? Thank you. _____________________________________________________________ = You want FREE web-based email ? = You want your own @qon.lao.net address?? = Then you want LaoNet's WebMail ! = Get it at http://webmail.lao.net !!
2015 Aug 17
2
additional X11 issues with CentOS 6.7
...re the radeon module. I didn't find any release notes pertaining to this specifically. Can someone point me to information on the ati module changes. -- -------------------------------------------- MzK ?The journey of a thousand miles begins with a single step.? --Lao Tzu
2011 Feb 24
1
Experiencing errors after adding new nodes
...ent) [2011-02-24 09:59:11.851656] I [dht-common.c:369:dht_revalidate_cbk] loader-dht: subvolume loader-client-3 returned -1 (Invalid argument) I am running the rebalance again to see if it will fix the layout issue. Any ideas why I'm seeing these errors after adding new nodes? Regards, John Lao
2007 Mar 26
2
[RFC: 2.6.16 patch] ocfs2 heartbeat: clean up bio submission code
...and - was runtime tested with 2.6.16.45 and - got approved by the OCFS2 maintainers as being low-risk. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed