Displaying 20 results from an estimated 35 matches for "1,115".
Did you mean:
1,11
2011 May 25
3
Bases de datos, comas y puntos.-
...ste manejador
utiliza siempre (siempre) comas en lugar de puntos para separar
decimales. Yo trabajo con R (naturalmente) y hago mis consultas a la
base de datos utilizando la función dbGetQuery (de la librería DBI).
Ahora, desde dentro del manejador, todo funciona bien, por ejemplo:
>select var1 from tabla; -- muestra los datos: notar las comas
>1,1
>1,0
...
>select avg(var1) from tabla; -- muestra la media de var1: notar la coma
>1,115
pero, dentro de R, una vez hecha la conexión, R lo interpreta como
caracteres y no puedo hacer mucho con esto.
¿Existirá alguna manera que u...
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
Applies to Syslinux 4.06. Attached, below, and available at:
Repository: git://git.zytor.com/users/sha0/syslinux.git
Branch: nictype
- Shao Miller
-----
From 2764e260e12d9769e3b699e4213b9a164e64924a Mon Sep 17 00:00:00 2001
From: Shao Miller <sha0.miller at gmail.com>
Date: Thu, 22 Nov 2012 20:43:25 -0500
Subject: [PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus
type...
...and optionally load a config-file based on the PCI VENdor and DEVice IDs...
2004 Jul 22
1
[PATCH] add LOGIN authentication mechanism
Hello,
attached patch (1.0-test29) adds LOGIN authentication mechanism.
Tested with KMail and seems working.
Please consider applying.
Best regards.
P.S. I also have NTLM authentication working and plan to
submit it RSN.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp....
2018 Jan 17
0
[PATCH 1/9] plugins: Move locking to a new file.
Mostly code motion.
---
src/Makefile.am | 1 +
src/connections.c | 14 +++----
src/internal.h | 14 ++++---
src/locks.c | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/plugins.c | 77 +++++-------------------------------
5 files changed, 142 insertions(+), 79 deletions(-)
diff --git a/src/Makefile.am b/src/...
2018 Jan 16
0
[PATCH nbdkit 1/3] plugins: Move locking to a new file.
Mostly code motion.
---
src/Makefile.am | 1 +
src/connections.c | 14 +++----
src/internal.h | 14 ++++---
src/locks.c | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/plugins.c | 77 +++++-------------------------------
5 files changed, 142 insertions(+), 79 deletions(-)
diff --git a/src/Makefile.am b/src/...
2018 Mar 27
6
[PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
Fixes some of the more egregious problems with v1, and also
applies properly to the head of git without needing any other
patches.
Rich.
2013 Feb 07
5
[PATCH v8] gcov: Coverage support
Updated set of patches for coverage.
Changes:
- change copyright lines
- use gcov: instead of cover: in commit comment
- use #ifdef in xen/common/sysctl.c instead of dummy inline function
- added base documentation in docs/misc
- added -h option to xencov
2017 Jul 07
3
[PATCH v3 0/3] gobject: Remove gtk-doc.
Another test, the same as before.
2017 Jul 07
3
[PATCH v4 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Best of .. 4?
2017 Jul 07
3
[PATCH v5 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
After enabling procmail debugging ...
2017 Jul 07
3
[PATCH v2 0/3] Remove gtk-doc.
This is a repost so I can test my procmail script / automatic
testing framework. The patch series is identical to v1.
Rich.
2017 Jun 29
3
[PATCH 0/3] gobject: Remove gtk-doc and replace with guestfs-gobject(3) manual page.
Patch 1 cleans up the gobject tests.
Patches 2 and 3 remote gtk-doc, which is slow and useless, and replace
it with a simple manual page.
https://bugzilla.redhat.com/show_bug.cgi?id=1465665
Rich.
2018 Jan 16
4
[PATCH nbdkit v2 2/3] Refactor plugin_* functions into a backend
v1 -> v2:
- Fixed everything mentioned in the review.
Rich.
2018 Jan 16
6
[PATCH nbdkit 0/3] Refactor plugin_* functions into a backend struct.
Somewhat invasive but mostly mechanical change to how plugins are
called. This patch is in preparation for adding a second backend
subtype for filters.
Rich.
2020 Mar 04
7
[PATCH nbdkit 0/4] server: Add nbdkit_shutdown() call and two new filters.
This adds a new nbdkit_shutdown() API whereby plugins and filters can
request that the server shuts down (asynchronously) during the serving
phase.
Two new filters are added, one of which depends on this feature and
the other not needing it but being somewhat related.
Rich.
2013 Jan 17
8
[PATCH 1/6] virtio_host: host-side implementation of virtio rings.
...ring layout from the access (userspace or direct); to do this,
we use function pointers, which gcc inlines correctly.
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/Makefile | 2 +-
drivers/vhost/Kconfig | 8 +
drivers/vhost/Kconfig.tcm | 1 +
drivers/vhost/Makefile | 2 +
drivers/vhost/vringh.c | 818 ++++++++++++++++++++++++++++++++++++++++++
drivers/virtio/virtio_ring.c | 33 +-
include/linux/virtio_ring.h | 57 +++
include/linux/vringh.h | 115 ++++++
8 files changed, 1008 insertions(+), 28 deletions(-)...
2013 Jan 17
8
[PATCH 1/6] virtio_host: host-side implementation of virtio rings.
...ring layout from the access (userspace or direct); to do this,
we use function pointers, which gcc inlines correctly.
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/Makefile | 2 +-
drivers/vhost/Kconfig | 8 +
drivers/vhost/Kconfig.tcm | 1 +
drivers/vhost/Makefile | 2 +
drivers/vhost/vringh.c | 818 ++++++++++++++++++++++++++++++++++++++++++
drivers/virtio/virtio_ring.c | 33 +-
include/linux/virtio_ring.h | 57 +++
include/linux/vringh.h | 115 ++++++
8 files changed, 1008 insertions(+), 28 deletions(-)...
2009 Sep 09
1
oVirt Appliance / Single Machine Install
...uild
the appliance rpm, after which it is installed provides the
/usr/sbin/ovirt-appliance-ctrl script to install/uninstall the
appliance.
The first patch merely removes the current broken implementation,
while the second adds the new one. Currently rebooting a working
appliance doesn't work 100%, though there are post-reboot steps
noted in the code to get things working again until a fix is sent.
2016 Nov 14
3
[PATCH] crypto: add virtio-crypto driver
...iller <davem at davemloft.net>
CC: Zeng Xin <xin.zeng at intel.com>
Signed-off-by: Gonglei <arei.gonglei at huawei.com>
---
MAINTAINERS | 8 +
drivers/crypto/Kconfig | 2 +
drivers/crypto/Makefile | 1 +
drivers/crypto/virtio/Kconfig | 10 +
drivers/crypto/virtio/Makefile | 5 +
drivers/crypto/virtio/virtio_crypto.c | 437 +++++++++++++++++++++++
drivers/crypto/virtio/virtio_crypto_algs.c | 496 +++++++++++++++++++++++++++
drivers/crypto/virtio/virtio_cry...
2016 Nov 14
3
[PATCH] crypto: add virtio-crypto driver
...iller <davem at davemloft.net>
CC: Zeng Xin <xin.zeng at intel.com>
Signed-off-by: Gonglei <arei.gonglei at huawei.com>
---
MAINTAINERS | 8 +
drivers/crypto/Kconfig | 2 +
drivers/crypto/Makefile | 1 +
drivers/crypto/virtio/Kconfig | 10 +
drivers/crypto/virtio/Makefile | 5 +
drivers/crypto/virtio/virtio_crypto.c | 437 +++++++++++++++++++++++
drivers/crypto/virtio/virtio_crypto_algs.c | 496 +++++++++++++++++++++++++++
drivers/crypto/virtio/virtio_cry...