search for: delsp

Displaying 20 results from an estimated 177 matches for "delsp".

2005 Feb 03
1
Efficient selection and alteration of dataframe records
...mdflength+1,3]=sumcrop; #6. SPECIES DELETION LOOP. This is the species deletion loop. #a. repeat from n=1:Smax-1 (S=Smax-n+1) for(n in 1:(Smax-1)) { S=Smax-n+1; #b. remove and replace one species #1. sample one species based on weight (e.g., abundance) #delsp = sample(traitdf$tspp, size=1);delsp delsp = sample(traitdf$tspp, size=1, prob=traitdf[,3]); #2. select traitdf records that match delsp traitdf.del = subset(traitdf, tspp==delsp);traitdf.del[1,] #3. and delete that species from trait data traitdf = subset(...
2010 Jul 15
3
Speex Echo Cancellation
...Message: 1 > Date: Thu, 15 Jul 2010 00:19:43 -0600 > From: devi at purpletalk.com > Subject: [Speex-dev] Speex Echo Cancellation > To: speex-dev at xiph.org > Message-ID: <20100715001943.pr04hvtxsc8k04so at mail.purpletalk.com> > Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; > format="flowed" > > Hi > > I am using speex for cancelling echo.but i am not succeeded. > I need echo cancellation in urgent.Please help m. Just check the documentation.... but, to be more precise: check out the mini application for a quick start,...
2006 Jul 21
3
Re-formatting email line breaks
I''m trying to re-flow email messages, removing the line breaks that get added by mail programs so that the lines don''t exceed 72 characters. Mail.app and Thunderbird seem to insert a space character before each added line break. Outlook replaces new lines in the email with double \n''s, then uses single \n''s for the ''soft'' line breaks.
2007 Oct 22
1
unsubscribe
...Sat, 13 Oct 2007 12:47:25 -0500 From: Luke Kanies <luke at madstop.com> Subject: Re: [Puppet-users] external nodes To: Puppet User Discussion <puppet-users at madstop.com> Message-ID: <4EF7773A-42D8-4646-944A-2F7E6C331C1B at madstop.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Oct 12, 2007, at 12:51 PM, Chris MacLeod wrote: > the example below works really well but I can''t express it via my > external nodes, I have to bury it in a class (or module). I''m > trying to avoid having to have a class for each node. > > I...
2008 Nov 23
1
[LLVMdev] llvm-py 0.5 released.
...ttner <clattner at apple.com> > Subject: Re: [LLVMdev] [ANN] llvm-py 0.5 released. > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Message-ID: <B7A557A7-587A-478A-AB94-B03FDA6254A8 at apple.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > > On Nov 22, 2008, at 8:59 AM, Mahadevan R wrote: > >> Hi. >> >> Version 0.5 of llvm-py, Python bindings for LLVM, has been released. >> This version supports (only) LLVM 2.4. New instructions of LLVM 2.4 >> (vicmp, vfcmp, insertvalue, extractvalue)...
2008 Feb 15
4
[LLVMdev] LLVMdev Digest, Vol 44, Issue 47
...From: Devang Patel <dpatel at apple.com> > Subject: Re: [LLVMdev] an llvm-gcc bug > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Message-ID: <0C222846-383D-41DD-8229-4858BD1FD3A2 at apple.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > > On Feb 15, 2008, at 10:27 AM, Chris Lattner wrote: > > > > > On Feb 15, 2008, at 10:23 AM, Devang Patel wrote: > > > >> > >> On Feb 15, 2008, at 10:08 AM, Chris Lattner wrote: > >> > >>>>> Alternatively I can take...
2005 Mar 18
1
RE: problem with Dates
...From: "Vegard Andersen" <vegard.andersen@ism.uit.no> Subject: [R] Date conversion problem using "as.Date" To: "r-help@lists.r-project.org" <r-help@stat.math.ethz.ch> Message-ID: <opsntv38wtk0a1dr@petter-smart> Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Hello! My problem is that the Julian date "behind" my dates seems to be wrong. I will examplify my problem. t1 <- "1998-11-20" t2 <- as.Date(t1) # Here t2 is correctly "1998-11-20", but date.mdy(t2) $month [1] 11 $day [1] 19 $year [1...
2007 Dec 11
6
Mongrel install problem
Hi, I''m having difficulties getting mongrel running on my Debian Etch machine. It seems to install and is listed with my other gems, but things like... "mongrel_rails start ..." ... are not recognised. Perhaps this is something to do with the file "lib" not being found in the install process: ruby extconf.rb install mongrel --include-dependencies checking for main()
2008 Feb 15
0
[LLVMdev] LLVMdev Digest, Vol 44, Issue 47
...<dpatel at apple.com> > > Subject: Re: [LLVMdev] an llvm-gcc bug > > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > > Message-ID: <0C222846-383D-41DD-8229-4858BD1FD3A2 at apple.com> > > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > > > > > On Feb 15, 2008, at 10:27 AM, Chris Lattner wrote: > > > > > > > > On Feb 15, 2008, at 10:23 AM, Devang Patel wrote: > > > > > >> > > >> On Feb 15, 2008, at 10:08 AM, Chris Lattner wrote: > > >> &...
2010 Jul 20
2
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
...0600 > > From: devi <at> purpletalk.com > > Subject: [Speex-dev] Speex Echo Cancellation > > To: speex-dev <at> xiph.org > > Message-ID: <20100715001943.pr04hvtxsc8k04so <at> mail.purpletalk.com> > > Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; > > format="flowed" > > > > Hi > > > > I am using speex for cancelling echo.but i am not succeeded. > > I need echo cancellation in urgent.Please help m. > > Just check the documentation.... but, to be more precise: check out th...
2008 Jan 20
4
read.table: wrong error message? (PR#10592)
--Apple-Mail-44--797532055 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I believe read.table may report misleading errors. In this example, where a header line in a file has an incorrect number of row names (28 instead of 29), I get the error message "duplicate row.names are not allowed". However, I cannot not find...
2006 Dec 12
3
outgoing call on ISDN PRI
HEllo list ! When user A calls user B via Asterisk (Users A and B are registered on the same Asterisk server ) and an ISDN PRI, user B phone always shows Asterisk server telephone number. How to hide it and how to forward user A number ? We tried usecallerid, callerid, hidecallerid, restrictcid, usecallingpres in zapata.conf but we always see Asterisk server telephone number ! Thanks
2013 Jan 04
1
plm random effect: the estimated variance of the individual effect is negative
...Cc: "r-help at r-project.org" <r-help at r-project.org> Subject: Re: [R] plm random effect: the estimated variance of the individual effect is negative Message-ID: <D32FDC11-38AE-4AAF-9270-30C791232A24 at comcast.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes On Jan 3, 2013, at 8:19 AM, matteo ognibene wrote: > > Hi,R 2.15.2 plm() function on Windows 7 > I have a problem with the variance estimation in a random effect model > I used this formula to get my result, and it works:reg <- deltaF ~ > L1.deltaF + L2.deltaF + deltaCDS...
2007 Feb 15
3
Gem install from script
Hello all, Apologies if this is not the right place for this question, but I thought I''d start here. We''re trying to install the latest Mongrel from inside a script. Using ''gem install -v 1.0.1 mongrel'' causes a prompt to come up asking whether to install the "ruby" or "mswin32" variant. Select which gem to install for your platform
2009 Feb 17
2
install.rb:655:in `command'': system("make") failed (RuntimeError) (GatoLinux)
...ystem("make") failed (RuntimeError) > To: "fxruby-users at rubyforge.org" <fxruby-users at rubyforge.org> > Message-ID: <397F82D6-D454-4CC3-A4EA-C3AB2341DBFC at lylejohnson.name> > Content-Type: text/plain; charset=us-ascii; format=flowed; > delsp=yes > > What version of Ruby are you building against? I thought the > RARRAY_LEN macro had been available for awhile now. > > On Feb 13, 2009, at 12:53 PM, GatoLinux <gatolinux at gmail.com> wrote: > > > Hello! > > > > > > I used this command: > &...
2005 Aug 25
1
newbie questions about hosting address
...appreciated. -Ryan ------------------------------ Message: 5 Date: Thu, 25 Aug 2005 09:43:12 -0500 From: "Christopher Singley" Subject: Re: [Rails] Re: Fear of Commitment To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Message-ID: Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Thanks again for helping. In config/database.yml, I set ''adapter: mysql''. I have no idea why Rails is spitting out error messages about committing my data, since the table in question is a MyISAM table. What can I do to troubleshoot this problem? I am baffl...
2008 Feb 12
0
Lustre-discuss Digest, Vol 25, Issue 17
...ster <aaron at iges.org> Subject: Re: [Lustre-discuss] Luster clients getting evicted To: Tom.Wang <Tom.Wang at Sun.COM> Cc: lustre-discuss at lists.lustre.org Message-ID: <79343CD8-77EA-4686-A2AE-BEE6FAC59914 at iges.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes I''m having a similar issue with lustre 1.6.4.2 and infiniband. Under load, the clients hand about every 10 minutes which is really bad for a production machine. The only way to fix the hang is to reboot the server. My users are getting extremely impatient :-/ I see this on the...
2006 Jun 30
0
Mongrel-users Digest, Vol 5, Issue 24
...gt; From: Jamie Orchard-Hays <jamie at dangosaur.us> > Subject: Re: [Mongrel] [Rails] Time To Pick the Mongrel BUGS Mascot! > To: mongrel-users at rubyforge.org > Message-ID: <E5F6A8C9-AE9D-44C7-80BB-A5953152378E at dangosaur.us> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > +1 on Victoria. I could look at that every time... I think > > On Jun 30, 2006, at 2:26 AM, Zed Shaw wrote: > > > Bradley Taylor shot me this *goldmine* of ugly ugly ugly dogs: > > > > http://www.sonoma-marinfair.org/uglydogvote.shtml > &gt...
2018 Feb 19
2
Gráficas 3D
...<r-help-es en r-project.org> > Subject: Re: [R-es] gbm.step para clasificación no binaria > Message-ID: > <20180219180121.Horde.4LStqNNI0EIN9hWJghBdZg4 en webmail.csic.es> > Content-Type: text/plain; charset="utf-8"; Format="flowed"; > DelSp="Yes" > > > Gracias Carlos. Hasta donde yo entiendo si las hay: > > El argumento family puede ser: > > "gaussian" (for minimizing squared error); por lo que tiene que ser > numérica > "bernoulli" (logistic regression for 0-1 out-comes); binar...
2005 Jul 20
3
examples of drag n drop
...09:35:23 -0700 > From: Chih-Chao Lam <chao@osafoundation.org> > Subject: [Rails-spinoffs] Drag and drop question > To: rails-spinoffs@lists.rubyonrails.org > Message-ID: <31E7A065-0A29-480B-9A2F-003C3E688B5D@osafoundation.org> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Hi Thomas and all, > > Thanks again for the wonderful script.aculo.us library. I have a drag > and drop question (sorry if I''m posting this a second time, I''m not > sure if my first post went through). > > For my drag and drop event,...