Displaying 7 results from an estimated 7 matches for "yiou".
Did you mean:
iou
2008 Jul 11
2
Error in prototype.js ......var value = element.style[style];
...error in prototype.js on line 1889. Its
just started showing...it''s not breaking my app at all just showing
the error. I can''t track back to where it started happening though.
It''s this line.
var value = element.style[style];
Has anyone encountered this before....do yiou have any hints on how to
track this bug down?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@p...
2008 Oct 10
1
multi-scale singular spectrum analysis (SSA)
Hi everybody!
I am searching for an R implementation of multi-scale singular
spectrum analysis (SSA), which was introduced by Yiou etal (2000)
(Data-adaptive wavelets and multi-scale singular-spectrum analysis)
and further described in Ghil etal (2002).
For SSA alone I found an package recently published on r-forge:
http://r-forge.r-project.org/projects/simsalabim/
I am happy about any suggestions!
Maik
2008 Oct 10
0
Multi-scale SSA (singular spectrum analysis)
Hi everybody!
I am searching for an R implementation of multi-scale SSA (singular spectrum
analysis), which was introduced by Yiou etal (2000) (Data-adaptive wavelets
and *multi*-*scale *singular-spectrum
analysis<http://linkinghub.elsevier.com/retrieve/pii/S0167278900000452>)
and further described in Ghil etal (2002).
For SSA alone I found an package recently published on r-forge:
http://r-forge.r-project.org/projects/...
2005 Jul 06
2
Graphics: calling par(mar) after frame()
The following code produces 6 plots on a page, but the first is
distorted and different from the others:
par(mfrow=c(3,2), las=2)
for (i in 1:6) {
frame()
par(mar=c(7, 7, 1, 1))
axis(2); box(); abline(h=seq(0,1,.5), col=2:4)
}
The first plot's axes are mis-aligned with the plotting area implied
by the box. It seems to be a result of calling par(mar) after frame().
Is this expected
2019 Feb 06
1
Mount AD home directory and login on Ubuntu Workstations
Hi,
In a school environment, I have a server (NEWTON) that acts as AD DC
(domain DIDATTICA) and another one (EULER) that acts as File Server (Domain
Member of DIDATTICA).
Both of them have Ubuntu Server 16.04.5 LTS and Samba 4.9.1. (At the bottom
I attached their smb.conf).
The users are divided in groups: students, teachers, admin. Each user has a
"home directory" where can save his
2004 Jul 12
6
Asterisk crashing with no indication why.
I'm hoping someone might have seen this before because I'm just about
at a loss of what to do. I have an asterisk system setup in a call
center environment with multiple queues. After a random uptime asterisk
will suddenly come to a partial halt where I can connect to the cli but
issuing a command such as show channels gives no response, and calls
cannot be made in or out. Calls in
2013 May 22
4
Changing disk UUID after cloning
So, I have a CentOS 6 system, and I want to make several clones of it. I'm using Clonezilla to clone the drives; that's no problem. But the drive UUIDs are driving me up the wall. After cloning, the two drives have the same UUID, but I'd like each clone to have different UUIDs so there's no possibility of a conflict when I am running diagnostics with two drives installed, etc.