Displaying 20 results from an estimated 1000 matches similar to: "plans for lenny-cran? can I help?"
2004 Jul 08
3
How to pass strings to functions? [once once more, now With content I hope...]
Dear expeRts,
I fail to succesfully pass strings to functions. It comes down to the
observation that
> plot(someVariable,anotherVariable)
works fine, but
> x <- "someVariable"
> y <- "anotherVariable"
> plot(x,y)
does not.
Does this have something to do with the returned value of x being
/"someVariable"/ and not /someVariable/, i.e.
2004 Aug 11
1
Fwd: Enduring LME confusion… or Psychologists and Mixed-Effects
In my undertstanding of the problem, the model
lme1 <- lme(resp~fact1*fact2, random=~1|subj)
should be ok, providing that variances are homogenous both between &
within subjects. The function will sort out which factors &
interactions are to be compared within subjects, & which between
subjects. The problem with df's arises (for lme() in nlme, but not in
lme4), when
2008 Apr 10
3
Custom Form Builder Help
Hello All,
We use a different custom form builder for our app, but I wanted to
use facebooker''s typeahead widget in side the other form builder.
I don''t know much about form builders, but I created a file in lib/
doing this:
http://pastie.caboo.se/178776
It works great, except that the id''s and class names get messed up.
Instead of school_name, I get
2013 Apr 13
2
Dict quota question
Hi all,
I'm using Dovecot 2.1.16 and I'd like to know if the following
configuration is supported:
* An SQL dictionary quota
* A static userdb to get uid/gid/home information
* An SQL userdb to get per-user quota limit
Currenlty, current quota usage are properly stored into the database but
per-user limits are not found. If I replace the SQL dictionary by the
maildir backend (my
2007 Sep 07
4
Speex and the ARM7 Core
Hello,
I'm sorry if this is not the correct place to ask this question but what I'm looking for is any data on the reality of Speex working on an ARM7 core? I'm looking at doing a few diffrent projects where I will be using a proc such as the LPC2378 with the ARM7TDMI-S core running at 72Mhz (although errata show only 60Mhz is currenlty possible).
Do you know if there is a port
2005 Oct 27
1
compile oggencoder without gcc
hi,i'm a highschool student.
Right now i'm working on my assignment about
oggencoder in C++.
I've download the oggenc.exe from the web.
The only thing I want to ask is :
Can I compile my own oggenc.exe without gcc ?
Can I compile it on pure C++ ?
Could someone explain me step by step how to do it ?
coz I'm a beginner in C++ programming language.
Thank you
Best Regards
2009 Apr 24
2
Thanks for the lenny-cran AMD64 ports
Hi.
I would like to thank Johannes, Piet and others for the lenny-cran AMD64
ports.
I have a question about r-recommended from lenny-cran which I just
installed:
hotelling:~$ apt-cache policy r-recommended
r-recommended:
Installed: 2.9.0-1~lennycran.0
Candidate: 2.9.0-1~lennycran.0
Version table:
2.9.0-1 0
600 http://debian.lcs.mit.edu unstable/main Packages
***
2005 May 17
2
[LLVMdev] Scheme + LLVM JIT
On May 16, Chris Lattner wrote:
> I'm concerned that this leaks the buffer created for the file, can you
> verify that it doesn't?
I can verify that the functionality doesn't change. If the buffer was
leaked before, it'll be leaked now.
However, in 'Lexer.l', you have the following code:
<<EOF>> {
/* Make sure to free the
2006 Dec 18
1
Multimedia setup for LTSP
Hi all,
I'm setting up a CentOS 4 in AMD64 box. The goal is to mount a terminal
server with LTSP software. Currenlty I'm in troubles with the multimedia
support. I've added Dag's, Karanbir's and Dries' repositories according
that.
?Is there some intention to make a multimedia group as others groups
(FTP Server, Web Server... etc)? It would be great.
?What packages do you
2007 Nov 15
1
what is the "right" way to obtain frequencies of vector values?
Hi!
Let's say I have vector x with positive integer values ranging from 1 to
N. I need to obtain another vector y of size N where y[i] contains the
number of times value i occurs in x. It is in a sense similar to hist()
(with appropriate number of breaks) or table() with numeric "factors".
Currenlty I use a custom function for that, but thought maybe there is a
more
2006 Jun 30
1
Unable to mount node2 mount.ocfs2: Transport endpoint is not connected while mounting /dev/sdb1 on /u02/oradata/orcl
I currenlty have the setup below, both nodes can see the shared drive (
confirmed with fdisk -l )
However I am unable to mount the shared device from node (2) after I
mounted from node(1)
I get the follwoign error
mount.ocfs2: Transport endpoint is not connected while mounting
/dev/sdb1 on /u02/oradata/orcl
OS Red Hat uname -r
---------------------------------
2.6.9-22.ELsmp
OCFS version
2012 Nov 23
1
Opus RTP/RTSP support
Dear Opus developers.
This is the first time I write here, so hello to everybody!
Sorry to disturb you but I would like to ask you something I could not
answer by googling and by looking at this mailing list archive.
I have just started investigating this new and promising codec for
real-time audio transport over the internet for industrial applications.
I was previously experimenting with RTP
2009 Jul 13
7
[ANNOUNCEMENT] cran2deb: 1700+ new Debian / R packages
Announcing cran2deb: 1700+ Debian packages from almost all of CRAN
------------------------------------------------------------------
Last Friday's presentation at UseR! 2009 was the first really public mention
of 'cran2deb'. It provides Debian packages of all of CRAN. It started as
Charles' project from last year's Google Summer of Code, was further extended
by us over the
2009 Apr 24
1
Backport of R 2.9.0 to lenny
Dear all,
I am happy to announce the availability of the current R version to
Debian lenny (stable) and etch (oldstable) on CRAN.
I am happy to announce Piet Plomb who has taken responsibility for the
amd64 packages for lenny this time.
This time around, we have not done rpy and rkward. It would be
interesting to know if there is any interest in these backports, as I
personally don't use
2005 Nov 28
1
Compile Encoder_example.c
Hi,
I'm a highschool student,
I'm looking for information about converting Wave file
(*.wav)
into Ogg file (*.ogg) and i found encoder_example.c
inside libvorbis's example directory. I try to compile
it using Microsoft Visual C++ 6.0 ,but it goes error
like this :
--------------------Configuration: encoder_example -
Win32 Debug--------------------
Linking...
encoder_example.obj :
2007 May 24
4
Create a virtual host using Instant Rails 1.7
Hi,
I created a new rails application called demo using Instant Rails 1.7.
It runs at the URL http://localhost:3003/blog/
The applications that a packaged with the zip file, cookbook and typo are
currenlty the two virtual hosts. I can already run them using the following
URLs
http://www.mycookbook.com and http://typo/
Now, I want to add my application demo as the third virtual host in
2008 Aug 14
1
the name of the current running script.r
Dear R users,
is there a hack how to get the filename of the current script.r sourced/ran?
My issue: I have a couple of scripts which were optimised and are placed in
tens of directories. (I have a height.r script in 30 directories, a lines.r
script in 25 directories and another flow.r script in 54 directories,
growing). The script runs in the directory and does its job: sources data
and creates
2005 May 17
0
[LLVMdev] Scheme + LLVM JIT
On Mon, 16 May 2005, Alexander Friedman wrote:
> On May 16, Chris Lattner wrote:
>> I'm concerned that this leaks the buffer created for the file, can you
>> verify that it doesn't?
>
> I can verify that the functionality doesn't change. If the buffer was
> leaked before, it'll be leaked now.
>
> However, in 'Lexer.l', you have the following
2006 Jan 11
2
NOOB: I need some Ruby/Rails Advice...
I''ve been doing lots of research about different languages and
frameworks for a project I''m planning. Your help in deciding what to do
would be of great assistance.
I used to program in highschool for a couple years. I haven''t done much
since then and I know i''m pretty useless as a programmer. I know that
if i put my head to it, I could muddle my way
2012 May 29
3
PROBLEMS with In `[<-.factor`(`*tmp*`, (¿ORDERED FACTOR?)
HI!!!
I have a table containing qualitative and quantitative data; one of the
columns contains "Level of education", and the possibilities are "none",
"High school", "college"; I want to give the value 0 to "none", the value 1
to "High school", and 2 to "college", but I got the following error:
In `[<-.factor`(`*tmp*`,