search for: indispensability

Displaying 20 results from an estimated 100 matches for "indispensability".

2001 Mar 02
2
Does anyone run the following reliably under WINE?
Robert MacGregor wrote: > I have some indispensable tools which I have not seen satisfying GPL > alternatives, which I've invested considerable amounts of $$$$, and > which are indispensable tools for me and I'd like to ping you all for > confirmation or other comments about getting the following apps to work > in WINE -- so I can finally make the jump to Linux as my
2007 Aug 01
2
Kernel module indispensable?
I don't need 3D acceleration but I'm interested in the nouveau driver because I hope it'll be able to properly set the mode of my card: currently nv is unable to make my card display 1600x1200 via DVI (it works OK via VGA but the quality is bit less stunning). So I compiled and installed it, but now I encountered a problem: it seems that (contrary to both the nv and the nvidia
2017 Mar 01
5
Any indispensable passes?
Hi everyone, I am currently testing out a combination of IR->IR passes with opt to benchmark how they affect performance. The source code works fine if simply use the clang (-O0/-O3) to directly compile to object files and link them. However, when I use opt with a select set of passes and then use llc to compile them to binary, the compiled binary is wrong. That makes me wonder if there are
2017 Mar 01
2
Any indispensable passes?
On Wed, Mar 1, 2017 at 12:53 PM, John Criswell via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 3/1/17 2:54 PM, Peizhao Ou via llvm-dev wrote: > > Hi everyone, > > I am currently testing out a combination of IR->IR passes with opt to > benchmark how they affect performance. The source code works fine if simply > use the clang (-O0/-O3) to directly compile to
2004 Dec 28
3
ZtDummy vs Hardware
I was wondering what could be pros and cons of ztdummy vs proper timer device (i.e. X100P). I am going to set up an asterisk server in europe (to do trunking, to save bandwith) and I was wondering if it'll be OK to get it going with ztdummy. Furthermore, I have only a 1024/256kbps PPPOE DSL link and I need to squeeze 12 channels through, I was wondering which codec would be suitable
2011 Apr 04
2
gap.barplot doesn't support data arrays?
I am trying to make a barplot with a broken axis using gap.barplot (in the indispensable plotrix package). This works well when the data is a vector: > twogrp<-c(rnorm(10)+4,rnorm(10)+20) > gap.barplot(twogrp,gap=c(8,16),xlab="Index",ytics=c(3,6,17,20),ylab="Group values",main="Barplot with gap") But when the data is an array (for a bar plot with multiple
2016 Feb 17
5
1000 analogue lines with asterisk
Hello all, Can someone recommend what hardware to use for a 1000 analogue line capacity asterisk PABX? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160217/2bcd322f/attachment.html>
2010 May 12
0
[LLVMdev] [cfe-dev] New libc++ LLVM Subproject
On Tuesday 11 May 2010 19:07:50 Howard Hinnant wrote: > > This looks cool, but I can't help wondering about the motivation. > > libstdc++ has a ton of useful functionality (debug mode, profile mode, > > etc.). Does libc++ plan to reproduce that? > > debug mode yes. It isn't there yet. And I would like to limit it to being > ABI compatible with release
2002 Jan 26
2
Interest in ssh-agent connection retry patch?
I wrote a patch to make the number of times and and the delay between retries that ssh attempts to talk to ssh-agent configurable. This patch is indispensible when running multiple ssh sessions in parallel from a script (e.g. to run commands on a large number of hosts); without the patch, many ssh sessions simply fail because they cannot contact the agent, rendering the mechanism unusable. If
2011 Apr 29
2
thank you wayne, andrew, paul and everyone else
For me, rsync is an indispensable tool. I don't know what I'd do without it. Rsync and OpenSSH make our open systems possible. Of course, we wouldn't NEED them so much if we had better distributed file systems, but let's keep this an upbeat message. :-) I'd like to thank Andrew and Paul for giving birth to it, Wayne for nurturing it, and everyone else for providing
2007 Feb 27
7
[Xen-ia64-devel] [PATCH 0/3][IA64] Accelerate IDE PIO on HVM/IA64
Hi, This set of patches remarkably accelerates IDE PIO on HVM/IA64. I got a throughput of 2.11MB/sec in disk read performance. Without it, it was only 64kB/sec. I posted the prototype once. http://lists.xensource.com/archives/html/xen-devel/2006-12/msg00077.html The basic idea is to add a buffering mechanism in a hypervisor. I know this approach is not sophisticated. But there is no other good
2016 Feb 17
2
1000 analogue lines with asterisk
...d for reasons of simple numbers of slots on a motherboard, they > will > have to be split among three or more servers, linked to a gigabit switch. > > You might end up getting a better deal if you bought 1000 hardware SIP > phones. > (You also would probably increase your personal indispensability factor, > into > the bargain .....) > > -- > AJS > > Note: Originating address only accepts e-mail from list! If replying off- > list, change address to asterisk1list at earthshod dot co dot uk . > > -- > ___________________________________________________________...
2005 Nov 21
0
[fdo] Inkscape Announces 0.43 Release :: http://www.inkscape.org :: Draw Freely.
November 21, 2005 &mdash; The Inkscape community today releases Inkscape 0.43, an Open Source Scalable Vector Graphics (SVG) drawing tool available for Unix/Linux variants, Mac OS X, and Windows. The focus of this release is on the exciting new features sponsored by Google through their Summer of Code (SoC) program which provided funding for four individuals to contribute to Inkscape. The
2004 Nov 28
5
Newbie-needs help
Hello all: I''ve read the documentation and am not quite sure where to start. What I''m trying to do is build a network with a 3 NIC Shorewall router. My system is behind a routed /49 network. I''d like to use 2 or 3 of the static IP addresses for my DMZ ( DNS server, mail, webserver etc ) and then have my remaining machines in a private network NATed is some way. My
2008 Aug 01
1
chron objects: input/output
Hi list, I have some questions regarding 1) conversion of date + time characters to chron 2) formatting chron object printing Regarding (1), Gabor's Rnews 2004 4/1 article has been indispensible, but I often work with files where dates and times are contained in a single field. In this case, I would like to control input/output of chron objects when each observation of date and time is
2010 May 12
2
[LLVMdev] New libc++ LLVM Subproject
On May 11, 2010, at 7:26 PM, David Greene wrote: > On Tuesday 11 May 2010 15:43:21 Chris Lattner wrote: >> Hi All, >> >> LLVM now includes a C++ standard library, written by Howard Hinnant. You >> can read about it here: >> http://blog.llvm.org/2010/05/new-libc-c-standard-library.html >> >> Or get the code here: >> svn co
2006 Oct 16
5
0.0.37 release goals
Hi Could we set some release goals for 0.0.37? I suggest we release sooner rather than later to put the various little build problems behind us. So my only high-priority item for 0.037 at the moment is to port Scintilla to Linux and OS X. I will gladly accept other feature, bugfix and doc patches. Anything else we''d like to be sure to do? alex
2006 Oct 04
5
R Graphics: Saving PDF and other formats from Windows Graphic Device for LaTeX
Hello, I can't seem to save (or find the default location) when I use the Window Graphic Device's pull down menu. It does not seem to save to the directory I have set using "setwd(...)". How do I make the pull down menu's work? What is the best format to save R graphics for inclusion into a LaTeX documents? I will use PdfTex, or LaTeX -> PS -> PsToPdf to generate the
2018 Jan 15
0
sum multiple csv files
Your message seems unclear, and as evidence the respondents are giving various answers. You should provide a small sample of input and output data as it would look in R to avoid this kind of thrashing about. See [1][2][3] for guidance. Note that you also really need to figure out how to make sure your email program sends plain text, because HTML formatting WILL be stripped by the mailing list
2005 Sep 11
8
DTrace vs truss
G''Day Folks, I''ve finally typed up my classic DTrace demo, which I use to introduce people to DTrace (I delivered this at SOSUG#1), http://www.brendangregg.com/DTrace/dtracevstruss.html Here I create a fault and show the difficulty in analysing it using previous tools. Then I compare the impact of analysing the problem using both DTrace and truss. DTrace wins (a lot!).