search for: vitals

Displaying 20 results from an estimated 1624 matches for "vitals".

Did you mean: vital
2012 Jun 15
1
help in sentDetect() fuction
hello, I am using the following code >s<-"I am very happy, excited, and optimistic.I am very scared, annoyed, and irritated.Iraq?s political crisis entered its second week one step closer to the potential.dissolution of the government, with a call for elections by a vital coalition partner and a suicide attack that extended the spate of violence. that has followed the withdrawal.of
2010 Feb 12
1
popbio and stochastic lambda calculation
...as comparing deterministic lambdas to stochastic lambdas? My stoch. lambda is lower (as expected) however the CI is substantially larger than published. The authors of the published example used a different method to calculate the CIs around lambda, but I would have expected the results of the vitalsim to be closer. (The authors used the 'delta' method from Caswell (2001)). My main questions are: 1. Have I correctly calculated stochastic lambda and its 95% CIs? 2. Why am I unable to use any distributions other than beta? What can I do about that? Thank you, Shawn Morrison #########...
2005 Nov 01
4
How to priorize Traffic
Hi guys, I want to priorize traffic comming down from internet on my ppp0 int I want port 80 and 21 (and others ) to have preference over P2P traffic, I don''t want to bann P2P just give to it less prio than other more vital services... does anyone know how to do it or where to read on. Thanks in advance
2005 Aug 15
4
Missing 'HAVE_SYS_ACL_H'
I'm building 3.0.14a on Mandrake 10.2, trying to use the same config as my other servers (3.0.11), but ACLs are not working. In checking the outout of smbd -b, I see this line is missing: System Headers: HAVE_SYS_ACL_H .... But I am specifying ./configure --with-acl-support ... Adding an acl using 'setfacl -m 'NTDOMAIN+NTUSER' file does successfully add an ACL for the NT
2005 Mar 26
1
win xp sp2 + samba 3.0.4
I have samba 3.0.4 acting as a local master browser and couple of win xp sp1, sp2, win 9x client machines. Everything works fine excepts win xp sp2. It just disappears from network neighborehood in about 15-20 minutes after start. stop/starting "Server" system service on this machine solves problem for next 15-20 mins. %) What can be done about it? Is there any sence to upgrade samba to
2005 May 24
6
RPM install issues
...dependencies: which is needed by shorewall-2.2.5-1.noarch So as you can see there are no dependency issues. I thought I saw this on the mailing list a while ago but I just searched for it I did not find anything. Can anybody tell me what is going on? I guess I could try to use a --no-deps option. Vitals: Fedora Core 3 (minimal install) Kernel 2.6.11-1.14_FC3 iptables v1.2.11 Thanks, -- _ /-\ ndrew andrew@pure-wireless.net http://www.pure-wireless.net
2009 Mar 28
3
ChrootDirectory security
Hello, I've tried many places, finally ending up here to ask my question: why is it so vital that the directory used with the ChrootDirectory directive is root-owned? Like many people I'm trying to use this in a webhosting environment where several users get sftp-only access to some directory, usually something like /home/user/web/part-of-website. I can be sure that there are no setuid
2011 Jan 07
3
4.4.16 RC 1 Testing Status?
Do those of you who are testing 4.4.16 RC 1 plan to do additional testing or can we consider 4.4.16 ready for release? Please let me know by close of business on Tuesday, Jan 11 if you plan additional testing. Thank you for helping with the testing effort, -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not
2011 Jan 07
3
4.4.16 RC 1 Testing Status?
Do those of you who are testing 4.4.16 RC 1 plan to do additional testing or can we consider 4.4.16 ready for release? Please let me know by close of business on Tuesday, Jan 11 if you plan additional testing. Thank you for helping with the testing effort, -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not
2008 Feb 14
1
Cholmod error `matrix not positive definite'
Dear R-users, I'm new to R, so my apologies if this question doesn't make sense. I've tried the following model in lmer, and it works perfectly: model<-lmer(aphids~densroot+zone+(1|zone/site), family=quasipoisson) But if I try the exact same model with a different variable, totmas, the model looks as follows: model<-lmer(aphids~totmas+zone+(1|zone/site), family=quasipoisson)
2014 Mar 31
3
SYSLINUX: Neither prompt nor menu?
On 31-03-14 02:48, Ady wrote: > First, in the 5+ versions of Syslinux, the shift/alt keys are indeed > not working as expected. This is a bug (among several issues related > to keyboard functionality). Thanks for the reply. I assumed the keys not working would be specific to my straight-booting wish, but playing around with the suggestions that you provided, I see it's indeed more
2006 Oct 16
3
Saving many_to_many
Ahoy, i''m trying to save a many to many between "talent" and "vital stat" talent_controller.rb def edit @talent = Talent.find(params[:id], :include => [:talent_type, :vital_stats]) @talent_types = TalentType.find_all @vital_stats = VitalStat.find_all if request.post? @talent.attributes = params[:talent] @talent.attributes = params[:talent_type] if @talent.update_attributes(params[:vital_stat][:id]) flash[:notice] = ''Talent was successfully updated.'' end end end def dele...
2008 Sep 05
2
Bridge 2 incoming calls
I think I've forgotten something obvious.... I've got 2 incoming calls, I want to bridge them - how can I do this ? (assume I somehow know which calls should be paired up...) I could dump them both in a meetme - but that seems wasteful as i _know_ there will only ever be 2 parties. (And I need DTMF to flow through). I may want to record the bridged call, but that isn't vital.
2004 Aug 06
2
Icecast's YP bugs
...etadata option won't have any effect. If that > doesn't work, it could be a minor bug in how these headers are parsed and > sent down to the stats core. I'm not concerned with how players see anything right now, tho that is a concern I guess. I'm concerned with getting the vitals - the stream name, genre, and description, to be relayed to a YP server when Icecast2 is relaying a Shoutcast stream. Currently it does not, this is missing functionality that needs to be provided because currently it's "breaking protocol" (as defined by Oddsock's Icecast2 YP doc...
2009 Oct 19
6
Monitoring a remote server with Conky ?
Hi, I've been using Conky for some time, a nifty utility to monitor just about anything on the PC. Vital things like CPU, RAM, swap, disks, current song playing in MPD :o) Here's what it looks like : http://www.microlinux.fr/images/bureau_conky.png And with more detail : http://www.microlinux.fr/images/conky_zoom.png Now I wonder... I'd really like to use that to monitor my
2010 Nov 17
3
aspect ratio 1 and blank space
Hi, I need to produce an ordinary scatter plot and it is vital that the aspect ratio equals 1. I set the axis as: plot(x, y, type="n", asp=1, ,ylim=c(-80,70),xlim=c(0,100)). The problem is that I get some 'additional' blank plot area (basically, the lower bound of xlim becomes quite negative). The xlim is not the range of the x-data, but I need the 0 there for further
2014 Oct 23
3
Icecast stats.xml
Consider this a Ticket for Icecast 2.4 ******************************************************************************** If you look at {{{ admin/stats.xml }}} on a Icecast-KH server (default setup) and an Icecast 2.4 server (default setup) the following is one of the things that the KH branch has as extra info. {{{ <listener id="3581"> <ID>3581</ID>
2009 Oct 09
1
[LLVMdev] question on code in PointerIntPair.h
>>>>> "Chris" == Chris Lattner <clattner at apple.com> writes: Chris> On Oct 8, 2009, at 10:50 AM, Maurizio Vitale wrote: > around line 45 a bitmask is computed as: >> >> PointerBitMask = ~(uintptr_t)(((intptr_t)1 << >> PtrTraits::NumLowBitsAvailable)-1), >> >> my question is why is the shift
2010 Nov 05
2
[LLVMdev] C Backend's future
I'm wondering what the longer term plans are for the C Backend. I understand it's not actively developed, even deprecated. What I'm not clear about is whether it's something that is viewed as non-vital and should just as well go away, or if it's just a low priority. Basically: it's not improving, but is it likely to disappear? Thanks, Kirk
2006 Jun 23
2
Wine Config File
I just installed SuSe 10.1 and am having problems with "Wine." I only have one program I run under it, but it is a vital program. The error message when I try to run "Bible Illustrator" (BI) is that it cannot find the CD. Under older versions of wine, I could go in and change a setting or two in the "Config" file and be up and running. Though, in 99%, of the