search for: 03am

Displaying 20 results from an estimated 549 matches for "03am".

2016 Aug 29
4
encontrar fechas saltadas
?Hola, "setdiff()" efectivamente funciona sobre vectores numéricos (no fechas). Para fechas, es mejor hacerlo de esta forma (utilizando tus datos): > > Lines <- "fecha hora datos + 20/11/12 2:00:04AM 12.905 + 21/11/12 3:00:04AM 12.889 + 22/11/12 4:00:03AM 12.873 + 23/11/12 5:00:03AM 12.861 + 29/11/12 11:00:03AM 12.804 + " > > datIn <- read.table(textConnection(Lines), header = TRUE, as.is = TRUE) > datIn fecha hora datos 1 20/11/12 2:00:04AM 12.905 2 21/11/12 3:00:04AM 12.889 3 22/11/12 4:00:03AM 12.873 4 23/11/12 5...
2018 Apr 05
2
[PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Thu, Apr 05, 2018 at 02:05:03AM +0000, Wang, Wei W wrote: > On Thursday, April 5, 2018 9:12 AM, Michael S. Tsirkin wrote: > > On Thu, Apr 05, 2018 at 12:30:27AM +0000, Wang, Wei W wrote: > > > On Wednesday, April 4, 2018 10:08 PM, Michael S. Tsirkin wrote: > > > > On Wed, Apr 04, 2018 at 10:07:51AM +...
2018 Apr 05
2
[PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Thu, Apr 05, 2018 at 02:05:03AM +0000, Wang, Wei W wrote: > On Thursday, April 5, 2018 9:12 AM, Michael S. Tsirkin wrote: > > On Thu, Apr 05, 2018 at 12:30:27AM +0000, Wang, Wei W wrote: > > > On Wednesday, April 4, 2018 10:08 PM, Michael S. Tsirkin wrote: > > > > On Wed, Apr 04, 2018 at 10:07:51AM +...
2016 Aug 30
2
encontrar fechas saltadas
...nciona sobre vectores numéricos (no fechas). > > Para fechas, es mejor hacerlo de esta forma (utilizando tus datos): > > > > > > > > Lines <- "fecha hora datos > > + 20/11/12 2:00:04AM 12.905 > > + 21/11/12 3:00:04AM 12.889 > > + 22/11/12 4:00:03AM 12.873 > > + 23/11/12 5:00:03AM 12.861 > > + 29/11/12 11:00:03AM 12.804 > > + " > > > > > > datIn <- read.table(textConnection(Lines), header = TRUE, as.is = TRUE) > > > datIn > > fecha hora datos > > 1 20/11/12 2:00:04A...
2018 Apr 05
1
[PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Thu, Apr 05, 2018 at 03:47:28PM +0000, Wang, Wei W wrote: > On Thursday, April 5, 2018 10:04 PM, Michael S. Tsirkin wrote: > > On Thu, Apr 05, 2018 at 02:05:03AM +0000, Wang, Wei W wrote: > > > On Thursday, April 5, 2018 9:12 AM, Michael S. Tsirkin wrote: > > > > On Thu, Apr 05, 2018 at 12:30:27AM +0000, Wang, Wei W wrote: > > > > > On Wednesday, April 4, 2018 10:08 PM, Michael S. Tsirkin wrote: > > > > > &...
2015 Sep 03
3
latest yum update messed up chrome
On Thu, Sep 03, 2015 at 10:39:03AM +0200, johan.vermeulen7 at telenet.be wrote: > > > Am 02.09.2015 um 21:10 schrieb Johan Vermeulen: > > > > Op 2-sep.-2015 20:59 schreef Wes James <comptekki at me.com>: > >> > >> I yum updated yesterday and it updated chrome from 44.x to 45.x. > &g...
2016 Aug 30
2
encontrar fechas saltadas
...nciona sobre vectores numéricos (no fechas). > > Para fechas, es mejor hacerlo de esta forma (utilizando tus datos): > > > > > > > > Lines <- "fecha hora datos > > + 20/11/12 2:00:04AM 12.905 > > + 21/11/12 3:00:04AM 12.889 > > + 22/11/12 4:00:03AM 12.873 > > + 23/11/12 5:00:03AM 12.861 > > + 29/11/12 11:00:03AM 12.804 > > + " > > > > > > datIn <- read.table(textConnection(Lines), header = TRUE, as.is = TRUE) > > > datIn > > fecha hora datos > > 1 20/11/12 2:00:04A...
2007 Nov 12
5
Solaris build fix breaks Solaris
16396:055d98aa2dd0 almost works but not quite. LDFLAGS_DIRECT means we end up with: gld -melf_i386 -nostdlib -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o mp_tables.o util.o smbios.o 32bitbios_support.o acpi/acpi.a Specifying a linker script and asking for -nostdlib is obviously contradictory. Removing $(LDFLAGS_DIRECT) fixes the problem. regards john
2015 Aug 20
2
new laptop: DVD or Blu-ray
On Thu, Aug 20, 2015 at 06:04:03AM -0500, Hal Wigoda wrote: > I wouldn't outfit a computer with blu-ray http://srobb.net/why.mp4 -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
2006 Sep 26
4
impossible to enter in the icecast mailing list
Dear all seems impossible to enter in the pages ofthe icecast product can you advice them? i start from here http://dir.xiph.org/ regards --------------------------------- Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 23
5
create session only for logged-in
i was wondering how a blog db has grown by about 15 mb in a week or two. it turns out its the sessions table.. so ive tried this: class ApplicationController.. session :off end class AccountController session :only, :login end and now, its impossible to login, and nothing ever appears in the session table. is this the right approach? i dont want to weed out the sessions with cron, i just
2014 Oct 10
2
Re: Plan for libguestfs 1.28
On Fri, Oct 10, 2014 at 11:40:03AM +0800, Zhi Yong Wu wrote: > HI, Richard > > Is there any plan to make daemon to directly run on the hypervisor, > not starting a guest? e.g. directly export a guest image to be a block > device on the hypervisor? Not in 1.28, but adding lxc:// support to the libvirt backend (src/la...
2019 Feb 21
2
[PATCH] drm/bochs: Fix the ID mismatch error
On Thu, Feb 21, 2019 at 3:52 AM kraxel at redhat.com <kraxel at redhat.com> wrote: > > On Thu, Feb 21, 2019 at 12:33:03AM +0000, Alistair Francis wrote: > > When running RISC-V QEMU with the Bochs device attached via PCIe the > > probe of the Bochs device fails with: > > [drm:bochs_hw_init] *ERROR* ID mismatch > > > > This was introduced by this commit: > > 7780eb9ce8 bochs:...
2019 Feb 21
2
[PATCH] drm/bochs: Fix the ID mismatch error
On Thu, Feb 21, 2019 at 3:52 AM kraxel at redhat.com <kraxel at redhat.com> wrote: > > On Thu, Feb 21, 2019 at 12:33:03AM +0000, Alistair Francis wrote: > > When running RISC-V QEMU with the Bochs device attached via PCIe the > > probe of the Bochs device fails with: > > [drm:bochs_hw_init] *ERROR* ID mismatch > > > > This was introduced by this commit: > > 7780eb9ce8 bochs:...
2016 Aug 29
2
encontrar fechas saltadas
Hola Javier. Quizás no me expliqué bien: Estoy usando esta función para identificar fechas saltadas de una base de datos en formato d/m/A; > mi_serie <- c > ref_serie <- seq(from = min(mi_serie), to = max(mi_serie) ) > > dif_series <- setdiff( ref_serie, mi_serie) > > dif_series > length( dif_series) El problema es que en REF_SERIE, me dice que los cálculos los
2018 Apr 05
2
[PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
...5, 2018 at 12:30:27AM +0000, Wang, Wei W wrote: > On Wednesday, April 4, 2018 10:08 PM, Michael S. Tsirkin wrote: > > On Wed, Apr 04, 2018 at 10:07:51AM +0800, Wei Wang wrote: > > > On 04/04/2018 02:47 AM, Michael S. Tsirkin wrote: > > > > On Wed, Apr 04, 2018 at 12:10:03AM +0800, Wei Wang wrote: > > > > > +static int add_one_sg(struct virtqueue *vq, unsigned long pfn, > > > > > +uint32_t len) { > > > > > + struct scatterlist sg; > > > > > + unsigned int unused; > > > > > + > > > >...
2018 Apr 05
2
[PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
...5, 2018 at 12:30:27AM +0000, Wang, Wei W wrote: > On Wednesday, April 4, 2018 10:08 PM, Michael S. Tsirkin wrote: > > On Wed, Apr 04, 2018 at 10:07:51AM +0800, Wei Wang wrote: > > > On 04/04/2018 02:47 AM, Michael S. Tsirkin wrote: > > > > On Wed, Apr 04, 2018 at 12:10:03AM +0800, Wei Wang wrote: > > > > > +static int add_one_sg(struct virtqueue *vq, unsigned long pfn, > > > > > +uint32_t len) { > > > > > + struct scatterlist sg; > > > > > + unsigned int unused; > > > > > + > > > >...
2016 Apr 15
2
For the LLVM wishlist
On Fri, Apr 15, 2016 at 1:02 PM, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On Fri, Apr 15, 2016 at 10:45:03AM +0200, ardi via llvm-dev wrote: >> What I found is that the build system is really complex, performs many >> checks, and quite often takes wrong decisions (example: a fatal error >> if the OS X version is older than 10.7, instead of just disabling >> sanitizers and continuin...
2016 Aug 30
2
encontrar fechas saltadas
...nciona sobre vectores numéricos (no fechas). > > Para fechas, es mejor hacerlo de esta forma (utilizando tus datos): > > > > > > > > Lines <- "fecha hora datos > > + 20/11/12 2:00:04AM 12.905 > > + 21/11/12 3:00:04AM 12.889 > > + 22/11/12 4:00:03AM 12.873 > > + 23/11/12 5:00:03AM 12.861 > > + 29/11/12 11:00:03AM 12.804 > > + " > > > > > > datIn <- read.table(textConnection(Lines), header = TRUE, as.is = TRUE) > > > datIn > > fecha hora datos > > 1 20/11/12 2:00:04A...
2013 May 28
2
[RFC 7/11] virtio_pci: new, capability-aware driver.
On Mon, Dec 12, 2011 at 01:49:13PM +0200, Michael S. Tsirkin wrote: > On Mon, Dec 12, 2011 at 09:15:03AM +1030, Rusty Russell wrote: > > On Sun, 11 Dec 2011 11:42:56 +0200, "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > On Thu, Dec 08, 2011 at 09:09:33PM +1030, Rusty Russell wrote: > > > > +/* There is no iowrite64. We use two 32-bit ops. */ > >...