search for: elimi

Displaying 4 results from an estimated 4 matches for "elimi".

Did you mean: elim
2007 Dec 31
3
stack charts right on top of each other
Hi, I tried to stack two charts on top of each other using the following R functions: par(mfrow=c(2,1)) plot(rnorm(1:3),xaxt="n",xlab="") plot(rnorm(1:3)) This created two charts, one on top of the other, but there is too much space between them. Does anyone know how to elimiate the space in between the charts? Thanks, -- Tom [[alternative HTML version deleted]]
2005 Dec 15
5
Rails vs. J2EE: Sharing state in memory?
Hi, I am from a Java background and pretty new to Ruby and Rails. What I am wondering is how I would shared state accross requests and users without involving IO, i.e. use memory. My current understanding is that for each request a new process ist spawn and therefore it gets its own memory. So no sharing can take place between requests? Do I understand this right? For those who know
2001 Dec 14
0
Re: proposal1
...h vagaries, the reality is that people are > going to tag Ogg files using the existing freedb and cddb databases. We > should acknowledge this, standardize that practice, and provide the framework > for more comprehensive tags. I think it is counter-productive to waste > time trying to elimiate the artist tag when it's a certainty that most people > will use it anyway. Having said that: >>Goals for the proposed standard: >> 1) Provide tags so that a compliant player application can display user readable identification information about the song or track. At a mi...
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a