search for: lighter

Displaying 20 results from an estimated 354 matches for "lighter".

Did you mean: tighter
2018 Jan 25
1
[nbdkit PATCH] errors: Use lighter-weight locking
Commit d02d9c9d used pthread_mutex to avoid interleaving output. However, the standard provides flockfile() for grouping related FILE* I/O that must not be interleaved; and that may be lighter-weight than rolling our own locking. Signed-off-by: Eric Blake <eblake@redhat.com> --- Pushing this one; as a related conversation on another mailing list reminded me about flockfile(). src/errors.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/errors...
2007 Jun 19
2
speex AEC lighter configuration
...chitecture. Now I'm trying to recompile the speex library which these options and get better results. However I have some doubts: - Which is the value of the tail length to get good results? - May I specify some other options (at configuration time or may be at source) to get the speex AEC lighter, so that I can raise the tail length and get best results? - May be speex AEC tunned with another parameters to improve echo cancellation results? - AEC uses floating point in some cases (altough fixed-point specify)? (soft floating point is slow...) Sorry if this seems to be very obvious......
2007 Jun 24
0
speex AEC lighter configuration
...- Which is the value of the tail length to get good results? It depends on your setup, but if you do everything carefully, anything from 40ms to 200ms (convert to samples) can work well. > - May I specify some other options (at configuration time or may be at > source) to get the speex AEC lighter, so that I can raise the tail > length and get best results? The tail length is the main thing that affects the complexity. BTW, longer tail does not necessarily mean better results (the longer the tail, the slower the adaptation). > - May be speex AEC tunned with another parameters to impr...
2006 Aug 01
2
rgb and col2rgb color conversion/modification/shading
I want to get a lighter shade of a color...I have a lot of colored objects and want each one printed as a foreground against a slightly lighter background. I thought I could try something like changing the alpha channel by first converting it to rgb. But prior to trying that, I'm stuck with how to get the color aft...
2008 Jul 10
4
Turn any vector
...like to turn a vector so it starts with it's end. For better understanding, this set of commands will do what I need: i <- seq(1:10) i_turned <- i for (j in 1:length(i)) i_turned[j] <- i[length(i)-j+1] now, i_turned is what I call turned. Is there a function which would make a script lighter? Thank you upfront for any hint. Best regards, Zroutik [[alternative HTML version deleted]]
2008 Mar 18
1
How to reverse colors in filled.contour?
...) x^2 + y^2 ) zmat <- matrix( rexp(n=400, rate = z+0.001), 20, 20) filled.contour(x, y, log(zmat), xlab="X", ylab="Y", color=heat.colors, main="log-Hazard ratios for different X & Y cutoffs") Here lower hazard-ratios are reddish and higher values are lighter. I would like to reverse the color palette "heat.colors" such that higher hazard ratios are reddish and lower values are lighter. Can any one suggest an easy way to do this? Also, suggestions on better ways to display this information would be greatly appreciated. Thanks very...
2007 May 10
5
Shared behavior and_raise problem, and site aestetics
...mocks, with respect to shared behaviors? If I do the following instead: foo.should_receive(:bar).and_return { raise } everything seems to work. I have been supplying no arguments to and_raise, by the way. Also, you may want to make the background in the code examples on the home page a little lighter. I am hardly able to read the darker-colored bits. Thanks. -Chris
2006 Jul 21
7
nullmailer recommendations
Just wondering what people tend to use for nullmailers on their centos boxes (i.e. a minimal outgoing-only MTA)? I guess the obvious solution is a minimal postfix config, but that seems reasonably heavyweight and easy to misconfigure - is there anything lighter floating around the centos universe? Cheers, Gavin -- Gavin Carr Open Fusion - Open Source Business Solutions [ Linux - Perl - Apache ] http://www.openfusion.com.au - Fashion is a variable, but style is a constant - Programming Perl
2020 Jun 08
7
Misc patches
Hi, Here are 3 suggested patches. 1. Build test for cmake and run the test in gitlab-ci. 2. Disable the message box on Windows on abort that cause test hangs in CI. 3. Build time improvement by removing unnecessary includes of stdio.h in production code and change to a lighter header intrin.h -> intrin0.h (windows only). Attached screenshot of measurement but it resulted in 14% buildspeed compared to master on Windows 64 debug builds on my setup. As most improvements comes from change intrin.h the impact on other platforms will not be that much. //Marcus ------------...
2005 May 13
8
Mini-centOS
...ve centOS more than my wife. However, centOS is a bit heavy to run on my notebook (P III 1G, 256MB RAM). I need gnome, firefox, openoffice, realplayer, gaim, acrobat and thunderbird on my notebook, but if I install all of them (plus base-system), my notebook becomes very slow. I wish I could have a lighter version of centOS for notebooks and old desktops. Is there any project that I could have a mini-centOS in the future??? Joe __________________________________________________________________ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/...
2011 Apr 08
1
Host selection in ssh_config
Hello there, I'm a little afraid of writing here, hope I don't make any mistake doing so. I'm trying for days and searching the web too, but no obvious solution, no reply from the specialized forum I wrote in. Here is the situation: I would like to have a lighter security inside our domain, without changing when going outside. By "lighter security" I mean at least, no host key check; we often install and re-install hosts and managing all that public keys is heavy. Then my goal is to have two different configurations when targeting a host: * i...
2020 Mar 02
3
Adding accelerator tables to existing linked DWARF files
...w address byte size and endianness and it can parse the debug info in the DWARF. So my main question stands: do we want all tools that must manipulate DWARF to require the llvm::ObjectFile layer and all of the targets to be enabled just so that the object files can be parsed, or do we want to make lighter layer available, akin to what llvm-objcopy has, so more tools can take advantage of this lighter weight layer. > >> Looking at lld sources, is seems to use the DebugInfoDWARF library to some extent already. Not sure if this tool uses the standard LLVM object model or has all of its own e...
2008 Feb 11
2
image quality
...g a sweave documentation for my analysis, and I am plotting huge scatter plot data for microarray. unlucly this take a lot of resource to my pc because of the quality of the image which is to high (I see the PC get stuck for each single spot). how can I overcome this problem? is there a way to make lighter image? john [[alternative HTML version deleted]]
2020 Mar 02
2
Adding accelerator tables to existing linked DWARF files
...endianness and it can parse the debug info in the DWARF. > > So my main question stands: do we want all tools that must manipulate > DWARF to require the llvm::ObjectFile layer and all of the targets to be > enabled just so that the object files can be parsed, or do we want to make > lighter layer available, akin to what llvm-objcopy has, so more tools can > take advantage of this lighter weight layer. > > > Looking at lld sources, is seems to use the DebugInfoDWARF library to some > extent already. Not sure if this tool uses the standard LLVM object model > or has al...
2006 Jun 16
2
Tricking a process in WINE to think its on a certain IP address
...use one of the virtual IP addresses on the machine. The big idea is that I want to run several copies of a Windows app on the same machine and make each copy think that it is running on a separate machine, each with its own IP address. Although VMWare would make this possible, WINE is so much lighter and faster that I could have many more copies of WINE running than VMWare. Thanks, Steven
2020 Mar 02
3
Adding accelerator tables to existing linked DWARF files
...n parse the debug info in the DWARF. >> >> So my main question stands: do we want all tools that must manipulate >> DWARF to require the llvm::ObjectFile layer and all of the targets to be >> enabled just so that the object files can be parsed, or do we want to make >> lighter layer available, akin to what llvm-objcopy has, so more tools can >> take advantage of this lighter weight layer. >> >> >> Looking at lld sources, is seems to use the DebugInfoDWARF library to >> some extent already. Not sure if this tool uses the standard LLVM object...
2009 Feb 20
3
mean over previous cells
...g.) 60 days (for that specific date). My biological question is, whether the birthweight of an animal at a specific birthdate changes due to the SST over the last 60 days before birth. (SST is an indicator for food abundance - if food is scarce, mothers can't feed much and hence, pups are born lighter!?) Up to now, I can only show, whether the SeaSurfaceTemperatures on the birthdate can have an influence on birthweight, which is not what I want to do... Can anybody tell me, how to start, where to look it up or help me even more? thanks in advance. Birte -- View this message in context: http:...
2010 Jul 07
4
Gray level mosaic plot with shading_Friendly
Suppose we start with data("Titanic") mosaic(Titanic, shade = TRUE) How do I combine the dashed box contours of shading_Friendly to indicate negative residuals, with three levels of gray: dark for abs(Pearson Resid) > 4, lighter for 4 > abs(Pearson Resid) > 2, and lightest for bs(Pearson Resid) < 2 ? Thanks, Michael ______________________________________________ Professor Michael Kubovy University of Virginia Department of Psychology for mail add: for FedEx or UPS add: P.O.Box 400400 Gilmer Hall, Room...
2017 Jan 26
2
Re: [nbdkit PATCH 2/5] protocol: Validate request flags
...rror ("invalid request: unknown flag (0x%x)", flags); > + *error = EINVAL; > + return 0; > + } Right now, our NBD_CMD_FLAG_FUA implementation causes a full flush action from the plugin, even if it is possible to write a client that knows how to preserve FUA semantics in a lighter-weight manner than a full fdatasync(). In other words, it obeys the semantics required by the NBD protocol, but not necessarily in the most optimum way. Unfortunately, the callback interfaces for a plugin do not have any way to pass flags from the client to the plugin (other than my new .zero cal...
2017 Nov 02
5
modestly priced laptop for C7
...efficiently, however. > > > The reql question is what the o/p wants the system *for*. As I mentioned, > I have my '09 HP Netbook (1101?), and I just loaded CentOS 6 i386 on it, > and it runs acceptably. Now, once I switch the WM from *bleah* Gnome to > KDE, or maybe something lighter, I'll be fine... but I only use it while > traveling, for mail and browsing. > > What *are* you going to be doing with it? mostly portable email and browsing. if it is good enough it'll probably have dev tools on it too for the uncommon occasions when I need to build something. I...