search for: 20,9

Displaying 20 results from an estimated 137 matches for "20,9".

2004 Aug 19
5
[PATCH] use reliable nfs mount options per default
...y how UDP works. TCP will not have these problems. I also wonder why the package size is only 1k. Everyone who wishes a slow connection can pass the desired options via the kernel cmdline. Everyone else prefers probably the fast mount. The defaults should look more like that: --- nfsmount/main.c~ 2004-02-12 03:19:14.000000000 +0100 +++ nfsmount/main.c 2004-05-27 13:31:19.000000000 +0200 @@ -20,9 +20,9 @@ static char *progname; static struct nfs_mount_data mount_data = { .version = NFS_MOUNT_VERSION, - .flags = NFS_MOUNT_NONLM, - .rsize = 1024, - .wsize = 1024, + .flags = NFS_MOUNT_NONLM |...
2005 Jun 09
1
[PATCH] more xenstore makefile fixes
This allows tools in the python directory to properly link to libxenstore.a on x86-64. --- tools/xenstore/Makefile.orig 2005-06-09 12:56:34.000000000 -0500 +++ tools/xenstore/Makefile 2005-06-09 13:48:06.000000000 -0500 @@ -20,6 +20,9 @@ BASECFLAGS+= -I. CFLAGS+=$(BASECFLAGS) +ifeq ($(XEN_TARGET_ARCH),x86_64) +CFLAGS += -fPIC +endif LDFLAGS=$(PROFILE) -L$(XEN_LIBXC) TESTDIR=`pwd`/testsuite/tmp TESTFLAGS=-DTES...
2013 Mar 13
2
How to read a *.csv file in R?
Hey guys, I am dealing with this kind of data. To read the file in R I have nulled all empty fields and tried: date BRENT BRENTchg HWWI HWWIchg Jan. 86 22,5 NULL 68,1 -15,6 Feb.86 17 NULL 64,9 -21,6 Mar. 86 13,7 NULL 66,6 -19,5 Apr.86 12,3 NULL 63,6 -19,1 May 86 14 NULL 61,5 -20,9 June 86 11,8 NULL 59,8 -20,7 July 86 9,4 NULL 57,2 -19,3 Aug.86 13,2 NULL 55,5 -18,3 Sep.86 14,2 NULL 57,5 -15,1 Oct. 86 13,7 NULL 55,5 -14,1 Nov.86 14,4 NULL 54,9 -14,9 Dec. 86 15,7 NULL 52,9 -26,4 Jan. 87 18,3 -18,67 49,8 -26,87 Feb.87 17,3 1,76 49,9 -23,11 Mar. 87 17,8 29,93 49,7 -25,38 Apr.87...
2008 Oct 08
1
Lattice question: plotting two sets of data, defining groups for the second set
...ample code follows. data1 <- data.frame(Names=c(rep("Jon",9),rep("Karl",9)),Measurements=c(2,4,16,25,36,49,64,81,100,1,2,5,12,17,21,45,54,67),PlotAt=c(1:9,1:9)) data2 <- data.frame(Names=c(rep("Jonah",9),rep("Beth",9)),Measurements=c(1:5,1,1,1,1,rep(20,9)),PlotAt=c(1:9,1:9)) Assume data1 looks good when smoothed and that data2 does not. Plot the smoothed lines: xyplot( Measurements ~ PlotAt, data = data1, groups=Names, type="smooth", span=0.75, degree=1, panel = function(...) { panel.superpose(...); }, ) Try t...
2020 Aug 17
2
qemu -display sdl,gl=on also eats CPU
..., 0,3 ni, 49,2 id, 0,8 wa, 0,0 hi, 2,9 si, 0,0 st MiB Mem : 11875,3 total, 3535,7 free, 3339,3 used, 5000,3 buff/cache MiB Swap: 1145,0 total, 1131,2 free, 13,8 used. 4874,7 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 6215 guest 20 0 1455160 951768 45560 R 99,3 7,8 710:44.44 qemu-system-x86 12655 guest 20 0 2459848 1,5g 126708 R 59,1 12,6 217:53.21 seamonkey 1991 root 20 0 178112 109500 28840 S 20,9 0,9 187:20.05 Xorg 2068 guest 20 0 104932 51660 30764 S 5,6 0,4 54:08.99 ktorrent 6...
2016 Oct 26
2
use PT_DENY_ATTACH on Mac OS X
...b/configure.ac index f5e1378..88c4633 100644 --- a/configure.ac +++ b/configure.ac @@ -405,6 +405,7 @@ AC_CHECK_HEADERS([ \ sys/poll.h \ sys/prctl.h \ sys/pstat.h \ + sys/ptrace.h \ sys/select.h \ sys/stat.h \ sys/stream.h \ diff --git a/platform-tracing.c b/platform-tracing.c index 81020e7..4c80a28 100644 --- a/platform-tracing.c +++ b/platform-tracing.c @@ -20,6 +20,9 @@ #if defined(HAVE_SYS_PRCTL_H) #include <sys/prctl.h> /* For prctl() and PR_SET_DUMPABLE */ #endif +#ifdef HAVE_SYS_PTRACE_H +#include <sys/ptrace.h> +#endif #ifdef HAVE_PRIV_H #include <priv.h&...
2008 Oct 10
3
predicting from a local regression and plotting in lattice
...first part is easy: data1 <- data.frame(Names=c(rep("Jon",9),rep("Karl",9)),Measurements=c(2,4,16,25,36,49,64,81,100,1,2,5,12,17,21,45,54,67),PlotAt=c(1:9,1:9)) data2 <- data.frame(Names=c(rep("Jonah",9),rep("Beth",9)),Measurements=c(1:5,1,1,1,1,rep(20,9)),PlotAt=c(1:9,1:9)) xyplot(Measurements ~ PlotAt, data = data1, groups=Names, panel = function(...) { panel.superpose(...,col="gray",lty=1,lwd=2); }, panel.groups = function(...) panel.loess(...) ) My question is, how do I plot predicted values from loess to extend the...
2014 Jan 15
3
[PATCH] nv50, nvc0: don't crash on a null cbuf
...), 6 deletions(-) diff --git a/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c b/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c index 86b9a23..7d330c9 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c @@ -20,9 +20,17 @@ nv50_validate_fb(struct nv50_context *nv50) PUSH_DATA (push, fb->height << 16); for (i = 0; i < fb->nr_cbufs; ++i) { - struct nv50_miptree *mt = nv50_miptree(fb->cbufs[i]->texture); - struct nv50_surface *sf = nv50_surface(fb->cbufs[i]); -...
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...t;libxml/tree.h> -#include <libxml/xpath.h> -#include <libxml/xmlwriter.h> #include "guestfs.h" #include "guestfs-internal.h" diff --git a/src/appliance.c b/src/appliance.c index 793190a..137cd69 100644 --- a/src/appliance.c +++ b/src/appliance.c @@ -18,28 +18,20 @@ #include <config.h> -#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <unistd.h> #include <string.h> -#include <fcntl.h> -#include <time.h> #include <sys/stat.h> -#include <sys/select....
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles, Yes, it looks like my g++ does contain STL library which might be just my specific case... However, as a temporary solution I disabled nutclient in Makefile (please find the file attached). And nut-2.7.3 can be compiled now. Thanks, Sergey On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote: > On Jul 6, 2015, at 10:32 AM, Sergey Talchuk <tals1975 at gmail.com> wrote: > > /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. > -I../include -MT nutclient.lo -MD -MP -MF $depbase.Tpo -...
2005 Jun 05
2
pxelinux and DISPLAY
I've begun tinkering with syslinux v3 and have uncovered an anomoly with the DISPLAY file when called by pxelinux.0. If I have: DISPLAY boot.msg With an "^Xsplash.lss\n" in the file boot.msg (exactly: 18 73 70 6C 61 73 68 2E 6C 73 73 0A) file, it will fail to load the rle image. And produce some goofy results in the tftpd log: Jun 5 06:27:06 pxe in.tftpd[24649]: RRQ from
2013 Sep 06
2
[PATCH] xen: arm: improve VMID allocation.
...b/xen/arch/arm/setup.c @@ -544,6 +544,8 @@ void __init start_xen(unsigned long boot_phys_offset, setup_virt_paging(); + p2m_vmid_allocator_init(); + softirq_init(); tasklet_subsys_init(); diff --git a/xen/include/asm-arm/p2m.h b/xen/include/asm-arm/p2m.h index a00069b..c660820 100644 --- a/xen/include/asm-arm/p2m.h +++ b/xen/include/asm-arm/p2m.h @@ -20,6 +20,9 @@ struct p2m_domain { uint8_t vmid; }; +/* Initialise vmid allocator */ +void p2m_vmid_allocator_init(void); + /* Init the datastructures for later use by the p2m code */ int p2m_init(struct domain *d);...
2014 Jan 23
2
[PATCH v2] nv50, nvc0: clear out RT on a null cbuf
...(push, 0); > + PUSH_DATA (push, NV50_SURFACE_FORMAT_NONE); > + PUSH_DATA (push, 0); > + BEGIN_NV04(push, NV50_3D(RT_HORIZ(i)), 2); > + PUSH_DATA (push, 64); > + PUSH_DATA (push, 0); > +} > > static void > nv50_validate_fb(struct nv50_context *nv50) > @@ -20,9 +33,18 @@ nv50_validate_fb(struct nv50_context *nv50) > PUSH_DATA (push, fb->height << 16); > > for (i = 0; i < fb->nr_cbufs; ++i) { > - struct nv50_miptree *mt = nv50_miptree(fb->cbufs[i]->texture); > - struct nv50_surface *sf = nv50_surfac...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...-- check it by hand first, please --- also you'll want to remove vq/Makefile if the ...am passes inspection ------------------------------------------------- diff -bBu2rN -x CVS -x Make*in -x aclocal.m4 vorbis-trunk/Makefile.am vorbis/Makefile.am --- vorbis-trunk/Makefile.am Wed Nov 8 04:48:57 2000 +++ vorbis/Makefile.am Fri Nov 10 16:54:18 2000 @@ -3,5 +3,5 @@ AUTOMAKE_OPTIONS = foreign dist-zip -SUBDIRS = lib include doc examples +SUBDIRS = lib include doc examples vq m4datadir = $(datadir)/aclocal @@ -9,4 +9,6 @@ EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4 +DIST...
2020 Jul 04
2
Sumar valores dentro de una clase
...imo y el máximo de cada clase ( [i]) for (i in 1:nrow(df)) df$Largo[i]<-nrow(subset(data, h>df$min.h[i] & h<=df$max.h[i])) ## Objetivo es crear la variable Total que es la suma de ID de cada observación perteneciente a cada clase df$Total <-NA Muchas gracias El sáb., 4 de jul. de 2020 a la(s) 16:59, Carlos Ortega ( cof en qualityexcellence.es) escribió: > Hola, > > Si pudieras compartir un subconjunto de datos con el que se pudiera > entender mejor tu código... > > Gracias, > Carlos Ortega > www.qualityexcellence.es > > > El sáb., 4 jul. 2020...
2005 Aug 31
0
1.2beta and PRI and CDR Corruption
...CDR problems? I just upgraded to most recent everything and now my CDR's look like this: "","????","9035646130","copper_routing","????","Zap/65-1","SIP/netl-a3ac","Dial","SIP/+19035646130@netl|60","2005-08-31 13:03:09","2005-08-31 13:03:20", "2005-08-31 13:03:29",20,9,"ANSWERED","DOCUMENTATION" That is a direct text copy/paste from Master.csv This only seems to affect incomming PRI calls. All other calls (inc SIP, out SIP, out PRI) show correct C...
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
The DDX eating CPU isn't intrinsically bad. Did you check where perf says the CPU time is going? Could be doing copies/etc. On Mon, Aug 17, 2020 at 12:52 AM Andrew Randrianasulu <randrianasulu at gmail.com> wrote: > > I was testing Ilia's patches for ddx, and while they definitely helped for Xorg itself, > qemu still eats a lot of CPU if launched like this > > qemu-system-x86_64 -cdrom ~/Downloads/ISO/slax-English...
2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
...- src/plugin_xmms/plugin.h | 8 ++++++++ src/plugin_xmms/tag.c | 4 +--- 7 files changed, 14 insertions(+), 19 deletions(-) diff --git a/src/plugin_xmms/charset.c b/src/plugin_xmms/charset.c index d2d39e9..2c5167f 100644 --- a/src/plugin_xmms/charset.c +++ b/src/plugin_xmms/charset.c @@ -20,9 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#if HAVE_CONFIG_H -# include <config.h> -#endif +#include "plugin.h" #include <stdlib.h> #include <glib.h> diff --git a/src/plugin_xmms/configure.c b/src/plugin_xmms/configure.c index...
2005 Jul 07
0
pxelinux and DISPLAY
...efully someone else can explain why or provide a real patch. > >../C > > >------------------------------------------------------------------------ > > > diff -urN syslinux-3.08-pre10/NEWS syslinux-3.08-pre11/NEWS --- syslinux-3.08-pre10/NEWS +++ syslinux-3.08-pre11/NEWS 2005-05-08 14:47:03.000000000 -0700 @@ -20,6 +20,9 @@ BIOS flash programs. * COM32 module to boot Multiboot systems, including Xen. See com32/modules/mboot.doc. + * Max command line changed to 1024 characters. Note that the + kernel proper still can only handle 255 characters without +...
2015 Sep 29
8
[PATCH 1/4] lib: actions: Remove some unused header files.
--- generator/c.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/generator/c.ml b/generator/c.ml index 055b683..963cf21 100644 --- a/generator/c.ml +++ b/generator/c.ml @@ -1213,9 +1213,7 @@ and generate_client_actions hash () = #include <stdlib.h> #include <stdint.h> #include <inttypes.h> -#include <sys/types.h> #include <sys/stat.h> -#include