search for: impract

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

Did you mean: impact
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/attachmen...
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
...ll also prevent the current problems when a mirror is rsyncing another mirror that is rsyncing itself. Since I have little bandwidth to update than most other mirrors, I'm often caught in this secnario. There are other ways to work around it, either by uploading in different steps (which is impractical in my scenario) or by using a staging area (which is impossible and impractical for large mirror sites). An option to atomically sync a transaction set would be a god gift for situations like these and probably (if not too much overhead) a behaviour most repository mirrors would want by def...
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 way of organizing my email? 2. Given the current method, is there a way of syncronizing folders on the two servers? -- Timothy Murphy gayleard /at/ eircom.net School of Mathe...
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 -# options are already well tuned for CD audio. If you are not encoding CD audio then reply back with the resolution and sample rate and we can go over it more. Josh _________________...
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 -# options are already well tuned for CD audio. If you are not encoding CD audio then reply back with the resolution and sample rate and we can go over it more. Josh _________________...
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 mistake than me ? Maybe the problem is just me, as I only used mailing lists that filled reply-to correctly before.
2012 Nov 20
2
Puzzling "Execution halted"
...ystem, it chokes in the middle of the computation with the "Execution halted" error message. I already put try or tryCatch in those places where computation may throw an error. And the warnings are set in default (options(warn=1)). I wish I could provide the code for help, but that seems impractical. How to debug this? Thanks, Gang
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 to make bookmarks or to search through the whole document (as opposed to the current page) seems to be missing there. Any tips much appreciated. Cheers,...
2011 Dec 01
2
Summarizing elements of a list
...I want is to put all of the elements' 'First' vectors into a single list to box plot. But whats a more elegant solution to the below? c(Version1_[[1]]$First,Version1_[[2]]$First,Version1_[[3]]$First,Version1_[[4]]$First,Version1_[[5]]$First) since i have 50 or more simulations this is impractical and sloppy. Do I need to store my data differently or is their a solution on the back end? Thanks all. Josh -- View this message in context: http://r.789695.n4.nabble.com/Summarizing-elements-of-a-list-tp4142479p4142479.html Sent from the R help mailing list archive at Nabble.com.
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
...p "^[ \t]*\\([^ \t]+\\)[ \t]*$" in - let provides = List.map (Str.replace_first rex "\\1") provides in - - (* Install the dependencies with yum. Use yum explicitly - * because we don't have package names and local install is - * impractical. + List.filter ( + fun s -> + not (library = s || String.is_prefix s (library ^ " = ")) + ) provides in + + (* If the package provides something other than itself, then + * proceed installing the repla...
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'
...are variadic. Forbidding variable indices for arrays would seem to rather reduce their utility (precisely to that of a homogenous struct). Granted, lowering makes updating an indexed value much uglier, but it would seem to be an already-solved problem for vector lowering. Is it completely impractical to use the same rule as GEP? — Gordon
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 another ball of wax. Various Google searches and the manual page have not shown me how to avoid using ftp mirrors. I have considered taking out the ftp-proxy information so that the ftp...