search for: lean

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

Did you mean: clean
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: http://six.pairlist.net/pipermail/markdown-discuss...
2011 Apr 23
6
TC: Simple and complex configs interplay
...ferred when the tcpri is used. I have re-read several times the explanation in tcpri but can''t figure it out clearly. What would be a typical, concerte example of this interaction ? - Thanks! ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails
2011 Jul 15
2
Traffic shaping ipv6 configs example
...'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 Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev
2006 Jan 10
7
Application Design Question
...o far: 1. Calculate when the fish is entered into the system. This seems like the easiest but if I change the scoring recalculating the scores is a bit troublesome. 2. Calculate when displayed. Seems rather intensive CPU wise and makes doing "Top 10" list rather troublesome. I am leaning towards option 1 but I wanted to ping the community to see if anyone has any brilliant ideas. TIA - Bill
2006 Nov 03
1
SendDTMF() behaves strangely
...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 it sounds as though someone is leaning on the button for about a second. Even if I rewrite it like this: exten => s,1,Wait(0.5) exten => s,n,SendDTMF(9) exten => s,n,SendDTMF(5) exten => s,n,SendDTMF(3) exten => s,n,Wait(1.0) exten => s,n,Set(MACRO_RESULT=CONTINUE) I get the same behaviour -- someone "leanin...
2011 Apr 24
1
Logging specific Classified packets
...classified with 1:18 for example. I can''t see anything in iptables, except matching connmark and mark. The only thing mentioning classifier is setting it, nothing to match for it. Thanks, Lee ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails
2011 Jul 17
1
ipmasq to shoerwall
...e things better but I still have problems. Also tried CLAMPMSS=1452 and 1412. Can someone please help? Thank-you, ---Dan ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev
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?
...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, I just don't agree. I need to at least explore other options for more appliance products that will do the job the Asterisk boxes are doing now but, with a simple interface to add/remove trunks, DIDs etc. Integrated security and billing options/add-ons would be great. I kn...
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 :) Which do you use and why? -- Thanks in advance, ------------------------------------------------------------...
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. How's the reliability of XFS? It's certainly been around long enough. Anyone care to sway me one way or another? Kirk Bocek
2005 Dec 22
6
Plot problems: xlim
...ot.density spreads out nicely, however, naturally, the line I want to add is not plotted since it is well outside the range automatically determined by plot.density hence the need to add xlim however this produces something I dont find aesthetically appealing. The plot is squeezed out into a very lean "bell" shape. So (finally) my question, how can i widen the spread of my plot and yet also be able to add my xline. Many thanks Ronnie
2003 Dec 15
2
Prepping for a new release (2.5.8? 2.6.0?)
...What issues remain that need to be worked out before a new release? For instance, we should probably organize a security audit of the code changes for the new version (some auditing was done recently, but I'm not sure exactly how much). - What should we call the new version? I'm leaning towards 2.6.0 because of the new features (such as --files-from) and the various large changes (such as better check-summing, fixed include/exclude matching, etc.), but I could be talked into 2.5.8. If the remaining issues are small, I'll create a test release tarball in the next d...
2017 Oct 27
10
RFC: Adding a JSON library to LLVM Support
...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, and provides literal-like syntax for composing documents. I've written a document laying out the reasons for taking this path, and my proposal for a design (with links to a prototype) https://docs.google.com/document/d/1OEF9IauWwNuSigZzvvbjc1cVS...
2007 Apr 18
1
[Bridge] Bridging vlans...
...ond: ip link set eth0 up ip link set eth1 up brctl addbr br0 brctl addif br0 eth0 brctl addif br0 eth1 brctl stp br0 off ip link set br0 up vconfig set_bind_mode PER_KERNEL vconfig set_name_type DEV_PLUS_VID_NO_PAD vconfig add br0 4 vconfig add br0 51 ip link set br0.4 up ip link set br0.51 up I lean towards the first, as it gives me more interfaces to filter, and thus more flexibility with my iptables rules. Just looking for the wisdom of experience... Thanks, Jeremy Jones
2014 Aug 09
3
[LLVMdev] Heuristic for choosing between MCJIT and Interpreter
...ted 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 presence/absence of loops. -Josh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140809/f3049acd/attachment.html>
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 to pick. Callcentric is my SIP provi...
2005 May 14
2
Gnome CD/DVD Burner?
...her 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 using it and is it worthy of placing in the repository? Cheers, Matt.