search for: rulers

Displaying 20 results from an estimated 74 matches for "rulers".

Did you mean: ruler
2011 Apr 03
1
Trying to play Star Ruler
Greetings. I have installed Star Ruler in Ubuntu 10.10, using wine 1.2.2. When i try to run the game, i get this error: Code: err:module:import_dll Library MSVCP100.dll (which is needed by L"C:\\Programas\\Star Ruler\\ParticleSystem.dll") not found err:module:import_dll Library ParticleSystem.dll (which is needed by L"C:\\Programas\\Star Ruler\\StarRuler.exe") not found
2003 Oct 17
3
don't display rulers in image() command and script file input
Dear R experts, 1. How can I turn off the display of rulers in image() command? 2. Rather than typing my commands at the command line, how can I input a file contents aside from doing a copy and paste operation? Thanks in advance, Ernesto Adorio Math Department University of the Philippines Diliman
2017 Apr 14
0
[virtio-dev] Re: [PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
...(i.e. pfn_max=1, pfn_min=0), we can simply use the ruler once and get to know that the object is 1-meter long. Case 2: To measure a 11-meter long object (i.e. pfn_max=11, pfn_min=0). We will first see if we can extend the 2-meter long ruler, for example, to 12-meter by getting another five 2-meter rulers and combine them (i.e. extend_page_bmap_size() to allocate page_bmap[1], page_bmap[2]...page_bmap[5]). Case 2.1: If the length of the ruler is successfully extended to 12-meter, that is, we get a 12-meter long ruler, then we can simply use the ruler once and know t...
2017 Apr 13
3
[PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
On Thu, Apr 13, 2017 at 05:35:05PM +0800, Wei Wang wrote: > Add a new feature, VIRTIO_BALLOON_F_BALLOON_CHUNKS, which enables Let's find a better name here. VIRTIO_BALLOON_F_PAGE_CHUNK > the transfer of the ballooned (i.e. inflated/deflated) pages in > chunks to the host. > > The implementation of the previous virtio-balloon is not very > efficient, because the ballooned
2017 Apr 13
3
[PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
On Thu, Apr 13, 2017 at 05:35:05PM +0800, Wei Wang wrote: > Add a new feature, VIRTIO_BALLOON_F_BALLOON_CHUNKS, which enables Let's find a better name here. VIRTIO_BALLOON_F_PAGE_CHUNK > the transfer of the ballooned (i.e. inflated/deflated) pages in > chunks to the host. > > The implementation of the previous virtio-balloon is not very > efficient, because the ballooned
2012 Jul 18
3
'symbols' not plotting correct circle radii
Hi there. I have been plotting some circles using 'symbols', with radii representing my data, but the radii looked incorrect. It seems to happen with a single circle too: Symbols ( 0, 0, circles = 40, xlim = c(-40, 40), ylim= c(-40, 40)) If I put a ruler up to my monitor (technology!) to compare the radius with the axes, the circle isn't radius 40; it is closer to 15... I
2005 Dec 15
5
Avery Lables, PDF::Writer or LaTex?
In a new app we are developing, we need to be able to dynamically create a PDF and send it to the browser (inline with send_data). I have been tinkering with PDF::Writer and love the simplicity and native ruby-ness of it all. However, one of the main uses for this functionality is to output a PDF of addresses to be printed on Avery 5161 labels. LaTex seems to be suited well for this, but it
2008 Oct 16
1
draw a 5cm x 3cm rectangle
Hi I want to draw sth in a pdf file with a predefined defined size. Say a 5cm x 3cm rectangle (a ruler): pdf("rect.pdf", paper="a4") plot(c(1,5,5,1,1),c(1,1,3,3,1),asp=1,axes="n") dev.off() but how do I fix that one unit is 1cm? Thanks thomas
2006 Jul 28
3
scatter plot with axes drawn on the same scale
Dear useRs, I'd like to produce some scatter plots where N units on the X axis are equal to N units on the Y axis (as measured with a ruler, on screen or paper). This approach x <- sample(10:200,40) ; y <- sample(20:100,40) windows(width=max(x),height=max(y)) plot(x,y) is better than plot(x,y) but doesn't solve the problem because of the other parameters (margins etc). Is
2015 Oct 25
2
iPXE HTTP transfer at 1000Mbps
Some what In-Reply-To: <1323092879.2629413.1445740496536.JavaMail.yahoo at mail.yahoo.com> On Sun, Oct 25, 2015 at 02:34:56AM +0000, Patrick Masotta via Syslinux wrote: > Micheal Brown > > > > iPXE's HTTP implementation is definitely not slow. On a Gigabit LAN, > > you should get the full 1000Mbps speed for HTTP downloads: a 200MB test > > file should
2003 Mar 11
3
R-Graphics: Scaling axis
Hi, how can I scale the x- and y-axis of a "plot" to the same scale? My problem: The following command sequence produces the plot in a square. What I want is the x-axis to be 5 times as wide (measured e.g. in pixels) as the y-axis is long (because y ranges from -1 to 1 and x ranges from 0 to 10). x <- seq( from=0, to=10, by=.1) sinx <- sin(x) plot( x, sinx, type="l")
2004 Sep 10
2
Improving on Rice coding
...a speedup (but impact the compression ratio). And there's a fair scope for optimization. Overall, the speed (after encoding the least significant bits and dividing them out) is going to be of the order of the sum of the integers to be encoded. Paul Email: pfh@csse.monash.edu.au one ring, no rulers, thecircle.org.au
2006 Mar 15
1
How to get correct proportions/bounding box for latex figure?
Hello, I recently posted a question about my troubles with importing a lattice/trellis figure into latex. To recap, The figure contains 3 scatterplots, so it should have roughly a 1:3 sort of aspect ratio, in order to make each of the scatterplots square. Instead, the whole figure comes out roughly square, so each scatterplot is badly stretched. I fixed this by adding aspect=1/1 to the
2003 Nov 17
1
Re: Questions about your Neuros (was: [faq?] Portable players supporting ogg vorbis)
Daniel Déchelotte (maitre_yodan@club-internet.fr) wrote: > Hi Greg, I'm cc'ing the list because I'm sure these questions will be of use to many other people. > Yeah, I also find it hard to resist, but there is still one bit that > concerns me: this huge and not so good-looking black backpack. How big is > it actually? I am suspecting it's huge because I can't
2004 Sep 10
3
Improving on Rice coding
...ed in using bonk's encoding scheme? The relevant file is utility.h in http://yoyo.cc.monash.edu.au/~pfh/bonk/bonk-0.6.tar.gz. I've put a draft description of the encoder here: http://www.csse.monash.edu.au/~pfh/random/encoder.pdf regards, Paul Email: pfh@csse.monash.edu.au one ring, no rulers, thecircle.org.au
2016 Apr 18
1
project test data into principal components of training dataset
Hi there, I've a training dataset and a test dataset. My aim is to visually allocate the test data within the calibrated space reassembled by the PC's of the training data set, furthermore to keep the training data set coordinates fixed, so they can serve as ruler for measurement for additional test datasets coming up. Please find a minimum working example using the wine dataset below.
2017 Mar 16
0
[PATCH kernel v8 2/4] virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER
From: Liang Li <liang.z.li at intel.com> The implementation of the current virtio-balloon is not very efficient, because the ballooned pages are transferred to the host one by one. Here is the breakdown of the time in percentage spent on each step of the balloon inflating process (inflating 7GB of an 8GB idle guest). 1) allocating pages (6.5%) 2) sending PFNs to host (68.3%) 3) address
2017 Apr 13
0
[PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
Add a new feature, VIRTIO_BALLOON_F_BALLOON_CHUNKS, which enables the transfer of the ballooned (i.e. inflated/deflated) pages in chunks to the host. The implementation of the previous virtio-balloon is not very efficient, because the ballooned pages are transferred to the host one by one. Here is the breakdown of the time in percentage spent on each step of the balloon inflating process
2015 Jul 31
1
Fedora change that will probably affect RHEL
...wish to have it do and the consumer's choice it put up with that or do without. We are living in the golden age of snake-oil technology. Which, as the governments of the world have become addicted to surveillance of their subjects, -- one cannot really call citizens those so treated by their rulers -- is unlikely to change for a generation or more. It took more than 100 years of consumer activism to change advertising and product safety laws and these are yet far from perfect. I am not convinced that effective data security laws will prove any easier to establish. Or be accomplished any so...
2007 Oct 17
15
Any tips on teaching BDD with RSpec?
Hi I hope this is not OT. I''m training my replacement at work to do BDD Rails development. He''s done a CS/maths degree but has no professional programming experience, so he''s never NOT done a project without BDD. In a way I am jealous of his unspoilt situation :) I''ve gone about things this way: * first teach him some Ruby (he did mainly Java at