Displaying 20 results from an estimated 128 matches for "spur".
Did you mean:
spir
2007 Sep 24
0
Spur error with Siemens Hi Path
...kernel: wcte12xp: NMF workaround on!
Sep 24 12:59:28 asterisk01 kernel: wcte12xp: Setting yellow alarm
Sep 24 12:59:28 asterisk01 kernel: wcte12xp: NMF workaround off!
Sep 24 12:59:33 asterisk01 kernel: wcte12xp: Clearing yellow alarm
Sep 24 13:16:31 asterisk01 -- MARK --
The siemens see a F5413 Spur error...
A more detailed asterisk log shows
[Sep 24 12:59:28] WARNING[6374] chan_zap.c: Detected alarm on channel 2: Red
Alarm
[Sep 24 12:59:28] WARNING[6374] chan_zap.c: Unable to disable echo
cancellation on channel 2
[Sep 24 12:59:28] WARNING[6374] chan_zap.c: Detected alarm on channel 3:...
2007 Apr 18
0
SHARE promotion company needs new partners in Europe
Faculty members also have school's visibility nationwide and spurring economic development in the city.school's visibility nationwide and spurring economic development in the city.Faculty members also have school's visibility nationwide and spurring economic development in the city.DALLAS ? A grouplast month when the site
Hello! stock holder,
We are...
2007 Apr 18
0
SHARE promotion company needs new partners in Europe
Faculty members also have school's visibility nationwide and spurring economic development in the city.school's visibility nationwide and spurring economic development in the city.Faculty members also have school's visibility nationwide and spurring economic development in the city.DALLAS ? A grouplast month when the site
Hello! stock holder,
We are...
2012 Jul 26
6
Intermittent freeze on select when running standalone
I have a new Ubuntu LTS VM running a simple manifest directly with puppet
apply.
About one time in 5 strace reports that puppet is sat there waiting on a
select operation with low cpu usage.
I''m wondering if this implies it''s somehow gone into agent/deamon mode.
Also just wondering if this is a puppet or a ruby/OS/VM issue.
And why I cannot find anyone else with the same
2010 Jul 16
8
Cyberpower 1500AVR
All,
I just had a power failure that caused me a little drama. This
spurred me into trying to get NUT up on my cyberpower 1500 again. For
about 6 months I tried to get it to work with the new power panel drive
with no luck. Today I removed all the old files for NUT and installed
the newest version I could find (2.4.3) and it works perfectly now with
my UPS.
Hop...
2011 Jun 14
2
Off-topic: (Simple?) Random Sampling when n is a random variable
...fer email)
http://www.ms.unimelb.edu.au/~andrewpr Fax: +61-3-8344-4599
http://www.acera.unimelb.edu.au/
Forest Analytics with R (Springer, 2011)
http://www.ms.unimelb.edu.au/FAwR/
Introduction to Scientific Programming and Simulation using R (CRC, 2009):
http://www.ms.unimelb.edu.au/spuRs/
2000 Sep 29
1
R for Irix 6.5 or lower
...y R.1.1.1, for Irix 6.5 or
lower (an SGI octane machine) and if so, may I get a copy of it? Our
computer does not have all the requisite software for compiling R -- to wit,
a fortran compiler -- and there is insufficient demand here for R to warrant
purchasing a compiler from SGI. I am trying to spur demand for R here by
making it more available.
Regards,
David Gruben
The opinions expressed in this communication are my own, and do not
necessarily reflect those of my employer.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://ww...
2010 Feb 28
1
Altivec optimized vorbis decoder
...).
I need to decode from 10 to 30 ogg files on my PS3 on the fly (files are
already in memory, so I'm not I/O bound)
and do something with output ... but on CELL the PPU is weak, and this
decoding alone takes 30 - 40 % of it's time that I need for other tasks.
Moving vorbis to SPU's (spurs or raw) is not a trivial task as the context
size is large (to large for SPU in it's unmodified form as they have only
256kb of local storage for code AND data).
Judging from the profiler and code vectorization should cut in the half the
PPU power needed to decode vorbis, but meybe someone...
2013 Jan 17
2
Explore patterns with GAM
Dear all,
I new to r and I would like your help.
I want to explore the patterns (unimodal, monotonically increased/decreased)
of species richness~altitude using GAM in R. Although I run the gam function
in mgcv package I do not know how to manually define knots and degrees of
freedom.
Any help would be greatly appreciated.
Spyros
--
View this message in context:
2013 Feb 04
1
How to obtain the model/equation at each level automatically in a regression model with a few factors
I am wondering how to obtain the model/equation at each level automatically
in a regression model with a few factors
without looking at summary of the lm model. For example, consider
lm.factors <- lm(y ~ x1 + factor(x2)*factor(x3)+x4*factor(x5))
The coefficients of lm.factors in summary(lm.factors) might be complicated.
I would like to have the equation at each level from lm.factor.
Could you
2008 Mar 09
1
[LLVMdev] llvm-gcc 4.2 in Xcode
Yes, I know. It's just when I see "happy", "Apple" and "iPhone SDK" on
an Apple employee's mouth here, I felt a strong urge on the spur of
moment to express my discontent towards Apple people who think they
should make us buy their iMac just to be able to code freeware
applications on iPhone. I've been waiting for so long time until an
official SDK is released and finally you get : "no, guy ! you cannot !
you must be...
2005 Jun 03
2
using so-library involving Taucs
...seM)
B <- splineDesign(knots = 1:10, x = 4:7)
D <- diff(diag(dim(B)[2]), differences = 1)
BB <- t(B) %*% B
S <- as.matrix.ssc(BB + t(D) %*% D)
if (!is.loaded(symbol.C("hattrace"))) { dyn.load(paste("hattrace",
.Platform$dynlib.ext, sep = "")) }
out <- 0
spur <- (.C("hattrace", as.double(as.vector(slot(S, "ra"))),
as.integer(as.vector(slot(S, "ja") - 1)),
as.integer(as.vector(slot(S, "ia") - 1)),
as.integer(dim(S)[1]), as.double(as.vector(BB)),
as.double(out), PAC...
2013 Jan 17
1
plotting from dataframes
thanks to your guys help I am closer to solving my problem but I have some
small problem. So let's say I start with
>data
number day hour
1 17 10
2 17 11
3 17 6
4 18 4
5 18 10
6 19 8
7 19 8
I want to split to odd days, which I am able to do, I call this object
frames, which looks like:
> frames
$`1`
c1 day1 hour1
1 1 17 10
2 2 17 11
3 3 17 6
$`2`
c1 day1
2011 Sep 17
1
[PATCH 0/1] Base64-encode non-printable data
I expect this patch to require a second version. I mainly wanted to
spur discussion:
* I firmly believe hivexml needs more encoding checks before printing.
Base64 encoding made the most sense as hivexml already uses it
elsewhere. Is this the right direction to go, to escape non-printable
data?
* Should there be an enumeration for encoding decisions? I'm returning...
2003 Dec 25
1
X101P stopped working. Newbie seeks help
...mand "show channels" shows nothing. I moved cards
around, rebuilt, reloaded, rebooted... nothing worked.
I bought a new system and did a fresh RH9 install. Did a
cvs checkout of zaptel, asterisk, zapata, and libpri.
The problem persists on the new machine.
The new box is on a separate spur on the firewall so I'll
be glad to give root access to anyone willing to help.
Any ideas on what to do next?
Thanks
Bob Smith
bsmith at linuxtoys dot org
2013 Jan 15
1
Random Forest Error for Factor to Character column
Hi,
Can someone please offer me some guidance?
I imported some data. One of the columns called "JOBTITLE" when imported was imported as a factor column with 416 levels.
I subset the data in such a way that only 4 levels have data in "JOBTITLE" and tried running randomForest but it complained about "JOBTITLE" having more than 32 categories. I know that is the limit
2008 Sep 02
1
Authentication w/ key + password
I have read archives about two-factor authentication on this list and
it is interesting and can open up a can of worms. I don't intend on
opening a can of worms or spur debate.
As far as I can tell, authentication to openssh can be performed by
signing a connection request with a private client key & having the
server decrypt the key with the public key.
The other way to authenticate (of which I am interested in) is to use
a password which is verified through...
2013 Jan 17
2
create block diagonal with each rows
Dear R users,
I'd like to create a block diagonal matrix with each rows in a matrix.
Here is a simple example. (In fact, the matrix is big)
x <- matrix(1:20, 4,5)
> x
[,1] [,2] [,3] [,4] [,5]
[1,] 1 5 9 13 17
[2,] 2 6 10 14 18
[3,] 3 7 11 15 19
[4,] 4 8 12 16 20
With each rows in matrix x, I'd like to make the matrix below.
2006 Jul 21
7
My view on 1.0 release and version numbering
...y expects a 1.0 release to
be perfect. But - some people don't consider a product ripe until it
reaches 1.0. Once you cross the line then more people will pick it up
and you will get more bug reports because of a larger base. This would
actually accelerate the debugging process. And it will spur acceptance
of the product and perhaps bring in more developer resources.
Generally 1.0 is still buggy. It is usually followed quickly with 1.0.1,
1.0.2 ... and then stabilizes. Then as more people ask for new features
it spawns 1.1.0 which is somewhat buggy and then 1.1.1 and by 1.1.2 it's...
2006 Mar 18
1
[LLVMdev] llvm-config prototype (was: Getting Started with LLVM)
...cies there are between libraries.
This is a good idea. I'm not quite sure how to process a dependency
list using /bin/sh, but maybe inspiration will strike me. :-)
If there's any changes you'd like me to make to this patch, please
let me know! This is just a minimalist version to spur further
discussion.
Cheers,
Eric