Displaying 20 results from an estimated 2766 matches for "flatly".
2008 Sep 26
2
bar and line plot
Hello All:
Using the below dataset how can I make a barplot with
Date(X) and NumEggs(Y) by Site. Then plot Temp(lineplot)
It seems really simple, but I am having a hard time trying to
do it by Site. Thanks
Date NumEggs Site Temp
1 2008-04-22 0 Massacre Flat (RK424.5) 51.20
2 2008-04-23 0 Massacre Flat (RK424.5) 50.80
3 2008-04-24
2011 Jul 27
2
Creating a flat legend 'grob' for lattice xyplot
Hi,
I want my xyplot legend to be flat, not tall, and there seems to be no way
for xyplot's auto.key and key elements to do this: I tried many, many
permutations of what I could find in the archives and reading the
documentation. If there there's a way to make it flat, please tell me what
the magic incantation is.
Here's a simple example of what I like to see. The xyplot will be a
2013 Jul 06
4
[Bug 66642] New: [nva5] Wrong provoking vertex is selected for flat attribute interpolation (clipping?)
https://bugs.freedesktop.org/show_bug.cgi?id=66642
Priority: medium
Bug ID: 66642
Assignee: nouveau at lists.freedesktop.org
Summary: [nva5] Wrong provoking vertex is selected for flat
attribute interpolation (clipping?)
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter:
2015 Sep 07
2
Bind flat file support
Is there any chance that support for Bind flat files will return? I
understand the various (extremely weak) arguments against it but DLZ not
only sucks big time, it limits proper functionality and
inter-operability, necessitating significant design changes for anything
but the simplest of networks. Additionally, it doesn't work with the
existing scripts many people use. I know that
2015 Oct 26
3
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
Hyper-V SynIC is a Hyper-V synthetic interrupt controller.
The test runs on every vCPU and performs the following steps:
* read from all Hyper-V SynIC MSR's
* setup Hyper-V SynIC evt/msg pages
* setup SINT's routing
* inject SINT's into destination vCPU by 'hyperv-synic-test-device'
* wait for SINT's isr's completion
* clear Hyper-V SynIC evt/msg pages and destroy
2015 Oct 26
3
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
Hyper-V SynIC is a Hyper-V synthetic interrupt controller.
The test runs on every vCPU and performs the following steps:
* read from all Hyper-V SynIC MSR's
* setup Hyper-V SynIC evt/msg pages
* setup SINT's routing
* inject SINT's into destination vCPU by 'hyperv-synic-test-device'
* wait for SINT's isr's completion
* clear Hyper-V SynIC evt/msg pages and destroy
2011 Apr 05
2
Pulling strings from a Flat file
Hi,
I have a flat file that contains a bunch of strings that look like this. The file was originally in Unix and brought over into Windows:
E123456E234567E345678E456789E567891E678910E. . . .
Basically the string starts with E and is followed with 6 numbers. One string=E123456, length=7 characters. This file contains 10,000's of these strings. I want to separate them into one vector the
2009 Jul 25
2
Gamepad & Wine 1.0.1-2 on Debian Sid
Hi, I need you help.
I've been reading and searching on Google for a while know to try to get my gamepad (joystick, whatever) to work. Of course that the gamepad works fine under GNU/linux natives apps, like ZNES.
First of all, is not a gamepad or joystick actually, it's an adaptor that lets me connect 2 PSII joysticks in one USB port.
The module I'm using is joydev, and I'm
2015 Sep 07
2
Bind flat file support
Hi Robert,
It doesn't break compatibility with MS, unless you're talking about the
RSAT DNS tool, which is a lot more cumbersome than a text editor anyway
and it's pretty much assumed that if you're using Samba you're a Linux
sysadmin, so not being able to use the RSAT DNS tool should not be a
problem.
I haven't read Mark Andrew's comment, not being on the Bind
2012 Nov 22
1
Partial dependence plot in randomForest package (all flat responses)
Hi,
I'm trying to make a partial plot with package randomForest in R. After I
perform my random forest object I type
partialPlot(data.rforest, pred.data=act2, x.var=centroid, "C")
where data.rforest is my randomforest object, act2 is the original dataset,
centroid is one of the predictor and C is one of the classes in my response
variable.
Whatever predictor or response class I
2015 Nov 02
0
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
On 26/10/2015 10:56, Andrey Smetanin wrote:
> Hyper-V SynIC is a Hyper-V synthetic interrupt controller.
>
> The test runs on every vCPU and performs the following steps:
> * read from all Hyper-V SynIC MSR's
> * setup Hyper-V SynIC evt/msg pages
> * setup SINT's routing
> * inject SINT's into destination vCPU by 'hyperv-synic-test-device'
> * wait for
2007 Jan 26
1
CGIwithR and visible output of 'invisible(capture.output(library(...)))'
Dear alltogether,
I want to use CGIwithR in conjunction with R2HTML.
A small example called 'test.R':
#####
#! /usr/bin/R
invisible(capture.output(library(R2HTML)))
HTML(summary(as.numeric(scanText(formData$numbers))), file=stdout())
#####
The script gets its input via 'CGIwithR.cgi' and contains the variable
"numbers."
The 'HTML' output (-> summary() in
2010 Jul 30
1
Dovecot 2.0 - expire with flat file?
I`m using Dovecot 2.0 with only one lokal user, so it`s imho overkill to use mysql.
plugin quota with flat file running fine.
It's possible expire also running with flat file? What's syntax in dovecot.conf (expire
= file:??? and expire_dict?)
Benn
2015 Sep 08
0
Bind flat file support
I thought about this overnight...
On 09/07/2015 07:41 PM, John Gardeniers wrote:
> Hi Robert,
>
> It doesn't break compatibility with MS, unless you're talking about
> the RSAT DNS tool, which is a lot more cumbersome than a text editor
> anyway and it's pretty much assumed that if you're using Samba you're
> a Linux sysadmin, so not being able to use the
2019 Dec 21
3
Downsized R configuration for flat deployment
Dear folks,
I'm testing a downsized R build - in features and obviously sizes -
for a "modern" flat deployment (eg. like python virtualenv, just to
name one).
Questions:
1) Is flat style possible?
2) With this setup, R and packages can be installed/updated?
3) The directory can be easy renamed or moved?
-------------------------------------------------------------------
I
2019 Nov 03
4
Recent inability to view long filenames stored with scp via samba mount
Greetings Samba team,
It has been a long time since I needed to ask a Samba technical question.
Server and workstation are both running the latest Samba packages via Ubuntu 16.04 LTS. I recently applied the security updates... actually that was yesterday I applied them.
> samba (2:4.3.11+dfsg-0ubuntu0.16.04.23) xenial-security; urgency=medium
>
> * SECURITY UPDATE: client code can
2015 Mar 05
3
Fwd: Re: IP drop list
On 2015-03-02 2:02 AM, Jochen Bern wrote:
> On 03/01/2015 08:53 AM, Jim Pazarena wrote:
>> I wonder if there is an easy way to provide dovecot a flat text file of
>> ipv4 #'s which should be ignored or dropped?
>>
>> I have accumulated 45,000+ IPs which routinely try dictionary and
>> 12345678 password attempts. The file is too big to create firewall
>>
2010 Dec 23
1
Finding flat-topped "peaks" in simple data set
Hello,
Thank you to all those great folks that have helped me in the past
(especially Dennis Murphy).
I have a new challenge. I often generate time-series data sets that look
like the one below, with a variable ("Phase") which has a series of
flat-topped peaks (sample data below with 5 "peaks"). I would like to
calculate the phase value for each peak. It would be great to
2015 Sep 07
0
Bind flat file support
On 09/07/2015 06:02 PM, John Gardeniers wrote:
> Is there any chance that support for Bind flat files will return? I
> understand the various (extremely weak) arguments against it but DLZ
> not only sucks big time, it limits proper functionality and
> inter-operability, necessitating significant design changes for
> anything but the simplest of networks. Additionally, it
2004 Jul 30
1
optimisation procedure with flat log-likelihood
Dear R-friends,
I use
optim(par=c(mystartingpoints), fn=myloglikelihoodfunction, gr=NULL,
method=c("L-BFGS-B"), ## I would like to do not use any
bounds
control=list(trace=6, ## just to see what it's going on
maxit=c(20000)), ## to be sure the it
doesn't stop reaching the max iterations