search for: flight

Displaying 20 results from an estimated 1058 matches for "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] "...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...state($ho,$gho); + return undef if $st eq ''s''; + fail("guest unexpectedly shutdown; state is ''$st''") + if $st =~ m/^s/ || $st eq ''''; return "guest state is $st"; }); } diff --git a/make-flight b/make-flight index a5d21af..95f8d53 100755 --- a/make-flight +++ b/make-flight @@ -329,6 +329,29 @@ for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do kernkind=$kernkind \ $arch_runvars $suite_runvars " + + case ${xenarch} in + amd64) domUarches="amd64 i386&q...
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. S...
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:/v...
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...
2019 Jun 04
0
[PATCH libnbd v2 1/4] examples, tests: Remove want_to_send / ready logic, increase limit on cmds in flight.
...mands 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 removes some misleading comments, improves the documentation, and increases the limit on commands in flight (since this limit is effectively in place to stop memory exhaustion, not because of server limits). --- docs/libnbd.pod | 9 ++-- examples/threaded-reads-and-writes.c | 65 +++++++++++----------------- tests/aio-parallel-load.c | 56 ++++++++++-------------- tests/...
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 erro...
2019 Jun 03
0
[PATCH libnbd discussion only 2/5] docs: Document multiple in-flight requests.
...+++++++++++++- 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 spec can handle multiple +requests in flight over the same connection at the same time. Libnbd +supports this when using the low level API. To use it you simply +issue more requests as needed (eg. using calls like C<nbd_aio_pread>, +C<...
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 Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microso...
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)...
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 a938a246d34912423c560f475ccf1ce0c71d9...
2013 Feb 09
1
R maps Help
I am fairly new to R and am plotting flight data on a map. Everything is working well except the size of the map is really 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) libra...
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 d...
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 ne...
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 separation would also make it easier to know when nbd_aio_disconnect is not going to strand an in-flight command'...
2014 Feb 18
2
[PATCH v4 RFC 0/3] virtio: add 'device_lost' to virtio_device
...;> >>> >> >> Sorry Rusty, I'm back as of today. >> >> I applied your patch series and did some testing... >> >> Removing a disk while reading from it mostly still ends up >> in hangs as of below: > > OK, we still have the problem of in-flight requests. > > I think the correct answer is to drop all requests if the virtqueue > is broken: > > - blk_cleanup_queue(vblk->disk->queue); > + if (virtqueue_is_broken(vblk->vq)) > + /* Don't wait for completion, just drop queue. */ > +...
2014 Feb 18
2
[PATCH v4 RFC 0/3] virtio: add 'device_lost' to virtio_device
...;> >>> >> >> Sorry Rusty, I'm back as of today. >> >> I applied your patch series and did some testing... >> >> Removing a disk while reading from it mostly still ends up >> in hangs as of below: > > OK, we still have the problem of in-flight requests. > > I think the correct answer is to drop all requests if the virtqueue > is broken: > > - blk_cleanup_queue(vblk->disk->queue); > + if (virtqueue_is_broken(vblk->vq)) > + /* Don't wait for completion, just drop queue. */ > +...
2011 May 25
2
Importing fixed-width data
...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), col.names=c("DateTime","Flight","Dest","ArrTime","MsgType","Conf","Runway","Source"), colClasses=c("POSIXct",NA,"factor","factor","character","factor","factor","factor")) The documentati...