Displaying 20 results from an estimated 513 matches for "entails".
2012 Jul 26
5
Auto logging-out client
...iting because of an issue I'm having with my Postfix-Dovecot
installation. Everything's working fine but when an IMAP client is idle
for some time, Dovecot automatically logs it out.
Jul 26 14:01:16 mail dovecot: imap(nicolas at devels.es): Disconnected:
Logged out bytes=1271/7439
This entails errors when trying to send e-mails after this auto logout,
such as:
host devels.es[91.215.158.237] said:
550-Please turn on SMTP Authentication in your mail client, or
login to the
550-IMAP/POP3 server before sending your message.
Which result in a very annoying and continuous procces...
2016 Mar 24
3
Finding live values
Hi everyone,
I'm writing a pass that inserts the llvm.experimental.stackmap intrinsic
into the IR, and I'd like to record the locations of *all* live values
whenever I insert the intrinsic (all this entails is adding values as
arguments to the intrinsic). Is there any pre-existing analysis pass which
can give me the live values at a given instruction in a basic block? Or do
I need to write an analysis pass to calculate this information?
I realize that live value analysis is usually performed during...
2012 Sep 12
3
how to create a substraction matrix (subtract a row of every column from the same row in other columns)
Hello
I have data like this
x1 x2 x3 x4 x5
I want to create a matrix similar to a correlation matrix, but with the
difference between the two values, like this
x1 x2 x3 x4 x5
x1 x2-x1 x3-x1 x4-x1 x5-x1
x2 x3-x2 x4-x2 x5-x2
x3 x4-x3 x5-x3
x4 x5-x4
x5
Then I
2015 Oct 08
2
recommended methods/software for videocasting
An acquaintance is considering videocasting speakers at a conference and
using a Twitter product called Periscope. I'd like to recommend an open
source solution. While I've never offered videos over the web, I have
made audios available, and all it entailed was placing the file on the
website and putting its url on a visible webpage. I wouldn't think any
more than that is
2005 Apr 16
2
"chronological" ordering of factor in lm() and plot()
I am trying to do some basic regression and ANOVA on cycle times (numeric
vectors) across weekdays (character vector), where I have simply labelled my
days as:
days<- c("mon","tue","wed"...etc).
(NOTE: There are actually multiple instances of each day, and the data is
read-in from a .dat file.)
I have no trouble at all with the actual number crunching, It is the
2009 Jun 02
4
PXE Boot Solution
Once again I feel horrible for asking something I feel is completely
off topic for this group but everyone is so extremely helpful :(
In my organization, we basically use Windows PE disks, to do our
re-images, after some time and a lot of help from this group
I was able to get a thumb drive to successfully work as a Windows PE
bootloader, as well as some other utilities like wiping the
hard
2007 Mar 18
6
[LLVMdev] Google SOC - Idea
...ntoring organization for
Google's summer of code. LLVM looks like an exciting project that
overlaps some of my interests.
I would be interested in developing an additional front end for a
language it does not currently support (I'm open to what language). I
do not know much about what this entails in regards to what LLVM
requires from its front ends. But I have experience with the ANTLR
parser generator that looks like it could be used to generate such a
front end.
Are you folks interested in this?
If so, please let me know ASAP and I'll put together an application.
-Scott
2020 Apr 25
5
[PATCH] Allow RDTSC and RDTSCP from userspace
On Sat, Apr 25, 2020 at 1:23 PM Joerg Roedel <joro at 8bytes.org> wrote:
>
> On Sat, Apr 25, 2020 at 12:47:31PM -0700, Andy Lutomirski wrote:
> > I assume the race you mean is:
> >
> > #VC
> > Immediate NMI before IST gets shifted
> > #VC
> >
> > Kaboom.
> >
> > How are you dealing with this? Ultimately, I think that NMI will need
2019 Apr 19
2
GPO Filtering Denied
>
> There are two opensource kerberos servers, one is MIT, which is the
> default on red-hat distros, the other is Heimdal, which is the default
> for Samba. After a lot of work, Fedora is now using MIT with Samba, but
> there is still a lot more to do, so it is recommended to only use the
> Fedora packages for testing and Samba with MIT is marked as
> experimental.
>
2015 Jul 30
3
[LLVMdev] Bi-Endian Compiler
Hi Guys,
We are trying to come up with Bi-Endian(neutral endiness) compiler
using the LLVM.
For a introduction .
http://www.drdobbs.com/architecture-and-design/writing-a-bi-endian-compiler/240003090
Did someone from the group ,aware of such project .
Thank you
~Umesh
2016 May 06
2
yum update (first in a long time) - /var/log/dovecot no longer used
On 05/06/2016 08:38 AM, Valeri Galtsev wrote:
>
> On Fri, May 6, 2016 3:13 am, Gary Stainburn wrote:
>> On Thursday 05 May 2016 17:16:17 Valeri Galtsev wrote:
>>> There were several heated discussions on this list, and elsewhere. This
>>> is
>>> not intended to start the new one, but to help someone who missed them
>>> to
>>> define their
2014 Feb 11
3
MPEG DASH
...I was wondering if there were any plans for MPEG DASH support in icecast
> ?
>
> I've been loosely following the libDASH development, making Icecast
> align with that may be possible, though I have not evaluated this properly.
> Anything MPEG is out of the question though as that entails patents, if
> DASH itself is covered by patents and requires licensing, it's out.
>
> DASH is container and codec agnostic so in theory could support things
> like Ogg or MKV/WebM.
>
> To sum up: Solid IPR evaluation necessary, then PoC by whomever sees
> fit. In that order...
2012 Nov 12
6
[LLVMdev] RFC: Code Ownership
...e recently and will be happy
>> to sign up as an owner for that.
>
> I think that "directory level" is the right granularity. If you're interested in signing
> up to maintain and review the whole instcombine library, that would be a great level. To
> see what this entails, see:
> http://llvm.org/docs/DeveloperPolicy.html#code-owners
I am interested and comfortable with that. I will wait a few days and then
update CODE_OWNERS.TXT.
--
Meador Inge
CodeSourcery / Mentor Embedded
http://www.mentor.com/embedded-software
2008 Jan 14
10
Using EventMachine to listen from non-network
I''ve actually found a way to make EventMachine listen to events from a
serial port, but only by using the pure Ruby version, using Guilliame
Pierronnet''s Ruby/SerialPort library. It turned out to be simpler
than I thought it would be:
require ''serialport''
$eventmachine_library = :pure_ruby
require ''eventmachine''
module EventMachine
class
2017 Mar 13
5
Use of the C++ standard library in XRay compiler-rt
...or
> language features ('new'?) can be used, and which can't. Can't say I've
> ever tried to make code library agnostic.
> >
>
> One thing we rely on heavily on in the FDR mode implementation is C++'s
> `thread_local` keyword. I'm not sure what that entails runtime-wise (does
> it need pthreads? or something else?) but I'm sure a functional replacement
> would be alright too.
>
No doubt we can find some common API for that, I'd guess tsan probably has
already had to figure out things like that.
> >
> >
> > (this c...
2009 Jul 25
1
[LLVMdev] RFC: Constant Creation API
On Jul 25, 2009, at 5:44 AM, Maurice Gittens wrote:
> Assuming that I have a threaded JIT server which has an llvmContext
> object
> on the stack of every JITting thread in the server.
>
> When using the 2.5. API like:
> C = llvm::ConstantInt::get(llvm::Type::Int32Ty, 0);
>
> I need to assume that there exists some global llvmContext object
> which holds
> the
2012 Nov 12
0
[LLVMdev] RFC: Code Ownership
...simplification infrastructure recently and will be happy to sign up as an owner for that.
I think that "directory level" is the right granularity. If you're interested in signing up to maintain and review the whole instcombine library, that would be a great level. To see what this entails, see:
http://llvm.org/docs/DeveloperPolicy.html#code-owners
-Chris
2016 Nov 21
2
Using samba-tool to modify group?
Sorry if I am being dense here.
I want to add a gidNumber attribute to the existing group "Domain
Users". Is this possible using samba-tool? If not, what's the
recommended way - using ldapmodify?
I can see that "samba-tool group add" supports a --gid-number flag, but
as this is an important system group I don't want to delete and recreate
it just to add this
2005 Feb 01
2
Perl module and ices0
Hi,
Can anyone give me some advice about how to go about creating a
perl-driven playlist for ices0? I'd be grateful.
I don't know what creating a Perl "module" entails, to be honest. I've
written a .pl script which does the necessary functions and returns
the path to the next MP3 file; is it enough just to reference this
script by name in the <Module></Module> part of the config file? I get
the impression that it isn't... since this doesn'...
2014 Feb 11
2
MPEG DASH
Hi guys,
I was wondering if there were any plans for MPEG DASH support in icecast ?
Regards.
Y.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20140211/79be77ce/attachment.htm