search for: entailed

Displaying 20 results from an estimated 502 matches for "entailed".

Did you mean: enabled
2012 Jul 26
5
Auto logging-out client
Hi list! I'm writing 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:
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
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 required for video. True? "Live" videocasting is likely a different animal. How is this accomplished? Also, which video formats are recommended-- FOSS of course...
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
Hi, I noticed that LLVM had signed up as a mentoring 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
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
DASH being an open standard, doesnt make it necessarily patent free ? http://dashif.org/about-dash-industry-forum/ On Tue, Feb 11, 2014 at 9:12 AM, "Thomas B. R?cker" < thomas.ruecker at tieto.com> wrote: > Hi, > > On 11/02/14 10:00, Yannick "Modah" Gouez wrote: > > Hi guys, > > > > I was wondering if there were any plans for MPEG DASH
2012 Nov 12
6
[LLVMdev] RFC: Code Ownership
On 11/11/2012 11:58 PM, Chris Lattner wrote: >> Is there a particular sub-system size that makes sense to mark as owned? I have been >> reworking the library call 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
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
On Sun, Mar 12, 2017, 4:10 PM Dean Michael Berris <dean.berris at gmail.com> wrote: > > > On 9 Mar 2017, at 09:32, David Blaikie via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > I agree that we should clean up the standard library usage even just for > consistency. > > > > +1 -- now that I think about it, it should be fairly doable
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
On Nov 11, 2012, at 5:13 PM, Meador Inge <meadori at codesourcery.com> wrote: > On Nov 11, 2012, at 12:44 AM, Chris Lattner wrote: > >> >> On Nov 10, 2012, at 10:43 AM, Joe Abbey <jabbey at arxan.com> wrote: >> >>> Hello, >>> >>> Chris's "keynote" at the LLVM Developers' Conference included a call for code
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>
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