search for: undoabl

Displaying 19 results from an estimated 19 matches for "undoabl".

Did you mean: undoable
2001 Apr 04
0
Heh?
...and sometimes I can't. It actually seems to almost alternate, "success,failed,success,failed,success" because at some point I thought it was a hostname problem (using host or FQDN), but it isn't Traces of the two with ssh -v -l root: Failed: [root at bofh /root]# ssh -v -l root undoable.xtdnet.nl OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f debug1: Seeding random number generator debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: getuid 0 geteuid 0 anon 1 debug1: Connecting to undoable.xtdnet.nl [213.160.202.1] port 22...
2003 Aug 13
1
"Double" transfer?
...isk box that would be the voicemail for a particular person. Then, once that choice has been made, the hope is that the PBX caller could be bridged to the voicemail box of the user in question. I'm going to start playing, but I hoped to run this past the list to see if this is a) something undoable, or b) something trivially doable for which I'm suffering a mental block making it seem complicated. Thanks. B.
2003 Sep 28
1
Apache under attack and eating resources?
This might be more related to an Apache-security list, but as the machine is running FreeBSD, I thought I'd ask here first. In the last two weeks, I've been seeing some very strange errors in my logs a few times daily around the same times. While this happens, load averages go through the roof (I've seen 36+, which is outragous), and the machine becomes very unresponsive. First
2012 Nov 27
0
[LLVMdev] loop pragmas
...ws a compiler to choose among different implementations of algorithms and data structures (see Petabricks). Building compiler front-ends, middle-ends and back-ends from scratch that can use all information available in such programs and that produce high-quality code for a range of architectures is undoable for most if not all research labs. And it should also not be necessary: many excellent lower-level language compilers already exist, some of which support a wide range of architectures, such as LLVM (OoO CPUs, VLIWs, GPUs, CGRAs in my own backend and in Samsung's proprietary SRP backend, etc...
2010 Sep 23
1
Trouble creating shared virtual folders
...issions from folder "virtual_folders" but if I do that dovecot creates "virtual_folders_indexes" without write permissions too, which in this case are needed. I've tried to solve this using ACL but as far as I understood I need an ACL file per folder, which in my case is undoable. Thanks, -- Daniela Silva protocols: imap pop3 managesieve listen: 10.0.32.1, 10.0.4.14 ssl: no login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop...
2011 Jul 20
3
Recommended mailing list manager for CentOS 5.6
Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code. Thanks, -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison,
2009 Aug 10
0
alternate compression
...but with small frames it's not very useful anymore. > > Windowing may seem like a good idea, but remember that your decoder > will have to recreate every step that your encoder uses so that it > can be undone. Thus, windowing may make it difficult to be lossless. > It would be undoable, as long as it's the original frame that you store, you can compute the adapted frame from it, and do anything you want. For the normalization, you'd store the frame gain along with the time where it repeats. >> But if I run the pre-processing on something perfectly repeated >...
2012 Nov 21
4
[LLVMdev] loop pragmas
On 11/21/2012 11:32 AM, Tobias Grosser wrote: > On 11/21/2012 03:45 PM, Krzysztof Parzyszek wrote: >> >> I'm thinking of this in terms of parallelization directives. The >> optimizations that rely on such annotations would need to be done as >> early as possible, before any optimization that could invalidate them. >> If the annotation can become false, you are
2007 Dec 27
1
SAS to R - if you don't have a SAS license
Hi all, if you do not have a SAS license but want to convert native SAS data files, the solution below will work. # read SAS data without SAS # 1. Download free SAS System Viewer from either of the sites below: # http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+System+Viewer (requires registration) # http://www.umass.edu/statdata/software/downloads/SASViewer/index.html #
2013 Oct 25
0
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
...ive or something like that which spurs out whatever constants have been collected up to that point. It’s up to the user to make sure that the pool is in range for any load instructions referencing it. I assume a diagnostic is expected if they’re not, which is the part that would be tricky here. Not undoable, just tricky to thread the information through from where it starts to where it’ll be diagnosable (post-layout and relaxation in the object writer, probably). Tangentially related, I would also very strongly oppose changing the compiler’s asm printer to use these constructs for its constant pool...
2013 Oct 26
2
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
...ive or something like that which spurs out whatever constants have been collected up to that point. It’s up to the user to make sure that the pool is in range for any load instructions referencing it. I assume a diagnostic is expected if they’re not, which is the part that would be tricky here. Not undoable, just tricky to thread the information through from where it starts to where it’ll be diagnosable (post-layout and relaxation in the object writer, probably). I see. Yes the ARM documents say it is the user’s responsibility to ensure the constant can be placed in a constant pool that is reacha...
2013 Oct 25
3
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
Hi Renato, Thanks for the thoughtful reply. Please find my thoughts below. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation From: Renato Golin [mailto:renato.golin at linaro.org] Sent: Friday, October 25, 2013 1:11 PM To: David Peixotto Cc: LLVM Dev; Logan Chien; Gabor Ballabas; Rafael Espíndola; Richard Barton; Amara Emerson Subject:
2013 Oct 29
0
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
...ive or something like that which spurs out whatever constants have been collected up to that point. It’s up to the user to make sure that the pool is in range for any load instructions referencing it. I assume a diagnostic is expected if they’re not, which is the part that would be tricky here. Not undoable, just tricky to thread the information through from where it starts to where it’ll be diagnosable (post-layout and relaxation in the object writer, probably). > > I see. Yes the ARM documents say it is the user’s responsibility to ensure the constant can be placed in a constant pool that i...
2004 Jun 14
7
collaboration with Panasonic PBX
Hi. I've searched the archives and found nothing regarding collaborating Asterisk with a Panasonic PBX (TD1232 to be exact) Here's my question: Can I use a Wildcard X100P to connect an outgoing line jack (on the Panasonic) to Asterisk, so I can route calls from the PBX to Asterisk, and calls from Asterisk to the PBX? On the hardware page for the X100P card is says it's great for
2011 May 05
1
centos friends?
...s discussed on the list and would be happy to know if there is some reason it hasn't been attempted. Please let me repeat, this is meant as a constructive suggestion, there is no problem with the product, quite the reverse. Comments? Dave -- Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all. Douglas Adams in one of the Hitchiker novels...
2009 Aug 09
2
alternate compression
On Aug 8, 2009, at 23:11, Didier Dambrin wrote: > Electronic music quite often doesn't leave a computer these days. > And it > mainly consists of drums, synths & vocals/effects. Drums are often > samples > sequenced at sample (not sub-sample) accuracy, thus repeated (of > course if > the song was post-resampled, there will be sub-sample times). Good point. I
2012 Nov 27
4
[LLVMdev] loop pragmas
...ose among different implementations of algorithms > and data structures (see Petabricks). Building compiler front-ends, > middle-ends and back-ends from scratch that can use all information > available in such programs and that produce high-quality code for a > range of architectures is undoable for most if not all research > labs. > > And it should also not be necessary: many excellent lower-level > language compilers already exist, some of which support a wide range > of architectures, such as LLVM (OoO CPUs, VLIWs, GPUs, CGRAs in my > own backend and in Samsung's...
2013 Oct 26
5
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
...; like that which spurs out whatever constants have been collected up to that > point. It’s up to the user to make sure that the pool is in range for any > load instructions referencing it. I assume a diagnostic is expected if > they’re not, which is the part that would be tricky here. Not undoable, > just tricky to thread the information through from where it starts to where > it’ll be diagnosable (post-layout and relaxation in the object writer, > probably). > > Tangentially related, I would also very strongly oppose changing the > compiler’s asm printer to use these cons...
2007 Jan 25
0
Wine release 0.9.30
...mplement EM_LIMITTEXT and some simple tests. riched20: Use CharFromPos instead of FindPixelPos in LinkNotify so it accounts for scrolling. riched20: Remove excessive traces from reader.c. riched20: Create undos in StreamIn at the right times. Adds tests for when StreamIn should be undoable. Michael Stefaniuc (1): janitorial: Use the C standard for multiline strings. Mike McCormack (11): kernel32: Create a simple abstraction for file mappings. kernel32: Split update_add_resource() into two functions. kernel32: Merge existing resources in EndUpdateResource....