search for: impracticalities

Displaying 20 results from an estimated 450 matches for "impracticalities".

2012 Jun 15
4
[LLVMdev] LLVM Sphinx intro buried in lld doc?
Am I the only one who thinks that it is impractical that the Sphinx intro is buried deep within the lld documentation? I suggest moving it to the Programming Documentation document. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120616/2cb7356d/attachment.html>
2011 Aug 05
5
Wine API?
I'd like read write MS OLE structured storage files on the Mac. Does Wine provide an API to achieve that? I know the format of the file. Thanks -Attila
2005 Jan 03
2
atomic transaction set option to rsync
Hi, Apparently a change of behaviour from rsync 2.5 to rsync 2.6 affected the way I worked. I provide RPM repositories that I mirror using rsync. It is important to have the repository meta-data in sync with the data otherwise people have errors using Yum or Apt. In the old days (with older rsyncs) I was able to influence the order in which my transaction set was processed by changing the
2015 Oct 10
3
Syncronizing two IMAP servers
I spend time in two places, in different countries. I have a local network in each place, with IMAP servers on each network. I collect email by fetchmail from various servers, and read email on my laptop with KMail. I tried using just one IMAP server, but this proved impractical. So I have two collections of the same sub-folders, on the two servers. I have two questions: 1. Is there a simpler
2004 Sep 10
5
[Flac-users] Settings to get the best compression
What are the settings that will give the absolute best compression? It doesn't have to stream, and encodeing speed is not a factor. I also don't care how long it will take to encode. Thanks in advance, Chris
2004 Sep 10
5
[Flac-users] Settings to get the best compression
What are the settings that will give the absolute best compression? It doesn't have to stream, and encodeing speed is not a factor. I also don't care how long it will take to encode. Thanks in advance, Chris
2015 Mar 17
4
[LLVMdev] Target-specific defaults for LLVM tools?
On 3/17/15 3:19 PM, Steve King wrote: > Doesn't count for much, but I'm sympathetic to Dario's concern with > cl::opt and clang defaults. In one large out-of-tree project, > colleagues decided to create their own driver to handle the required > customization of the build process and options. > > If clang is the user's one stop shop, here's one such cross
2005 Feb 01
2
Encoding Options
I have read FLAC's "--help", the man-page, and the HTML documentaion, but there are a few things that I don't understand. 1. I'll start with the thing I'm most confused about. The --best option is synonymous with -l 12 -b 4608 -m -e -r 6. Why is that? Is not -l 32 better that l- 12? And you can have -r 0,8 without using --lax, and -r 0,16 with --lax. 2. The --lax option
2015 Jun 09
2
newbie question on installation over existing Linux
On 6/8/2015 6:29 PM, Peter wrote: > You can thank Fedora for making that rather pointless change and > breaking that capability. that 'capability' was a holdover of the 1980s when disks were measured in megabytes, and memory in kilobytes, so large file systems were impractical. -- john r pierce, recycling bits in santa cruz
2004 Sep 10
1
[Flac-users] Settings to get the best compression
--- Chris <cl@enposte.net> wrote: > What are the settings that will give the absolute best compression? > It doesn't have to stream, and encodeing speed is not a factor. > I also don't care how long it will take to encode. flac --super-secret-totally-impractical-compression-level No joke, but you will soon find out that it is not worth it and will go back to -8. The -#
2004 Sep 10
1
[Flac-users] Settings to get the best compression
--- Chris <cl@enposte.net> wrote: > What are the settings that will give the absolute best compression? > It doesn't have to stream, and encodeing speed is not a factor. > I also don't care how long it will take to encode. flac --super-secret-totally-impractical-compression-level No joke, but you will soon find out that it is not worth it and will go back to -8. The -#
2009 Dec 30
2
reply-to header
Afaik the absence of that header is the reason that the reply button in mail clients or in gmail answers to the sender rather than to the mailing list. Does anyone know why that header is not included ? I consider it a must have for any mailing list, without reply-to it's quite impractical. Or is everyone used to use reply-all or something, which includes the ML in CC, and no one does the same
2012 Nov 20
2
Puzzling "Execution halted"
I wrote an R program that does heavy computations with hundreds of lines of code. It's running fine both interactively and in batch mode on a Mac OS X computer. The program also has no problem running on a Linux system (Fedora 14) interactively. However, when I try it on the terminal in batch mode on the Linux system, it chokes in the middle of the computation with the "Execution
2009 Oct 20
2
full-fledge PDF editor for Linux
Hi all, Does anybody know of an editor that can do on Linux what Acrobat / Acrobat Pro can do on Mac/Windows? I have tried to use the PDF Import extension to the Open Office which appears barely functional - at least it is so slow as to be almost impractical. I have also tried pdfedit under Linux which seems to work fine but seems to have rather limited functionality. For instance, the capability
2011 Dec 01
2
Summarizing elements of a list
Hi everyone, I looked around the list for a while but couldn't find a solution to my problem. I am storing some results to a simulation in a list and for each element i have two separate vectors(is that what they are called, correct my vocab if necessary). See below Version1_<-list() for(i in 1:5){ Version1_[[i]]<-list(First=rnorm(1),Second=rnorm(1)) } What I want is to put all
2011 Apr 02
2
[LLVMdev] Explicit register usage in LLVM assembly
Hello! Is there a way to force explicit register usage (e.g. %r15 in amd64 architecture) in LLVM assembly code? I was proposed in #llvm channel at irc.oftc.net to use inline assembly but i find it rather impractical in my case. Is there any other way? Thanx, ~y.
2016 Oct 04
1
[PATCH] v2v: linux: try to fix removal of VMware tools
Try to improve the way packages of VMware tools are removed from YUM-based guests: - when filtering the package itself from its providers, do a stricter check so either the provide is the unversioned package, or it is exactly its own name - if the package has no other providers, then going further will cause the invocation of 'yum install' with no packages, and thus the package
2010 May 14
3
What does this warning mean: "DLL attempted to change FPU control word from 8001f to 9001f"
I started a brand new session in R 2.10.1 (on Windows). If it matters, I am running the community edition of MySQL 5.0.67, and it is all running fine. I am just beginning to examine the process of getting timer series data from one table in MySQL, computing moving averages and computing a selection of estimates based on relations among moving averages of different variates, and storing all the
2008 Apr 27
0
[LLVMdev] Two new 'llvmnotes'
On 2008-04-27, at 15:56, Chris Lattner wrote: > On Apr 27, 2008, at 12:49 PM, Nick Lewycky wrote: > >> Chris Lattner wrote: >> >>> On Apr 27, 2008, at 10:58 AM, Talin wrote: >>> >>>> I would certainly make use of this in my frontend. >>>> >>>> I suggest the names "getfield" and "setfield" for the two
2015 Oct 19
5
Can I force yum to only use http.
Our outsourced IT department has decided to use white listing on the firewalls for outbound ftp. I was given a list of sites our lab had accessed via ftp and eventually tracked them down to Linux machines running yum. They are all CentOS 5 or 6 with a smattering of 7. It is impractical to list all the possibilities since they change on a regular basis. Also any 3rd party repos we need are