similar to: Are any of these still relevant?

Displaying 20 results from an estimated 120 matches similar to: "Are any of these still relevant?"

2014 Apr 29
2
[PATCH][git-pull] lua: make kernel and initrd progress output match in sl_boot_linux
The following changes since commit 81609df52ac52636a6d4af9249ede641620cb3a7: Centralize shift_is_held(), make it work to force the command line (2014-04-20 11:46:59 -0700) are available in the git repository at: https://github.com/wferi/syslinux progress for you to fetch changes up to 5b19c094527fde3694afab1f878c2877973f5044: lua: make kernel and initrd progress output match in
2014 May 14
0
[PATCH][git-pull] lua: make kernel and initrd progress output match in sl_boot_linux
Hi, Any word on this request? I'm planning to add error handling (as bailing out after printing "failed") to sl_boot_linux(). Shall I build on this patch, or shall I squash them together? Thanks, Feri. Ferenc Wagner <wferi at niif.hu> writes: > The following changes since commit 81609df52ac52636a6d4af9249ede641620cb3a7: > > Centralize shift_is_held(), make it
2010 Feb 23
0
[PATCH 3/3] Add relevant socket.h definitions
linux-2.6 9c501935a3cdcf6b1d35aaee3aa11c7a7051a305 cleaned <linux/socket.h> from allmost any userspace export. thus define the stuff that used to be there in klibc socket.h Signed-off-by: maximilian attems <max at stro.at> --- usr/include/sys/socket.h | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git
2009 Jul 09
0
Making the linker output the relevant dynamic stuff
Well, I figured out how to make the linker to the right thing with regards to producing a dynamic section for the core... it involves using the options "-pie -Bsymbolic" ... which means we're building a relocatable binary even though we don't want to relocate it, and -Bsymbolic is there to force the linker to resolve all symbols at link time. -hpa
2006 May 02
0
OT - but relevant
This is OT but relevant to the 'tech depth' of this list. The Always-On Top 100 of 2006 were announced this evening a streaming webcast of some of the CEO's will be online tomorrow at http://www.alwayson-network.com/comments.php?id=14349_0_1_0_C If you want to see a full list of the companies you can see it here
2006 Jun 13
1
Are zttest results relevant on a system with no telephony hardware?
Our asterisk system gains access to the PSTN through a voip provider. We have no digium or other telephony hardware in our system. Do the zttest results still matter to us? Our results were as follows: --- Results after 1007 passes --- Best: 100.000000 -- Worst: 99.780273 -- Average: 99.975763
2016 Jan 15
0
[PATCH] ltc/gm107: wait on relevant bit in gm107_ltc_cbc_wait
Patch "ltc/gm107: use nvkm_mask to set cbc_ctrl1" sets the 3rd bit of the CTRL1 register instead of writing it entirely in gm107_ltc_cbc_clear(). As a counterpart, gm107_ltc_cbc_wait() must also be modified to wait on that single bit only, otherwise a timeout may occur if some other bit of that register is set. This happened at least on GM206 when running glmark2-drm. While we are at
2015 Dec 15
0
Upgrade security relevant packages
Chris, I recommend you look into: - Spacewalk: Centralized system management utility ( http://spacewalk.redhat.com/) - Errata update tool: https://github.com/mike-wendt/spacewalk-centos-errata - CentOS repos do not include the errata information in the repo itself (EPEL does include errata info in its repos), so others have created external tools that pull errata
2015 Jan 01
0
some tickets on SF that aren't relevant now
There are several tickets that can be closed IMHO: ================================================ Bug tickets: #303: Text relocation on ia32 Seems to be fixed in http://git.xiph.org/?p=flac.git;a=commitdiff;h=12022d90dd3adc9f37dc2b16358cbecfe3c5be1c (and then bitreader_asm.nasm was completely removed) #356: Missing MSCOMCTL.OCX #373: FLAC Frontend crashes on W7 x32 HP #378: go.bat
2015 May 15
1
Error when comparing two variables within a dataframe and print relevant observations
I'm trying to use a nested ifelse condition to compare two lines. Input: Code: Expected Output: Actual Output: Any idea what might be causing this problem? -- View this message in context: http://r.789695.n4.nabble.com/Error-when-comparing-two-variables-within-a-dataframe-and-print-relevant-observations-tp4707240.html Sent from the R devel mailing list archive at Nabble.com.
2009 Aug 08
1
Which parts of the book "Programming with Data: A Guide to the S Language" are still relevant now?
Hi, The book "Programming with Data: A Guide to the S Language" was published over 10 years ago. I know that to understand object oriented programming. I should read the associated section in this book. But I am wondering if other chapters, in particular "Chapter 3. Quick Reference", are still relevant now if I want to learn R. Regard, Peng
2010 Aug 20
0
Assign statistically relevant groups following multimodal distribution of data
Dear R mailing list members, ? I am trying to find a way to assign samples into groups depending on their mathematical distribution in a computational way (that is, looped many times). My input is by row, a series of 34 samples per row with n rows. The goal would be to compute the distribution of row n and assign for that row n the samples into bins that would match the distribution of the given
1998 Apr 01
0
Idea for new Perl module (relevant to Samba)
I have an idea for a Perl module and ultimately a CGI interface that I want to start working on, so I would like input from interested parties. The purpose of the module is to facilitate a CGI interface to the Unix file system. The original idea behind this is that I wanted to expose my Samba users to the richness of Unix file permissions. The interface would be a point and click access to
2002 Jul 11
1
How to get relevant dimnames from apply() ?
Hello, in order to vectorize task (of plotting barplots), I use, as probably all R-folks, function apply() instead of for() loop. <R> testarr<-matrix(1:30, nrow=5) rownames(testarr)<-letters[1:5] colnames(testarr)<-LETTERS[1:6] apply(testarr,1,function(x) {x11(); barplot(x)}) #the funcion used is actually more compex, but it doesn't matter </R> Now, how I can propagate
2018 Jun 11
0
[PATCH] drm: nouveau: Enable gp20b/gp10b firmware tag when relevant
On Sun, Jun 10, 2018 at 01:01:31PM +0200, Nicolas Chauvet wrote: > This allows to have the related MODULE_FIRMWARE tag only > on relevant arch (arm64). > This will saves about 400k on initramfs when not relevant > > Signed-off-by: Nicolas Chauvet <kwizart at gmail.com> > --- > drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c | 2 ++ >
2015 Dec 15
1
Upgrade security relevant packages
On 12/15/2015 02:07 PM, Bill Howe wrote: > Chris, > > I recommend you look into: > > - Spacewalk: Centralized system management utility ( > http://spacewalk.redhat.com/) > - Errata update tool: > https://github.com/mike-wendt/spacewalk-centos-errata > - CentOS repos do not include the errata information in the repo > itself (EPEL does include
2014 Aug 05
2
[LLVMdev] Concerning not relevant argument count in TableGen Patterns.
Dear all. I have a problem with the following situation: I want to handle an intrinsic function in a specific way. The prototype of my function is: "/int my_intrinsic_name()/" So I want to generate a move instruction which should use two register type operands: "/mov R1, R2/" For this purpose I assume that the instruction definition in the TargetInstrInfo.td file
2005 Mar 13
2
libwine-alsa, etc. still relevant?
This came up before when debian upgrade wanted to remove these because of their being the previous version. Now all the version numbers are consistant. Deborphan lists them as orphans--no longer used! So ... are all these provided in the "main" wine library and these packages actually orphans? If so, why are they still around? If not, what is going on? Packages are from the
2002 Nov 10
1
binomial glm for relevant feature selection?
As suggested in my earlier message, I have a large population of independent variables and a binary dependent outcome. It is expected that only a few of the independent variables actually contribute to the outcome, and I'd like to find those. If it wasn't already obvious, I am *not* a statistician. Not even close. :-) Statistician colleagues have suggested that I use logistic
2015 Dec 15
3
Upgrade security relevant packages
Hello, I'm looking for a solution to automatically yum update security relevant packages on a couple hundred Centos6/7 servers. The deployment/trigger would be Ansible. I looked into the "yum-plugin-security" and tested it on a CentOS 6 installation but always found no security relevant updates (yum list-security/yum --security update) where there should be at least a couple