search for: favour

Displaying 20 results from an estimated 1306 matches for "favour".

Did you mean: favor
2012 Nov 12
3
select different variables from a list of data frames
...the variables that I need. In the example below, I need to get the variables "a", and "q10" and "q14" to be returned to two separate data frames. Thank you. Yours, Simon Kiss #####Sample data mylist<-list(df1=data.frame(a=seq(1,10,1), c=seq(1,109,1), q10=rep('favour', 10)), df2=data.frame(a=seq(1,10,1), b=seq(15,24,1), q14=rep('favour', 10))) #The variables with different names that I need are q<-c('q10', 'q14') #My current code dat<-mapply(function(x,y) { data.frame(a=x$a, y$q) }, x=mylist, y=q)
2010 Sep 17
5
should vsftpd be disabled in favour of sftp for security reasons?
...t want to clarify for the sake of future courses taught on centos.) from this RHEL doc page: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-openssh-server-config.html the reader is advised to, for the sake of security, remove/disable vsftpd, ostensibly in favour of sftp/sftp-server. really? i can obviously see disallowing stuff like telnet and rsh and rlogin, that's a no-brainer. but advising against vsftpd for the sake of security? i'm not sure i see the logic in that. thoughts? rday -- ==================================================...
2014 Sep 25
3
[PATCH] define _DEFAULT_SOURCE for glibc-2.20
_BSD_SOURCE was deprecated in favour of _DEFAULT_SOURCE since glibc 2.20[1]. To avoid build warning on glibc2.20, _DEFAULT_SOURCE should also be defined. [1]: https://sourceware.org/glibc/wiki/Release/2.20 Signed-off-by: Chanho Park <chanho61.park at samsung.com> --- dos/getsetsl.c | 2 ++ libinstaller/fs.c | 2...
2014 Dec 04
1
[PATCH] v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
...els k1 k2 = let i = compare k1.ki_supports_virtio k2.ki_supports_virtio in if i <> 0 then i - else compare_app2_versions k1.ki_app k2.ki_app + else ( + let i = compare_app2_versions k1.ki_app k2.ki_app in + if i <> 0 then i + (* Favour non-debug kernels over debug kernels (RHBZ#1170073). *) + else compare k2.ki_is_debug k1.ki_is_debug in + ) in let kernels = grub_kernels in let kernels = List.filter (fun { ki_is_xen_kernel = is_xen_kernel } -> not is_xen_kernel) kernels in -- 2.1.0
2014 Dec 04
0
Re: [PATCH v2] v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
...ompare k1.ki_supports_virtio k2.ki_supports_virtio in > if i <> 0 then i > - else compare_app2_versions k1.ki_app k2.ki_app > + else ( > + let i = compare_app2_versions k1.ki_app k2.ki_app in > + if i <> 0 then i > + (* Favour non-debug kernels over debug kernels (RHBZ#1170073). *) > + else compare k2.ki_is_debug k1.ki_is_debug Aren't k2 andk1 swapped here? -- Pino Toscano
2012 Feb 16
1
Park() ignores 'r' option which should disable music on hold in favour of ringing tone
When I receive a call, I want to automatically park it from the dialplan so that I can retrieve it later. However, I don't want callers to be aware that they are being parked, so I want to play a ringing tone to the caller. Park() is supposed to be able to do this: Park([timeout][,return_context[,return_exten[,return_priority[,options[,parking_lot_name]]]]]) options r: Send ringing
2005 May 30
2
choice of processors
Hi there I am moving into a production environment. I will mostly be using Meetme, with Ztdummy for timing. I have a question on which of 2 processor setups is favourable. I have the choice between Dual 2.8GHz Xeon Processors and a single Pentium 4 3.06GHz Processor. These will cost me exactly the same amount. Would one of these processor setups be favourable, both in terms of performance and running Asterisk? Many thanks Steven
2014 Dec 04
2
[PATCH v2] v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
...els k1 k2 = let i = compare k1.ki_supports_virtio k2.ki_supports_virtio in if i <> 0 then i - else compare_app2_versions k1.ki_app k2.ki_app + else ( + let i = compare_app2_versions k1.ki_app k2.ki_app in + if i <> 0 then i + (* Favour non-debug kernels over debug kernels (RHBZ#1170073). *) + else compare k2.ki_is_debug k1.ki_is_debug + ) in let kernels = grub_kernels in let kernels = List.filter (fun { ki_is_xen_kernel = is_xen_kernel } -> not is_xen_kernel) kernels in -- 2.1.0
2012 Aug 26
1
cluster.min-free-disk not working
Further to my last email, I've been trying to find out why GlusterFS is favouring one brick over another. In pretty much all of my tests gluster is favouring the MOST full brick to write to. This is not a good thing when the most full brick has less than 200GB free and I need to write a huge file to it. I've set cluster.min-free-disk on the volume, and it doesn't see...
2014 Dec 04
2
[PATCH v3 0/2] v2v: When picking a default kernel, favour non-debug
Since v2: - Use string_suffix kernel_name "-debug" || string_suffix kernel_name "-dbg" - This requires addition of the string_suffix function and some tests
2011 Apr 02
0
A quick favour to ask
Hi guys, I'm a masters student and Leeds Business School doing a project to do with purchasing wine on-line. I was just wondering if any of you do buy wine on-line, whether you would take a few minutes to do my on-line questionnaire. If so, here is a link http://www.surveymonkey.com/s/87VYHMM. Thanks in advance, the information will be very valuable to my research. Please note that it is
2006 Aug 05
2
plz do favour in active record
hello I want to do like the below code name=[''net'',''gross'',''amount''] avail= Avail.find(1) return avail.name[0] but it gets error I want to give " avail.name[0] " like this, rather than avail.net directly, can u guys plz help me, how to do this plz explain with code advance thx have a pleasant day narayana --
2006 Aug 05
0
plz do favour in xml builder
hello name=[''year'',''day''] i want to use the below code x.year "2006" in xml as x.name[0] "2006" how to do this ? can u plz explain with example advance thx have a nice day narayana -- Posted via http://www.ruby-forum.com/.
2006 Aug 01
4
I need a favour
I have a fully developed e-commerce site with ruby on rails. it is in sandbox mode with paypal and I want to make it live. unfortunately my developer''s time on the project is up. i have the instructions to make it live, but im not familiar with rails (YET!). I intend to be, but I''d really like to get this live. Can a trusted rails developer on this site do this simple thing
2016 Jun 01
8
[cfe-dev] GitHub anyone?
...riswel at gmail.com> wrote: > Do you have a set of volunteers lined up to do such a migration? Getting > people willing to do the migration will obviously be key, and that was the > one thing I didn't see in the original email. Hi John, Well, first we need to know if people are in favour, then if the migration won't bring any serious problem, and then we can think of a migration plan. :) So far, it seems people are mostly in favour, with a few that reported being locked into SVN. I had anticipated that, and have proposed GitHub's SVN integration, which allows read-write ac...
2020 Aug 13
1
[PATCH 20/20] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver
...> - * This is deprecated and should not be used by new drivers. Use > - * &drm_gem_object_funcs.free instead. > - */ > - void (*gem_free_object_unlocked) (struct drm_gem_object *obj); > - > - /** > - * @gem_open_object: > - * > - * This callback is deprecated in favour of &drm_gem_object_funcs.open. > - * > - * Driver hook called upon gem handle creation > - */ > - int (*gem_open_object) (struct drm_gem_object *, struct drm_file *); > - > - /** > - * @gem_close_object: > - * > - * This callback is deprecated in favour of &...
2007 Mar 28
5
Zimbra, Scalix or something else..
Hello all, I've played with both Zimbra and Scalix and they seem quite nice and do pretty much what I want. I'm now at the point where I am considering retiring my trusty old courier-imap service in favour of one of these two, unless of course anyone has any other recommendations or suggestions. I'd probably be doing this inside a centos 4.4 Xen VMs running on centos 5 when it comes out. Also, I'd really appreciate if anyone could share any thoughts and/or experiences with Zimbra and Scalix....
2011 Oct 17
0
[LLVMdev] Compile llvm-gcc fortran backend using mingw
Hi Pavel, > BTW, it is little bit strange that llvm-gcc doesn't support CMake building system. > LLVM does and it is extremely convenient.... llvm-gcc is dead, deprecated in favour of clang and dragonegg. It won't be part of the upcoming 3.0 release. This is why no-one is interested in working on it. Ciao, Duncan.
2005 Jul 22
3
problems with submitting an eps-file created in R
Dear all I've got some problems submitting a manuscript, because I can't manage creating the favourable eps-file of a graph created in R. The journal's graphic requirements are as followed: format: eps width: max. 6 inches resolution: min. 1000 dpi supported fonts: Arial, Courier, Helvetica, Symbol, Times, Charcoal, Chicago, Geneva, Georgia, Monaco, Zapf, New York Itried to ways of getting...
2020 Aug 13
0
[PATCH 20/20] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver
...cked: deconstructor for drm_gem_objects - * - * This is deprecated and should not be used by new drivers. Use - * &drm_gem_object_funcs.free instead. - */ - void (*gem_free_object_unlocked) (struct drm_gem_object *obj); - - /** - * @gem_open_object: - * - * This callback is deprecated in favour of &drm_gem_object_funcs.open. - * - * Driver hook called upon gem handle creation - */ - int (*gem_open_object) (struct drm_gem_object *, struct drm_file *); - - /** - * @gem_close_object: - * - * This callback is deprecated in favour of &drm_gem_object_funcs.close. - * - * Driver...