Displaying 18 results from an estimated 18 matches for "akward".
Did you mean:
awkward
2004 Jun 16
2
Loading 'akward' data file
Generally you'd use file() to open the file, then use readLines(), say
inside a while() loop to read one `chunk' at a time. However, your example
looks a bit strange. The possibility of empty line makes it a bit more
complicated, by that last couple of lines seems to suggest that you could
have a line of data follow by another line of data without variable label.
If that's true, I
2012 Jan 27
2
convert sas date format
Hi everybody,
i have a csv-file, containing dates in an akward sas format, where 31.12.1559 is -1, 1.1.1960 is 1, 2.1.1960 is 2 and so on (see http://www.sfu.ca/sasdoc/sashtml/lrcon/zenid-63.htm ). Is there any function in R to convert this into YYYY-M-D easily?
Best,
Felix
Dr. rer. nat. Dipl.-Psych. Felix Fischer
Institut für Sozialmedizin, Epidemiologie un...
2013 Feb 09
3
help on plotting series with different x-axis values on a graph with one x-axis
...ainst time and I start with the sampler at 5 cm depth, it plots that one right.
But the next depth, 15 cm, is measured at slightly different time intervals and so R will not plot the series correctly.
Reading in the data using ? stringsAsFactors=FALSE? helps, but the lines are still plottet in an akward fashion (edgy) , see attached image.
Hope you can help!
eike
Eike Marie Thaysen
Ph.d. studerende
ECO
Institut for Kemiteknik DTU
Danmarks Tekniske Universitet
[dtu]
Ris? Campus
Frederiksborgvej 399
Bygning 309
4000 Roskilde
Telefon: 51801481
emth at kt.dtu.dk<mailto:emth at risoe...
2017 Mar 16
2
Re: [RFC] per-device metadata
...fails is not the problem - you can
get the same level of reliabilty to that by simply updating the
global metadata before & after hotplug in the same way. What is
difficult is when libvirt fails to persist the XML config on disk
or when libvirt crashes part way through the operation, and other
akward failure scenarios unrelated to QEMU itself.
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|
2003 Jul 13
1
--include-from with no source directory
...lm=b2h7t8%2422nt%241%40FreeBSD.csie.NCTU.edu.tw&rnum=2
I find myself in a very similar position.
Ideally I'd have a single file, as follows:
+ /www
- /www/bigstuff
+ /home
- /home/tempuser
+ /var/log/httpd
These are directories I'd like to backup recursively.
This currently seems akward to do with the current version of rsync.
If I do a
- /*
In the file I then have to make sure to include parent directories for
all the patterns I want to match.
On the rsync commandline I'd do something like
rsync -r --include-from=abovefile /destination_dir
I'd still like to recu...
2017 Mar 16
1
Re: [RFC] per-device metadata
...the same level of reliabilty to that by simply updating the
> > global metadata before & after hotplug in the same way. What is
> > difficult is when libvirt fails to persist the XML config on disk
> > or when libvirt crashes part way through the operation, and other
> > akward failure scenarios unrelated to QEMU itself.
>
> In that case you lose the device definition too, since saving the XML is
> the integral part of the hotplug operation.
Agreed, but that just re-inforces my view that we don't need to provide
extra metadata against the device for sake of...
2011 Apr 21
1
Help with matching rows
Dear Sir,
Please excuse my akwardness as I a new to R and computers, but would kindly
appreciate help.
{
a <- sample (1:10,100,replace=T )
b <-sample(10:20,100,replace=T)
c <- sample(20:30,100,replace=T)
d <- sample(30:40,100,replace=T)
e <- sample(40:50,100,replace=T)
}
d1 <- a
d2 <- b
d3 <-c
d4 <- d
d5...
2000 Apr 03
1
window(): feature request
...dditional option in
window()? Could you please consider this in future releases? Or is there a
better way to do this using existing functions?
Thanks very much!
Wolfgang Koller
P.S.: Below I have added some code that accomplishes this aim in a separate
function (which is probably an example of akward programming...).
sloppywindow <- function(x,start,end) {
if (!is.ts(x) || (NCOL(x) > 1))
stop("x is not a univariate time series") # does not work for frames
xfrequ <- frequency(x)
n <- length(x)
time.start <- if (length(start) > 1) {
if(start[2] >...
2010 May 12
8
Trouble developing Rails plugins/gems with generators
Hi,
I''ve been trying to develop a Rails gem/plugin with generators for
Rails 3. I first had a separate gem project with a gem statement in my
Gemfile with a :path option to point at it. But then I had to run $
rake install on each change in my gem to have Rails pick up on it. I
have now instead put my generators inside RAILS_ROOT/lib so they are
easier to test/develop.
lib/generators
-
2010 Mar 13
1
[solved] Error: pci: 0000:01:07.0: non-page-aligned MMIO BAR found.
...1)
(XEN) I/O virtualisation disabled <-----
-------
After a while I found out that this errors also could be find in the working 2.6.27-kernel. So I guess that could not be what caused this mess. :)
While I write this mail I found the solution… *DANCING*
So for all who are struggling with this akward error:
-> xen-pciback.hide=(X:XX.X) pci=resource_alignment=XX:XX.X <-
works for me!
----
title Xen 3.4.2 / 2.6.31.12-xen4
root (hd0,6)
kernel /boot/xen-3.4.2.gz
module /boot/vmlinuz-2.6.31.12-xen4 root=/dev/sda7 ro console=tty0 pci=nomsi noreboot xen-pc...
2011 May 04
1
Reference Classes: replacing '.self' with an .Rda image of '.self' from within a method? (was replacing '.self' with an .Rda image of '.self' from within a method?)
...rence classes").
Hope it's okay to re-post.
Cheers,
Janko
>>> ORIGINAL MESSAGE <<<
Dear list,
Is it possible to update or reassign '.self' with an image of '.self'
(e.g. a locally stored .Rda file) from within a method?
I know that this might sound akward, but here's the use case:
1) Ref Class Definition
setRefClass(Class="Test",
fields=list(A="character", B="character"),
methods=list(importImage=function(path){
variable <- load(path)
expr <- paste("assign(...
2017 Mar 16
0
Re: [RFC] per-device metadata
...- you can
> get the same level of reliabilty to that by simply updating the
> global metadata before & after hotplug in the same way. What is
> difficult is when libvirt fails to persist the XML config on disk
> or when libvirt crashes part way through the operation, and other
> akward failure scenarios unrelated to QEMU itself.
In that case you lose the device definition too, since saving the XML is
the integral part of the hotplug operation.
2011 May 02
0
Replacing '.self' with an .Rda image of '.self' from within a method?
Dear list,
Is it possible to update or reassign '.self' with an image of '.self'
(e.g. a locally stored .Rda file) from within a method?
I know that this might sound akward, but here's the use case:
1) Ref Class Definition
setRefClass(Class="Test",
fields=list(A="character", B="character"),
methods=list(importImage=function(path){
variable <- load(path)
expr <- paste("assign(...
2019 Aug 05
1
Re: [nbdkit PATCH 3/3] server: Add and use nbdkit_nanosleep
On 8/3/19 11:01 AM, Eric Blake wrote:
> There are a couple of problems with filters trying to sleep. First,
> when it is time to shut down nbdkit, we wait until all pending
> transactions have had a chance to wind down. But consider what
> happens if one or more of those pending transactions are blocked in a
> sleep. POSIX says nanosleep is interrupted with EINTR if that thread
2014 Jul 04
2
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
On 07/03/2014 08:44 PM, Gene Cumm wrote:
> On Thu, Jul 3, 2014 at 9:13 PM, Alexander Perlis wrote:
>
>> I suppose we could try making an ISOLINUX CD for the local boot, which then
>> uses pxechn.c32 to connect to our PXE server?
>
> pxechn.c32 requires a functional PXELINUX.
If I understand the issue correctly, is it that pxelinux.0 does not have
a network stack and
2011 Aug 01
3
General indexing in multidimensional arrays
Dear R community,
I have a general question regarding indexing in multidiemensional arrays.
Imagine I have a three dimensional array and I only want to extract on
vector along a single dimension from it:
data <- array(rnorm(64),dim=c(4,4,4))
result <- data[1,1,]
If I want to extract more than one of these vectors, it would now really
help me to supply a logical matrix of the
2017 Mar 16
3
Re: [RFC] per-device metadata
On Thu, Mar 16, 2017 at 01:46:38PM +0100, Peter Krempa wrote:
>
> For techincal discussions on design it's better to post to the
> development list.
>
> On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote:
> > Hi,
>
> Hi,
>
> >
> >
> > Currently libvirt supports metadata in the domain XML. This is very
> > convenient for
2005 Jan 08
10
[LLVMdev] Version Control Upgrade?
LLVMers,
The oversight group has been kicking around the idea of getting a better
version control system than CVS. The problem is, we're not quite sure
what "better" means. So, we thought we'd ask your opinions.
If you're interested in this topic (and you should be if you're actively
developing), please have a look at this site: