search for: finesse

Displaying 20 results from an estimated 52 matches for "finesse".

2012 Jun 22
2
LDA vs maildrop... LDA *and* maildrop?
...livery.? Factors: 1. we use a lot of maildrop "features" that are impossible in sieve without piping to an external program (would rather not re-write our working maildrop scripts in another language) 2. would love to try dbox 3. we use IMAP/Maildir++ quotas (looks like with a little finesse it's possible to get maildrop and dovecot to play nice on this account, yes?) I saw it suggested to just call LDA from maildrop for any maildrop "to" commands (hmmm, what about "cc"?) here: http://article.gmane.org/gmane.mail.imap.dovecot/56120 How much overhead will thi...
2006 Nov 24
1
Sunflower plot error; how to deal with NA
...rep.int(i.multi, number[number > 1]) : invalid number of copies in rep.int() So I used the subset command to get rid of the cases with NA hell<-subset(ChinOtoMayB,is.na(lastoto)==FALSE) Then it worked perfectly sunflowerplot(hell$lastoto,hell$maxear) Is there a method with greater finesse to deal with NA values? In correlations one can state use="complete.obs" But that did not work in sunflowerplot -- Farrel Buchinsky [[alternative HTML version deleted]]
2012 Aug 28
1
Why a max mem setting?
...my kvm virtual machines on the fly. It works just fine with virsh setmem and that's great. Now, what I'm wondering about is the <memory> directive in the xml domain definition. Why would I not just set that to the size of available RAM in the host machine? Am I missing some nuance or finesse to the handling of memory? What would happen if I had three virtual machines with max set to physical max and then used setmem to give one of the virtual machines more than its third? Thank for any feedback. I could maybe just try the latter out, but I have no machine I could crash if that's t...
2019 Feb 26
1
AD-DC samba_gpoupdate failing
On Tue, 26 Feb 2019 13:34:32 +0000 Kristján Valur Jónsson <kristjan at rvx.is> wrote: > Ok, I've analyzed this and found that the cause is a call to > getpwuid(uid) with the uid being that of the domain controller. > "wbinfo --uid-info=3000074" works and returns information, but this > library function fails. > This is then propagated upwards as a memory error,
2005 Jun 01
1
Asterisk Google API applications - $4500 bounties available
In conjunction with my last post on Tellme I want to write another suggestion for an application I had. I don't know if you guys have come across Google Gas http://www.ahding.com/cheapgas But basically it is an application that this guy has developed using the Google API to search an online database on gas prices in your area. One of my strong beliefs about how Asterisk is going
2010 Nov 16
4
DBLEPR?
Ravi Varadhan and I have been looking at UCMINF to try to identify why it gives occasional (but not reproducible) errors, seemingly on Windows only. There is some suspicion that its use of DBLEPR for finessing the Fortran WRITE() statements may be to blame. While I can find DBLEPR in Venables and Ripley, it doesn't get much mention after about 2000 in the archives, though it is in the R FAQ
2010 Nov 16
4
DBLEPR?
Ravi Varadhan and I have been looking at UCMINF to try to identify why it gives occasional (but not reproducible) errors, seemingly on Windows only. There is some suspicion that its use of DBLEPR for finessing the Fortran WRITE() statements may be to blame. While I can find DBLEPR in Venables and Ripley, it doesn't get much mention after about 2000 in the archives, though it is in the R FAQ
2018 Mar 20
3
Re: [nbdkit PATCH v3 15/15] RFC: plugins: Add back-compat for new plugin with old nbdkit
...y made older > nbdkit reject all plugins that opt to the newer API: > > $ nbdkit ./plugins/nbd/.libs/nbdkit-nbd-plugin.so --dump-plugin > nbdkit: ./plugins/nbd/.libs/nbdkit-nbd-plugin.so: plugin is incompatible with this version of nbdkit (_api_version = 2) > > But with a bit of finesse, we can make opting in to FUA support > orthogonal to NBDKIT_API_VERSION, by introducing a new witness > level that the user controls, and by providing sane fallbacks > so that newer plugins correctly populate the fields expected by > older nbdkit. > > --- > v3: rework entirel...
2007 Feb 05
3
RSNPper SNPinfo and making it handle a vector
...unds [I do not know what that means] Nevertheless, I found that one of the SNPs was causing this and could bypass it by using the try function. lapply(best.snp,function(x) try(SNPinfo(x))) which let R continue One can then extract numbers or values out of the resultant output but this method lacks finesse and is not easy. Do you know of another method that would read the data and then write the resultant data to a dataframe? Another very useful feature for which I would like to use the same treatment is to use the SNPinfo as a way to get the gene information lapply(best.snp,function(x) try(geneDet...
2019 Feb 25
2
AD-DC samba_gpoupdate failing
Well, I had a look at the python bindings and the error handling was in shambles. I fixed libgpo/pygpo.c and I now get: gpos = ads.get_gpo_list(creds.get_username()) SystemError: Failed to get machine token for 'DC01$' (CN=DC01,OU=Domain Controllers,DC=rvx,DC=is) (the failing call is status = gp_get_machine_token(self->ads_ptr, frame, dn,
2023 Feb 20
1
Using 'dummy.ups' for a real application, not just testing...
...so had more write-cycles (by orders of magnitude) than the faster but more fragile current devices which throw smarter caching and more redundant transistors at the problem. So if your Pi's were writing logs "for years" they might just use earlier-generation SD/MMC devices that lacked finesse but were sturdier. Regarding dummy-ups looping, note that NUT v2.8.0 introduced a separation of mode to `dummy-once` (default for `*.dev` files to be slurped once) and `dummy-loop` (default for all others to be re-read, e.g. `*.seq` files or your use-case). Previously it behaved like a `dummy-loop...
1998 May 26
0
R-beta: Problem with graphics parameter 'fin'
...system (Linux and R-0.61.2) and received no error message, as also reported by Thomas Lumley. I then tried to create the error, successfully, by: >oldfin<-c(7,7) >par(fin=oldfin) Error: attempt to set invalid value for graphics parameter "fin". Thinking that I might be able to finesse the problem by altering the .First function to set x11() slightly larger, which can then accept the new, larger value, I found that 'par' played catch-up: > dev.off() > x11(width=7.1,height=7.1) > par("fin") [1] 7.097533 7.090715 However, you may get around it by includ...
2006 Nov 08
1
L4 probes..
...ecial case here, but everytime the L4 probes the port, a line as added to the log. This gets a bit noisy. If a random IP connects, I'd want to see it, but maybe it would be nice to have the option to silence the log entry from certain hosts. For now I patch it locally, but without any .conf finesse. For example: Nov 8 10:55:24 corppop01 dovecot: [ID 107833 mail.info] pop3-login: Disconnected: rip=172.16.253.5, lip=172.16.253.128, TLS handshake Nov 8 10:58:00 corppop01 dovecot: [ID 107833 mail.info] pop3-login: Aborted login: rip=172.16.253.5, lip=172.16.253.128 -- Jorgen Lundman...
2004 Oct 15
1
rsync leaving files compressed
...ld it be possible to do an rsync which would leave the files in a compressed form when it was done? That way, I could rsync against the parent directory, and get a mirror of the tree, but with all compressed files. Now I know that would mess up the MD5 check sum thing, but I suppose that could be finessed by checking name and date first, and then if they match, then compress the parent file and compare it's MD5 against the MD5 of the compressed file. Maybe there is a smarter way, and I would love to hear it if you know it. Matthew Asplund
2012 Jun 11
0
hauteur tools in search traffic
...y of his business getting a sizable grin on his face. Not even-handed a vigorous forward tint dribble or discard the religious ministry nearby. The walls certainly are a good blue as extravagantly as the barber a pure white-colored.However showering extra fresh paint, or any other exhaust, can be a finesse that settle upon operate time to know. We weekend gamers who guess perfect results in on the other hand a morning may destruction tabs on different untrained make-up ring-shaped the kindred Agency than perform to the side of the house.Airless sprayers are utter clobber in getting lively fresh paint...
2008 Oct 23
0
Re: CentOS Digest, Vol 45, Issue 23
> > Message: 24 > Date: Thu, 23 Oct 2008 03:53:55 -0400 > From: "John" <jses27 at gmail.com> > Subject: RE: [CentOS] OT: Setting a CentOS to gateway a private IP > address > To: "'CentOS mailing list'" <centos at centos.org> > Message-ID: <86C552A83B964E6499972CEAD4610189 at ethan27> > Content-Type: text/plain;
2018 Mar 20
0
Re: [nbdkit PATCH v3 15/15] RFC: plugins: Add back-compat for new plugin with old nbdkit
...nbdkit reject all plugins that opt to the newer API: >> >> $ nbdkit ./plugins/nbd/.libs/nbdkit-nbd-plugin.so --dump-plugin >> nbdkit: ./plugins/nbd/.libs/nbdkit-nbd-plugin.so: plugin is incompatible with this version of nbdkit (_api_version = 2) >> >> But with a bit of finesse, we can make opting in to FUA support >> orthogonal to NBDKIT_API_VERSION, by introducing a new witness >> level that the user controls, and by providing sane fallbacks >> so that newer plugins correctly populate the fields expected by >> older nbdkit. >> >> ---...
2007 Mar 29
1
4.92 Beta questions.
Installing through PXE, interactively from an NFS source. The installer is in text mode even though I have 512MB of memory. Two questions. 1. When installing package sets, I do not see an "Everything" option the way there was in 4.x. Should there be? I also don't recall being asked if I wanted Server/Workstation/Custom groupings. 2. When partitioning the disk, if I
2007 Jan 26
1
Microsoft makes hard call for input
hi all, you might be interested in this article. cheers, joe A Sydney software engineer has been embroiled in a controversy in which Microsoft stands accused of trying to use him as a paid proxy to finesse entries on the Wikipedia site. Doug Mahugh, Microsoft "technical evangelist", emailed the engineer, Rick Jelliffe, on Monday, hoping to use Mr Jelliffe's expertise to modify a number of technical articles in the online encyclopedia. Mr Jelliffe holds an economics degree from the Unive...
2019 Feb 26
0
AD-DC samba_gpoupdate failing
Ok, I've analyzed this and found that the cause is a call to getpwuid(uid) with the uid being that of the domain controller. "wbinfo --uid-info=3000074" works and returns information, but this library function fails. This is then propagated upwards as a memory error, because it is being called from getpwuid_alloc() which is a talloc variant. the api doesn't allow us to