search for: egg

Displaying 20 results from an estimated 739 matches for "egg".

Did you mean: eg
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
...seems plausible. Daniel noticed the following backtrace in the log after http://llvm.org/perf started giving "Internal Server Error" again: 2015-05-08 22:57:05,309 ERROR: Exception on /db_default/v4/nts/287/graph [GET] [in /opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app. py:1423] Traceback (most recent call last): File "/opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app .py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/opt/venv/perf/lib/python2.7/site-packages/Flask-0.10.1-py2....
2010 May 13
2
More complex historgram
CID DISTRICT SCHOOL YRofSTUDY DATE.ENTRY SEX AGE EGGS.M EGGS.MII EGGS.H POBADN0130 PO Badongo 0 18.1.08 2 11 0 -1 73 POBADN0117 PO Badongo 0 18.1.08 1 10 0 -1 59 POBADN0160 PO Badongo 0 18.1.08 1 11 0 -1 56 POBADN0112 PO Badongo 0 18.1.08 2 10 0 -1 47 POBADN0053 PO Badongo 0 18.1.08 1 8 0 -1 42 POBADN0141 PO Badongo 0 18.1.08 2 11 0 -1 36 POBADN0056...
2008 Sep 22
2
Test environment question
...(it has multiple accounts but I have turned off the cehck for mail when starting and check for new mail every N minutes functions, and then check the ps table to make sure there are no imap connections) However, I'm seeing two errmsgs in the maillog on the test machine: > Sep 22 11:54:13 egg mail:err|error dovecot: IMAP(sdean): posix_fallocate() faile > d: Protocol not available > Sep 22 11:54:13 egg mail:err|error dovecot: IMAP(sdean): file_set_size() failed > with mbox file /var/spool/mail/sdean: Protocol not available which appear to happen AFTER mail arrives at the produc...
2008 Sep 24
2
Graph question
If I have a set of data comprising a list of numbers of eggs on mosquito guts that range from 1 to 157. How can I get R to draw a barchart of the distribution of the data (i.e. x axis= number of eggs on a gut, y axis=number of mosquitoes found with that number of eggs)? Data is listed below. Thanks, Georgina Number of eggs on each mosquito gut: [1] 1...
2004 Jul 09
2
Simple 'frequency' function?
...function frequency <- function(x){ max <- max(x) j <- c() for(i in 1:max){ j[i] <- length(x[x==i]) } return(j) } fre <- frequency(x) plot(fre) How can I ... 1) Make this a general function so my array could be of the form # eats! x <- cbind( "egg","egg","egg","egg","ham","ham","ham","ham","chicken" ) fre <- frequency(x) plot(fre) 2) Make frequency return an object which I can call plot on (allowing the prob=TRUE option). Cheers, Dan.
2010 Apr 11
1
[LLVMdev] darwin dragon-egg build issues
Peter, FYI, I am interested in dragon-egg because I have been preparing updated llvm/llvm-gcc42 2.7 packaging for fink and was considering adding in an addition dragon-egg package if the additional gcc patch didn't destablize gcc45. Also I am really interested in checking the Polyhedron 2005 benchmarks for gcc 4.5.0 with and without dr...
2008 Mar 03
1
Barplot with grouping x axis and count data
Hello, I am trying to make a barplot with nested count data which is build like this: first there are several birds (n)laying 3 clutches composed of 2 eggs half of the second and third clutch received treatment and this treatment was tested to influence sex of offspring. I want a barplot showing counts for male and female for every egg of every clutch. can someone tell me what to do? I drew a table of how i wanted it to look with: ftable(sex,clutch,e...
2008 Jun 26
2
Installing python eggs using puppet.
...ent servers. I want to be able to sandbox the different applications using virtenv. A basic setup would be: 1. create user 2. install the virtual environment for that user - -> as the user: virtualenv /userdir 3. Install package dependencies. - -> as the user: easy_install <mypackage>.egg This should install any dependencies. Is this possible, or should I just host the basic user environment in my RCS repository? Has anyone used puppet to install eggs earlier? Do you have any tips? kind regards, Tarjei -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using...
2009 May 18
2
Superscripts and subscripts in trellis graphics
I'd like to annotate an xyplot with an R^2 value, but can not find the syntax to define the superscript format for the text. I'd appreciate suggestions, xyplot(SharkSloughEggs.df$Sharkeggs.rel + SharkSloughEggs.df$SharkHatched.rel + SharkSloughEggs.df$SharkFlooded.rel + HSI.shark$MEAN ~ Year, pch=c(1,9,5,4), lty=c(1,6,3,4), lwd = c(2), col = c("black", "blue", "green", "red"), scales=list(tick.number=length(Y...
2005 Jul 28
2
lattice/ grid.layout/ multiple graphs per page
Background: OS: Linux Mandrake 10.1 release: R 2.0.0 editor: GNU Emacs 21.3.2 front-end: ESS 5.2.3 --------------------------------- Colleagues I have a set of lattice plots, and want to plot 4 of them on the page. I am having trouble with the layout. grid.newpage() pushViewport(viewport(layout = grid.layout(2,2))) pushviewport(viewport(layout.pos.col = 1, layout.pos.row = 1)) working trellis
2010 Apr 11
1
[LLVMdev] darwin dragon-egg build issues
...lude LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make >> g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD -MP -DIN_GCC -DREVISION=\"100954M\" -DTARGET_NAME=\"x86_64-apple-darwin10.3.0\" -I/Users/howarth/llvm_svn/dragonegg -I/sw/lib/gcc4.5/lib/gcc/x86_64-apple-darwin10.3.0/4.5.0/plugin/include -I/Users/howarth/llvm_svn/dragonegg/x86 -I/Users/howarth/llvm_svn/dragonegg/darwin -I/sw/include -Wall -Werror -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O2 -fno-exceptions -...
2002 Apr 26
1
Possible Bug report
...uot;-p" possibly. Server (A) is on Solaris 2.6 5/98 105181-25 Client (B) is on Solaris 8 02/02 108528-13 Thanks Duncs Duncan Ferguson IT Infrastructure Senior Unix Systems Engineer Phone: 01384 264 060 Mobile: 07968 148 748 This private and confidential e-mail has been sent to you by Egg. The Egg group of companies includes Egg Banking plc (registered no. 2999842), Egg Financial Products Ltd (registered no. 3319027) and Egg Investments Ltd (registered no. 3403963) which carries out investment business on behalf of Egg and is regulated by the Financial Services Authority. Register...
2013 Mar 01
5
[LLVMdev] dragon egg + llvm for fortran to c translation
hi! I would like to know if it is feasible to use the dragon egg gcc plugin to automatically convert fortran code to c. Having found that it is possible to output llvm byte code back to c (at least something like this gave me this impression/hope: llc -march=c -o test.c) I am hoping to use dragon egg to generate the byte code from fortran 90 which than outp...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...tication.py | 16 ++ server/ovirtserver/tests/functional/test_root.py | 48 ++++ server/ovirtserver/tests/models/__init__.py | 68 ++++++ server/ovirtserver/tests/models/test_auth.py | 22 ++ server/ovirtserver/websetup.py | 42 ++++ server/server.egg-info/PKG-INFO | 10 + server/server.egg-info/SOURCES.txt | 68 ++++++ server/server.egg-info/dependency_links.txt | 1 + server/server.egg-info/entry_points.txt | 7 + server/server.egg-info/paster_plugins.txt | 4 + server/...
2010 Apr 15
0
[LLVMdev] darwin dragon-egg build issues
Duncan, Do a quick check here on x86_64-apple-darwin10 with svn llvm and svn dragon-egg against release gcc 4.5.0, the results from the himenoBMTxpa benchmark compiled at -O3 look pretty good. With stock gcc-4.5.0, we get... Grid-size = M mimax = 128 mjmax = 128 mkmax = 256 imax = 127 jmax = 127 kmax =255 Start rehearsal measurement process. Measure the performance in 3 times. M...
2010 Apr 13
2
[LLVMdev] darwin dragon-egg build issues
Hi Peter, > Why not do this too? I've applied this - thanks for the patch! Ciao, Duncan.
2013 Mar 01
0
[LLVMdev] dragon egg + llvm for fortran to c translation
DragonEgg only converts GCC's IR to LLVM IR. And -march=c is C backend. We used it for a while last year, but its support has been dropped several months ago. There are people, who are still using it privately, as far as I know. - D. 2013/3/1 Philipp Schwaha <philipp at schwaha.net> > hi! &gt...
2007 Nov 01
2
F distribution from lme()?
Dear all, Using the data set and code below, I am interested in modelling how egg temperature (egg.temp) is related to energy expenditure (kjday) and clutch size (treat) in incubating birds using the lme-function. I wish to generate the F-distribution for my model, and have tried to do so using the anova()-function. However, in the resulting anova-table, the parameter kjday has...
2010 Apr 13
0
[LLVMdev] darwin dragon-egg build issues
Hi Jack, > bash-3.2$ gcc-4 hello.c -S -O1 -o - -fplugin=./dragonegg.so > cc1: error: Cannot load plugin ./dragonegg.so > dlopen(./dragonegg.so, 10): Symbol not found: _classify_argument looks like you forgot to apply the i386_static.diff patch to gcc. Ciao, Duncan.
2008 Jul 04
4
Re ad in a file - produce independent vectors
Is there a way of reading in a file in a way that each line becomes a vector: for example: meals.txt breakfast bacon eggs sausage lunch sandwich apple marsbar crisps dinner chicken rice custard pie I want to read in this file and end up with 3 different vectors, one called breakfast which contains "bacon", "eggs", sausage" One called lunch with "sandwich"...