search for: finess

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

Did you mean: fitness
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 th...
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...
2019 Feb 26
1
AD-DC samba_gpoupdate failing
...this code (in libgpo) > new_token = create_local_nt_token(mem_ctx, &object_sid, false, > num_token_sids, token_sids); > ADS_ERROR_HAVE_NO_MEMORY(new_token); > where the failure of create_local_nt_token() is simply assumed to be a > memory failure. This pretty much destroys any finess in lower level > error handling... > > Now, the reason getpwuid was failing was that the nsswitch.conf > wasn't set up on the DCs. I fixed it and it works. But I"ve been > running these DCs for three years without it. There is also no > indication anywhere that it is...
2005 Jun 01
1
Asterisk Google API applications - $4500 bounties available
...ations. The suggestion I would like to make is that someone use the Google api to write code for a directions application. You could use Tellme to deliver the current address and the destination address into the Google API and then use text to speech to read back the directions. With enough finessing this could compete with any of the current commercial direction solutions that are out there and because it's asterisk your cost base could be extremely minimal. Hell you might even get paid for it http://code.google.com/summerofcode.html Just a suggestion, any thoughts? Are there...
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 and Brian R. mentions they are in libR in a 2009 post. Are the xxxPR routines now deprecated (particularly f...
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 and Brian R. mentions they are in libR in a 2009 post. Are the xxxPR routines now deprecated (particularly f...
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 entire...
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(geneDe...
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-loo...
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 inclu...
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 pain...
2008 Oct 23
0
Re: CentOS Digest, Vol 45, Issue 23
...hat all that is required? Recall that the purpose of this exercise is to simultaneously provide interim public and private ipv4 address connectivity on the same physical lan behind our Internet router. The long term objective is to remove the public address space from the lan. At that point this finessing becomes unnecessary. For example: INET Router: eth0 IP 2xx.yyy.bbb.64 eth1 IP 2xx.yyy.zzz.1 IP 192.168.71.1 ip 10.0.0.1 network 2xx.yyy.zzz.0/24 network 192.168.0.0/16 network 10.0.0.0/8 host1: eth0 IP 2xx.yyy.zzz.22 host2: eth0 IP 2xx.yyy.zzz.23 eth1 IP 192.168.219.1 host3: et...
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 Univ...
2019 Feb 26
0
AD-DC samba_gpoupdate failing
...f error. Later, there is this code (in libgpo) new_token = create_local_nt_token(mem_ctx, &object_sid, false, num_token_sids, token_sids); ADS_ERROR_HAVE_NO_MEMORY(new_token); where the failure of create_local_nt_token() is simply assumed to be a memory failure. This pretty much destroys any finess in lower level error handling... Now, the reason getpwuid was failing was that the nsswitch.conf wasn't set up on the DCs. I fixed it and it works. But I"ve been running these DCs for three years without it. There is also no indication anywhere that it is not correctly set up. I wonder...