Displaying 20 results from an estimated 128 matches for "emptor".
Did you mean:
editor
2017 Mar 25
2
Tip: update dovecot MD5 password from PAM
This is a PAM module that listens for password changes, and will update
the MD5 password for a user, in a file that dovecot can read, when the
user's password is changed:
https://github.com/steinarb/pam_dovecotmd5pwd
Caveat emptor! (Works for me...! :-) )
2015 May 13
3
Linux kernel 3.18.12 and libvirt 1.2.15 for Xen4CentOS in virt6-testing
...so uploaded libvirt 1.2.15. As you may have seen earlier today,
virt6-testing also includes an updated 4.4.2 package with the latest
security update (XSA-133).
The kernel has had some basic testing (by myself, Johnny, and another
community member), but libvirt is at the moment untested, so caveat
emptor.
With such a large change, I want to leave both up for a few weeks
before pushing them into the main repo. Please test them and report
any errors you find.
As a reminder, you can use the virt6-testing repo by putting the
following file into /etc/yum.repos.d:
[virt-testing]
name=VirtSIG-\$releas...
2010 Feb 27
4
[LLVMdev] another experimental patch for bug 2606
...;
2) Add the call: LLVMSetupForCrossModuleJITUse();
before using the EngineBuilder API
For example take:
ExecutionEngine* EE = EngineBuilder(M).create();
and turn it into:
LLVMSetupForCrossModuleJITUse();
ExecutionEngine* EE = EngineBuilder(M).create();
I wrote this somewhat fast so caveat emptor.
Garrison
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100226/87fda390/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR2606.experimental.patch
Ty...
2005 Feb 23
2
[LLVMdev] Python bindings for LLVM API
...The
bindings provide direct runtime access to the LLVM bytecode and JIT
execution features from Python.
The bindings are complete enough so that one can e.g. run the Fibonacci JIT
demo in Python (see fibonacci.py in the package). Other than this, the
bindings have seen very little testing: caveat emptor!
Quick start:
- make sure you have Python and Boost.Python installed
- extract Python.tgz (attached) into $LLVM/lib/Python
- cd $LLVM/lib/Python
- make
- export PYTHONPATH=$PYTHONPATH:$LLVM/Debug/bin
- python fibonacci.py
More details are provided in the README.txt within Python.tgz.
BR, Jarno...
2006 Mar 21
1
Is it possible to model with Laplace's error distribution?
Hello!
My question is stated in the Subject: Is it possible to model with
Laplace's error distribution? For example, lmer() function have few
families of functions, like binomial etc., but not Laplace. Is there any
other package that would allow for Laplace? Or is there a way to give
"user-defined" family?
Sincerely,
P. Milin
2010 Feb 27
0
[LLVMdev] another experimental patch for bug 2606
...upForCrossModuleJITUse();
> before using the EngineBuilder API
> For example take:
> ExecutionEngine* EE = EngineBuilder(M).create();
> and turn it into:
> LLVMSetupForCrossModuleJITUse();
> ExecutionEngine* EE = EngineBuilder(M).create();
> I wrote this somewhat fast so caveat emptor.
> Garrison
>
>
>
2013 Apr 26
1
Slow DNS warnings (proxy/auth)
...ig once at start time and that's
it.
All the IPC and central processes of course also make dovecot rather
file handle hungry.
Memory wise it's about 35% bigger than perdition and that's not subjective
at all. ^o^
About one MB per proxy process/connection for dovecot in my case.
Caveat emptor. ^o^
Regards,
Christian
--
Christian Balzer Network/Systems Engineer
chibi at gol.com Global OnLine Japan/Fusion Communications
http://www.gol.com/
2011 Aug 16
4
Dashboard table resource_statuses growing uncontrollably
I''ve "inherited" the administration of a puppet-dashboard (version
1.1.0, installed on RHEL 5.6 from puppetlabs RPM), and have hit a
problem I''m hoping for some help with.
In short, one table, "resource_statuses" appears to be growing at a
rate far higher then the other tables:
mysql> select count(*) from nodes;
+----------+
| count(*) |
+----------+
|
2015 Sep 03
3
BIND 9.9 apparmor rules with Samba
Hi
Current wiki suggestion
(https://wiki.samba.org/index.php/Configure_BIND_as_backend_for_Samba_AD#Interaction_with_AppArmor_or_SELinux)
is to add the following to /etc/apparmor.d/local/usr.sbin.named
# Samba4 DLZ and Active Directory Zones (default source installation)
/usr/local/samba/lib/** rm,
/usr/local/samba/private/dns.keytab r,
/usr/local/samba/private/named.conf r,
2010 Feb 27
0
[LLVMdev] another experimental patch for bug 2606
...upForCrossModuleJITUse();
> before using the EngineBuilder API
> For example take:
> ExecutionEngine* EE = EngineBuilder(M).create();
> and turn it into:
> LLVMSetupForCrossModuleJITUse();
> ExecutionEngine* EE = EngineBuilder(M).create();
> I wrote this somewhat fast so caveat emptor.
> Garrison
>
>
>
2009 Feb 27
9
call file concurrency
Is there a convenient way to limit the number of call files (outgoing
directory) that are processed concurrently?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3234 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090226/a46e68fa/attachment.bin
2004 Jan 06
4
Asterisk feature list: spreadsheet
...more complex, or which would require some web
programming, I listed with estimates of how much time it would take
to build them. I assumed use of Cisco 7960 phones, so some of the
features which are really deskset options I listed as "S"tandard if I
were to use 7960 devices. Caveat emptor for other desksets.
This is not truly a "comparison", since there are no other columns in
the spreadsheet. However, it's good fodder for you to whack your
VoIP or PBX vendor on the nose with, since they typically will not be
able to match the feature list.
Olle: feel free to add...
2015 May 18
1
Linux kernel 3.18.12 and libvirt 1.2.15 for Xen4CentOS in virt6-testing
...lier today,
>> virt6-testing also includes an updated 4.4.2 package with the latest
>> security update (XSA-133).
>>
>> The kernel has had some basic testing (by myself, Johnny, and another
>> community member), but libvirt is at the moment untested, so caveat
>> emptor.
>>
>> With such a large change, I want to leave both up for a few weeks
>> before pushing them into the main repo. Please test them and report
>> any errors you find.
>>
>> As a reminder, you can use the virt6-testing repo by putting the
>> following file...
2017 Mar 26
3
Tip: update dovecot MD5 password from PAM
...inar Bang wrote:
>> This is a PAM module that listens for password changes, and will update
>> the MD5 password for a user, in a file that dovecot can read, when the
>> user's password is changed:
>> https://github.com/steinarb/pam_dovecotmd5pwd
>>
>> Caveat emptor! (Works for me...! :-) )
> Maybe you could update the PAM module to upgrade user's passwords to
> something safer than MD5? Like SSHA515 or CRYPT-SHA512? =)
Is it possible to do CRAM[1] with any of these encryption methods?
And, if so: are these encryption methods widely supported by cl...
2005 Apr 16
2
Getting subsets of a data frame
I was reading in the Reference Manual about Extract.data.frame.
There is a list of examples of expressions using [ and [[, with the
outcomes. I was puzzled by the fact that, if sw is a data frame, then
sw[, 1:3]
is also a data frame,
but
sw[, 1]
is just a vector.
Since R has no scalars, it must be the case that 1 and 1:1 are the same:
> 1 == 1:1
[1] TRUE
Then why isn't sw[,1] =
2005 Feb 24
0
[LLVMdev] Python bindings for LLVM API
...time access to the LLVM bytecode and JIT
> execution features from Python.
>
> The bindings are complete enough so that one can e.g. run the
> Fibonacci JIT
> demo in Python (see fibonacci.py in the package). Other than this, the
> bindings have seen very little testing: caveat emptor!
>
> Quick start:
> - make sure you have Python and Boost.Python installed
> - extract Python.tgz (attached) into $LLVM/lib/Python
> - cd $LLVM/lib/Python
> - make
> - export PYTHONPATH=$PYTHONPATH:$LLVM/Debug/bin
> - python fibonacci.py
>
> More details are provided i...
2015 Jul 23
2
[LLVMdev] lli supports different targets than llc?
s/pretty much/definitely/
Even then, “works” is too strong a word. Caveat emptor and all that.
> On Jul 23, 2015, at 1:20 PM, Eric Christopher <echristo at gmail.com> wrote:
>
>
>
> On Thu, Jul 23, 2015 at 10:31 AM Débora Setton Sanches <setton.debora at gmail.com <mailto:setton.debora at gmail.com>> wrote:
> Hi,
>
> Is it normal/e...
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
...e more of these parameters in generated config
sections, in particular "device" port numbers;
3) for obscenely poor cases when devices can not be identified as unique,
new "allow_duplicates" flag was added, to not stop iterating if a first
"good match" is busy. Caveat emptor here!
In your case, I hope adding the device numbers (3 digits) to configs should
help. Also `-x` is for command-libe specification of such parameters. In
config file it is just key=value. For these matchers they are generally
regexes (not shell globs). Please do RTFM :)
Jim
On Sat, Jan 14, 2023...
2000 Nov 15
1
RODBC
...the RPgSql package (also on CRAN) is much
more interesting : it allows direct access to PostgreSQL classes (tables) as R
objects, ensuring that any R access is done to up-to-date data.
Of course, OTOH, if you happen to trash your R data-access-objects, your
original data are gone for good. Caveat emptor ...
4) IMNSHO, the future lies somewhere in the (hypothetical) fusion of these two
package : direct access to ODBC objects would be perfect (and might seriously
alleviate problems due to the R static memory allocation model, which is an
EPITA ...).
Hope this helps,
Emmanuel Charpentier
--...
2007 Nov 16
4
alternative to logistic regression
...on:
> dump('binomial', file='mybinom.R')
Edit it to change the function name to "mybinom" (or anything else you
like), and to add 'identity' to the list of okLinks.
Source the file back in, and use mybiom('identity') to fit the model.
Caveat Emptor: This will work just fine if all of your data is far enough away
from 0 or 1. But if the predicted value for any data point, at any time during
the iteration, is <=0 or >=1 then the calculation of the log-likelihood will
involve an NA and the glm routine will fail. NAs produced deep insi...