search for: chimp

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

Did you mean: chime
2008 Sep 03
1
[LLVMdev] LLVM FPGA interface.
....3 on linux x86_64. I think it's front-end has better optimizations. I am naive to LLVM environment, my focus is to generate LLVM inermediate code for FPGA. Are there any resources/links/papers/documents which discusses LLVM intermediate generation for FPGA needs. I am aware with Xilinx "CHiMPS" interface for FPGA but probably CHiMPS doesn't have any freely available eval version of CHiMPS to try with LLVM for study purposes. I 'ope I am not bothering LLVM developer's in asking such preliminary questions and support. ~BR Mukesh -------------- next part -------------- A...
2008 Sep 04
1
Binary Tree Testing in "ape" package (a bug?)
Dear all, I was testing the wonderful package APE. However upon testing a particular Newick's format tree - which I think to be a non-binary tree - it yields different result as expected. > library(ape) > tree.hiv <- read.tree(text="(rat,mouse,(human,chimp));") > is.binary.tree(tree.hiv) [1] TRUE Was that a bug in APE package? - Gundala Viswanath Jakarta - Indonesia
2009 Mar 05
4
Table of contents
..., e.g. generate-contents: yes 2. Have a special xml tag with optional alternative text inside, e.g. <contents> 1. First thingy 2. Second thingy 3. Other stuff </contents> 3. Detect that a set of list items matches the first few headers. E.g. if the document has headers # Monkeys ## Chimps ## Humans ## Proboscis monkeys ## Other monkeys ## Do Lemur's count? Then a list that ran: 1. Monkeys 1. Chimps 2. Humans Would be detected as the start of a contents list, and the other entries would automatically be added to it. This seems the nicest approach in some respects, but a...
2006 Oct 28
2
[LLVMdev] Question about uninstalling LLVM
Hello. Nice to meet you. My name is Seung Jae Lee, a graduate student in UIUC CEE, who is working in NCSA for the present. Nowadays I am trying to develop LLVM backend to spit out CHiMPS assembly code. In the process, I installed LLVM codes on my home directory in the host computer. But I don't think it was installed properly. While bootstrapping the LLVM C/C++ Front-End, I met several errors, so I think it's better for me to remove what has been done and to re-install LLV...
2011 Mar 30
2
R CMD build now removes empty dirs
...to be generated. Those package templates are stored under the inst/ folder of the software package. One of those software packages is the AnnotationDbi package: it contains 41 package templates under inst/: [hpages at latitude Rpacks]$ ls AnnotationDbi/inst/AnnDbPkg-templates/ AFFYHUEX.DB CHIMP.DB MALARIA.DB WORM.DB ANOPHELES.DB COELICOLOR.DB MOUSECHIP.DB XENOPUSCHIP.DB ARABIDOPSISCHIP.DB ECOLICHIP.DB MOUSE.DB XENOPUS.DB ARABIDOPSIS.DB ECOLI.DB ORGANISM.DB YEASTCHIP.DB BASEPKG.DB FLYCHIP.DB PFAM.DB YEAST.DB BOVINECHIP.DB FLY....
2003 Oct 16
7
I give up!!
...e absence of a manual, the fault solving process was something like "ask a question on the mailing list, get a few answers, go to the client, try it out, fail, go back home, send another question on the mailinglist" with about 48 hours for each iteration. I was also appearing a real chimp "expermimenting" stuff at the clients' office. At this point I decided to cut my losses, retreive the equipment and call it a day. When asterisk is well documented and released in stable releases, I will willingly consider it again. I would be willing to pay for a stable, documented...
2011 Nov 02
3
Some bugs on gfxboot.c32
While playing with the current master of Syslinux, I figured out two bugs I'd like to share with you. 1- Missing menu entires If you consider a file with the following entries, only the first item appears label mga32 kernel anything label mga64 kernel anything Looks like the number at the end of the label is giving some headaches to gfxboot. If I do rename this two entries by
2018 Feb 26
0
How to model repeated measures negative binomial data with GEE or GLMM
...as tips for a) a GEE with a negative binomial family and/or b) making sure I am specifying the random effect in a GLMM correctly to account for multiple measures within and across years, that would be greatly appreciated. Thank you from a self-taught but passionate R user! Bethany K. Hansen, PhD Chimp Haven sanctuary [[alternative HTML version deleted]]
2006 Apr 07
2
Dealing with missing values in HeatMap generation
Hi, I want to generate a heatmap for my data (in a matrix). However, the data has some missing values (represented as blank). I get the following errors (with the blanks and with blanks replaced by NA and including the option rm.na = TURE): > filename = "input_heatmap.txt" > g <- as.matrix(filedata) > fg <- rainbow(nrow(g), start=0, end=.3) > gg <-