Displaying 13 results from an estimated 13 matches for "gp4".
Did you mean:
gp
2009 Jan 26
7
Wine and Guitar Pro 5.2
Ubuntu 8.10 Desktop, Wine 1.1.13 (upgraded from 1.0.1 to try to solve my problem). I have used used Guitar Pro very recently without a problem. After a PSU failure, I had to reinstall the OS and downloaded and installed software, including Wine. Guitar Pro appeared to install properly and its splash screen was normal. Immediately the full program ran, a fatal error stopped it. I have a screen
2003 Feb 04
5
SORTING Arrays by index value
Hello, I'm somewhat new to R. I've searched the archive for the last year
and tried to consult the manual pages for the following problem, but did
not find an answer.
I want to sort an array by the index values. Here is the array
>acc.gp.bl.wtmn
Gp17 Gp4
1 0.5703125 0.6406250
10 0.7812500 0.7109375
11 0.8046875 0.7343750
12 0.8359375 0.7890625
13 0.8515625 0.7109375
14 0.8281250 0.7343750
15 0.8671875 0.7812500
16 0.8125000 0.7578125
17 0.7734375 0.7500000
18 0.8000000 0.7800000
19 0.8700000 0.7300000
2 0.8046875 0.7265625
20 0.8300000 0.7400000...
2009 Aug 12
3
Combinatorial problem
...bright ideas.
I have 11 values which fall into 5 groups. I want all combinations of
2,3, and 4 values where each value must be from a different group. The
numbers in the groups are different. Here is a definition of the groups:
groups <- list(gp1 = 1:3, gp2 = 4:5, gp3 = 6:7,
gp4 = 8:10, gp5 = 11)
I don't need the problem to be generalized at all---I just want to solve
this problem.
My approach so far has been to use combinations() from gtools to select
the combinations of groups and then to try and expand from there. I am
nearly there I think but it seems excessiv...
2010 Apr 29
1
randomness in stepclass (klaR) or lda (MASS) ?
...ow what
really is going on.
thanks
Eric Elguero
Laboratory Genetics and Evolution of Infectious Diseases,
Team: Genetics and Adaptation of Plasmodium
UMR 2724 CNRS-IRD,
IRD Montpellier,
911 Avenue Agropolis, BP 64501,
34394 Montpellier Cedex 5,
France
> f4.U.spDA <- stepclass(f.mes, f.gp4,
"lda",improvement=0.01,prior=rep(0.25,4))
`stepwise classification', using 10-fold cross-validated correctness
rate of method lda'.
89 observations of 31 variables in 4 classes; direction: both
stop criterion: improvement less than 1%.
correctness rate: 0.58333; in: "X2&qu...
2008 Oct 17
3
Guitar Pro in Wine?
My uncle recently bought a new computer and he wants me to help him install Guitar Pro.
The thing is, he doesn't have Windows, and I'm thinking of installing Ubuntu with wine on the comp.
Quiz time!
Can you use wine, with GP, and if you can, deos it perform poorly in any ways?
2009 Apr 02
1
Re: Links 2003 & Grand Prix 4
WINE 1.1.18 has a regression from WINE 1.1.14. Once again, GP4 no longer installs from CD... the console outputs the following ole error repeatedly:
err:ole:xCall Failed to serialize param, hres 80040155
err:ole:deserialize_param Failed to read integer 4 byte
err:ole:TMStubImpl_Invoke Failed to deserialize param State, hres 80004005
err:rpc:I_RpcReceive we go...
2011 Sep 29
1
plot.igraph
...my graph. As an example of
this, in my script below, I want two edges to be visible from vertex 1 and
vertex 9 (among some others) yet when I plot it, only one edge is visible.
################################################################
gp1 = c(1,3,5,7,9)
gp2 = c(2,4,6,8,10)
gp3 = c(2,3,5,7)
gp4 = c(1,4,9)
adjm = numeric(100)
dim(adjm) = c(10,10)
for (i in 1:4){
gp = eval(as.symbol(paste("gp",i,sep="")))
N = length(gp)
for (j in 1:N){
for (k in j:N){
adjm[gp[k],gp[j]] = adjm[gp[k],gp[j]]+1
adjm[gp[j],gp[k]] = adjm[gp[k],gp[j]]
}
}
}
for(i in 1:10){adjm[i...
1999 Dec 02
1
Error in plot.aov() (PR#356)
...> y_rnorm(40)
> gp_factor(rep(1:4,c(10,10,10,10)))
> xx.aov_aov(y~gp)
> summary(xx.aov)
Df Sum Sq Mean Sq F value Pr(>F)
gp 3 0.67 0.22 0.29 0.84
Residuals 36 28.30 0.79
> coef(xx.aov)
(Intercept) gp2 gp3 gp4
0.286147 0.260974 -0.081828 0.126678
> plot(xx.aov)
Hit <Return> to see next plot:
Hit <Return> to see next plot:
Hit <Return> to see next plot:
Error in as.name(ylab23) : invalid type/length (1/0) in vector allocation
>
--please do not edit the information...
2006 Jul 21
20
Struts vs RoR
hi,
I recently attended one of the ruby meetings that we have in my city.
There one of the speaker said that google,amazon .. are working on RoR
but still the performance of RoR is not at par with J2EE others....
he meant that though google,amazon working o it they will not bring it as
front applications only parts
the reason ruby is slow in comparison to other languages....
and in real time
2006 Aug 03
1
[LLVMdev] Alice / ML and C--/llvm
Hello,
The Mozart-Oz isn't suitable for our project beacause of disappointing
"raw" performances :
http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=al
http://www.gecode.org/benchmarks.html
I have found a very interesting language :
http://www.ps.uni-sb.de/alice/
Concurrency, logic verification
I found this link : http://www.cminusminus.org with a front-end for ML
Is it possible to do the same thing for llv...
1999 Dec 03
0
Error in plot.aov() (PR#356) (fwd)
...; xx.aov_aov(y~gp)
> > > summary(xx.aov)
> > Df Sum Sq Mean Sq F value Pr(>F)
> > gp 3 0.67 0.22 0.29 0.84
> > Residuals 36 28.30 0.79
> > > coef(xx.aov)
> > (Intercept) gp2 gp3 gp4
> > 0.286147 0.260974 -0.081828 0.126678
> > > plot(xx.aov)
> > Hit <Return> to see next plot:
> > Hit <Return> to see next plot:
> > Hit <Return> to see next plot:
> > Error in as.name(ylab23) : invalid type/length (1/0) in v...
1997 Jul 24
0
Security hole in mgetty+sendfax
...=T(*Z[0ZH5!86A(YAL\64\Q3O-''C8KL1@/<J!V@P0JO#7<O].H8
MW.57E\,,;O\"L6S@3!!X>FB?S!*/ZQ9J;B:T2DYB%&H93-\&,EI#:!BL*@O$
M4 VU=''+T>N<@+EQ''R0L!321V!LJ[P9\Z6A\<O3W<)FU\_1H/D<=.;DBV-9>
M:;62DX_&;JQ4O/$4"#4=_4!C-OH5P;KOQ.H\2@(42A[&GP4''V %G%V<7F+I@
M__7J*A"9@P9U06 W''7F!"OEOS?_,A/]6GN5V?_[?Q=X7Y?S_>??%,O__&FTN
M_R=MT)E_&%X!I14VE:9>3C?6R&6X9(H3N/$<_H5]:^0 X@1SZGB8^.0K)N&-
M1$Y,.(S"B:T0:'';:D]01PVE^#A <)5S,9.CJO,!1M( A/4%&.''F#UW8ZEI$$
M!__''...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking