Displaying 20 results from an estimated 74 matches for "ruler".
Did you mean:
rules
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"...
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
...nt page_bmaps;
>> +
>> + /*
>> + * The allocated page_bmap size may be smaller than the pfn range of
>> + * the ballooned pages. In this case, we need to use the page_bmap
>> + * multiple times to cover the entire pfn range. It's like using a
>> + * short ruler several times to finish measuring a long object.
>> + * The start location of the ruler in the next measurement is the end
>> + * location of the ruler in the previous measurement.
>> + *
>> + * pfn_max & pfn_min: forms the pfn range of the ballooned pages
>> +...
2017 Apr 13
3
[PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
...map */
> + unsigned int page_bmaps;
> +
> + /*
> + * The allocated page_bmap size may be smaller than the pfn range of
> + * the ballooned pages. In this case, we need to use the page_bmap
> + * multiple times to cover the entire pfn range. It's like using a
> + * short ruler several times to finish measuring a long object.
> + * The start location of the ruler in the next measurement is the end
> + * location of the ruler in the previous measurement.
> + *
> + * pfn_max & pfn_min: forms the pfn range of the ballooned pages
> + * pfn_start &...
2017 Apr 13
3
[PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
...map */
> + unsigned int page_bmaps;
> +
> + /*
> + * The allocated page_bmap size may be smaller than the pfn range of
> + * the ballooned pages. In this case, we need to use the page_bmap
> + * multiple times to cover the entire pfn range. It's like using a
> + * short ruler several times to finish measuring a long object.
> + * The start location of the ruler in the next measurement is the end
> + * location of the ruler in the previous measurement.
> + *
> + * pfn_max & pfn_min: forms the pfn range of the ballooned pages
> + * pfn_start &...
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 suspect there is a simple answer.
Stuart
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have recei...
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 there an easy, official way of
sizing the axes t...
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?
...ot;)
Fine, but how then do I know what width and height
are, and why should
I have to specify this? Unless I get them in exactly
the right ratio,
the figures are going to be stretched (including the
fonts, which will
not look professional)!
So, I guess I could print out the figure and get out a
ruler and measure
(fortunately the scatterplots have boxes that I know
should be square,
so I could figure out the right ratio).
But this seems so antiquated, and makes me think I
must be overlooking
something. R should be _telling me_ what the bounding
box is (rather
than making me estimate it). R kn...
2003 Nov 17
1
Re: Questions about your Neuros (was: [faq?] Portable players supporting ogg vorbis)
...ckpack. How big is
> it actually? I am suspecting it's huge because I can't find any side
> picture of the Neuros. Would you be extremely kind and make a picture of
> yours?
Well, a picture won't give you the size either, unless I put it next to
something of known size (like a ruler). I do have a digicam, but I
think my wife's got it right now.
The Neuros with the hard drive attached is 13 cm long, 8 cm wide and 3 cm
tall. If I'm holding it in my hand, I can't hold much else. It could
fit in a good-sized pocket. It seems to weigh somewhere around 8 ounces
(240...
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.
Ideally I would like to use ggbiplot as it comes with the elegant
features but it only accepts objects of class prcomp, princomp, PCA, or
lda, which is not fullfilled by the...
2017 Mar 16
0
[PATCH kernel v8 2/4] virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER
..._MAX];
+ /* Number of split page bmaps */
+ unsigned int page_bmaps;
+
+ /*
+ * The allocated page_bmap size may be smaller than the pfn range of
+ * the ballooned pages. In this case, we need to use the page_bmap
+ * multiple times to cover the entire pfn range. It's like using a
+ * short ruler several times to finish measuring a long object.
+ * The start location of the ruler in the next measurement is the end
+ * location of the ruler in the previous measurement.
+ *
+ * pfn_max & pfn_min: forms the pfn range of the ballooned pages
+ * pfn_start & pfn_stop: records the sta...
2017 Apr 13
0
[PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
...+ /* Number of the allocated page_bmap */
+ unsigned int page_bmaps;
+
+ /*
+ * The allocated page_bmap size may be smaller than the pfn range of
+ * the ballooned pages. In this case, we need to use the page_bmap
+ * multiple times to cover the entire pfn range. It's like using a
+ * short ruler several times to finish measuring a long object.
+ * The start location of the ruler in the next measurement is the end
+ * location of the ruler in the previous measurement.
+ *
+ * pfn_max & pfn_min: forms the pfn range of the ballooned pages
+ * pfn_start & pfn_stop: records the sta...
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 s...
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