search for: 15,6

Displaying 20 results from an estimated 472 matches for "15,6".

Did you mean: 1,6
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...g.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> Index: vorbiscomment/vcomment.c =================================================================== --- vorbiscomment/vcomment.c (revision 11702) +++ vorbiscomment/vcomment.c (working copy) @@ -8,16 +8,15 @@ * Of limited usability on its own, but could be useful. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <string.h> #include <stdlib.h> #include <locale.h> -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...g.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> Index: vorbiscomment/vcomment.c =================================================================== --- vorbiscomment/vcomment.c (revision 11702) +++ vorbiscomment/vcomment.c (working copy) @@ -8,16 +8,15 @@ * Of limited usability on its own, but could be useful. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <string.h> #include <stdlib.h> #include <locale.h> -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -...
2012 Dec 06
2
[PATCH 0/2] Two build fixes for libldm
Two simple build fixes for libldm. Well, the first isn't a build fix as such, but a code improvement. Rich.
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...dir-objects]) +AM_INIT_AUTOMAKE([foreign 1.7 -Wall tar-pax no-dist-gzip dist-xz subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) user_cflags=$CFLAGS diff --git a/doc/Makefile.am b/doc/Makefile.am index 801bfd6..70fb4a1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,8 +15,6 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AUTOMAKE_OPTIONS = foreign - SUBDIRS = . html if FLaC__HAS_DOXYGEN diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index a0e89ce..1b...
2009 Nov 19
3
Fix parallel make (v3)
This new series condenses all of the previously posted patches into new patch 1/2. The second patch is a new fix for parallel build in the haskell directory.
2009 Nov 19
5
Fix various build dependency problems
Patch 1/5 is a repost. Only change is title update. These fix parallel make on my machine, and additionally make building from subdirectories more correct.
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...
2013 Nov 26
3
[PATCH v3 3/8] OvmfPkg: define EFI_XEN_OVMF_INFO and extend XenInfo
...++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 OvmfPkg/PlatformPei/Xen.h diff --git a/OvmfPkg/Include/Guid/XenInfo.h b/OvmfPkg/Include/Guid/XenInfo.h index d512b0b..6146080 100644 --- a/OvmfPkg/Include/Guid/XenInfo.h +++ b/OvmfPkg/Include/Guid/XenInfo.h @@ -15,6 +15,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __XEN_INFO_H__ #define __XEN_INFO_H__ +#include <Uefi/UefiBaseType.h> + #define EFI_XEN_INFO_GUID \ { 0xd3b46f3b, 0xd441, 0x1244, {0x9a, 0x12, 0x0, 0x12, 0x27, 0x3f, 0xc1, 0x4d } } @@...
2019 May 03
2
[PATCH] gpu/drm: Remove duplicate headers
...anel-raspberrypi-touchscreen.c | 1 - 3 files changed, 4 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c index 018df2c..45a5bc6 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c @@ -15,7 +15,6 @@ #include "dpu_hwio.h" #include "dpu_hw_lm.h" #include "dpu_hw_mdss.h" -#include "dpu_kms.h" #define LM_OP_MODE 0x00 #define LM_OUT_SIZE 0x04 diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv...
2008 Oct 23
2
[LLVMdev] Windows build broken?
...round indicates that, on Windows, one should r/Windows/MSVC++ This patch brings the build fordward: Index: utils/TableGen/Record.cpp =================================================================== --- utils/TableGen/Record.cpp (revision 58037) +++ utils/TableGen/Record.cpp (working copy) @@ -15,6 +15,7 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/Streams.h" #include "llvm/ADT/StringExtras.h" +#include "llvm/Config/config.h" #include <ios> using namespace llvm; Index: win32/config.h ======================================...
2014 Apr 15
1
[PATCH] Null terminate before printing the link name.
...ng boot. Signed-off-by: Rafi Rubin <rafi at seas.upenn.edu> - --- usr/utils/readlink.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/utils/readlink.c b/usr/utils/readlink.c index 5ea4e41..75a0735 100644 - --- a/usr/utils/readlink.c +++ b/usr/utils/readlink.c @@ -15,6 +15,7 @@ int main(int argc, char *argv[]) { char *name, *link_name = NULL; size_t max_siz = 128; + size_t actual_siz = 0; progname = *argv++; @@ -28,8 +29,9 @@ int main(int argc, char *argv[]) exit(1); } - - if (readlink(name, link_n...
2014 Apr 24
2
Second Monitor left of internal monitor turns internal monitor black
Hi there, a few days ago I installed Ubuntu Gnome 14.04 on my Thinkpad W530. It has the following specifications: Intel Core i7-3820QM Intel HD 4000 and nVidia Quadro K2000M 15,6" FHD RGB 1920x1080 I selected "Optimus" in the BIOS settings to activate both graphic cards. After installing the nouveau driver on Ubuntu via 'apt-get install xserver-xorg-video-nouveau' I was able to use my external monitor. But! My external monitor stands physically le...
2014 Apr 29
1
Artifacts on external monitor with Optimus and GK107 on Thinkpad W530
Hi there, last week I installed Ubuntu Gnome 14.04 on my Thinkpad W530. It has the following specifications: Intel Core i7-3820QM Intel HD 4000 and nVidia Quadro K2000M 15,6" FHD RGB 1920x1080 With "Optimus" enabled in the BIOS, I am able to use the external monitor via VGA-1-2. But there are refresh problems only on the external monitor: Mouse traces, parts of a window remain on the screen after closing the window, etc. My idea was to enable VSync fo...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools based build system. There is a lot more that could and should be done, but I tried to stay conservative for now and just resolve some of the most obvious issues. Max Horn (5): configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN autogen.sh: replace this by a simple call to autoreconf configure: always print
2012 Feb 12
3
Counting the loop-round of a "for"-loop
Dear all, i have daily stock prices for more than 10 years and want to compute annual volatilities for certain dates during this period. Since i have found no "easy" way to work with time data, the data presents itself in the structure TIme Index - Stock Price 1 - 15,6 2 - 17 ... ... 2010 - 28 2011- 28,5 ... 4500 - 23 Since I want to have the volatility only for certain dates, I define these dates in a vector Deal_Dates <- c(500,600,700,805) and use the for-command to calculate these specific volatities via for(i in Deal_Dates){Volatility(i)} My prob...
2019 Apr 25
1
[nbdkit PATCH] noextents: Document use case with tmpfs
...(1)>. +L<nbdkit-nozero-filter(1)>, +L<nbdkit-file-plugin(1)>. =head1 AUTHORS diff --git a/plugins/file/nbdkit-file-plugin.pod b/plugins/file/nbdkit-file-plugin.pod index d34a638..9241418 100644 --- a/plugins/file/nbdkit-file-plugin.pod +++ b/plugins/file/nbdkit-file-plugin.pod @@ -15,6 +15,12 @@ It serves the named C<FILENAME> over NBD. Local block devices To concatenate multiple files, use L<nbdkit-split-plugin(1)>. +If you want to expose a file that resides on a file system known to +have poor C<lseek(2)> performance when searching for holes (C<tmpfs&...
2016 Mar 28
1
[PATCH v2 06/22] volt: parse the both max voltage entries
...(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len); > diff --git a/drm/nouveau/include/nvkm/subdev/volt.h b/drm/nouveau/include/nvkm/subdev/volt.h > index fc68825..3e0f8da 100644 > --- a/drm/nouveau/include/nvkm/subdev/volt.h > +++ b/drm/nouveau/include/nvkm/subdev/volt.h > @@ -15,6 +15,8 @@ struct nvkm_volt { > > u32 max_uv; > u32 min_uv; > + u8 max0_vid; > + u8 max1_vid; > }; > > int nvkm_volt_map_min(struct nvkm_volt *volt, u8 id); > diff --git a/drm/nouveau/nvkm/subdev/bios/vmap.c b/drm/nouveau/nvkm/subdev/bios/vmap.c > index...
2020 Jun 18
1
[PATCH] Kbuild for klibc and nfsmount: fix multiple definitions
-fcommon is not default anymore, with GCC 10 you get the following failure without it: KLIBCLD usr/klibc/libc.so ppc-linux-ld: usr/klibc/globals.o:/root/packages/klibc-2.0.7/usr/klibc/../include/unistd.h:15: multiple definition of `environ'; usr/klibc/__shared_init.o:/root/ldb_base/ofl/packages/klibc-2.0.7/usr/klibc/libc_init.c:42: first defined here ppc-linux-ld: usr/klibc/sbrk.o:(.sbss+0x0): multiple definition of `__current_brk'; usr/klibc/brk.o:(.sbss+0x0): first defined here ppc-linux-ld:...
2012 Nov 06
2
[LLVMdev] [PATCH] basic reading reloc visitor for x86_64 ELF
...llvm-dev/attachments/20121105/83c23e1d/attachment.html> -------------- next part -------------- diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index 8d6054a..e6fa54d 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -15,6 +15,7 @@ #ifndef LLVM_DEBUGINFO_DICONTEXT_H #define LLVM_DEBUGINFO_DICONTEXT_H +#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/StringRef.h" @@ -89,6 +90,8 @@ public: } }; +t...
2019 Dec 11
2
[PATCH 3/3] drm/nouveau: Support NVIDIA format modifiers
...tile_mode; > asyw->image.blocks[0] = fb->base.pitches[0] / 64; > asyw->image.pitch[0] = 0; > } else { > diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c > index f1509392d7b7..351b58410e1a 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_display.c > +++ b/drivers/gpu/drm/nouveau/nouveau_display.c > @@ -224,6 +224,50 @@ static const struct drm_framebuffer_funcs nouveau_framebuffer_funcs = { > .create_handle = nouveau_user_framebuffer_create_han...