search for: better

Displaying 20 results from an estimated 74535 matches for "better".

2015 Jan 22
5
Programming Tools CTV
I've had a lot of requests for additions to the reproducible research task view that fall into a grey area (to me at least). For example, roxygen2 is a tool that broadly enable reproducibility but I see it more as a tool for better programming. I'm about to check in a new version of the task view that includes packrat and checkpoint, as they seem closer to reproducible research, but also feel like coding tools. There are a few other packages that many would find useful for better coding: devtools, testthat, lintr, codeto...
2009 Jun 10
1
ggplot, qplot: alpha channel for colors corresponding to factor
Hi, I have a qplot like the one in the minimal example below, except I also have faceting like this: qplot(jitter(Goodall),jitter(Better.adapt),colour=Second.adapt,facets=~Pol,data=d1) and with the real data I get quite a lot of overplotting, so I would like to add an alpha channel. In addition, I would like to be able to control which colors are used for each value of Second.adapt (which takes 7 different values). With my origina...
2009 Jan 23
13
which server to buy?
Hello! Please, help me, I''m totally lost choosing basic budget server for XEN. The variants are Sun (X2200 M2 or Sun X2250 M2) or maybe HP Proliant DL160 G5p. Or maybe some IBM server? Which X2200 configuration will perform better, two Opteron dual-core 22xx or single quad-core 23xx? Which one performing better nowadays, Opteron or Xeon? I know that 2-3 years ago Opteron was the better choice for virtualization, what about now? Is Xeon 54xx better than Opteron 23xx ? Thanks in advance! ______________________________...
2007 Sep 14
13
upcoming release, need help
checked in to CVS is what will be very close to the 1.2.1 release of flac scheduled for monday. if anyone can try building it and even better running the test suite, and reporting back any problems, that will help me get things in better shape. changelog: http://flac.cvs.sourceforge.net/*checkout*/flac/flac/doc/html/changelog.html?revision=HEAD TIA, Josh _______________________________________________________________________...
2008 Oct 08
1
make func_realtime work like app_realtime (1.6)
Yell at me if you will, but I hate func_realtime - it's not very usable nor is it change-friendly (update your database and your dialplan completely breaks). I'm getting a new 1.6 box built out and working, and wanted to emulate the functionality of APP_realtime somehow, so I started digging around in the func_realtime source - here's what I came up with: For 1.6.0, look at line 86
2006 Feb 05
26
Ruby on Rails and other sites use PHP?
I can''t think of a good reason, other than it''s legacy code which hasn''t gotten around to being changed to RoR. http://rubyonrails.org/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 http://37signals.com/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 http://basecamphq.com/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 http://backpackit.com/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42
2009 Nov 10
2
[LLVMdev] Overflow intrinsics
...optimisations in -instcombine for the arithmetic with overflow intrinsics. As Duncan Sands pointed out on IRC however, this is duplicated effort when one can get equivalent results using weird sizes of ints in the IR. At present (at least, on x86/x86-64), the overflow intrinsics generate better code. So what would be the better route: keeping the overflow intrinsics, or getting rid of them and improving codegen to handle flags better? Alastair
2009 Mar 03
1
shoulda tested better
...w contributions in our facebooker fork (http://github.com/collectiveidea/facebooker ), but unfortunately, one thing some of our contributions have in common with many others is the lack of testing. I want to change that. I''d like to help lead an effort to make the facebooker tests better. One thing that I think would help is a little better organization and cleanup of the existing test suite. Part of it is just baggage from lots of copying and pasting, but some of it is just inherent to Test::Unit. Would anyone be opposed to moving towards using Shoulda or RSpec for the...
2006 Mar 23
8
DRY principle - how to implement?
Hi all! I have ''send_status'' table which looks something like these: id code title 1 sent Sent 2 error Sending error 3 success Success Next I would like to associate some processed records with their ''send_status''. Is it better to use: 1) record.status_id = SendStatus.find(:one, :condition => "code=''sent''").id to set status of record, or it would be better to set ''code'' as foreign key instead of ''id''. That way I could write: 2) record.status_code = ...
2010 Feb 02
7
Help needed with zfs send/receive
...pfexec zfs recv -v -F -d tank This works like a charm as long as the snapshot is small enough. When it gets too big (meaning somewhere between 17G and 900G), I get ssh errors (can''t read from remote host). I tried various encryption options (the fastest being in my case arcfour) with no better results. I tried to setup a script to insert dd on the sending and receiving side to buffer the flow, still read errors. I tried with mbuffer (which gives better performance), it didn''t get better. Today I tried with netcat (and mbuffer) and I got better throughput, but it failed at 269...
2018 Jun 19
2
[virtio-dev] Re: [PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
...On Sat, Jun 16, 2018 at 01:09:44AM +0000, Wang, Wei W wrote: > > > Not necessarily, I think. We have min(4m_page_blocks / 512, 1024) above, > > so the maximum memory that can be reported is 2TB. For larger guests, e.g. > > 4TB, the optimization can still offer 2TB free memory (better than no > > optimization). > > > > Maybe it's better, maybe it isn't. It certainly muddies the waters even more. > > I'd rather we had a better plan. From that POV I like what Matthew Wilcox > > suggested for this which is to steal the necessary # of entri...
2008 Jun 21
5
recommendations for copying large filesystems
I need to copy over 100TB of data from one server to another via network. What is the best option to do this? I am planning to use rsync but is there a better tool or better way of doing this? For example, I plan on doing rsync -azv /largefs /targetfs /targetfs is a NFS mounted filesystem. Any thoughts? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080621...
2018 Sep 07
4
NTLM auth, better on a DC or on a DM?
Probably is a stupid question, but... I need to implement some 'NTLM auth' (in squid and MSCHAPv2/PEAP on freeradius). It is better to install squid/freeradius in the same host of a DC, or don't bother at all so they can be installed also on a DM? Thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via de...
2010 Jun 29
2
Is Centos 64 bit or 32 bit better?
hi, all after a long time development, i need to deploy a production system. i want to install latest Asterisk 1.6.2.9 on Centos 5.4 . one thing confused me. my computer hardware support 64 bit OS. my question is : should i use Centos 5.4 64bit or Centos 5.4 32bit? which is better for my asterisk ? consider compatibilityand stability. this is a new machine , only used for asterisk, no other apps. Thank you in advance! -- Thanks for your supporting, have a nice day. Sucan
2002 Jan 30
3
RC2 better than RC3? Graphed!
Well, this question comes once and again. I have RC3 and Garf's RC2 tuned versions (160 and 350) in a nice graph. Nobody should be surprised that RC3 is better, but in some cases GRC2 shows better EAQUAL/bitrate results. There seems to be room for improvement in RC3 with some tweaking. See it by yourself at http://audio.sinderman.com/ Cheers, AGS. <p>P.S. do not abuse the dynamic graph generator. If overlo...
2015 Mar 12
7
switching from SIP to Skype..or not
Your characterization may be true but Skype works much better than SIP when it comes to sound quality. I have SIP softphone with Asterisk server and Skype on the same workstation. Skype just works better over the same network. Ron On 12/03/2015 9:26 AM, A J Stiles wrote: > On Thursday 12 Mar 2015, Thufir wrote: >> I'm testing Asterisk at hom...
2011 Jan 26
1
Making up a graph and its equation which better fits two groups of data
Dear R-folks: I have a group of data ('x' and 'y' axis), but I'd like to know how to draw a graph which would fits my data in a better way, I also need its equation. Could you give me any R-rutine ideas?. I thank you in advance for your kind support. [[alternative HTML version deleted]]
2009 Jun 18
2
how can I get Better natural Voice in Festival
hello All I am using festival as an application but it default voice is not good to hear anybody have solution about better voice in Festival regards Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090618/b1cca678/attachment.htm
2011 Jul 02
0
Better and better.
OK, I'll send them a blast on the next one when I have some console output to give them. Strangely enough, the last one was on winetricks which doesn't even get compiled. BTW, current version (1.3.23) is behaving very well, indeed. Congrats to all. Now if only we could get the multiple graphics buffers fixed.
2009 Nov 15
2
is --two-pass intended for target size only or also for better quality?
Hello, Can I achieve with --two-pass better quality for same size or --videoquality 5 is fine and I will not get any improvement? Thank you, Jiri