Displaying 20 results from an estimated 8000 matches similar to: "Skype on CentOS??"
2007 Feb 01
3
imap pop3 servers
I'm doing a complete upgrade of a server which I was using uw-imap for
the imap/pop4 daemons.(This was an old RH 7.2 system and has been
upgraded to CentOS 4.4 64bit) I notice there isn't an rpm at any of the
repositories for this. I do pop before smpt for the remote users I have
and also use procmail for calling spamc from SpamAssassin.
Is there some place I can get uw's imap or
2006 Jan 26
3
Newbe:Where declare constants visible in view & controller ?
I am using some constants that should be visible in the controller and
in a view.
Declaring the constant in the controller does not make the constant
visible in the view.
So my question:
Where can I declare the constant to be visible in all views and
controllers ?
Thanks a lot in advance
Christian
--
Posted via http://www.ruby-forum.com/.
2007 Feb 08
5
New Bind Update
I was wondering if the new bind update is going smoothly for those who
have done it?
I've been a little hesitant to run it yet as the last time forced a bit
of time fixing things. I'm trying to plan if I need to have some hours
available for this or if it is like most of the time.. just do it and
everything's ok.
Best,
John Hinton
2006 Jul 12
3
request.xhr? is false after redirecting an AJAX request?
Dear everybody
I''m trying to develop a web application that makes use of AJAX, but also works
if a user has no (or doesn''t want to use) JS. For normal requests, this is
pretty easy. Almost every action ends with
render blahblah, :layout => !request.xhr?
This way, I can use the same action to render a full page (with layout) as
well as rendering an AJAX request (only the
2012 May 01
2
Problems accessing environment() in function
Hi all,
I am trying to create a list of all variable/value combinations in
environment().
When a function with unset arguments is called, the method I have been
using fails with a "missing argument" error. However it should be
possible to simply skip these missing objects in the generation of the list?
Could anyone recommend me a better way (that does not use a slow
2010 May 31
3
What does LOESS stand for?
Dear R-community,
maybe someone can help me with this:
I've been using the loess() smoother for quite a while now, and for
the matter of documentation I'd like to resolve the acronym LOESS.
Unfortunately there's no explanation in the help file, and I didn't
get anything convincing from google either.
I know that the predecessor LOWESS stands for "Locally Weighted
2006 Jan 26
2
Newbe Question: Character Encoding
I have to present german umlaute as "?" on my webpage. When writing the
text within the view, everything is fine - the characters are presented
correctly. When I declare variable within the controller (e.g. via flash
or as a list of values for a listbox) the text is displayed with the
umlaute replaced by strange characters.
I assume I have to adjust the character encoding somewhere.
2010 May 26
2
xlim/ylim and actual axis length
Dear plotting wizards,
when plotting in R, the actual lengths of the axes are slightly
greater than the ranges of the x/y variables or xlim/ylim values.
how do I control the amount by which the axes are enlarged? Is
there a way to enforce that the lengths of the axes equal
xlim/ylim?
example:
plot(0:100,0:100,pch="+")
it can be observed, that the x- and y-axis join at approx.
2005 Jul 05
3
[Fwd: Samba-3 By Ex Chapt 3]
One more thing I forgot to mention. The chapter calls for editing
/etc/resolv.conf, but in my case it won't stay edited--it keeps getting
set back to an original form (for searching my ISP) on every reboot.
Thanks again.
Eric Hines
-------- Original Message --------
Subject: Samba-3 By Ex Chapt 3
Date: Tue, 05 Jul 2005 17:47:09 -0500
From: Eric Hines <eehines@comcast.net>
To:
2006 Feb 17
2
HELP: Strange problem with breakpointer - stopped working
Hello,
I am in the middle of my first ROR project and suddently the
breakpointer script (./script/breakpointer) does allways return the
error listed below.
All time before it was working without problems - but the funny think, I
did not change anything on the system (despite downloading the Suse
Security Patches).
I am running:
Suse 9.3
Rails 1.00
Ruby 1.8.3
Please help, if you have any
2011 Mar 29
1
Creating a list of all objects
Dear all
I am trying to create a list of all objects created over the course of a function. To wit:
foo <- function(x){
first <- x*(1:8)
second <- matrix(x*(1:16), ncol = 4)
third <- 1:x
list(x=x, first=first, second=second, third=third)
}
foo(5)
No worries there. However, in the search for typing efficiency I wondered if it would be possible to use list(ls()) in
2010 Feb 18
2
problem with multiple plots (mfrow, mar)
Dear R-users,
I often stack plots that have the same x-axis. To save space and have
the plots themselves as large as possible I like to minimize the margins
between the plots to zero. I use the "mfrow" and "mar" parameters to
achieve this.
However, the different margin settings for the individual plots lead to
the inner plots being higher than the two outer plots. To make the
2009 Jan 16
0
No subject
"Why Siphon doesn't allow to receive a call when it doesn't run
Apple doesn't accept (for the moment) an application runs in the background=
.
So, when Siphon doesn't run, the SIP server of your provider doesn't know
your iPhone."
--0015174c3c60a73ef5046656ca27
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
2002 Sep 17
1
Question about rsync
Hello All,
I've been getting an error using rsync that I've been trying to track
down the cause of, but haven't been able to solve yet. When I try to
connect to a remote rsync deamon, using a double colon address like
192.168.0.2::classes to copy files in either direction, I get this error
after a timeout.
@ERROR: chroot failed
rsync: connection unexpectedly closed (128 bytes
2007 Jun 15
2
converting character strings to numbers
I have a comma delimited text file in which many columns of numbers are
also quoted and have commas as well as decimals. I was surprised to find
read.csv() didn't import this seamlessly, even after messing around with
the colClasses argument. I did find a solution to convert the character
strings after reading them in, but wonder if there isn't a better one I
overlooked.
test =
2008 Nov 16
1
iPhone SIP or IAX client (without proxy)?
I checked the app store and haven't found anything promising, but I figured I'd ask here.
Does anyone know of a SIP or IAX client for a non-jailbroken iPhone that will communicate directly with a machine running Asterisk?
I know that there's at least one offering that seems like it's essentially a proxy (App runs on iPhone, iPhone talks to 3rd party server, 3rd party server talks
2017 Aug 03
1
find similar words in text
I received this from Matt Jockers and it worked!
I missed something.
How can I now see(display) this list?
Hi Riann,
There are a couple of ways that you could do this. . . the best
approach would probably be to use *grep* instead of *which*, but let me
show you both ways.
On page 30, replace
whales.v <- which(moby.word.v == *whale*)
with
whale_words <- c(*whale", *whales",
2010 Jun 15
1
MANOVA proportion of variance explained
Hello everybody
After doing a MANOVA on a bunch of data, I want to be able to make some comment on the amount of variation in the data that is explained by the factor of interest. I want to say this in the following way: XX% of the data is explained by A.
I can acheive something like what I want by doing the following:
X <- structure(c(9, 6, 9, 3, 2, 7), .Dim = as.integer(c(3,
2009 Jan 16
0
No subject
"Why Siphon doesn't allow to receive a call when it doesn't run
Apple doesn't accept (for the moment) an application runs in the background=
. So, when Siphon doesn't run, the SIP server of your provider doesn't know=
your iPhone."
--_000_EC80F07C30CE3E46B2AD6B4407BE086F0C2AAD0248cworksmailcwo_
Content-Type: text/html; charset="us-ascii"