search for: leans

Displaying 20 results from an estimated 1117 matches for "leans".

Did you mean: means
2009 Sep 07
3
lean text label below barplot table
Hi, everyone: I am plotting an graph with bar plot, but the label after every bar is too long, I wanna if I can draw the label lean to an angle thanks -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative HTML version deleted]]
2006 Apr 30
1
lean your head to the right
jelks said: > What a dumb idea. You should > lean your head to the right about 20 degrees, > to simulate the text. that should be "stage-right", right?, so your listener will hear it right? -bowerbird -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Apr 23
6
TC: Simple and complex configs interplay
Hello, From a user perspective, the simple (tcpri) and complex TC configs offers two rather distinct choices. A user can very well be OK with only using the simple way and that''s very fine. Then again, even in doing so, the more complex config options are available. What is the interplay between the two as far as having some parameters configured in both at the same time ? So far
2011 Jul 15
2
Traffic shaping ipv6 configs example
Hello All, I''ve search the documentation of shorewall, But I didn''t find any document about traffic shaping in ipv6. I want to do a per-ip traffic shaping of ipv6.  TIA -- -Budiwijaya- ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup
2006 Jan 10
7
Application Design Question
I am designing an application to run a fishing tournament I am hosting. Each fish entered will be given a point total based on the length of the fish and the species of fish. Each species has a point multiplier. For Example Trout have a multiplier of 10 so a 20 inch Trout would have a score of 200. My conundrum is in where and when do I calculate the points. The options I have come up
2006 Nov 03
1
SendDTMF() behaves strangely
Hi, everybody: As part of a paging macro I'm using SendDTMF to send digits to the called party. The section looks like this: exten => s,1,Wait(0.5) exten => s,n,SendDTMF(9531290) exten => s,n,Wait(1.0) exten => s,n,Set(MACRO_RESULT=CONTINUE) To test I direct the call to a live extension just to hear what's happening -- what actually happens is that only the 9 is sent, and
2011 Apr 24
1
Logging specific Classified packets
Hi All, I''m not convinced I have my tcrules correctly setup and looking at the counters in the mangle table''s tcpost doesn''t really help much as I can''t tell what is the final match. Is there a way to match packets in iptables based on the classifier? i.e. so I can LOG packets classified with 1:18 for example. I can''t see anything in iptables, except
2011 Jul 17
1
ipmasq to shoerwall
Hello, Since the ipmasq package has been dropped from debian I decided to migrate to shorewall. My setup is pretty simple: [DSL Modem] -eth0- [shorwall/gateway] -eth1- [local network] ipmasq required that I set the MTU on eth0 to 1492. Migrating to shorewall went well, but a small number of web sites would load slow or not at all. Setting the MTU on eth0 to 1492 and setting CLAMPMSS=Yes
2006 Apr 28
6
Emphasis or Italic?
What's the difference between: <em>emphasis</em> and <i>italicized</i> and <strong>strong</strong> and <b>bold</b> It seems to subtle for my browsers. The only "difference" I've been able to find is that according to the O'Reilly book <strong> and <emphasis> are semantic tags, while <b> and <i>
2014 Nov 12
2
ITSP Gateway Solution?
Right now we I am using Asterisk boxes as a gateway between our Level 3 SIP trunks and our customer PBXs. I love and understand Asterisk but the company I am working for is looking for a more "Commercial" type solution where we can go to a vendor for support etc. I know, we can get Asterisk support etc.. It's not my decision and I sort of get why they are leaning away from Asterisk,
2011 Mar 04
3
OT: OpenSIPS vs Kamailio -- which do you use and why?
I'm starting a new project similar to a previous project where I used OpenSER to front a bunch of Asterisk servers. Now that OpenSER is gone, OpenSIPS and Kamailio seem the likely candidates. I'm leaning towards OpenSIPS because it's in EPEL so I can install it with yum. Also, because I think the name sounds more 'professional' when discussing architecture with clients :)
2006 Aug 21
5
lean and mean lm/glm?
...but even they create a large number of extraneous variables in the output (e.g. the Xs, ys, residuals etc) and during processing. For instance (sample code) x=runif(1000000) y=3*x+rnorm(1000000) #I notice this step chews up a lot more than the 7mb of ram required to store y during processing, but cleans up ok afterwards with a gc() call X=cbind(x) p=ncol(X) n=NROW(y) ny=NCOL(y) tol=1e-7 #this is the fortran routine called by lm - regressing y on X here z <- .Fortran("dqrls", qr = X, n = n, p = p, y = y, ny = ny, tol = as.double(tol), coefficients = mat.or.vec(p, ny), residuals = y,...
2006 Oct 02
6
Calling All FS Fanatics
Now that I've been enlightened to the terrible write performance of ext3 on my new 3Ware RAID 5 array, I'm stuck choosing an alternative filesystem. I benchmarked XFS, JFS, ReiserFS and ext3 and they came back in that order from best to worst performer. I'm leaning towards XFS because of performance and because centosplus makes kernel modules available for the stock kernel.
2005 Dec 22
6
Plot problems: xlim
Hi, Still fresh in R, tried to figure this out, now on my second day running with no luck (and a pile of hair on my desk) so I have thrown in the towel and would like to ask for some help. Here is what I am trying to do. I am trying to plot a distribution, I have 99 points, bound in the range xlim.min: -0.0173 xlim.max: 0.02103 However, I have a value outside this range (0.2454959) which I
2003 Dec 15
2
Prepping for a new release (2.5.8? 2.6.0?)
On Sun, Dec 14, 2003 at 11:32:07PM -0600, John Van Essen wrote: > would you care to take the bull by the horns and produce a release > candidate for 2.5.8 so that the rsync enthusiasts on the rsync mailing > list can give it a whirl prior to an official release (hopefully by > Christmas)? I was just about to say something about this on the list, so I'll do it in reply to your
2017 Oct 27
10
RFC: Adding a JSON library to LLVM Support
We don't have a dedicated JSON library in the LLVM tree, I'd like to add one. The pressing need is for clangd, but we have other tools that read/write JSON too. I'm proposing we write a new one, rather than importing a third-party library (licensing/integration reasons), on or extending YamlParser/YamlIO (usability/flexibility). I lean towards a design that parses a full DOM at once,
2007 Apr 18
1
[Bridge] Bridging vlans...
<I apologize if this arrives twice... I sent it first from an non-subscribed address, don't know if that'll get to the list or not --JJ> Hi folks, I have an implementation question regarding bridging on a linux box between a catalyst trunk port and a cisco 26something w/802.1q subinterfaces. So right now, there's no vlan trunking going on on the link my bridging firewall sits
2014 Aug 09
3
[LLVMdev] Heuristic for choosing between MCJIT and Interpreter
I'm facing a situation where I have generated IR that only needs to be executed once. I've noticed for simple IR it's faster to run the interpreter on it, but for complex IR it's much better to JIT compile and execute it. I'm seeking suggestions for a good heuristic to decide which approach to take for any given IR. I'm leaning in favor of deciding based on the
2015 Jun 24
2
Asterisk 13 FAX
Hello team! I?m planning to add fax functionality to my PBX. From research it seems that there is 2 options: spandsp and Digium. I lean towards Digium app, licensing is fine. However, they don?t have download for v13 Should I just download their version for v12 Asterisk? Any other suggestions on what to use, what works best? I have a pretty good plan on what I?m going to do but unsure which one
2005 May 14
2
Gnome CD/DVD Burner?
Hi all, Wondering if this might be a good item for either CentOSPlus or even Extras repository. I've been looking for a decent CD/DVD burner for Gnome.... at present I load up k3b (KDE app) and thus much of the KDE environment). Someone pointed me to GraveMan (http://www.nongnu.org/graveman/ ) which looks very good. All reports is that it's lean, mean and quite stable. Anyone else