search for: ameliorate

Displaying 20 results from an estimated 45 matches for "ameliorate".

2011 Sep 22
1
How to do Multiple Comparisons for a Mixed Effects Model
Hello everyone I am currently trying to conduct analysis of my graduate thesis data using a mixed effects model and I have reached an impass. When I try to conduct a multiple comparison, I get an error (See below): > fm3<- lme(abovegroundbiomass.m.2~medium*amelioration*fertilizer*treatment, random=~1|block/medium/amelioration/fertilizer) > tukeytest<-glht(fm3,
2011 Nov 03
0
Back-transforming in lme
...For the experiment, the three factors are amelioration (2 levels), fertilizer (2 levels) and treatment (7 levels). Each testplot (block) has a singlereplicate of each treatment (total of 8 testplots). The blocks were constructed of topsoil. Each block was divided in two subplots in which half were ameliorated the other half was not (amelioration - yes or no). Each subplot was divided again into two subplots (fertilizer - yes or no). Then for eachfertilizer subplot, the area was divided into 7 seeding treatments (treatments). I have transformed my data to meet model assumptions and simplified my model u...
2006 Jan 31
2
SVM question
...package on a data with ~150 columns (variables) and 50000 lines of data (it takes a bit of time) for radial kernel for different gamma and cost values. I get a very large models with at least 30000 vectors and the prediction I get is not the best one. What does it mean and what could I do to ameliorate my model ? Jerzy Orlowski
2012 Jun 26
1
[LLVMdev] reducing llc's memory consumption
We are processing some fairly large, e.g. 10s of MB, bitcode files with llc, which result in peak memory use of several GBs. We would like to ameliorate this somewhat. On one end of the spectrum we could look into reducing the size of common data structures and local space optimization. On the other end we could try to switch the MCAssembler from a model where it processes the entire Module at once, to something more like a function at a time. Does...
2009 Jan 27
1
paravirtualized vs HVM disk interference (85% vs 15%)
...irable for certain deployments (anyone with paravirtualized and HVM guests in the same box, like in example Linux+Windows2003, and you want a fair share of the disk transfer rate). What we are asking is if this is a consequence of the Xen design and a known behavior, and if there is a workaround to ameliorate the interference (the problem persists and in the same degree even if both guests perform writes below dom0''s dirty_ratio). Regards, Duilio J. Protti, Alejandro E. Paredes Intel Argentina Software Development Center _______________________________________________ Xen-devel mailing lis...
2004 Aug 06
0
DirectShow filter for Speex
Hi, I've had many requests in the past for a Speex DirectShow filter. Well, the wait is now over, thanks to Jean-Francois Emond. Both source and binaries are available from the "Other software" page (http://www.speex.org/projects.html). Bear in mind that for now, only a subset of Speex features are supported (8 kHz, 15 kbps). For those who would like to know what's coming next,
2014 May 22
1
Interesting new hack attack
...usually already registered, but can be "bumped off". Your phone will re-register at intervals and bump the hackers, who will again register and bump your phone. This little game of "king of the hill" may show up in your Asterisk logs. So, these defenses can be employed to stop/ameliorate such hacking efforts: 1. Keep your phones behind a firewall. Travellers, beware! Never leave the default login info of the phone at default! 2. Never use the default provisioning URL for the phone, with it's default URL or password. 3. Use fail2ban, ossec, whatever to stymie any brute fo...
2015 Jun 15
2
[LLVMdev] Expressing ambiguous points-to info in AliasAnalysis::alias(...) results?
On Mon, Jun 15, 2015 at 1:43 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > > The AA algorithm uses dataflow analysis to monitor the possible > propagation > > of those values through the program code, and it represents those flows > by > > updates to the may-point-to graph. If at some code point CP, a > may-point-to > > graph vertex "B" has
2003 Aug 28
1
Fw: Re: GZIP, ZIP, ISO, RPM files and rsync, tar, cpio
On Thu, Aug 28, 2003 at 12:51:16PM +0300, Sviatoslav Sviridov/Lintec Project wrote: > > Sorry for direct reply, but mail server at samba.org blocks my messages. Postmasters, Martin, For your consideration. > Begin forwarded message: > > Date: Thu, 28 Aug 2003 12:43:54 +0300 > From: Sviatoslav Sviridov/Lintec Project <svd@lintec.minsk.by> > To: rsync@lists.samba.org
2003 Oct 08
2
Samba + Cups + Filter Access
Hi, I'm trying to use Cups + Samba to make a print server for many purpouses. The main one is to account how many pages where printed by whom and centralize all printers in one server. If I configure samba and cups in the RAW mode using windows original drivers of the printers, everything works fine, but this way I can't use cups accounting. So I reinstaled all my printers
2015 Jun 15
2
[LLVMdev] Expressing ambiguous points-to info in AliasAnalysis::alias(...) results?
...> >> I tried to find some subset i felt was worthwhile and where it was > >> okay, but gave up after a while. > > > > > > I'm not quite sure which things you're referring to in that statement. > > Would you mind clarifying? > > You can try to ameliorate it by doing things like say "well, we > believe code patterns that look like this generate valid pointers, > but patterns that look like this can be ignored". It is very hard to > find a set of patterns you allow that gives you anything meaningfully > Interesting. So do yo...
2019 Oct 18
2
[Openmp-dev] [cfe-dev] RFC: End-to-end testing
Renato Golin <rengolin at gmail.com> writes: > On Thu, 17 Oct 2019 at 18:10, David Greene <greened at obbligato.org> wrote: >> From other discussion, it sounds like at least some people are open to >> asm tests under clang. I think that should be fine. But there are >> probably other kinds of end-to-end tests that should not live under >> clang. > >
2017 May 02
0
migrate Maildir to mdbox
...x? (directory vs flat file) Mailbox; I wish I converted when I had the chance. The only benefits I can see with mbox is that it's slightly less complicated, and if you're doing pattern searching or some global mailbox operation, less I/O intensive, but that's a niche case and usually ameliorated by indices. However, backing up mbox is a pain since changes results in the entire file being backed up for snapshotting filesystems, and atomicity of I/O operations is much harder. It just doesn't scale well for large mailboxes. As Aki recommends, use something other than mbox unless you g...
2006 Jul 27
0
CRUD, REST and associations
...reader.subscribed_to?(magazine) %></td> <td><%=h (magazine.title) %></td> </tr> <% end %> </table> As the Rails API docs state, has_many :through associations are read-only. Instead, changes are handled through the join model. So, let''s ameliorate this shortcoming class Reader def magazine_ids=(ids) Reader.transaction do subscriptions.clear ids.each do |magazine_id| subscription.create(:reader_id => id, :magazine_id => _id) unless magazine_id.blank? magazines(true) # force a reload end end...
2023 Dec 26
1
bind crashes after samba upgrade
On Mon, 25 Dec 2023 21:12:55 +0100 Peter Milesson via samba <samba at lists.samba.org> wrote: > > > On 25.12.2023 19:36, Sonic via samba wrote: > > On Mon, Dec 25, 2023 at 1:20?PM Peter Milesson via samba > > <samba at lists.samba.org> wrote: > >> Couldn't you setup a completely new Debian VM with the latest > >> Samba from backports, sync
2006 Feb 28
0
Samba 3.0.2x with trusted domains.
Hello all, we have a samba server on a SLES9 linux box. It is connected to an active directory with multiple trusted domains. With this server, we have strange problems with users/groups in others domains. The users/groups listed in smb.conf that are part of trusted domains are not take in account to access the shares. We cannot as well set ACL correctly on filesystem. This is not an
2004 Feb 26
1
Gnumeric - 1 Excel - ?
...ingering criticism is Gnumeric's RNG, however Prof. McCullough (who references Prof. Ripley's 1990 PRNG paper) indicates in this article that the Gnumeric team has incorporated the Mersenne Twister to a beta version of Gnumeric, which may already have been released by now. This modification ameliorates this concern. For those wishing to stay abreast of such issues, this new paper may be of interest. It puts the open source efforts of the Gnumeric team (http://www.gnome.org/projects/gnumeric/) in a very favorable light. Best regards, Marc Schwartz
2018 Jan 13
1
Linker Option support for ELF
> But I'm very much against allowing any sort of option that specifies full > paths to be embedded, including "-L". Typically, object files are > location-independent -- if you want to copy them to another system and run > the linker there (with an appropriate sysroot path), that's going to work > perfectly fine. But as soon as you start allowing path options to be
2023 Dec 27
1
bind crashes after samba upgrade
...ot;/usr/local/samba/private/named.conf"; ===================== When changing to the internal backend the DNS worked but no authentication. When changing back to the BIND backend the path to dns.keytab and Samnba's named.conf was updated and making these changes in the Bind configs did not ameliorate the problem. Thank you, Chris
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
Hi, I recently discovered the R program and I thought it could be useful to me. I have to analyse data saved as .Px file (x between 0 and 8 - .P0 files have 18 lines at the beginning that I have to skip). New files are generated everyday. This is my strategy : In order to analyse the data, I first want to copy the new data in a database in MySQL (which already contains the previous data). So