search for: kinoko

Displaying 9 results from an estimated 9 matches for "kinoko".

2004 Nov 30
2
[LLVMdev] dejagnu tester
Hi all, This is just to announce that I have a FreeBSD x86 machine running the test suite more or less continuously: http://kinoko.c.u-tokyo.ac.jp/~builddonkey/ Of note is that it now runs Dejagnu tests. (Thanks, tonic+co!) I'm also tracking CVS breakage (internally, for now). At some later point, I'll make available more real-time information on "is CVS alive and if not, who broke it". Enjoy, Duraid
2005 Nov 12
2
[LLVMdev] building LLVM 1.6 on Debian unstable ...
...nutils package from 2.16.1cvs20050902-1 (Debian unstable) to 2.16.1-2 (testing). The message still appears, but no error is reported and the build completes. Found similar messages in what appears to be an automated daily build for ia64 ... assuming those messages can be safely ignored. http://kinoko.c.u-tokyo.ac.jp/~builddonkey/ia64/2005-11-12-Build-Log.txt Would this information be useful in the release notes? Sameer. -- Research Scholar, KReSIT, IIT Bombay http://www.it.iitb.ac.in/~sameerds/
2008 Nov 12
3
any alternatives for complex for-loops?
Dear list, Is there a way to do something like the following pseudo-code - without for loop? complexFn <- function(a,b){ ... return(c) } x[i] = complexFn(x[i-1], x[i-2]) I have found "filter" but would like to do something more complicated than multiplication with x[i-1] and x[i-2]. Thanks in advance! gabor
2008 Nov 25
2
invoking user-defined function
Dear list, Can somebody tell me how to invoke user-defined functions from script files during run-time? Basically I have (almost) one function per script file. I am thinking of something like #include in C++ import in Java/Python use in Perl No, I don't need my functions every time R is started. Neither I am thinking about writing building my functions into packages. I just
2008 Nov 27
2
as.numeric in data.frame, but only where it is possible
Hi, I would like to convert my "character" sequences in my matrix/ data.frame into "numeric" where it is possible. I would also like to retain my alphabetic character strings in their original forms. "5.1" > 5.1 "hm" > "hm" k<-matrix(c("aa", "bb", 1,2, 4.3, 0), nrow=2) mode(k) <- "numeric" #
2005 Nov 12
0
[LLVMdev] building LLVM 1.6 on Debian unstable ...
Sameer D. Sahasrabuddhe wrote: > Hi, > > Tried to build the 1.6 release on Debian unstable, but ran into link > problems for some utils ... > > Copying the messages when building llc, the same error occurs for lli, > llvm-db and some of the examples. Is this a problem with the compiler > version? LLVMSelectionDAG.o itself builds correctly. > > make[2]: Entering
2005 Nov 12
2
[LLVMdev] building LLVM 1.6 on Debian unstable ...
Hi, Tried to build the 1.6 release on Debian unstable, but ran into link problems for some utils ... Copying the messages when building llc, the same error occurs for lli, llvm-db and some of the examples. Is this a problem with the compiler version? LLVMSelectionDAG.o itself builds correctly. make[2]: Entering directory `/home/sameerds/data/llvm-1.6/tools/llc' llvm[2]: Linking Debug
2005 Feb 14
0
LLVM February Status Update
...Visual C++ compiler. Most of the LLVM tools build now, and he wrote a document describing how to use it: http://llvm.cs.uiuc.edu/docs/GettingStartedVS.html 9. Duraid Madina has ported LLVM to build on HP-UX with the HP aCC compiler. For more information, see: http://kinoko.c.u-tokyo.ac.jp/~duraid/llvm-on-hpux.html 10. Henrik Bach is continuing his work to get LLVM fully functional on Win32 with the MingW compiler. The port is basically functional, but some final patches still need to be integrated into CVS. Optimization Changes: 11. LLVM now includes an...
2009 Mar 09
5
Help
...(steve) > 73. Re: base:::rbind (Gabor Grothendieck) > 74. Re: ggplot2 problem (Eric) > 75. Re: ggplot2 problem (steve) > 76. Re: How to create a string containing '\/' to be used with > SED? (seanpor) > 77. as.numeric in data.frame, but only where it is possible (Kinoko) > 78. Re: R and SPSS (Alain Guillet) > 79. Re: Error in sqlCopy in RODBC (Dieter Menne) > 80. Re: Welcome to the "R-help" mailing list (Digest mode) > (Weijia You) > 81. Re: Welcome to the "R-help" mailing list (Digest mode) > ( G?bor Cs?rdi ) &g...