search for: 17,3

Displaying 20 results from an estimated 44 matches for "17,3".

Did you mean: 15,3
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 J...
2020 Jul 25
0
[klibc:master] arch: Explicitly disable or enable executable stacks
...e5 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=27ad55131385821dfe85b0320f4d6ba8861ab7e5 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Wed, 29 Apr 2020 22:56:59 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 25 Jul 2020 17:33:29 +0100 [klibc] arch: Explicitly disable or enable executable stacks For each architecture (except cris, which is obsolete) set KLIBCEXECSTACK to 'y' or 'n', and comment on the kernel's signal return implementation. Signed-off-by: Ben Hutchings <ben at decadent.org.uk&...
2004 Jan 06
1
Keychain Patch Try II
...rlen(buf), (void *)buf, NULL) == noErr) { - return 0; - } else { - return -1; - } -} - - -#endif /* USE_KEYCHAIN */ diff -u my_openssh-3.7p1/readpass.h openssh-3.7p1/readpass.h --- my_openssh-3.7p1/readpass.h Thu Dec 18 11:28:29 2003 +++ openssh-3.7p1/readpass.h Wed Mar 27 09:28:47 2002 @@ -17,18 +17,3 @@ #define RP_ALLOW_EOF 0x0004 char *read_passphrase(const char *, int); - -/* These functions use the keychain in Mac OS X to retrieve and store - passwords. */ -#ifdef USE_KEYCHAIN - -#include<Security/Security.h> -#include<stdio.h> - -/* Both return 0 on success */ -...
2017 Feb 07
0
[PATCH v2 5/7] builder: add Index.write_entry function
...fp "aliases=%s\n" (String.concat " " l) + ); + if hidden then fp "hidden=true\n"; + fp "\n" diff --git a/builder/index_parser.mli b/builder/index_parser.mli index b8d8ddf3d..7c1c423ad 100644 --- a/builder/index_parser.mli +++ b/builder/index_parser.mli @@ -17,3 +17,9 @@ *) val get_index : downloader:Downloader.t -> sigchecker:Sigchecker.t -> Sources.source -> Index.index +(** [get_index download sigchecker source] will parse the source index file + into an index entry list. *) + +val write_entry : out_channel -> (string * Index.entr...
2017 Feb 10
0
[PATCH v3 08/10] builder: add Index.write_entry function
...fp "aliases=%s\n" (String.concat " " l) + ); + if hidden then fp "hidden=true\n"; + fp "\n" diff --git a/builder/index_parser.mli b/builder/index_parser.mli index b8d8ddf3d..7c1c423ad 100644 --- a/builder/index_parser.mli +++ b/builder/index_parser.mli @@ -17,3 +17,9 @@ *) val get_index : downloader:Downloader.t -> sigchecker:Sigchecker.t -> Sources.source -> Index.index +(** [get_index download sigchecker source] will parse the source index file + into an index entry list. *) + +val write_entry : out_channel -> (string * Index.entr...
2020 Apr 29
2
[PATCH klibc 1/3] Revert " Kbuild: Tell gas we don't want executable stacks"
This reverts commit 9d8d648e604026b32cad00a84ed6c29cbd157641, which broke signal handing on some architectures. On m68k and parisc, signal return depends on a trampoline that the kernel writes on the stack. On alpha, s390, and sparc (32-bit), we can avoid this by providing our own function as sa_restorer, but we currently don't. Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
2011 Mar 31
0
dfsane arguments
...+ exp(-outmat[12,4]-outmat[12,3]*x[1]-outmat[12,2]*x[2]) + exp(-outmat[13,4]-outmat[13,3]*x[1]-outmat[13,2]*x[2]) + exp(-outmat[14,4]-outmat[14,3]*x[1]-outmat[14,2]*x[2]) + exp(-outmat[15,4]-outmat[15,3]*x[1]-outmat[15,2]*x[2]) + exp(-outmat[16,4]-outmat[16,3]*x[1]-outmat[16,2]*x[2]) + exp(-outmat[17,4]-outmat[17,3]*x[1]-outmat[17,2]*x[2]) + exp(-outmat[18,4]-outmat[18,3]*x[1]-outmat[18,2]*x[2]) + exp(-outmat[19,4]-outmat[19,3]*x[1]-outmat[19,2]*x[2]) + exp(-outmat[20,4]-outmat[20,3]*x[1]-outmat[20,2]*x[2])) -s[2] f s <- c(0.03, 0.045) p<-c(0.5, 0.5) ans <- dfsane(par=p, fn=Bo, s=s) an...
2015 Nov 04
1
ssl-params: slow startup (patch for consideration)
...enssl-params.c~ Tue Nov 3 16:08:38 2015 +++ iostream-openssl-params.c Tue Nov 3 15:43:39 2015 @@ -6,5 +6,2 @@ -/* 2 or 5. Haven't seen their difference explained anywhere, but 2 is the - default.. */ -#define DH_GENERATOR 2 @@ -14,2 +11,3 @@ DH *dh; + DSA *dsa; unsigned char *p; @@ -17,3 +15,13 @@ - dh = DH_generate_parameters(bitsize, DH_GENERATOR, NULL, NULL); + dsa = DSA_generate_parameters(bitsize, NULL, 0, NULL, NULL, NULL, NULL); + if (dsa == NULL) { + *error_r = t_strdup_printf( + "DSA_generate_parameters(bits=%d) failed: %s", + bitsize, openssl_iostream_er...
2010 Jul 16
0
Mixed Conditional Logit with nested data
...1,11,B,0,0,0,1,1,0,0,0,0,1 1,12,A,1,1,0,0,0,1,0,1,0,0 1,12,B,0,0,1,0,0,0,1,0,1,0 1,13,A,0,0,0,1,0,0,1,0,1,0 1,13,B,1,1,0,0,0,1,0,0,0,1 1,14,A,0,0,0,1,0,0,1,0,0,1 1,14,B,1,0,1,0,1,0,0,1,0,0 1,15,A,1,1,0,0,1,0,0,0,1,0 1,15,B,0,0,0,1,0,1,0,0,0,1 1,16,A,1,1,0,0,0,0,1,1,0,0 1,16,B,0,0,1,0,0,1,0,0,1,0 1,17,A,1,0,1,0,1,0,0,0,1,0 1,17,B,0,0,0,1,0,0,1,1,0,0 1,18,A,1,1,0,0,1,0,0,1,0,0 1,18,B,0,0,0,1,0,0,1,0,0,1 1,19,A,1,1,0,0,1,0,0,0,0,1 1,19,B,0,0,0,1,0,1,0,0,1,0 1,20,A,0,0,0,1,0,0,1,0,0,1 1,20,B,1,0,1,0,1,0,0,1,0,0 1,21,A,1,1,0,0,0,1,0,1,0,0 1,21,B,0,0,1,0,0,0,1,0,0,1 1,22,A,1,0,0,1,1,0,0,1,0,0 1,22,B,...
2017 Jul 14
0
[PATCH 23/27] daemon: Reimplement ‘md_detail’ API in OCaml.
...else + key in + let key = String.lowercase_ascii key in + + (* Add the key/value pair to the output. *) + Some (key, value) + ) + ) lines diff --git a/daemon/md.mli b/daemon/md.mli index 56b6ea65e..8f0c79a7f 100644 --- a/daemon/md.mli +++ b/daemon/md.mli @@ -17,3 +17,4 @@ *) val list_md_devices : unit -> string list +val md_detail : string -> (string * string) list diff --git a/generator/actions_core.ml b/generator/actions_core.ml index db1411ff8..070a1c641 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -6606,6 +6606,...
2003 Nov 27
1
[PATCH] do not use -R on ppc to link shared objects
...SHAREDFLAGS = -Ttext 0x40000200 +LD_SOLIB_FLAGS = -R --- klibc/arch/s390x/MCONFIG +++ klibc/arch/s390x/MCONFIG 2003/11/27 15:04:39 @@ -11,3 +11,4 @@ BITSIZE = 64 SHAREDFLAGS = -Ttext 0x40000200 +LD_SOLIB_FLAGS = -R --- klibc/arch/sh/MCONFIG +++ klibc/arch/sh/MCONFIG 2003/11/27 15:04:41 @@ -17,3 +17,4 @@ # 2 MB -- the normal starting point for text is 4 MB. SHAREDFLAGS = -Ttext 0x00200200 +LD_SOLIB_FLAGS = -R --- klibc/arch/sparc/MCONFIG +++ klibc/arch/sparc/MCONFIG 2003/11/27 15:04:43 @@ -16,3 +16,4 @@ # Normal binaries start at 64K; the linker wants 64K alignment, # and call inst...
2018 Apr 10
0
[PATCH v2 3/5] daemon: move Lvm.lv_canonical to new Lvm_utils module
...me ( - List.find ( - fun lv -> - let stat2 = stat lv in - stat1.st_rdev = stat2.st_rdev - ) lvs - ) - with - | Not_found -> None diff --git a/daemon/lvm.mli b/daemon/lvm.mli index e9a6faeca..592168433 100644 --- a/daemon/lvm.mli +++ b/daemon/lvm.mli @@ -17,13 +17,3 @@ *) val lvs : unit -> string list - -val lv_canonical : string -> string option -(** Convert a non-canonical LV path like /dev/mapper/vg-lv or /dev/dm-0 - to a canonical one. - - On error this raises an exception. There are two possible non-error - return cases: - -...
2017 Mar 07
0
[PATCH v4 5/9] builder: add Index_parser.write_entry function
...irt-index-validate /builder/virt-index-validate.1 /builder/*.xz +/builder/index_parser_tests /builder/yajl_tests /cat/stamp-virt-*.pod /cat/virt-cat diff --git a/builder/Makefile.am b/builder/Makefile.am index 218f64b4c..bf4ccb7d7 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -217,13 +217,36 @@ yajl_tests_BOBJECTS = \ yajl_tests.cmo yajl_tests_XOBJECTS = $(yajl_tests_BOBJECTS:.cmo=.cmx) +index_parser_tests_SOURCES = \ + index-scan.c \ + index-struct.c \ + index-parser-c.c \ + index-parse.c +index_parser_tests_CPPFLAGS = $(virt_builder_CPPFLAGS) +index_parser_tests_BOBJE...
2023 Jan 26
0
[klibc:time64] time: Use clock_* system calls for time-of-day and sleep
...ystem calls to get and set the time zone. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/sys/time.h | 3 +++ usr/include/sys/types.h | 1 + usr/klibc/Kbuild | 6 ++++-- usr/klibc/SYSCALLS.def | 9 +++++---- usr/klibc/clock_nanosleep.c | 17 +++++++++++++++++ usr/klibc/gettimeofday.c | 22 ++++++++++++++++++++++ usr/klibc/nanosleep.c | 8 ++++++++ usr/klibc/settimeofday.c | 22 ++++++++++++++++++++++ usr/klibc/time.c | 4 ---- 9 files changed, 82 insertions(+), 10 deletions(-) diff --git a/usr/include/sys/tim...
2007 Nov 14
0
5 commits - libswfdec/.gitignore libswfdec/swfdec_initialize.as test/image test/sound test/trace
...00644 diff --git a/test/image/image-lossless-alpha.swf.png b/test/image/image-lossless-alpha.swf.png old mode 100755 new mode 100644 diff --git a/test/trace/crash-0.5.3-text-field-root-variable.c b/test/trace/crash-0.5.3-text-field-root-variable.c old mode 100755 new mode 100644 commit 9ff4681b8975117c73f897d7583ac18bbda04b6f Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Nov 14 10:38:40 2007 +0200 Remove libswfdec/compute-strings from .gitignore diff --git a/libswfdec/.gitignore b/libswfdec/.gitignore index 950f4f0..9f923f0 100644 --- a/libswfdec/.gitignore +++ b/libswf...
2007 Apr 29
0
[991] branches/wxruby2/wxwidgets_282/doc/textile: Update documentation for painting methods and WindowDC subclasses
...":windowdc.html object -(Windows only). - </del><span class="cx"> h2. Derived from </span><span class="cx"> </span><span class="cx"> "WindowDC":windowdc.html </span><span class="lines">@@ -19,21 +17,3 @@ </span><span class="cx"> h2. See also </span><span class="cx"> </span><span class="cx"> "DC":dc.html, "MemoryDC":memorydc.html, "PaintDC":paintdc.html, "WindowDC":windowdc.html, "Scr...
2018 Apr 10
9
[PATCH v2 0/5] daemon: generate almall the API OCaml interfaces
...s, Pino Toscano (5): daemon: directly use Optgroups daemon: use the structs from the Structs module daemon: move Lvm.lv_canonical to new Lvm_utils module daemon: move Mount.umount_all to new Mount_utils module daemon: autogenerate OCaml interfaces .gitignore | 17 ++++++++ daemon/Makefile.am | 4 ++ daemon/blkid.mli | 19 --------- daemon/btrfs.mli | 26 ----------- daemon/devsparts.mli | 25 ----------- daemon/filearch.mli | 19 --------- daemon/findfs.ml...
2015 Sep 21
2
[PATCH v2 4/6] virtio-gpu: add 3d/virgl support
.../drivers/gpu/drm/virtio/virtgpu_drv.c @@ -73,6 +73,9 @@ static struct virtio_device_id id_table[] = { }; static unsigned int features[] = { +#ifdef __LITTLE_ENDIAN + VIRTIO_GPU_FEATURE_VIRGL, +#endif }; static struct virtio_driver virtio_gpu_driver = { .feature_table = features, @@ -114,6 +117,8 @@ static struct drm_driver driver = { .set_busid = drm_virtio_set_busid, .load = virtio_gpu_driver_load, .unload = virtio_gpu_driver_unload, + .open = virtio_gpu_driver_open, + .postclose = virtio_gpu_driver_postclose, .dumb_create = virtio_gpu_mode_dumb_create, .dumb_map_offset = vi...
2015 Sep 21
2
[PATCH v2 4/6] virtio-gpu: add 3d/virgl support
.../drivers/gpu/drm/virtio/virtgpu_drv.c @@ -73,6 +73,9 @@ static struct virtio_device_id id_table[] = { }; static unsigned int features[] = { +#ifdef __LITTLE_ENDIAN + VIRTIO_GPU_FEATURE_VIRGL, +#endif }; static struct virtio_driver virtio_gpu_driver = { .feature_table = features, @@ -114,6 +117,8 @@ static struct drm_driver driver = { .set_busid = drm_virtio_set_busid, .load = virtio_gpu_driver_load, .unload = virtio_gpu_driver_unload, + .open = virtio_gpu_driver_open, + .postclose = virtio_gpu_driver_postclose, .dumb_create = virtio_gpu_mode_dumb_create, .dumb_map_offset = vi...
2015 Oct 02
0
[PATCH v3 4/7] virtio-gpu: add 3d/virgl support
...32_t id; + uint32_t max_version; + uint32_t max_size; +}; + +struct virtio_gpu_drv_cap_cache { + struct list_head head; + void *caps_cache; + uint32_t id; + uint32_t version; + uint32_t size; + atomic_t is_valid; +}; + struct virtio_gpu_device { struct device *dev; struct drm_device *ddev; @@ -179,7 +194,13 @@ struct virtio_gpu_device { struct idr ctx_id_idr; spinlock_t ctx_id_idr_lock; + bool has_virgl_3d; + struct work_struct config_changed_work; + + struct virtio_gpu_drv_capset *capsets; + uint32_t num_capsets; + struct list_head cap_cache; }; struct virtio_gpu_fpriv { @@ -19...