Displaying 20 results from an estimated 21 matches for "urscorp".
2006 Jun 22
5
changing user/group on port 80
I''m trying to run mongrel on port 80 and switch to a different
user/group from root. As root, this works:
mongrel_rails start -p 3000 -u rails --group rails
This:
mongrel_rails start -p 80 -u rails --group rails
dies with:
---------------------------
** Changing group to rails.
** Changing user to rails.
** Starting Mongrel listening at 0.0.0.0:80
2003 Jan 13
4
Ideas needed on automation of R
I need some guidance on what is the best way to automate R I am aware of
Rterm.
First question: Is it true that R is not currently OLE accessible under
Windows 2000?
Second question: Is there an R command that echoes all R Console results to
a run log system file?
My first attempt to write a run log file is the example from the R Data
Inport/Export documentation.
> zz<-
2003 Dec 19
2
weighted regression
To all
I have some simple questions pertaining to weights used in regression.
If the variability of the dependent variable (y) is a function of the magnitude of predictor
variable (x), can the use of weights give an appropriate answer to the regression parameters
and the std errors?
Assume that y at x=1 and 6 has a standard deviation of 0.1 and at x=11 it is 0.4
Then according to a web page on
2003 Dec 20
7
error bars around a point
All
Is there an R command to produce error bars around
a plotted point. Crawley's book uses the command
error.bar() but my version of R rejects it. Must be an
S+ command(?).
Thanks
REX
[[alternative HTML version deleted]]
2003 Feb 06
2
Fw: Plotting in subareas using par(fig=) parameter
Any idea why I can no longer plot two graphs on the same graphics device
using the par(fig=) parameter?
A simpler par(mfrow=c(1,2)) does work, showing the two plots side-by-side,
but I would like the first
to be larger. This simple example fails:
x<-c(1,1,NA,2,2,NA,3,3)
y<-c(2,4,NA,3,5,NA,1,4)
par(fig=c(0,2/3,0,1))
plot(x,y)
par(fig=c(2/3,1,0,1))
qqnorm(x)
When plotted, the last
2006 May 23
2
Can Win32 service more than one rails request at atime?
> On 5/23/06, Walter <Walter at mwsewall.com> wrote:
> [...]
> > I realize that mongrel is not thread safe, I was hoping mongrel might
> spawn a few processes and serve them in the background to emulate what I
> wanted.
> >
>
> Rails is not thread-safe.
>
Yes, that?s what I meant.
<snip>
>
> The idea of the BackgroundDrb is that you perform
2003 Feb 01
2
Re-assigning vector elements based on their initial values.
Is there an eloquent solution to re-assign vector element values?
I have a vector which contains chemical data, some of them are "flagged" as
non-detected values by their negative values.
I can find the statistics on the positive values in vector "v" simply by
typing:
>v<- c(5,5,-3,-3,7,8,10)
> v[(v>0)]
[1] 5 5 7 8 10
I can also convert to positive values by
2007 Jan 31
4
possible spam alert
...Jan Qin Xin ( 9) | `->[R] how could I add
legends
43 27 Jan Ko-Kang Kevin Wang ( 31) | `->
44 N 26 Jan Remigijus Lapinskas ( 32) |->Re: [R] Plotting
coloured his
45 N 26 Jan Damon Wischik (125) `->
46 N 25 Jan Rex_Bryan at urscorp.com ( 10) [R] plotting primatives,
ellipse
47 N 25 Jan Uwe Ligges ( 19) `->
As Martin Maechler explained some time ago, it also screws up the
archives for a similar reason.
Your cooperation will be greatly appreciated.
best
--
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~...
2006 Jun 30
0
Fwd: Mongrel-users Digest, Vol 5, Issue 22
...ck the Mongrel BUGS Mascot! (Jason Young)
8. Re: Time To Pick the Mongrel BUGS Mascot! (Bradley Taylor)
9. Re: Time To Pick the Mongrel BUGS Mascot! (Alison Rowland)
10. Re: Time To Pick the Mongrel BUGS Mascot! (Kevin Williams)
11. Re: Time To Pick the Mongrel BUGS Mascot! (Will_Green at URSCorp.com)
----------------------------------------------------------------------
Message: 1
Date: Fri, 30 Jun 2006 02:43:53 -0400
From: Zed Shaw <zedshaw at zedshaw.com>
Subject: Re: [Mongrel] Time To Pick the Mongrel BUGS Mascot!
To: mongrel-users at rubyforge.org
Message-ID: <1151649833.78...
2003 Jan 13
1
Fw: Plotting text-string real_date names at excel_date positions.
How do I post text-string dates along the x-axis instead of the excel_date
position values?
I would like to plot a time-series of chemical values changing with time
The first column is the internal date from excel. This should be the x-axis
position of a graph
of the plotted data.
The second column is a text-string of date. This should be what is posted
(instead of the excel_date).
The third
2003 Jan 14
1
comparing class() -- R=NULL and S+=numeric
I'm just reading Modern Applied Statistics with S, 4th Ed., Venables and
Ribley
I'm typing in their examples in both R and S+. I need insight in the
difference
in the class() statement shown in Chap. 2. Example from book:
> names(powers.of.pi) <- -2:2
> powers.of.pi
-2 -1 0 1 2
0.1013212 0.3183099 1.0000000 3.1415927 9.8696044
>
2003 Jan 15
1
Is R really an open source S+ ?
This is not a criticism. I'm just curious. Is there an effort to keep R
comparable to S+?
Or are the two languages diverging? I am doing what probably legions have
done before me,
and legions will after me...using R on examples from text books written with
S+ code. Most of the
time everything appears to be equivalent. And then there are amazing
divergences in commands. For
instance:
S:
2003 Jan 27
0
Please begin a new subject if your post isn't a response to a previous one
...Jan Qin Xin ( 9) | `->[R] how could I add legends
43 27 Jan Ko-Kang Kevin Wang ( 31) | `->
44 N 26 Jan Remigijus Lapinskas ( 32) |->Re: [R] Plotting coloured his
45 N 26 Jan Damon Wischik (125) `->
46 N 25 Jan Rex_Bryan at urscorp.com ( 10) [R] plotting primatives, ellipse
47 N 25 Jan Uwe Ligges ( 19) `->
As Martin Maechler explained a month or so ago, it also screws up the
archives for a similar reason.
This is a request to anyone who starts a new subject to begin with a
new message and NOT rep...
2005 Sep 19
1
restore file magic number
Hello,
I recently lost access to my workspace developed over a long time. When I
try to load this work space (called Casmalia.Rdata) or double click on it
to open it in R, I see a popup which says (Embedded image moved to file:
pic17720.jpg)
:
And under this, the last line in the console commands is: "Bad restore
file magic number. (File may be corrupted) - no data loaded."
The
2006 May 10
2
Output Compression in Mongrel?
I''d like to implement output compression in Mongrel (ala Apache''s
mod_deflate). I have found a Rails plugin that, with minor modification,
works.
Is there even an advantage to moving the output compression from the Rails
app to a Mongrel handler?
Unless, of course, someone knows how to configure mod_proxy_balancer with
mod_deflate...
==
Will Green
Web Developer & IT
2004 Jan 20
0
Re: Need help on how to list functions from a loaded pack age...
...k in the package's
installation directory. If it's loaded you can do an ls(2) say if it loaded
in position 2, to get all objects in the package.
Reid
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of rex_bryan at urscorp.com
Sent: Tuesday, January 20, 2004 12:17 PM
To: r-help at stat.math.ethz.ch
Subject: [R] Re: Need help on how to list functions from a loaded package...
To All
How does one get a list of functions from a loaded package so that one can
then get the appropriate help for each of the functions. Cur...
2006 May 08
10
Apache 2.2, ProxyPass and HTTPS
Hi all,
I''m currently trying to get Mongrel running my app whilst fronted by
apache 2.2 in a sub-directory via https. A bit convoluted I''ll grant
you but necessitated by existing systems.
The pertinent parts of my httpd.conf:
<VirtualHost 123.123.123.123:12345> #historic choice of random port number
DocumentRoot /var/www/admin
ServerName admin.example.com:12345
2004 Jan 20
1
Re: Need help on how to list functions from a loaded package...
To All
How does one get a list of functions from a loaded package so that one can
then get the appropriate help for each of the functions. Currently my
method is
based on a lot of trial-and-error.
Here's an example of what I mean...
>From this forum I learn that an interesting package called "multtest" exists
on Bioconductor.
I then use R Console's "Packages" --
2013 Oct 21
3
speeding up "sum of squared differences" calculation
All,
I am using a sum of squared differences in the objective function of an optimization problem I am doing and I have managed to speed it up using the outer function versus the nested for loops, but my suspicion is that the calculation could be done even quicker. Please see the code below for a simple example. If anyone can point out a faster way I would appreciate it greatly.
Thanks,
Roger
2003 May 01
0
How to calculate the x to assymptotic value and curve
Ronaldo
Your mathematical question is of interest to me too. But I am particularly interested in
a translation into American English of the pun attached to you email.
Could you try to explain
O Flamengo e o Bangu terminaram o jogo em 0 x 0. Quem fez o gol?
A Volkswagen
My rough translation into English is:
Two soccer teams ended play 0 to 0. Who got the goal? A Volkswagen.
I need all the