Displaying 4 results from an estimated 4 matches for "obdur".
Did you mean:
obdr
2008 Apr 12
4
Response to R across the university
...response was astonishing. Although Augsburg has no medical faculty
and no engineers, there was far too much demand, with interest from
every faculty (barring theology, "for one small village of indomitable
Gauls still holds out against the R invaders" --- perhaps that should
be obdurate rather than indomitable) and we had participants from
computer science, geography, physics, law, linguistics, education,
sociology, marketing, psychology, finance, ...
The course itself went very well. We encouraged people to bring their
laptops and work in groups. Using JGR as the inte...
2019 Dec 14
0
Re: Long running nbdkit tests
...W
test-iso.sh G
test-nbd G
D = using libguestfs download or similar APIs
F = using libguestfs "fill" APIs which write lots of data
G = guestfish/libguestfs
W = curl/webserver
xN = runs multiple times
test-readahead needs more work. test-cow.sh is obdurately difficult
to test. The others are good tests so there's probably not much we
can or should do to them.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit...
2023 Feb 05
3
Extracting data using subset function
Dear All,
I want to create a vector p and extract first 20 observations using subset
function based on logical condition.
My code is below
p <- 0:100
I know i can extract the first 20 observations using the following command.
q <- p[1:20]
But I want to extract the first 20 observations using subset function which
requires a logical condition. I am not able to frame the logical
2019 Dec 13
2
Long running nbdkit tests
The nbdkit tests take a long time to run especially on armv7. To try
to get an idea of which tests take the most time, and since I happen
to have a qemu aarch64 *TCG* guest available, I ran the tests on that
guest.
A TCG guest is about the worst case for libguestfs, used by some
tests, since it uses double-nested TCG, and as you can see below there
are tests taking over 6 hours.
In fact I