search for: kiat

Displaying 20 results from an estimated 26 matches for "kiat".

Did you mean: kat
2024 Feb 02
2
List of Words in BioWordVec
Is there a way to extract list of words in BioWordVec in R Thank you Tjun Kiat [[alternative HTML version deleted]]
2013 May 02
2
ODE solver
.....Internal T (=R1) and H (=R2) are such that in the machine, T + H = T on the next step (H = step size). Solver will continue anyway. And then the program just take very long to run. Is there anyway to get the program to terminate when this warning is issued instead of continuing to run ? Tjun Kiat [[alternative HTML version deleted]]
2024 Feb 02
1
List of Words in BioWordVec
I *think* this might be better posted here: https://bioconductor.org/help/support/ Cheers, Bert On Thu, Feb 1, 2024 at 4:37?PM TJUN KIAT TEO <teotjunk at hotmail.com> wrote: > Is there a way to extract list of words in BioWordVec in R > > Thank you > > Tjun Kiat > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing...
2005 May 25
5
[LLVMdev] LLVM Cygwin Run Errors
...ot find library 'shell32' ******************************************************** The lli tool doesn't work as well. However, llvm-dis,llc,gcc hello.s -o hello.native,./hello.native work. (I have not try with the other tools yet) Your help will be very much appreciated. Regards, Kiat
2012 Jul 18
1
Defining a variable outside of optim or differential equation solver.
...solver and this is my code d<-y[2] vdpol<-function(t,y) { list(c(1, d, 3, 4 ) } stiff<-ode(y=rep(0,4),times=c(0,1),func=dvdpol,parms=1) The thing is I want d to be composed of one of state variables in the differential function vdopl. Can it be done ? tjun kiat
2005 Dec 15
2
[LLVMdev] List Scheduling on LLVM Instructions
Hi All, I am planning to use list scheduling on LLVM instructions. Any recommendation on how to start ? As in which codes in LLVM that I need to look at. Since I am still a newbie, any readings recommended? :) Thanks a lot for the help. Regards, Kiat -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20051215/c16b918e/attachment.html>
2005 May 19
0
[LLVMdev] Building LLVM cfrontend
The very first time you build GCC, you should do "make bootstrap". After that, you can use "make" and "make install" Reid. On Fri, 2005-05-20 at 00:15 +0800, thean kiat sew wrote: > Hi, I am still new to LLVM and also GNU softwares. > > I am doing a project using LLVM. > > I was building cfrontend on my windows cygwin, however I encountered > this problem, may I now what is the cause? > > ******************************** > my config...
2005 May 19
2
[LLVMdev] Building LLVM cfrontend
...nt ../../src/gcc/c-opts.c:190: error: (near initialization for `lang_flags[3]') make[1]: *** [c-opts.o] Error 1 make[1]: Leaving directory `/home/cfrontend/build/gcc' make: *** [all-gcc] Error 2 bash-2.05b$ ************************************** Your help will be very much appreciated. Kiat
2008 Jul 24
13
performace of disks
Hello, Queries: 1 - what is the best RAID (0,1,5,10,50) for server running very, very VM instances ??? 2 - and config of stripes/element sizes (32, 64, 128, 256, etc, KB) ?? 3 - in the configuration of VM, exit one difference in performance between image file (disk:/) or LVM partition (phy:/) ??? any URL or docs for read about this theme ? mmm.. it is all for moment. thanks -- -- Victor
2005 Dec 15
0
[LLVMdev] List Scheduling on LLVM Instructions
On Thu, 15 Dec 2005, thean kiat sew wrote: > I am planning to use list scheduling on LLVM instructions. > Any recommendation on how to start ? As in which codes in LLVM that I need > to look at. We don't currently have a list scheduler in the target-independent code generator, but we do have the infrastructure need...
2005 Dec 16
1
[LLVMdev] List Scheduling on LLVM Instructions
Didn't SparcV9 backend implement list scheduling? 2005/12/16, Chris Lattner <sabre at nondot.org>: > On Thu, 15 Dec 2005, thean kiat sew wrote: > > I am planning to use list scheduling on LLVM instructions. > > Any recommendation on how to start ? As in which codes in LLVM that I need > > to look at. > > We don't currently have a list scheduler in the target-independent code > generator, but we do...
2012 Sep 21
2
Parallel Programming
I am trying to do parallel programming and I tried this library(doSNOW) library(foreach) testfunc<-function(x){ x<-x+1 x } noc<-2 cl <- makeCluster(do.call(rbind,rep(list("localhost"),noc)), type = "SOCK") registerDoSNOW(cl) clusterExport(cl=cl,c("testfunc.r")) testl<-foreach(pp=1:2) %dopar% { testfunc(pp) } And this works but if I try to
2013 Jan 23
2
Dot plot of character and numeric matrix
Dear List, I have a set of data which looks like this (small set of sample) A A 0.431 A A 0.439 A A 0.507 A G 0.508 A A 0.514 I will like to use this data to plot a dot plot, with the X-axis being of type character, and my y axis of type numeric. When I try to use the dot chart function, I get the error message "'x' must be a numeric vector or matrix", which I can understand
2005 May 25
2
[LLVMdev] LLVM Cygwin Run Errors
...bytecode generated by my llvm-gcc is correct? When I run $ llvm-gcc hello.c -o hello What I get is hello.exe.bc, and hello.exe (I can actually llvm-dis the bytecode file which is hello.exe.bc). However, I do not get a shell script(named hello) as stated in the documentation... Best Regards, Kiat On 5/25/05, Aaron Gray <angray at beeb.net> wrote: > > I installed the cfrontend 1.5 and LLVM 1.5 from source in cygwin > > successfully using GCC3.4.3 and binutils2.15 (as in makefiles do not > > complain errors except some warnings). > > > > However when I d...
2008 Nov 19
10
Outlook and roaming profiles?
Hi list, I'm trying to migrate from a workgroup based Samba server to a domain based Samba server. I need the following features - Roaming profiles - LDAP based user administration / authentication I think the LDAP part is mostly doable, though I do foresee some hair tearing, but my main concern is with the roaming profiles. Users do not have a fixed workstation and log-on to whichever
2008 May 14
0
Veth0 missing
...achine ? I follow the documentation http://wiki.xensource.com/xenwiki/XenNetworking#head-6bf1a8014b3a002670ac23d 8326eb9ac9e2714e5 but can''t seems to solve the problem. It has being troubling me for long time. Anybody had this problem and solve it before? Best Regards, Choon Kiat _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Aug 05
0
Re: away
i am currently not in singapore from the 6th to 10th Aug 2008. For anything urgent, please contact Daren at daren@hwzcorp.com Thanks. Best Regards, Choon Kiat _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Aug 07
0
Re: away
i am currently not in singapore from the 6th to 10th Aug 2008. For anything urgent, please contact Daren at daren@hwzcorp.com Thanks. Best Regards, Choon Kiat _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Aug 09
1
Changing shares permissions
Hi list, I have a new install of Samba 4, and was wondering how I can define file access permissions (read/write etc). testparm and samba both reject the use of 'writeable' and 'valid users', so I'm quite stuck as to how the permissions can be set. I have tried using the Remote Administration Tools (specifically Computer Management) to try and define the permissions for the
2012 Jul 03
1
Wrapper function for multivariate arrays for ode
I am trying to to write a wrapper function for the ode solver (under the package desolve) to enable it to take multivariate arrays. I know how to do it for 1 dimension arrays but my code breaks down when I try to do it for 2 dimensional arrays. Here is my code diffwrap<-function(t,y,mu)vdpol(t=t,A[1:3,1:4]<-y[1:12],B[1:12]<-y[13:24],mu=mu) vdpol<-function(t,A,B,mu) { list(c(mu,