search for: l15

Displaying 10 results from an estimated 10 matches for "l15".

Did you mean: 15
2013 Sep 05
2
binary symmetric matrix combination
...xt="y1 c1 c2 l17 ?y1 0 1 1 1 ?c1 1 0 1 1 ?c2 1 1 0 1 ?l17 1 1 1 0",sep="",header=TRUE)) m3<- as.matrix(read.table(text="y1 h4??? s2???? s30 ?y1 0 1 1 1 ?h4 1 0 1 1 ?s2 1 1 0 1 ?s30 1 1 1 0",sep="",header=TRUE)) m4<- as.matrix(read.table(text="y1 e5 l15 ?y1 0 1 1 e5 1 0 1 l15 1 1 0",sep="",header=TRUE)) ###desired output: at some place the label is "s2" and at other "s29".? I used "s2" for consistency Out1<- as.matrix(read.table(text="y1 g24 c1 c2 l17 h4 s2 s30 e5 l15 y1 0 1 1 1 1 1 1 1 1 1 g24...
2000 Mar 31
1
R: one bananna aov() question
...4 L5 24 -0.561016949152542 25 L6 25 -2.56101694915254 26 L7 26 -1.56101694915254 27 L9 27 3.21440677966102 28 L10 2 -1.28559322033898 29 L12 4 -2.03135593220339 30 L13 5 2.21440677966102 31 L15 6 4.21440677966102 32 L16 7 0.714406779661017 33 L17 8 -2.28559322033898 34 L18 9 -3.78559322033898 35 L19 10 0.714406779661017 36 L21 13 -2.51016949152542 37 L22 14 0.489830508474576 38 L23...
2017 Mar 23
4
[LLD] Can't create dynamic relocation R_X86_64_64 against local symbol in readonly segment
...attached example works with bfd-ld and with gold, but not with lld: $ cat rodatareloc.s ... .align 16 leaq .JTab(%rip), %r10 jmp *(%r10, %rdx, 8) ... .section .rodata .JTab: .quad .L00, .L01, .L02, .L03, .L04, .L05, .L06, .L07 .quad .L08, .L09, .L10, .L11, .L12, .L13, .L14, .L15, .L16 $ gcc -o rodatareloc.s.o -c rodatareloc.s $ lld -o rodatareloc.so -shared rodatareloc.s.o ld: error: rodatareloc.s.o:(.rodata+0x0): can't create dynamic relocation R_X86_64_64 against local symbol in readonly segment defined in rodatareloc.s.o Changing the section from .rodata to .dat...
2019 Jan 03
0
NHW Project - good quality improvement & encoding speed improvement
Hello, Just a quick message to let you know that I have made good quality improvements for very high and extreme compression of the NHW Project (-l8 to -l15 quality settings).The NHW Project starts to be really competitive with x265 (HEVC) at these very high compression ratios.I even find the NHW Project visually better than x265 (HEVC) for mid and high compression! I have also improved encoding speed (C optimizations). More at: http://nhwcodec.blogs...
2019 Jan 27
0
new -l16 "extreme" compression quality setting
Hello, I have added a new -l16 "extreme" compression quality setting to the NHW Project. This new -l16 quality setting is surprisingly good actually, because I find it better on some images than -l15 quality setting whereas files size is smaller.I notably find this new -l16 quality setting better than x265 (HEVC). More at: http://nhwcodec.blogspot.com/ We can still save 2.5KB per .nhw compressed file. I however know that this work is hopeless because the industry will soon standardize AOM AV...
2003 Aug 27
0
build wxruby 0.1 with VC6 under NT5
Hello all, I DLed wxruby 0.1 and tried to build it with VC6 SP5. I have wxWindows 2.41. After these changes the build works: app.cpp L15 remove sys/ comment: I do not have this directory, the header file time.h is in my wx-directory Makefile remove togglebutton.obj from the line starting with "OBJ =" comment: I dunno about the side effects this has (also my first time editing a makefile) install.rb L8 changed to wxmsw...
2014 Feb 11
1
getting environment from "top" promise
Hi all, It seems that there is a use case for obtaining the environment for the "top" promise. By "top", I mean following the promise chain up the call stack until hitting a non-promise. S4 data containers often mimic the API of base R data structures. This means writing S4 methods for functions that quote their arguments, like with() and subset(). The methods package
2020 Feb 14
4
Setting uidNumber for machine accounts
...-u)? Thanks in advance for reviewing this again, and providing any insight. Jonathon Reinhart [1] https://gitlab.com/JonathonReinhart/adman/issues/13 [2] https://lists.samba.org/archive/samba/2017-November/212259.html [3]: https://gitlab.com/JonathonReinhart/adman/-/blob/v0.2.3/adman/assign.py#L15-66 [4]: https://lists.samba.org/archive/samba/2019-June/223499.html
2011 Jan 22
32
Bug in mkfs.btrfs?!
Hi, I wanted to create a new btrfs fs for my backups. When trying to mkfs.btrfs for that device, I''m getting "error checking /dev/loop2 mount status" With strace I see where the problem is: lstat("/dev/disk/by-id/ata-INTEL_SSDSA2M160G2GC_CVPO939201JX160AGN-par", 0x7fffa30b3cf0) = -1 ENOENT (No such file or directory) The problem is there is something missing
2007 Sep 02
17
A Proposal To Magically Remove ''params''
I have a magical proposal for the anti-magic web framework. Controller methods do not use arguments and yet expect arguments. This is handled through this params hash because we don''t know in advance what parameters a client could pass to Merb. But in almost every instance, it is too much to know all the query parameters - one doesn''t care if the user threw in an extraneous