Displaying 20 results from an estimated 1062 matches for "flights".
Did you mean:
flight
2010 Mar 20
3
How to select a row from one dataframe that is "close" to a row in another dataframe
I have two data frames of flight data, but they have very different
numbers of rows. They come from different sources, so the data are not
identical.
> names(oooi)
[1] "FltOrigDt" "MkdCrrCd"
[3] "MkdFltNbr" "DprtTrpnStnCd"
[5] "ArrTrpnStnCd" "ActualOutLocalTimestamp"
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
I''ve been working on this on the odd occasion, I think it mostly works,
or it did last I tried which was a while back. I''m sure it is too hacky
in places. My plan was to clean it up on the next test day.
I''m mostly just sending this for Wei''s benefit since he is independently
looking at adding Debian HVM guest tests for OVMF purposes.
Ian.
commit
2011 Jul 17
1
How to speed up interpolation
df is a very large data frame with arrival estimates for many flights
(DF$flightfact) at random times (df$PredTime). The error of the estimate
is df$dt.
My problem is that I want to know the prediction error at each minute
before landing. This code works, but is very slow, and dominates
everything. I tried using split(), but that rapidly ate up my 12 GB of
memory. So...
2011 Apr 12
2
Seperator
Hi all
I hope to get some help on the separator. I am sure that I hava a wrong
understanding what the separator is.
I thaught the separator is the delimiter within the imap folder structure.
For example:
Imap folder structure: folder Flights, subfolder Lufthansa
If the delimiter is ?.? the ls ?a command should result:
.Flights .Flights.Lufthansa
If delimiter is ?/?
Flights Flights/Lufthansa
I tried several delimiters but only the ?.? Works.
My dovecot.conf file:
mail_location = maildir:/vm...
2008 Mar 26
3
MS Flight Simulator?
Anybody had any luck getting MS flight simulator running? I'm running
Ubuntu 7.10 on Intel and got to missing
the Winders flight simulators after someone just gave me FS-X. It starts to
install fine until it asks for the second DVD, which it never sees. When I
click the Retry button, it keeps coming back with "Insert Disk #2."
Any ideas?
Thanks,
Gerry
-------------- next part
2019 Jun 04
0
[PATCH libnbd v2 1/4] examples, tests: Remove want_to_send / ready logic, increase limit on cmds in flight.
Since Eric's improvements to the command queue in commit 6af72b8 (and
following) there's now a queue of commands waiting to be issued stored
in the handle, and there's no need to issue commands only from the
ready state. We can therefore remove the want_to_send logic, queue as
many commands as possible, and don't need to test if the socket is
ready for POLLOUT.
This commit also
2006 Mar 20
2
subsetting and NAs
R-help,
I'm getting some unexpected behavior with subsetting a data frame
(aircraft flight data) that I can't sort out.
Here is a simplified version of my data frame and problem:
> flight
FlightID TailNo FlightDate HobbsTime FlightCost Date year
1 4497 6009K <NA> 2.2 330.0 <NA> NA
2 4498 6009K <NA>
2011 Jun 07
2
ggplot2 and facet
I have a data frame (attached) that has interpolated EOT errors for
each minute before flight landing. It also has the runway and an index
for the flight:
> > times[1:4,]
time error runway flight
1 0 -0.02206235 04R 1
2 1 -0.07961631 04R 1
3 2 -0.13795380 04R 1
4 3 -0.20726073 04R 1
> > sapply(times, class)
time error
2019 Jun 03
0
[PATCH libnbd discussion only 2/5] docs: Document multiple in-flight requests.
---
docs/libnbd.pod | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/docs/libnbd.pod b/docs/libnbd.pod
index f299ef1..7cbb9cd 100644
--- a/docs/libnbd.pod
+++ b/docs/libnbd.pod
@@ -334,7 +334,30 @@ to prefetch.
=back
-=head1 MULTI-CONN
+=head1 PERFORMANCE
+
+=head2 Issuing multiple in-flight requests
+
+NBD servers which properly implement the
2007 Mar 19
4
include dlls for MS FSX
Hi
fsx would be really cool :-) but how do i include those dlls?
MANY THANKS and regards
Michael
Simulator X Demo # wine fsx.exe
err:module:import_dll Library MFC80.DLL (which is needed by
L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X
Demo\\fsx.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by
L"C:\\Program Files\\Microsoft
2019 May 21
2
Re: [libnbd PATCH 1/3] commands: Preserve FIFO ordering
On 5/21/19 10:09 AM, Eric Blake wrote:
> A generic client exploiting multiple in-flight commands should be
> prepared for out-of-order responses (and should probably ensure that
> there are no overlaps between parallel in-flight commands to avoid
> unspecified disk contents if the server acts on commands in an
> arbitrary order or even exposing non-atomic splicing effects). But a
2012 May 16
0
[xen-unstable bisection] complete test-amd64-amd64-xl-pcipt-intel
...xensrcts/results/bisect.xen-unstable.test-amd64-amd64-xl-pcipt-intel.debian-fixup.html
Revision IDs in each graph node refer, respectively, to the Trees above.
----------------------------------------
Searching for failure / basis pass:
12889 fail [host=gall-mite] / 12887 ok.
Failure / basis pass flights: 12889 / 12887
Tree: linux git://xenbits.xen.org/linux-pvops.git
Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Latest a938a246d34912423c560f475ccf1ce0c71d9d...
2013 Feb 09
1
R maps Help
...y too small to show the data
effectively and I can't seem to figure out how to make the output map
larger. Do I need to change the device characteristics or is it a map.???
call. Here is the code:
library(maps)
library(geosphere)
airports <- read.csv("airports.csv", header=TRUE)
flights <- read.csv("FSRflights.csv", header=TRUE, as.is=TRUE)
checkDateLine <- function(l){
n<-0
k<-length(l)
k<-k-1
for (j in 1:k){
n[j] <- l[j+1] - l[j]
}
n <- abs(n)
m<-max(n, rm.na=TRUE)
ifelse(m > 30, TRUE, FALSE)
}
clean.Inter <- function...
2001 Aug 22
1
Microsoft Flight Simulator in wine - successes?
the only game I'm really interested in playing that Loki doesn't have
a port for is Microsoft Flight Simulator (any version). Has anybody
had any success with any version of any flight simulator in wine? I
have never tried wine but if I find out that it will do what I want it
to, I'll put forth the time to figure it out.
2008 Nov 07
1
flight simulator in wine
I installed flight simulator 98 in the latest version of crossover games using a windows xp bottle and installed directx. My os is suse 10.0. I get the flight simulator splash screen with sound, however, the splash screen ends with a blank white box titled 'no device'. It does not matter if the cd is in the drive or not. The installer will not work using a windows 98 bottle. Should I be
2008 Nov 09
2
strange fonts in flight simulator 98 and wine 1.0
I installed flight simulator 98 using wine 1.0 and have fonts that look like chess pieces and zeros. The pull down menus are ok, but the dialog boxes are unreadable. I have the *.ttf files installed in wine. Do I need to install directx from the flight simulator cd into wine? Do I need a specific font file or do I need set the path to the font file?
2019 Jun 20
2
[libnbd PATCH] docs: Improve nbd_aio_get_direction documentation
Mention things to remember for avoiding the deadlock of polling for a
POLLIN from a server that has no replies to send.
Perhaps we could split the READY state into two - one for when there
are no commands in flight (and get_direction returns 0 to state that
polling is pointless, although a multi-threaded reader can still poll
for POLLIN), and the other when there ARE commands in flight. Such a
2014 Feb 18
2
[PATCH v4 RFC 0/3] virtio: add 'device_lost' to virtio_device
On 29/01/14 07:31, Rusty Russell wrote:
> Heinz Graalfs <graalfs at linux.vnet.ibm.com> writes:
>> On 23/01/14 05:51, Rusty Russell wrote:
>>> Heinz Graalfs <graalfs at linux.vnet.ibm.com> writes:
>>>> Hi, here is my v4 patch-set update to the v3 RFC submitted on Nov 27th.
>>>
>>> Hi Heinz,
>>>
>>> I didn't
2014 Feb 18
2
[PATCH v4 RFC 0/3] virtio: add 'device_lost' to virtio_device
On 29/01/14 07:31, Rusty Russell wrote:
> Heinz Graalfs <graalfs at linux.vnet.ibm.com> writes:
>> On 23/01/14 05:51, Rusty Russell wrote:
>>> Heinz Graalfs <graalfs at linux.vnet.ibm.com> writes:
>>>> Hi, here is my v4 patch-set update to the v3 RFC submitted on Nov 27th.
>>>
>>> Hi Heinz,
>>>
>>> I didn't
2011 May 25
2
Importing fixed-width data
I have a data set where the lines look like:
2011-05-13 00:00:00 EONAAL330 dfa13002516PSCNONA
2011-05-13 00:00:01 EONAAL223 laa13044510AS.NONM
Some lines are missing the field before and after the NON:
2011-05-13 00:00:05 EONBHS229 mia13001621NON
I read them into R using
df = read.fwf(file, widths=c(19,-4,7,3,8,2,1,3,1),