Displaying 20 results from an estimated 10000 matches similar to: "RFC -- Improving the quality of the mailing lists"
2011 Jul 21
1
Changing Y axis in R
Hi,
So I am trying to plot my results of a model. what i have is the majority
of the data between the values of 0 and 30, then one outlier at 80 and
another at 130. the model plots a nice line through the data between 0 to
30, however given the outliers you cant seen this unless you change the y
axis using ylim=c(0,30) but then you can only see the data points in this
range. What I would like
2006 Apr 09
1
RadRails question
I do apologize for asking this question here, but it seemed like the
appropriate place:
I keep trying to move from jEdit to RadRails for my ruby/rails
development but there are a few things holding me back. I''m wondering
if anybody could tell me whether these features are truly missing, or
if I''m just missing how to make them work.
Firstly, it doesn''t truly auto
2014 Jun 10
2
TCP connection works for only remote host
tcp connection working only for remote host . for localhost raising the
following error
>>> con=libvirt.open("qemu+tcp:///system")
libvirt: XML-RPC error : unable to connect to server at 'localhost:16509':
Connection refused
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
2013 Aug 29
2
Continue script on hangup
Is it possible to execute lines in a script when the caller disconnects?
I.e. to check when the last person leaves a conference room so you know it
is safe to move the recording file.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130829/37108347/attachment.htm>
2012 Dec 12
3
create a color palette with custom ranges between colors
Hello everybody,
I'm trying to create my own color palette on R, in order to interpolate some
different temperature data on different maps (daily means, seasonal
means,...).
I would like to create a color palette which works for each map, so I need a
color palette between -40 and +40?C. Sometimes my data for one map range
from -10 to +20, sometimes from 10 to 30, etc... but always between
2020 Mar 18
2
[GSoC '20 Project Interest] - Improve MergeFunctions to incorporate MergeSimilarFunction patches and ThinLTO Support
Hello,
I'm Ruijie Fang, currently a 1st-year undergraduate at Princeton
University, majoring in Computer Science.
I am writing to to express my interest in the Google Summer of Code
project: Improve MergeFunctions to incorporate MergeSimilarFunction
patches and ThinLTO Support.
I've read the LCTES'14 paper and found it quite interesting and
comprehensible. I've also went as far
2015 Aug 26
3
TSAN hack on AArch64 for Android
On 26 August 2015 at 20:13, Jason Kim <jasonk at codeaurora.org> wrote:
> I had been discussing the TSAN on android/aarch64 issues with the folks at thread-sanitizer at googlegroups.com for several months now. I had not explicitly been including llvm-dev (and you), and that was a mistake on my part. Palm-on-face? :-(
Yup, that would have saved a lot of emails... :)
> Patch Size!
2008 Dec 08
1
French IRC channel and mailing list ?
Dear all,
For some time now, R is becomming more and more popular in more and
more countries. France is for sure one of them, but french people
being french one of the obstacle they might tackle is the lack of
documentation and support in their native language.
To offer this support in french an IRC channel (#Rfr on
irc.freenode.net) was created some months ago, beside the official
english
2006 May 30
3
act_as_dom_tree
im thinking about extracting this into a plugin, but it currently relies
a couple gems and another rails plugin. is there a dependency management
feature with ./script/plugin? i never could get it to check anything out
of SVN let alone install dependent stuff...
--
Posted via http://www.ruby-forum.com/.
2010 Feb 28
2
Calling SAS from R
I'm new to post in R-help and my native language is not English.
I apologize if my sentence is not fluent to read.
I am doing a simulation study and I need to execute SAS and read a SAS code
in R.
I try the following code but it doesn't work.
system('"c:\\program files\\SAS\\SAS 9.1\\sas.exe" "c:\\syntax.sas"')
can anyone give me some help with this?
2015 Feb 09
3
Recommendations for good CentOS 7 documentation
Hi,
I'm looking for recommendations for documentation about the
specificities of RHEL/CentOS 7.x. It can be either online or in printed
book format, and I'm fluent in german, french and english.
I have a good books about 5.x: "RHEL 5 Unleashed" from Sams,
"Foundations of CentOS Linux" and "The Definitive Guide to CentOS", both
from Apress.
Can anyone
2015 Sep 01
2
Open thougts about the project governance & workflow
Hi folks,
I've been involved in Syslinux since 14 years and been almost off for many
years for multiple reasons. I'm currently trying to recover and while
observing the project with a little of distance I noticed the following :
- project's activity is pretty low
- patches sent to the mailing list (ML) are not likely to be reviewed
- Integration workflow is pretty unclear
- release
2020 Jul 27
2
R 4.0.0 rebuild status
On Tue, 21 Jul 2020 at 11:05, Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote:
>
> On Friday, 3 July 2020 18.36.17 WEST I?aki Ucar wrote:
> > Nice! What if we create a group "R" on Pagure and a repo
> > "fedora-scripts" or something like that?
>
> I would like to improve the scripts but FWIW here it comes a rough version of
> the script I used.
2018 May 24
3
Style: getFoo() vs foo()
The coding guidelines say:
> Function names should be verb phrases (as they represent actions), and
command-like function should be imperative. The name should be camel case,
and start with a lower case letter (e.g. openFile() or isFoo()).
This means that functions that just compute or access a value (no
side-effects) should be named e.g. `getParent()`, rather than `parent()` as
they are in
2009 May 24
0
HDD FULLL
On Mon, 23 Feb 2009, Steve Edwards wrote:
> On Tue, 24 Feb 2009, David @ULC wrote:
>
>> When I am trying to delete voice logs,
>> [root at vicidialnow monitor]# rm * -r -f
>> -bash: /bin/rm: Argument list too long
>
> In the past 30 days, you've asked questions about
>
> configuring Apache to process PHP files, Vicidial,
> Ntework Cards,
> Auto
2009 Jan 27
1
RFC -- Improving the quality of the mailinglists
-->> In many cases, this just isn't possible. While it would be nice
to
-->> have all
-->> posts in the King's English, a great many users are in locales
which
-->> don't
King's English???
Anyway - to quote Ralph Wigham "Me fail English? That's unpossible!".
2012 Feb 21
8
should_receive_chain
Do you often find yourself doing this:
active = double(''active'')
active.should_receive(:first)
users = double(''users'', active: active)
account.should_receive(:users).and_return(users)
for this:
account.users.active.first
?
Of course, we could use stub_chain, but that doesn''t let us know
*where* the chain broke.
Would you like to do this?
2006 Jul 01
3
Captchas in Rails
Hello Everyone,
I was wondering what people on this list were using to generate captchas
within forms on sites they are developing? I know there is a ruby gem named
captcha, but I have seen some others floating around as well.
Thanks,
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jan 29
2
Reusable Puppet config for Vagrant
I took an hour this morning to document how I use Vagrant and Puppet together to provision development VMs as well as more production-like systems. This may be entirely elementary to folks who are more fluent with Puppet, but this is an example I thought was lacking.
https://github.com/blalor/vagrant-puppet-example
I welcome feedback and criticism of this setup. I''m looking to
2010 Oct 18
2
VectorComparison
Hi all,
I am not exactly fluent in R and I got stuck with this. I would like to
compare each elements of a vector A with any of the elements in Vector B.
For some reasons it does not work.
> StartDate = as.Date("01/10/2007", "%d/%m/%Y")
> TimeSpan = seq(StartDate, by = 'days', length =
length(myAverageCWVs$X1986))
> TickLabels = c("2007-10-01",