Displaying 20 results from an estimated 1200 matches similar to: "[newbie] This Month / Next Month / The One After That"
2009 Apr 21
2
Date Time format in Ruby
Can anyone give a suggestion so that i can able to format the date as
like this 3th - 5th June 2009
--
Posted via http://www.ruby-forum.com/.
2001 Jan 09
2
R installation problems...
Dear all
I already posted this problem to r-help in mid-decembre; see
http://www.r-project.org/nocvs/mail/r-help/2000/3876.html
But, up to now it did not manage to get R properly working.
I reinstalled R-1.0.0, R-1.1.1 and R-1.2.0 from scratch, and
always run into the same error message:
...
[Previously saved workspace restored]
now
2006 Aug 15
2
Apache & FCGI: Premature end of script headers:
Hi,
I have quite a problem right now. After finish of development I
installed rails with fcgi and apache on my production env. Everything
seems to be configured ok, but once I while I get the famous error
message:
" Premature end of script headers: dispatch.fcgi"
I cant see any generel configuration problem, as sometimes everything is
running fine.
Maybe it is a problem related to
2005 Feb 18
2
Using sweave
hello,
Suppose in Rnw file, I compute a numeric of name x containing the value 1.
In my tex file, I want to write
Let x= "the real value of x"
so that I can see in my dvi file : Let x = 1,
with 1, the actual value of x written in a math environnement for example.
Thanks,
Matthieu
2008 Sep 23
3
Finding distinct months using find_by_sql
Hello,
I''m wondering if someone might be able to offer me a solution to the
following problem that has so far stumped me.
I''m trying to get the distinct months (and years) from a date field to
display as a list in a view. For example, there might be a number of
records stored with dates in the table ''headlines'':
name date
record1 21-09-2008
record2
2004 Dec 28
2
Mysql and Voicemail
Hi,
I would like to enable mysql handling of voicemail boxes ... following
that tutorial
http://www.voip-info.org/wiki-Asterisk+voicemail+database
so I modified the makefile of /apps directory to include
USE_MYSQL_VM_INTERFACE=1
and copied mysql-vm-routines.h in the /apps dir, set up the db and
some boxes in the table, also edited the voicemail.conf file.
Everything compiles just fine, then
2007 Mar 05
4
0 * NA = NA
Is there any way to "force" 0 * NA to be 0 instead of NA?
For example, suppose I have a vector with some valid values, while
other values are NA. If I matrix-pre-multiply this by a weight
row vector, whose weights that correspond to the NAs are zero,
the outcome will still be NA:
x <- c(1, NA, 1)
wt <- c(2, 0, 1)
wt %*% x # NA
Alberto Monteiro
2005 Feb 11
5
Double sort a data frame
R-help,
Long ago I asked how to sort a data frame according to one of the
columns.
But Iwas wondering ho I could "double sort" , i.e, sort according to
one column and another one afterwards.
It is quite easy in Excel but I am unable to implemented in R.
I have searched in the R help archives and found nothing.
Thank you in advance.
2006 Apr 05
7
Archive monthly count for blog
I am creating a blog to learn ruby on rails.
from the layout page i pass all the posts as a collection to
_archive.rhtml
<%= render :partial => "archive", :collection => @archive %>
On _archive.rhtml i have access to the collection. I am then gone to
render partial another page _archivecount.rhtml to display the number of
posts for each month.
Can anyone give a clue
2009 Dec 25
2
compile issues.
Hi all,
I am new to Asterik.
Ia m trying to compile the source with the latest asterisk-1.6.2.0 these are the issues I am getting.
initially,I got
mkdir: cannot create directory `/var/lib/asterisk'
than after reading the archives:
I did:
./configure --enable-dev-mode --prefix=/tmp/asterisk --sysconfdir=/tmp/astconf --localstatedir=/tmp/aststate
and than make install.:
This is the error I
2009 May 14
1
replacing default axis labels on a plot
I have 3 columns: flow, month, and monthname, where month is 1-12, and
monthname is name of month. I can't get the plot to replace the 1-12
with monthname using ticks.lab. What am I doing wrong?
plot(flow~factor(month),xlab="Month",ylab="Total Flow per Month",
ylim=c(0,55000), ticks.lab="monthname")
Thanks
Gregory A. Graves
Lead Scientist
REstoration
2003 Feb 07
2
My remark on libraries
Hi R community,
These days, I am writing some functions to work with 2-ways frequency
tables ; you know all this tuff about measures of association: Chisq and
derived (phi, cramer's v), tau b, tau c, somer's d and so on.
So I consider all those functions could be gathered in a single R file, as
they are coherent and dealing with the same problem / objective (analysis
of crosstables).
2005 Jan 13
3
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
On Thu, 2005-01-13 at 12:42 -0500, Jean-Marc Valin wrote:
> Le jeudi 13 janvier 2005 ? 10:59 -0500, Jared Whitby a ?crit :
> > Interestingly enough.. I started playing around with preprocessing
> > options in 1.1.6 and happened upon the denoise filter
> > (SPEEX_PREPROCESS_SET_DENOISE). When i run the test tone using that
> > option it is completely filtered out and I
2009 Aug 06
5
Serious bug in OpenOffice.org Calc shipped with CentOS
Hi,
Until now I've been a happy user of CentOS. Everything just works(tm),
and I don't care if application versions are slightly outdated.
Next week I have to give a series of classes for a company that recently
made the switch to Linux. On schedule is a one-week course for Writer
and Calc.
And right now I discover that one crucial function of Calc, "fill
series",
2002 Dec 17
3
Changing "..." inside a function: impossible? desirable?
This is was something like a request for your comments, thoughts
on the topic...
Many of you will know that the "..." (aka \dots) argument is
very useful for passing ``further graphical parameters'',
but can be a pain when itself is passed to too many plotting
functions inside your own function.
An artificial example being
myplot <- function(x,y, ...) {
plot(0:1, 0:1,
2003 Jan 30
4
An "any" host source/destination
Just out of curiosity, I''m running shorewall on a machine that has 4
nic''s and 4 different VPN tunneled subnets.
When I want to define a service that is available from any source to a
certain destination, instead of making a matrix of all the different
combinations possible, is there an easier way?
Something like,: ACCEPT any loc tcp ssh
Which
2011 Jan 30
4
Any roadmap on WebM Support ?
Hello , We are using Icecast for few years in a small french radio
station with great success ! ( hitting 60 simultaneous listeners
sometimes :-) )
http://www.radiogalere.org:8080/
Now we plan to stream the webcam capture of the studio, we 've done a
test with Ogv/theora @128kb video with great sucess although none of
the HTML5 browser wher able to keep on playing the stream after few
2011 Jan 18
3
AST-2011-001: Stack buffer overflow in SIP channel driver
Asterisk Project Security Advisory - AST-2011-001
Product Asterisk
Summary Stack buffer overflow in SIP channel driver
Nature of Advisory Exploitable Stack Buffer Overflow
Susceptibility Remote Authenticated Sessions
Severity Moderate
2009 Jan 16
10
Puppet playing badly with Debian etch rubygems
To install the ruby-augeas gem, I installed rubygems on Debian etch,
which lead to:
Setting up libgems-ruby1.8 (0.9.0-5) ...
Setting up ruby1.8-dev (1.8.5-4etch4) ...
Setting up rubygems (0.9.0-5) ...
Before this (I mean *immediately* before this) puppet worked fine
exceept for not being able to find a provider for Augeas. After
this, though:
ec2-www1:/usr/src# puppetd -t
Failed to load
2011 Sep 09
11
Re: Patches for VGA-Passthrough XEN 4.2 unstable
> Date: Fri, 9 Sep 2011 01:07:50 -0700 (PDT)
> From: komkon555 <komkon555@freenet.de>
> Subject: Re: Re : Re : Re : [Xen-devel] Re: Patches for
> VGA-Passthrough XEN 4.2 unstable
> To: xen-devel@lists.xensource.com
> Message-ID: <1315555670684-4785425.post@n5.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Weidong Han wrote:
>