Displaying 20 results from an estimated 1000 matches similar to: "./configure doesn't work"
2006 Mar 22
1
calculate difference of consecutive cells in vector
Hi
in dataframe I want to subtract the "next" value in the list from the former
one to get this:
name var1 output
a 9 506
b 515 512
c 1027 453
so I subtract: table$var1[2]-table$var1[1] and write it into table$output[1]
etc..
I did this with:
for (i in 1:(length(table$var1)){
table$output[i] <- table$var1[i+1]-table$var1[i] }
it works
2006 May 20
0
No subject
#short example version of input file with 2 runs and 5 time steps (instead
of 17 runs and 500 time steps)
run t cover
1 1 0.234306
1 2 0.188896
1 3 0.198193
1 4 0.213959
1 5 0.184952
2 1 0.189316
2 2 0.185631
2 3 0.20211
2 4 0.216064
2 5 0.216064
#calculate the correlation of lag 1 over 17 replicates
a<-0
for (i in 1:17)
{
c<-ts( cover[run==i] )
d<-acf( c, lag=1, plot=F)
a<-a+d$acf[2]
2006 Mar 29
2
intercepting messages from FXScrollBar toFXScrollArea
Hello Lyle,
the Task, I want to accomplish:
I''ve created a little app that is used on a PC with a touch screen. To ease
hitting the keys, the keys and the scrollbars are really big (45 pixels). So
the ScrollCorner is also really big and I just wanted to use this space by
moving the ScrollDown Botton down to the position of the ScrollCorner (like
the attachment shows)
The code looks like
2006 Mar 04
1
replicated time series - lme?
Dear R-helpers,
I have a time series analysis problem in R:
I want to analyse the output of my simulation model which is proportional
cover of shrubs in a savanna plot for each of 500 successive years. I have
run the model (which includes stochasticity, especially in the initial
conditions) 17 times generating 17 time series of shrub cover.
I am interested in a possible periodicity of shrub
2005 Dec 23
1
Installing Ruby on Shared Linux Host
Hi. I tried to follow the Howto instructions on installing ruby on rails
on shared linux host. After uploading and uncompressing ruby 1.8.2, I
ran the configure script, and here is the output:
-jailshell-2.05b$ ./configure --prefix=/usr/local/ruby
--exec-prefix=/usr/local/ruby
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking
2005 Feb 24
0
[LLVMdev] Python bindings for LLVM API
Jarno,
This looks like it could be very valuable - thanks for making it
available. Just out of curiosity, do you have any specific uses in
mind for which you created these bindings?
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Feb 23, 2005, at 5:21 PM, Jarno Seppänen wrote:
> Hi,
>
> I would like to share my experimental LLVM API Python bindings with
>
2005 Feb 23
2
[LLVMdev] Python bindings for LLVM API
Hi,
I would like to share my experimental LLVM API Python bindings with the LLVM
enthusiasts. I have created Boost.Python wrappers largely for the VMCore
interface and other selected interfaces (e.g. ExecutionEngine). The
bindings provide direct runtime access to the LLVM bytecode and JIT
execution features from Python.
The bindings are complete enough so that one can e.g. run the Fibonacci
2006 Sep 02
3
Dividing objects in classes using function sample()
Hello everyone,
I've a problem and dont know how to solve. This is my first posting and it would be fantastic if you could help me.
I want to divide n objects in k classes and need an output with all (n+1)(n+2)/2 possibilities.
For example n=4, k=3:
That would be:
4 0 0
3 1 0
3 0 1
2 2 0
2 1 1
2 0 2
1 3 0
1 2 1
1 1 2
1 0 3
0 3 1
0 2 2
0 1 3
2007 Mar 22
1
Mailing list beserk - next thing
Hi there!
As there seems to be a problem with mailman, I unsubscribed yesterday
evening. But I still get Mail - this morning about 700!!! Is there anything I
can do about this? I don? t want to get flooded anymore. I sure will
resubscribe as soon as the problem is fixed, but as for now, this is not
acceptable!!!
Greets,
Dennis
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
2007 Mar 24
1
frequency tables and sorting by rowSum
Dear list,
I have some trouble generating a frequency table over a number of vectors.
Creating these tables over simple numbers is no problem with table()
> table(c(1,1,1,3,4,5))
1 3 4 5
3 1 1 1
, but how can i for example turn:
0 1 0
0 0 1
0 1 0
1 0 0
0 1 0
1 0 0
into
0 0 1 1
1 0 0 2
0 1 0 3
My second problem is, sorting rows and columns of a matrix by the rowSums/colSums.
I did it
2004 Feb 23
0
Package "ref" implements references and referenceable data.frames for the S-language
Repeatedly people have asked how to pass arguments by reference in R.
Now package "ref" is on CRAN, which provides two referencing methods:
Functions ref(), deref() and friends conveniently allow to pass parameters
"by reference" instead of "by value". This can be useful in memory critical
applications but requires a more careful programming style to track the
2004 Feb 23
0
Package "ref" implements references and referenceable data.frames for the S-language
Repeatedly people have asked how to pass arguments by reference in R.
Now package "ref" is on CRAN, which provides two referencing methods:
Functions ref(), deref() and friends conveniently allow to pass parameters
"by reference" instead of "by value". This can be useful in memory critical
applications but requires a more careful programming style to track the
2004 Feb 09
0
I thank you for the spam i got returned
Hello,
first i want to express very much hate to all of you, and i hope you die
soon. that is because of all the spam i get into my mailbox since i wrote you.
therefore, i like you to apologise, and hang yourself right away, or be
hanged.
greets,
me
--
GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...)
jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++
2007 Apr 11
2
list of features and question to technology
Hey there,
I am wondering if there is any list available giving me a list of feature of icecast (maybe also in comparision with shoutcast).
Moreover, I was thinking if and how the following scenario is solved: suppose I'd like to stream 1000 different songs at one time, i.e. 1000 user will listen to different mp3s hosted by my streaming server. Are in this scenario all 1000 songs (at
2007 Sep 14
3
problems for ./configure on Ralpha: gcc related
Dear all,
I am trying to compile Ralpha on my computer (OS = Debian). SVN Revision is:
Revision: 42843
Last Changed Date: 2007-09-14
./configure returns :
----------------------------------------------------
stephane at pcdray:~/Rdev/R-alpha$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
loading site script
2006 Jul 10
3
10^x instead 10EX on plot axes. How?
Hi,
I'm drawing a very simple plot with both axes logarithmic (default base 10).
Example:
vec=c(1,10,100,1000,10000,100000,1000000,10000000)
plot(vec,vec,log="xy")
The axes on the plot now show the technical notation like 1E+3 but I would prefer to have it the notation 10 ^3 i.e. with the exponent here 3 superscript (raised).
Any help very much appreciated!
Best Regards
Tom
--
2007 Feb 16
1
Fwd: Re: user add script, machine add script
Hello to all,
after noone bother my subject. I think I'm all alone making mistakes
on this thing. But I should really know if it is possible to mange
the administration of samba in an comfortable way. After all the years I
worked with it I never did manage it to be in an sufficent manner.
Is there a plan in the future to have a central administration within the samba package?
--------
2007 Feb 01
2
Index mapping on arrays
Dear R-community,
I have some trouble with index mappings for arrays. If, for example,
I have the array
R> A <- array(1:9, c(3,3,2))
and two index mappings both of same size
R> x <- c(2, 3)
R> y <- c(1, 2)
Now I want to access the elements (A[1, x[i], y[i]])_i of A, i.e.
A[1, x[1], y[1]] = A[1, 2, 1] and A[1, x[2], y[2]] = A[1, 3, 2].
If I use
R> A[1, x, y]
I would get
2008 Mar 30
1
can't compile Wine 9.58 under Mepis 7 32bit
Hi
I got wine from Sourceforge and extracted it to a folder. In that folder I open a terminal and want to check dependencies .
I get this :
fuz at Fuzzy:~/linux saved/wine-0.9.58$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default
2008 Sep 21
1
can't instiall wine 1.1.5
I'm trying to install wine 1.1.5, but i am stuck now :( i downloaded the .tar.bz2 file and i used tar xvjf wine-1.1.5.tar.bz2. The readme file says i have to then type ./tools/wineinstall, but when i do that an error pops up.
Code:
Wine Installer v1.0
Warning !! wine binary (still) found, which may indicate
a (conflicting) previous installation.
You might want to abort and uninstall Wine