Displaying 20 results from an estimated 4000 matches similar to: "Splitting wine wiki FAQ (was: Wine wiki cleanup)"
2008 Mar 18
2
Wine wiki cleanup
Over time, the Wine wiki front page grew rather unwieldy,
so I split the developer information off into two new pages,
leaving only a simplified front page behind,
mostly aimed at users.
It's radically simpler. Hopefully it'll be more welcoming to new users.
Comments?
2012 Feb 17
1
Dataframe subset - why doesn't this work?
data(mtcars)
mtcars[rownames(mtcars)!="Valiant",] # fails
mtcars[list(rownames(mtcars))!="Valiant",] # runs but I am not getting the expected result
With the latter statement, I expected all rows except the one where the name is "Valiant".
I must have got something simple wrong; what is it?
Thanks.
[[alternative HTML version deleted]]
1997 Oct 23
0
R-beta: Still want restart() in R
People's valiant efforts to sort out CODA aside, the burning question remains:
has anybody made any headway with restart()? or any other way (and there may
well be better) of trapping `fatal' errors from calls within a function.
Simon Fear
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read
2013 Apr 12
3
Why copying columns of a data.frame becomes numeric?
Dear list,
I want the 1st, 2nd, 5th, and 6th columns of mtcars. After copying them,
the columns become numeric class rather than data frame.
But, when I copy rows, they data frame retains its class. Why is this? I
don't see why copying rows vs columns is so different.
> class(mtcars)
[1] "data.frame"
> head(mtcars)
mpg cyl disp hp drat wt qsec vs
2013 Feb 18
4
PROPOSAL: Remove SWAT in Samba 4.1
As most of you would have noticed, we have now had 3 CVE-nominated
security issues for SWAT in the past couple of years.
At the same time, while I know many of our users use SWAT, we just don't
have anybody to maintain it inside the Samba Team. Kai has made a
valiant effort to at least apply the XSS and CSRF guidelines when folks
make security reports, but by his own admission he isn't a
2005 Mar 29
26
Restart centos from Commandline
Hello,
I am connecting to my server through SecureCRT. Server is running Centos
4.0
I need to restart my server
What is command line?> anyone knows
vaneet
Vaneet Sharma
executive manager
iDeasTank Limited
an iwg business
dolphins'' court po 388
valletta, m-malta/europe
mobile: +356 9943 8263
skype: CALLVANEET
fax: +356 9952 8888
phone: +356 9942 8888
vaneet@iwg.info
call me
2004 Oct 20
2
Samba + (LDAP + Kerberos V)
So like at least a handful of people before me I have begun the valiant
stugle to unify logins at my place of business.
I have setup a test LDAP + Kerberos V cluster.
And I have Setup a test Samba 3 PDC.
What I would like to do is get Samba to handle kerberos ticket granting
and authentication to the (LDAP + Kerberos V) Directory. Such that
Windows is completely unaware of the existence of
2006 Mar 22
2
n00b question
Total Ruby N00b here with a question about the Hibbs OnLamp tutorial.
I''m trying to hook up to my cookbook database and I''m getting:
ActiveRecord::StatementInvalid in Recipe#index
Mysql::Error: #42S02Table ''cookbook.recipes'' doesn''t exist: SELECT COUNT(*)
FROM recipes
RAILS_ROOT: ./script/../config/..
My thoughts:
I think I''m not actually
2023 Sep 04
1
Saving "admins" from themselves
Hi,
We recently had a customer that set up Asterisk with port 5038 open to the
world with standard configs for the AMI (by that I mean they copied and
pasted configs that they saw online). Digging around a bit it seems the
attacker used the AMI action "pjsip show auths" followed by "pjsip show
auth <peer name>" which got them the credentials to their account. I know
we
2006 Apr 27
6
Possible to use dashes instead of underscores in rails?
Hi all -
My boss is asking me if we can have dashes instead of underscores in the
URL for SEO reasons. Apparently google prefers "foo-bar" to "foo_bar".
The former will be found when searching for just "foo", but not the
latter.
So, I''m wondering if there is a way without changing any of my code
if I can tell rails to use dashes instead of underscores?
2006 Apr 12
3
acts_as_authenticated trouble
First off, I''d like to address that I''m n00bs.
I''ve read the README and blogs associated with this plugin, and there
really isn''t too much documentation. I have the newest version of
rails,ruby, and acts_as_authenticated installed.
#The setup
I set up the acts_as_authenticated in the following manner.
*created a table called "accounts" in the
2008 Jun 19
2
Please write-permission of HowTos/Laptops on Wiki
Hi,
I got a laptop "HP2133". Immediately, I did overwrite Windows Vista. :-p
Now, it is working by CentOS 5.1.
I want to create following page.
http://wiki.centos.org/HowTos/Laptops/HP/HP2133
Best regards.
TAIRA Hajime <centos at pantora.net>, web: http://pantora.net/
CentOS WikiName: HajimeTaira
2011 Jul 11
1
Translate into spanish?
Hi im Alejandro Feij?o (alfeijoo wikiname) and i would like to translate
the release notes into spanish and galician :)
(http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0)
its possible to have access?
Thanks in advance.
2012 Feb 18
1
Hoping to contribute
Hello everyone. My 'wikiname' is JariJaakkola.
I have a desire to be able to contribute to the CentOS community
in some way.
So, I am proposing a page that would be called a 'Newcomer's Checklist'.
I feel the location of such page could best be decided by someone else
as
it would at least depend on the quality/usefulness of the page.
Thank you,
Jari
--
Jari Jaakkola
2012 Jul 21
2
Wiki improvement
Hello list,
I found an error on the page http://wiki.centos.org/HowTos/InstallFromUSBkey,
and I wanted to fix it, but appararently I need to follow this procedure.
The error is you need 20mb on the USB VFAT partition in stead of 10mb
for the latest CentOS 5.x releases.
My wikiname is RonArts.
Thanks,
Ron
2003 Dec 31
14
New to asterisk? RUN... don't walk.
As a newcomer to Asterisk, you will not be welcomed
with open arms. First, you will find almost no
documentation on it's features. Second, if you try to
ask questions, you will be flamed and pointed to
worthless how-tos and 'the wiki'. These worthless
documents can only be useful for explaining how things
work to those already in-the-know. Lastly, Asterisk
is so bug ridden, expect
2008 Jun 18
4
help with manipulating data frames (survey analysis)
Dear all,
Can anyone recommend a good book or an online tutorial for using data frames
in R?
I want to do statistical analysis on some survey data and I can specify what
I would like to do very easily in algorithmic terms. However, being a n00b
to R I am struggling with getting R to execute what I want.
I think all I need is some source that directs me in the right direction by
walking me
2005 Dec 31
26
Free "Agile Web Development with Rails" Text
Hi All,
I''m a RoR n00b that has been lurking for a week or so. About two weeks
ago I bought the text version of Agile Web Development with Rails.
Today, I bought the .pdf version because I run a Sony Notebook and find
a .pdf more user friendly. Therefore I have the text to give away for
free. If anyone in the continental US would like the copy please let me
know and I''ll mail it
2011 Jan 30
1
Graphic help
Hi
When I plot my date (numeric~date) R changes the order of my variables such that
June comes after August. How do I keep the variables from my data sheet in the
same order?
Regards
Cristina
2006 Jan 18
3
Partial Problems
Hey guys,
I''m having a little trouble working out partials.
I have successfully made a partial work in my list.rhtml, but as I see it on
the 15min introductry video. They guy uses one partial on multipul pages.
At the moment I am trying this in my show.rhtml, I write <%= render :partial
=> "journal" %> and I get this.
NoMethodError in Write#show
>
> Showing